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