Known Problems in CESM1.1
The purpose of the CESM1.1.0 (CESM1.1) release is to make available to the CESM user community model functionality and infrastructure improvements. It is to be used as a code base for new model developments that require this new infrastructure. This release contains no scientifically validated (i.e. supported) component sets. As such, it is not to be used for scientific simulations.
Component Sets (COMPSETS)
(Bugzilla 1604) CRITICAL PROBLEM with the following (primarily transient CO2) component sets:
-glc_nec $GLC_NEC -co2_ppmv $CCSM_CO2_PPMV -co2_type $CLM_CO2_TYPE\old:
-glc_nec $GLC_NEC -co2_ppmv $CCSM_CO2_PPMV \
(Bugzilla 1645) Problem using compsets FSTRATMAM3 and FSTRATMAM7
./xmlchange -file env_run.xml -id CICE_NAMELIST_OPTS -val "cam5=.true."
This problem also pertains to release CESM1.1.1, and development tags cesm1_2_beta01 and cesm1_2_beta02 and cesm1_2_beta03.
atmosphere/CAM
(Bugzilla 1612) WACCM compset incompatible with ESMF library.
(Bugzilla 1613) FWSC compset hangs on some system when running threaded. Only appears to happen when the Intel compiler is used.
atmosphere/WACCM
land/CLM
(Bugzilla 1759) For CLM4.0, the RCP 6.0 and 8.5 file pftdyn for f09 and f19 was NOT correctly updated.
(Bugzilla 1630) Changes
to get mkmapdata.sh working on yellowstone
(Bugzilla 1625) Problem setting a user defined initial condition file for a hybrid or branch case.
(Bugzilla 1447) The interpinic tool does not work properly for input files with multiple glacier elevation classes.
KnownBugs for CLM List of known issues for CLM.
ocean/POP2
There was a bug in the diagnostic output for the value RHO_VINT. This bug has been fixed in the CESM 1.1.1 release and does not affect the prognostic variables in the original CESM 1.1 release.
Variables in the ecosys_parms_nml namelist can not be set in the user_nl_pop2 file. To fix this, copy this version of namelist_definition_pop2.xml into $CASEROOT/SourceMods/src.pop2/
In multi-instance runs, the instance number is omitted from some diagnostic output file names. To fix this, copy this version of build-namelist into $CASEROOT/SourceMods/src.pop2/
ice/CICE
The CICE history files have some incorrect history fields (albpnd, albice, albsno). These should not be used.
land-ice/CISM
(Bugzilla 1611) Restarts can only happen on year boundaries.
Machines / scripts
mapping/
The installation instructions for building the
check_maps/ESMF_RegridWeightGenCheck
utility used by the check_map.sh
script assume you are building on bluefire, not yellowstone. On yellowstone, the needed environment variable ($ESMFMKFILE) is set automatically when you load the proper ESMF module. For example, run
$ module load esmf $ module load esmf-6.1.1-ncdfio-uni-ONote that this requires the intel module to be loaded already, and will build the executable using the serial (intel) compiler so you can run the utility from the yellowstone login node.
Related to the problem above, the ESMF executables referenced in
gen_mapping_files/gen_ESMF_mapping_file/create_ESMF_map.sh
point to a directory that does not exist. Replace that script with this version.