Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Make sure your meteorology nudging style is consistent - i.e. you are calling Specified Dynamics everywhere or Physics-based nudging everywhere. The specific error above occurred when creating a new case with the FCnudged compset, but changing CAM_CONFIG_OPTS=‘-phys cam6 -chem trop_strat_mam4_vbs -age_of_air_trcs -offline_dyn -nlev 32’. Instead, it should be left at: CAM_CONFIG_OPTS: -phys cam6 -chem trop_strat_mam4_vbs -age_of_air_trcs.

(

...

11) Run error - model crash in "shr_reprosum_calc"

The model crashed with an error in the atm.log.* such as:

Code Block
languagetext
Global flash freq (/s), lightning NOx (TgN/y) =   267.0744   13.8985

SHR_REPROSUM_CALC: Input contains  0.96000E+02 NaNs and  0.00000E+00 INFs on process       0

ERROR: shr_reprosum_calc ERROR: NaNs or INFs in input

Check which meteorology file the the model was most recently using, then perform an ncdump on the U, V and T variables to check whether there are missing values. The meteorology file will likely need to be reprocessed.

(12) NetCDF file version error (as of CESM2.2, may be solved in future versions)

If you provide emissions or any input files in NetCDF version 4 (either NetCDF4 or NetCDF4_classic), the model will crash.

...