Skip to content

Commit

Permalink
per #1787, added test for setting NA for climo_mean hour_interval
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed Sep 9, 2022
1 parent abc870a commit a58b6ad
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions internal_tests/pytests/grid_stat/test_grid_stat_wrapper.py
Original file line number Diff line number Diff line change
Expand Up @@ -484,6 +484,9 @@ def test_handle_climo_file_variables(metplus_config, config_overrides,
({'GRID_STAT_CLIMO_MEAN_HOUR_INTERVAL': '12', },
{'METPLUS_CLIMO_MEAN_DICT': 'climo_mean = {hour_interval = 12;}'}),
({'GRID_STAT_CLIMO_MEAN_HOUR_INTERVAL': 'NA', },
{'METPLUS_CLIMO_MEAN_DICT': 'climo_mean = {hour_interval = NA;}'}),
({
'GRID_STAT_CLIMO_MEAN_FILE_NAME': '/some/climo_mean/file.txt',
'GRID_STAT_CLIMO_MEAN_FIELD': '{name="CLM_NAME"; level="(0,0,*,*)";}',
Expand Down

0 comments on commit a58b6ad

Please sign in to comment.