rddixon@wisc_edu
New Member
Hello!
I recently compiled CESM 1.0 on a single processor AMD 64 machine running Ubuntu with ifort and icc with the intention of running CAM 4.0 in standalone mode. In my attempts to validate this port following the procedure shown here: http://www.cesm.ucar.edu/models/ccsm4.0/cam/docs/port/ I am receiving the error:
CAM build-namelist - ERROR: CAM not configured for aquaplanet but user has set aqua_planet to TRUE in the namelist
when I try to build the namelist.
My configure and build namelist commands are as follows
$camcfg/configure -cam_bld $HOME/cesm1_0/validation/bld
-cc icc
-fc ifort
-phys cam4
-nc_inc $HOME/netcdf/include
-nc_lib $HOME/netcdf/lib
-dyn fv
-hgrid 1.9x2.5
-pergro
-nospmd -nosmp -test -v
$camcfg/build-namelist -s -runtype startup -test -config $CCSMROOT/validation/bld/config_cache.xml
-namelist "&camexp stop_option='ndays', stop_n=2 nhtfrq=1 ndens=1
mfilt=97 hfilename_spec='h%t.nc' empty_htapes=.true.
fincl1='T:I','PS:I' aqua_planet=.true. /" > & ! namelist.out
Is there a flag that I am missing when I configure the CAM? You input would be most appreciated! Thanks!
I recently compiled CESM 1.0 on a single processor AMD 64 machine running Ubuntu with ifort and icc with the intention of running CAM 4.0 in standalone mode. In my attempts to validate this port following the procedure shown here: http://www.cesm.ucar.edu/models/ccsm4.0/cam/docs/port/ I am receiving the error:
CAM build-namelist - ERROR: CAM not configured for aquaplanet but user has set aqua_planet to TRUE in the namelist
when I try to build the namelist.
My configure and build namelist commands are as follows
$camcfg/configure -cam_bld $HOME/cesm1_0/validation/bld
-cc icc
-fc ifort
-phys cam4
-nc_inc $HOME/netcdf/include
-nc_lib $HOME/netcdf/lib
-dyn fv
-hgrid 1.9x2.5
-pergro
-nospmd -nosmp -test -v
$camcfg/build-namelist -s -runtype startup -test -config $CCSMROOT/validation/bld/config_cache.xml
-namelist "&camexp stop_option='ndays', stop_n=2 nhtfrq=1 ndens=1
mfilt=97 hfilename_spec='h%t.nc' empty_htapes=.true.
fincl1='T:I','PS:I' aqua_planet=.true. /" > & ! namelist.out
Is there a flag that I am missing when I configure the CAM? You input would be most appreciated! Thanks!