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

build-namelist -case?

I have been using the following in some of our run scripts =>

build-namelist
-case $SUBCASE

This appears to create case_name in the namelist files. I did a search on case_name in the code to see what it is used for, and I got so many hits that it was hard for me to tell. Can someone enlighten me? Is there any place in particular that I could have looked to find this out myself?

Thanks,
John
 

eaton

CSEG and Liaisons
I believe that the case_name namelist variable is only used by CAM4 as a part of the default names of output history and restart files. If you change the default filenames via the hfilename_spec namelist variable, then the "%c" part of the filename template will have the value of case_name substituted in.

The best place for information about namelist variables should be the descriptions found in the namelist documentation which is linked from the CAM4 home page: http://www.ccsm.ucar.edu/models/ccsm4.0/cam/. The current description for case_name is out of date, but I'm going to update it right now!
 
Top