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
Back
Top