Skip to content

Commit

Permalink
Per #2412, refine the new climo unit test to only write SAL1L2 output.
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnHalleyGotway committed Jan 25, 2023
1 parent 51c2757 commit abecaf0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions docs/Users_Guide/config_options.rst
Original file line number Diff line number Diff line change
Expand Up @@ -1318,8 +1318,9 @@ of several entires defining the climatology file names and fields to be used.

* The "hour_interval" entry is an integer specifying the spacing in hours of
the climatology data for each day. This should be set between 0 and 24,
with 6 and 12 being common choices. Use "NA" if the timing of the
climatology data should not be checked.
with 6 and 12 being common choices. For example, use 6 for climatology data
with 4 times per day, such as 00Z, 06Z, 12Z, and 18Z. Use "NA" if the timing
of the climatology data should not be checked.

* The "day_interval" and "hour_interval" entries replace the deprecated
entries "match_month", "match_day", and "time_step".
Expand Down
2 changes: 1 addition & 1 deletion internal/test_unit/config/GridStatConfig_climo_wrap_year
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ output_flag = {
mctc = NONE;
mcts = NONE;
cnt = NONE;
sl1l2 = STAT;
sl1l2 = NONE;
sal1l2 = STAT;
vl1l2 = NONE;
val1l2 = NONE;
Expand Down

0 comments on commit abecaf0

Please sign in to comment.