Skip to content

Commit

Permalink
updated documentation, config file
Browse files Browse the repository at this point in the history
  • Loading branch information
j-opatz committed Aug 25, 2023
1 parent 2a8c379 commit 691c480
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 12 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -108,13 +108,12 @@
# INFO: METplus has successfully finished running.
#
# Refer to the value set for **OUTPUT_BASE** to find where the output data was generated.
# Output for this use case will be found in use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds (relative to **OUTPUT_BASE**)
# Output for this use case will be found in model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds (relative to **OUTPUT_BASE**)
# and will contain the following files:
#
# * point_stat_030000L_20221016_090000V_ctc.txt
# * point_stat_030000L_20221016_090000V_cts.txt
# * point_stat_030000L_20221016_090000V.stat
# * buoy_2022101609.nc
# * point_stat_060000L_20230706_060000V_mctc.txt
# * point_stat_060000L_20230706_060000V_mcts.txt
# * point_stat_060000L_20230706_060000V.stat

##############################################################################
# Keywords
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,8 @@ PROCESS_LIST = PointStat

LOOP_BY = INIT
INIT_TIME_FMT = %Y%m%d%H%M
INIT_BEG = 202307060600
INIT_END = 202307060600
INIT_BEG = 202307060000
INIT_END = 202307060000
INIT_INCREMENT = 1M

LEAD_SEQ = 6
Expand All @@ -39,15 +39,15 @@ LEAD_SEQ = 6
# https://metplus.readthedocs.io/en/latest/Users_Guide/systemconfiguration.html#directory-and-filename-template-info
###

FCST_POINT_STAT_INPUT_DIR = {INPUT_BASE}/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds
FCST_POINT_STAT_INPUT_DIR = {INPUT_BASE}/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds

FCST_POINT_STAT_INPUT_TEMPLATE = gfs.t00z.pgrb2.0p25.f006

OBS_POINT_STAT_INPUT_DIR =
OBS_POINT_STAT_INPUT_TEMPLATE = PYTHON_NUMPY= {CONFIG_DIR}/read_ASCAT_data.py {INPUT_BASE}/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds/polar:{init?fmt=%Y%m%d%H%M?shift=-1800}:{init?fmt=%Y%m%d%H%M?shift=1800}:SATWND:speed
OBS_POINT_STAT_INPUT_TEMPLATE = PYTHON_NUMPY= {CONFIG_DIR}/read_ASCAT_data.py {INPUT_BASE}/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds/polar:{valid?fmt=%Y%m%d%H%M?shift=-1800}:{valid?fmt=%Y%m%d%H%M?shift=1800}:SATWND:speed


POINT_STAT_OUTPUT_DIR = {OUTPUT_BASE}/use_cases/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds
POINT_STAT_OUTPUT_DIR = {OUTPUT_BASE}/model_applications/marine_and_cryosphere/PointStat_fcstGFS_obsASCAT_satelliteWinds

POINT_STAT_CLIMO_MEAN_INPUT_DIR =
POINT_STAT_CLIMO_MEAN_INPUT_TEMPLATE =
Expand Down Expand Up @@ -81,8 +81,8 @@ OBS_VAR1_THRESH = >=13.9, >=17.2, >=24.5, >=32.7
POINT_STAT_CONFIG_FILE ={PARM_BASE}/met_config/PointStatConfig_wrapped

POINT_STAT_CLIMO_MEAN_TIME_INTERP_METHOD = NEAREST
POINT_STAT_INTERP_TYPE_METHOD = BILIN
POINT_STAT_INTERP_TYPE_WIDTH = 2
POINT_STAT_INTERP_TYPE_METHOD = NEAREST
POINT_STAT_INTERP_TYPE_WIDTH = 1

POINT_STAT_OUTPUT_FLAG_MCTC = BOTH
POINT_STAT_OUTPUT_FLAG_MCTS = BOTH
Expand Down

0 comments on commit 691c480

Please sign in to comment.