Skip to content

Commit

Permalink
removed commented lines
Browse files Browse the repository at this point in the history
  • Loading branch information
georgemccabe committed May 21, 2024
1 parent 295ac58 commit 8e62603
Showing 1 changed file with 0 additions and 33 deletions.
33 changes: 0 additions & 33 deletions use_cases/Hurricane_Matthew/METplus/PointStat_matthew.conf
Original file line number Diff line number Diff line change
@@ -1,8 +1,5 @@
[config]

# Documentation for this use case can be found at
# https://metplus.readthedocs.io/en/latest/generated/met_tool_wrapper/PointStat/PointStat.html

# For additional information, please see the METplus Users Guide.
# https://metplus.readthedocs.io/en/latest/Users_Guide

Expand Down Expand Up @@ -31,7 +28,6 @@ INIT_BEG = 2016100600
INIT_END = 2016100600
INIT_INCREMENT = 6H

#LEAD_SEQ = 36
LEAD_SEQ = begin_end_incr(0,48,3)

[metar]
Expand All @@ -40,7 +36,6 @@ LEAD_SEQ = begin_end_incr(0,48,1)
[raob]

LEAD_SEQ = begin_end_incr(0,48,1)
#SKIP_VALID_TIMES = "%d%H:0603,0621,0715,0719,0720,0721"

MADIS2NC_ALLOW_MISSING_INPUTS = True
MADIS2NC_MISSING_INPUT_THRESH = 0.875
Expand All @@ -60,16 +55,12 @@ MADIS2NC_OUTPUT_TEMPLATE = {instance}/met_{valid?fmt=%Y%m%d_%H%M}.nc

MADIS2NC_TYPE = {instance}

# Example: /glade/derecho/scratch/jaredlee/nsf_i-wrf/matthew/20161006_00/wrfout_d01_2016-10-06_00:00:00

#FCST_POINT_STAT_INPUT_DIR = /glade/derecho/scratch/jaredlee/nsf_i-wrf/matthew
FCST_POINT_STAT_INPUT_DIR = /data/input/wrf

[surface]

FCST_POINT_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d_%H}/wrfout_d01_{valid?fmt=%Y-%m-%d_%H:%M:%S}

#OBS_POINT_STAT_INPUT_DIR = /glade/campaign/ral/wsap/i-wrf/data/hurr-matthew/madis/point/metar/netcdf
OBS_POINT_STAT_INPUT_DIR = {MADIS2NC_OUTPUT_DIR}/metar
OBS_POINT_STAT_INPUT_TEMPLATE = met_{valid?fmt=%Y%m%d_%H%M}.nc

Expand Down Expand Up @@ -105,7 +96,6 @@ OBS_POINT_STAT_FILE_WINDOW_BEGIN = -1H

FCST_POINT_STAT_INPUT_TEMPLATE = {init?fmt=%Y%m%d_%H}/wrfout_plev_d01_{valid?fmt=%Y-%m-%d_%H:%M:%S}

#OBS_POINT_STAT_INPUT_DIR = /glade/campaign/ral/wsap/i-wrf/data/hurr-matthew/madis/point/raob/netcdf
OBS_POINT_STAT_INPUT_DIR = {MADIS2NC_OUTPUT_DIR}/raob
OBS_POINT_STAT_INPUT_TEMPLATE = met_{valid?fmt=%Y%m%d_%H%M}.nc

Expand Down Expand Up @@ -154,39 +144,16 @@ POINT_STAT_OUTPUT_DIR = {OUTPUT_BASE}/point_stat

POINT_STAT_MET_CONFIG_OVERRIDES = wind_thresh = [ >2 ]; wind_logic = INTERSECTION;

#LOG_POINT_STAT_VERBOSITY = 2

#POINT_STAT_OBS_QUALITY_INC =
#POINT_STAT_OBS_QUALITY_EXC =

POINT_STAT_DUPLICATE_FLAG = UNIQUE
POINT_STAT_OBS_SUMMARY = NEAREST

POINT_STAT_INTERP_TYPE_METHOD = BILIN
POINT_STAT_INTERP_TYPE_WIDTH = 2

#POINT_STAT_OUTPUT_FLAG_FHO =
#POINT_STAT_OUTPUT_FLAG_CTC =
#POINT_STAT_OUTPUT_FLAG_CTS =
#POINT_STAT_OUTPUT_FLAG_MCTC =
#POINT_STAT_OUTPUT_FLAG_MCTS =
POINT_STAT_OUTPUT_FLAG_CNT = BOTH
POINT_STAT_OUTPUT_FLAG_SL1L2 = STAT
#POINT_STAT_OUTPUT_FLAG_SAL1L2 =
POINT_STAT_OUTPUT_FLAG_VL1L2 = STAT
#POINT_STAT_OUTPUT_FLAG_VAL1L2 =
POINT_STAT_OUTPUT_FLAG_VCNT = BOTH
#POINT_STAT_OUTPUT_FLAG_PCT =
#POINT_STAT_OUTPUT_FLAG_PSTD =
#POINT_STAT_OUTPUT_FLAG_PJC =
#POINT_STAT_OUTPUT_FLAG_PRC =
#POINT_STAT_OUTPUT_FLAG_ECNT =
#POINT_STAT_OUTPUT_FLAG_ORANK =
#POINT_STAT_OUTPUT_FLAG_RPS =
#POINT_STAT_OUTPUT_FLAG_ECLV =
#POINT_STAT_OUTPUT_FLAG_MPR = BOTH
#POINT_STAT_OUTPUT_FLAG_SEEPS =
#POINT_STAT_OUTPUT_FLAG_SEEPS_MPR =

MODEL = WRF

Expand Down

0 comments on commit 8e62603

Please sign in to comment.