Primary and Secondary History Files¶
“Primary” history files contain the “prognostic” fields necessary to restart the model. They can be specified in namelist input as the SOURCE file for starting the model in an initial run (a continuation run does not specify a SOURCE file, and is continued from the START time found on the first OUTPUT file). Typically, daily histories are stored on primary history files.
Fields on primary histories necessary for start-up of the TIEGCM are as follows: TN, UN, VN, O2, O1, N4S, NO, O+, N2D, TI, TE, NE, O2P, OMEGA, Z, POTEN
“Secondary” history files contain diagnostic fields and/or primary history fields. Fields to be saved on the secondary history files are listed by the namelist input parameter SECFLDS. Diagnostics can be saved by calling subroutine addfld in the code (addfld.F), or by including one or more of the “standard” diagnostic fields available via the diagnostics module (diags.F). Secondary histories are often saved at a higher temporal resolution than primary histories, typically hourly. Here is an ncdump of an example secondary history file.