This page contains the complete list of RTM namelist variables available. They are grouped by categories designed to aid browsing. Clicking on the name of a variable will display descriptive information. If search terms are entered in the text box below, the list will be condensed to contain only matched variables.
RTM: Control Settings
| Namelist Variable |
Type |
Group |
 finidat_rtm
Full pathname of initial rtm file
Default: ' '
| char*256 | rtm_inparm |
 flood_mode
If ACTIVE, turn on rtm flooding back to clm
Default: NULL
Note that rtm flood is not supported in CESM1.1
| char*256 | rtm_inparm |
 frivinp_rtm
Full pathname of input datafile for RTM.
| char*256 | rtm_inparm |
 ice_runoff
Default: .true.
If .true., river runoff will be split up into liquid and ice streams,
otherwise ice runoff will be zero and all runoff directed to liquid
stream.
| logical | rtm_inparm |
 nrevsn_rtm
Full pathname of master restart file for a branch run. (only used if RUN_TYPE=branch)
(Set with xml variables RUN_REFCASE and RUN_REFDATE in env_run.xml)
| char*256 | rtm_inparm |
 rtm_effvel
If ACTIVE, calculate the effective velocity using slope.
Default: NULL
Note that flood_mode and rtm_effvel are not supported in CESM1.1
| char*256 | rtm_inparm |
 rtm_mode
If ACTIVE, turn on rtm river routing
Default: ACTIVE
If the value rtm_mode is NULL, then rof_present will be set to false at runtime
| char*256 | rtm_inparm |
 rtm_tstep
RTM time step (sec).
Default: 10800
Can ONLY be set by modifying the value of the xml variable ROF_NCPL in env_run.xml.
| integer | rtm_inparm |
RTM: History Settings
| Namelist Variable |
Type |
Group |
 rtmhist_fexcl1
Fields to exclude from history tape series 1.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_fexcl2
Fields to exclude from history tape series 2.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_fexcl3
Fields to exclude from history tape series 3.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_fincl1
Fields to add to history tape series 1.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_fincl2
Fields to add to history tape series 2.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_fincl3
Fields to add to history tape series 3.
Default: ' '
| char*34(1000) | rtm_inparm |
 rtmhist_mfilt
Per tape series maximum number of time samples.
Default: 1,30,30
| integer(6) | rtm_inparm |
 rtmhist_ndens
Per tape series history file density (i.e. output precision)
1=double precision
2=single precision
Default: 2,2,2
| integer(6) | rtm_inparm |
 rtmhist_nhtfrq
Per tape series history write frequency.
positive means in time steps
0=monthly
negative means hours
(i.e. 24 means every 24 time-steps and -24 means every day
Default: 0,-24,-24
| integer(6) | rtm_inparm |