Skip to content

Commit

Permalink
Added flag for regridding.
Browse files Browse the repository at this point in the history
Added REGRID_USING_MET_TOOL to allow regridding via wgrib2 or
via MET Tool (regrid_data_plane).  Currently, there are issues with
the netCDF tiles created via regrid_data_plane.  The default is to
set this flag to False, so extract_tiles and the series_by_lead and
series_by_init scripts will use wgrib2 to perform regridding.
  • Loading branch information
Minna Win committed Dec 19, 2016
1 parent 30242ba commit 76e1ef2
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions parm/constants_pdef.py
Original file line number Diff line number Diff line change
Expand Up @@ -208,6 +208,14 @@ class Params(ConfigMaster):
BACKGROUND_MAP = False
#
# REGRDDING
#
REGRID_USING_MET_TOOL = False
#
# TESTING
#
Expand Down

0 comments on commit 76e1ef2

Please sign in to comment.