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

configure error with user_nl file

hi,

I have created a user_nl file with some namelist variables that I have changed. I placed the file in the directory $CASEDIR/SourceMods/cam.src. The file has the following lines in it:


&camexp
sstcyc = FALSE
bndtvs = '/scratch/lappen/inputdata/atm/cam/sst/sst_HadOIBl_bc_1.9x2.5_1949_2007_c081203.nc'
/


It wont let me set sstcyc to anything- I have tried FALSE, 'FALSE', F, and 0. I get the following error when I type configure -case:

Generating resolved namelist, prestage, and build scripts
ERROR(Build::Namelist::_parse_next): expect a F90 constant for a namelist instead got: F
ERROR: generate_resolved.csh error for atm template
configure error: configure generated error in attempting to created resolved scripts

Anyone have any insight into this? Thanks

Cara-Lyn
 

eaton

CSEG and Liaisons
When running with the CCSM scripts you can't change namelist settings of the data ocean component by using CAM's build-namelist. This only works with standalone CAM. To do an AMIP type run using the CCSM scripts you need to use a compset that's set up for this. There is an F_AMIP compset that should work for either f19_f19 or f09_f09 grids.
 
Top