Skip to content

Commit

Permalink
Small update to documentation
Browse files Browse the repository at this point in the history
  • Loading branch information
uramirez8707 committed Jul 30, 2024
1 parent 8aa1956 commit 0697c24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion diag_manager/diag_yaml_format.md
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ Below are some *optional* keys that may be added.
- **filename_time** is the time used to set the name of new files when using new_file_freq. The acceptable values are begin (which will use the begining of the file's time bounds), middle (which will use the middle of the file's time bounds), and end (which will use the end of the file's time bounds). The default is middle
- **reduction** is the reduction method that will be used for all the variables in the file. This is overriden if the reduction is specified at the variable level. The acceptable values are average, diurnalXX (where XX is the number of diurnal samples), powXX (whre XX is the power level), min, max, none, rms, and sum.
- **kind** is a string that defines the type of variable as it will be written out in the file. This is overriden if the kind is specified at the variable level. Acceptable values are r4, r8, i4, and i8.
- **module** is a string that defines the module where the variable is registered in the model code
- **module** is a string that defines the module where the variable is registered in the model code. This is overriden if the module is specified at the variable level.

**Example:** The following will create a new file every 6 hours starting at Jan 1 2020. Variable data will be written to the file every 6 hours.

Expand Down

0 comments on commit 0697c24

Please sign in to comment.