Scheduled Downtime
On Tuesday 24 October 2023 @ 5pm MT the forums will be in read only mode in preparation for the downtime. On Wednesday 25 October 2023 @ 5am MT, this website will be down for maintenance and expected to return online later in the morning.
Normal Operations
The forums are back online with normal operations. If you notice any issues or errors related to the forums, please reach out to help@ucar.edu

Case submit freezes at creating component namelists

istemp

Ivy Stempkovski
New Member
Hello, I am using cesm2.1.5 to run a case with B1850 compset and f19g17 resolution. I made one change to glade/derecho/scratch/istemp/cases/geo_1/runlnd_in (calc_human_stress_indices = 'ALL') and added some lines to user_nl_cam:
1746215370655.png

I have STOP_N = 120 and STOP_OPTION = nmonths, the rest are default.

I also plan to run more cases with the same user_nl_cam changes as well as additional changes to lnd_in: co2_type = 'constant', co2_ppmv='1000e-6' and potentially urban_traffic = .true.

However, every time I try to submit my case, this happens, and I eventually get logged out:
1746215969755.png
The same thing happens when I try to ./preview_namelists:
1746215909546.png

Please let me know what I can do to submit my cases successfully.
 

sacks

Bill Sacks
CSEG and Liaisons
Staff member
The problem may be the use of "#". I know that you can have comments in these files with "!", though I'm not sure if they support end-of-line comments or only whole-line comments. I suggest putting your comments on separate lines and using "!" instead of "#", and see if that solves your problem.
 
Vote Upvote 0 Downvote
Top