Using the RadApp tool: Difference between revisions

Bmauer (talk | contribs)
No edit summary
Bmauer (talk | contribs)
Line 14: Line 14:


== Resource File ==
== Resource File ==
The following are keywords that can be used in the resource file for RadApp. The name of the resource file for RadApp is specified in the CAP.rc file with the ROOT_CF keyword. Many of these keywords are the same as in the AGCM.rc for the full model.
NX: integer layout in first dimension
NY: integer layout in the second dimension
IM: integer gridsize in first dimension
JM: integer gridsize in second dimension
LM: integer number of vertical levels
GRIDNAME: name of the grid, follows the same convention as model; for example a 2 degree lat-lon grid would be PC144x91-DC
SOLAR_DT: integer timestep for full radiation calculation
IRRAD_DT: integer timestep for full radiation calculation
IRRAD_CALLED_LAST: 0 if you want full radiation before flux evaluation, otherwise 1
SOLAR_CALLED_LAST: 0 if you want full radiation before flux evaluation, otherwise 1
RADCOUPLE_METHOD:
You can restart RadApp using a restart for the internal states of SOLAR and IRRAD and checkpoint. Or you can just omit these entirely to bootstrap the internal state.
SOLAR_INTERNAL_RESTART_FILE:            solar_internal_rst
SOLAR_INTERNAL_RESTART_TYPE:      pnc4
SOLAR_INTERNAL_CHECKPOINT_FILE:        solar_internal_checkpoint
SOLAR_INTERNAL_CHECKPOINT_TYPE:      pnc4
IRRAD_INTERNAL_RESTART_FILE:            irrad_internal_rst
IRRAD_INTERNAL_RESTART_TYPE:      pnc4
IRRAD_INTERNAL_CHECKPOINT_FILE:        irrad_internal_checkpoint
IRRAD_INTERNAL_CHECKPOINT_TYPE:      pnc4


== Example ExtData.rc file ==
== Example ExtData.rc file ==


== Running with RRTMG ==
== Running with RRTMG ==