Versions Compared

Key

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

The history files (those that contain model output) can be defined in the user_nl_cam file under the finclX namelist variable, where X may be 1, 2, 3 etc. up to 9. Each 'finclX' will tell the model to write a new file that includes the specified variables. Recommended procedure is to keep fincl1 as the default, because this tells the model to write out month average values of all species that are needed for the automated diagnostics. Therefore, best practice is to write your own history files beginning with fincl2 onwards. 

More information is available in the CAM documentation.

Example:

Section


Column
width80%

Adding the following species to user_nl_cam will write out files with a h1 suffix.

Code Block
languagetext
&cam_history_nl
fincl2              = 'PS','OH','H2O','H2O2','HO2','O3','NO3','NO','NO2','CO','ISOP','PHIS','CH2O','T','PAN','PM25','PDELDRY','AODDUST','AODVISdn','Z3'

The temporal resolution of the output files is also specified via the user_nl_cam:

Code Block
languagetext
avgflag_pertape     = 'A','A'
mfilt               = 1,4
nhtfrq              = 0,-6
/



Column
width20%


Tip
titleTip for New Users:

A list of all possible history file variables can be found here: https://www.cesm.ucar.edu/models/cesm2/atmosphere/docs/ug6/hist_flds_fv_cam4_waccm.html



...