Skip to content

Commit

Permalink
Bug fix in diag_table.FV3_GFS_2017_gfdlmp_regional. (#241)
Browse files Browse the repository at this point in the history
DESCRIPTION OF CHANGES:
Replace non-jinja placeholders in diag_table.FV3_GFS_2017_gfdlmp_regional with jinja-style placeholders.

TESTS CONDUCTED:
Ran on hera the WE2E test configuration config.new_JPgrid.sh which uses the FV3_GFS_2017_gfdlmp_regional physics suite. Passed the test. Probably no need to run tests on other machines.
  • Loading branch information
gsketefian committed Jun 26, 2020
1 parent 7644e9a commit 2f5100b
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions ush/templates/diag_table.FV3_GFS_2017_gfdlmp_regional
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
<YYYYMMDD>.<HH>Z.<CRES>.32bit.non-hydro.regional
<YYYY> <MM> <DD> <HH> 0 0
{{ starttime.strftime("%Y%m%d.%H") }}Z.{{ cres }}.32bit.non-hydro.regional
{{ starttime.strftime("%Y %m %d %H %M %S") }}

#output files
"grid_spec", -1, "months", 1, "days", "time"
#"atmos_4xdaily", 1, "hours", 1, "days", "time"
Expand Down

0 comments on commit 2f5100b

Please sign in to comment.