-
Notifications
You must be signed in to change notification settings - Fork 247
Model history file output
Jun Wang edited this page Oct 27, 2020
·
6 revisions
Here is the information on the model history file output fields.
- 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 output fields can be found at: https://github.com/NOAA-EMC/WW3/blob/develop/model/inp/ww3_shel.inp#L84-L228
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
- History output is controlled by the multiple
icefields
lists 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 writes only a restart file unless a
med_phases_history_write
is included in the run sequence. When a history_write phase is implemented, the frequency is controlled withMED_attributes
. The frequency is given byhistory_n
in units ofhistory_option
, wherehistory_option
can be nsteps, nhours etc. All fields carried by the mediator are written to the mediator history file.
- Commit Queue
- WCOSS2/Acorn Library Install Status
- News
- Making code changes in the UFS weather model using the GitHub repository
- UFS weather model code commit tutorial recordings
- Building model
- Running regression tests
- Regression Test Policy for Weather Model Platforms and Compilers
- Running operational requirements tests
- Porting to a new machine
-
spack-stack - builds prerequisite software stack for the UFS WM, including NCEPLIBS and NCEPLIBS-external
- NCEPLIBS - builds bundled library dependencies
- NCEPLIBS-external - builds external library dependencies