Known Problems in CESM1.1.1
CESM1.1.1 is now supported on machines Yellowstone and Titan. CESM1.1.1 has the flexibility to configure cases with many different combinations of component models, grids, and models settings. We are in the process of scientifically validating more resolutions and component sets, primarily targeted to CAM5 component sets. Validated CESM1.1.1 model results and diagnostics are posted under Experiments & Diagnostics.
Component Sets (COMPSETS)
(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, and development tags cesm1_2_beta01 and cesm1_2_beta02 and cesm1_2_beta03.
atmosphere/CAM
(Bugzilla 1612) WACCM compset incompatible with ESMF library.
atmosphere/WACCM
land/CLM
(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
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/
The interannual forcing (IAF) data used in ocean-only and ocean/sea-ice configurations now extends through 2009, rather than 2007 as in previous versions. The model will now cycle over the years 1948 to 2009 (a 62 year span).
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
When running multiple instances, not all namelist files get copied to $CASEROOT/CaseDocs/. To fix this problem, copy this version of preview_namelists into $CASEROOT
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.