Physics Timestep#
Where and When to Change Time Steps:
When the model crashes due to large, temporary instabilities, one method to overcome the problem is to change the time step. This is typically done in either the atmosphere or ocean components.
For atmosphere and land component (CAM/CLM): change
ATM_NCPLinenv_run.xml.For ocean (POP): change
dt_countin POP namelist.
For the atmosphere component (CAM), the physics time step is set by
ATM_NCPLandNCPL_BASE_PERIODinenv_run.xml.NCPL_BASE_PERIODspecifies base period associated with coupling frequency, the default value is “day”. TheATM_NCPLvariable specifies the number of coupling intervals perNCPL_BASE_PERIODbetween the atmosphere/land and the coupled system. Based on these two variables, the scripts will automatically compute the time step for the atmosphere and land and populate the namelist files accordingly. For example, ifNCPL_BASE_PERIODis set to “day”, andATM_NCPLis 48, then the timestep is 1800 seconds.For the land component (CLM), the physics time step is the same as the CAM time step; this is automatically set with the CAM time step via
ATM_NCPL. You cannot set this separately.For the ocean component (POP2), the physics time step is changed in the
user_nl_popfile and is based on$OCN_NCPL(found inenv_run.xml),dt_count, anddt_option. The defaultdt_optionis“steps_per_day”.For the sea ice component (CICE), the physics time step is set by the coupling interval variable
$ICE_NCPLfound in env_run.xml.