Skip to content

Commit

Permalink
Fixing mask location
Browse files Browse the repository at this point in the history
  • Loading branch information
Christina Kalb committed Dec 19, 2024
1 parent 1b0290e commit d9df18c
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
"""
Grid-Stat, MODE, Stat-Analysis, UserScript, Gen-Vx-Mask: GFS Clouds
============================================================================
Grid-Stat, MODE, Stat-Analysis, UserScript, Gen-Vx-Mask: GFS Cloud Statistics by Type
=====================================================================================
model_applications/clouds/GridStat_fcstGFS_obsGFS_cloudFracLayer.conf
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,8 @@ OBS_GRID_STAT_VAR3_THRESH = ge50
GRID_STAT_NEIGHBORHOOD_WIDTH = 5
GRID_STAT_NEIGHBORHOOD_SHAPE = SQUARE

#GRID_STAT
GRID_STAT_MASK_POLY = {INPUT_BASE}/model_applications/clouds/GridStat_fcstGFS_obsGFS_cloudFracLayer/masks/West_Pacific.nc
#GRID_STAT_MASK_GRID =
GRID_STAT_MASK_POLY = {OUTPUT_BASE}/clouds/GridStat_fcstGFS_obsGFS_cloudFracLayer/masks/West_Pacific.nc

GRID_STAT_OUTPUT_FLAG_CTC = STAT
GRID_STAT_OUTPUT_FLAG_CTS = STAT
Expand Down Expand Up @@ -189,7 +189,7 @@ MODE_GRID_RES = 28
MODE_MASK_MISSING_FLAG = BOTH

MODE_MASK_POLY_FLAG = BOTH
MODE_VERIFICATION_MASK_TEMPLATE = {INPUT_BASE}/model_applications/clouds/GridStat_fcstGFS_obsGFS_cloudFracLayer/masks/West_Pacific.nc
MODE_VERIFICATION_MASK_TEMPLATE = {OUTPUT_BASE}/clouds/GridStat_fcstGFS_obsGFS_cloudFracLayer/masks/West_Pacific.nc

MODE_NC_PAIRS_FLAG_POLYLINES = False

Expand Down

0 comments on commit d9df18c

Please sign in to comment.