Model history file output - ufs-community/ufs-weather-model GitHub Wiki
Here is the information on the model history file output fields.
FV3
- All the possible output fields in physics can be found at: https://github.com/NOAA-EMC/fv3atm/blob/develop/gfsphysics/GFS_layer/GFS_diagnostics.F90
- All the dynamics output fields can be found at: https://github.com/NOAA-EMC/GFDL_atmos_cubed_sphere/blob/dev/emc/driver/fvGFS/fv_nggps_diag.F90
WW3
WW3 output fields can be found at: https://github.com/NOAA-EMC/WW3/blob/develop/model/inp/ww3_shel.inp#L84-L228
MOM6
The available output history will also be generated in your run directory inside the subdirectory "MOM6_OUTPUT" with the name "available_diags.000000" after you run the system. Note the content in the file may differ slightly depending on the model configuration, see MOM6 doc. The current MOM6 output fields can be found at here
CICE6
- History output is controlled by the multiple
icefieldslists inice_in. Details for controlling the history output (variable selection and time frequency) are found in the CICE documentation section 3.1.5.1
CMEPS
- CMEPS writes only a restart file unless a
med_phases_history_writeis included in the run sequence. When a history_write phase is implemented, the frequency is controlled withMED_attributes. The frequency is given byhistory_nin units ofhistory_option, wherehistory_optioncan be nsteps, nhours etc. All fields carried by the mediator are written to the mediator history file.