Skip to content

Commit

Permalink
Checked in version that is consistent with the 'master' branch
Browse files Browse the repository at this point in the history
Still incorporated the fhr grouping fixes for GitHub Issue #3:
support for multiple groupings, labels for each grouping which are used to name output subdirectories.
  • Loading branch information
Minna Win committed Sep 13, 2017
1 parent 6935b96 commit a6fe7db
Showing 1 changed file with 11 additions and 9 deletions.
20 changes: 11 additions & 9 deletions parm/metplus.conf
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@
# Commonly used base METplus variables
METPLUS_BASE = /d1/SBU_util ;; METplus installation location
PARM_BASE = {METPLUS_BASE}/parm ;; METplus parm directory location
OUTPUT_BASE = /d1/SBU_util/out
#OUTPUT_BASE = /d1/SBU_util/out
OUTPUT_BASE = /d1/mccabe/METplus_out_data

#METPLUS_BASE = {ENV[METPLUS_BASE]} ;; METplus installation location

Expand All @@ -54,9 +55,9 @@ OUTPUT_BASE = /d1/SBU_util/out
# For met-6.0 MET_BUILD_BASE and RSCRIPTS_BASE, MUST have the same
# parent directory tree, else plot_tcmpr.R will error.
# Note: /d1/.../met-6.0 build requires modifying LD_LIBRARY_PATH=/usr/local/netcdf/lib:${LD_LIBRARY_PATH}
#MET_BUILD_BASE = /d1/CODE/MET/MET_releases/met-6.0
MET_BUILD_BASE = /d1/CODE/MET/MET_releases/met-6.0
# This will not work running tcmpr_plotter.py, since NO Rscripts under thid directory.
MET_BUILD_BASE = /usr/local/met-6.0
#MET_BUILD_BASE = /usr/local/met-6.0
RSCRIPTS_BASE = {MET_BUILD_BASE}/scripts/Rscripts

#MET_BUILD_BASE = /d1/CODE/MET/MET_releases/met-5.2
Expand All @@ -66,7 +67,8 @@ MET_BIN = {MET_BUILD_BASE}/bin ;; Required by Rscript call Used by TCM


# Input data directories
PROJ_DIR = /d1/SBU/GFS
#PROJ_DIR = /d1/SBU/GFS
PROJ_DIR = /d1/mccabe/METplus_in_data
GFS_DIR = {PROJ_DIR}/model_data
TRACK_DATA_DIR = {PROJ_DIR}/track_data
EXTRA_TROP_CYCLONE_INPUT_DIR = {OUTPUT_BASE}/tc_pairs
Expand Down Expand Up @@ -206,9 +208,9 @@ EXPT=METplus ;; Experiment name, used for finding installation locations

# Configuration files
# _PATH in the names below is deceiving ... since these are config files
TC_PAIRS_CONFIG_PATH = {CONFIG_DIR}/TCPairsETCConfig
SERIES_ANALYSIS_BY_LEAD_CONFIG_PATH = {CONFIG_DIR}/SeriesAnalysisConfig_by_lead
SERIES_ANALYSIS_BY_INIT_CONFIG_PATH = {CONFIG_DIR}/SeriesAnalysisConfig_by_init
TC_PAIRS_CONFIG_PATH = {PARM_BASE}/TCPairsETCConfig
SERIES_ANALYSIS_BY_LEAD_CONFIG_PATH = {PARM_BASE}/SeriesAnalysisConfig_by_lead
SERIES_ANALYSIS_BY_INIT_CONFIG_PATH = {PARM_BASE}/SeriesAnalysisConfig_by_init
TCMPR_PLOT_CONFIG =

# Processes to run in master script (master_met_plus.py)
Expand Down Expand Up @@ -394,7 +396,7 @@ GRID_STAT_CNT_DIR = {PROJ_DIR}/grid_stat_cnt
GRID_STAT_CTS_DIR = {PROJ_DIR}/grid_stat_cts
GRID_STAT_PROB_DIR = {PROJ_DIR}/grid_stat_prob

CONFIG_DIR = {PARM_BASE}/config
CONFIG_DIR = /d1/mccabe/config

MET_CONFIG_GSP = {CONFIG_DIR}/GridStatConfig_PROB
MET_CONFIG_GSM = {CONFIG_DIR}/GridStatConfig_MEAN
Expand All @@ -419,7 +421,7 @@ VERIFICATION_GRID={CONFIG_DIR}/mask/CONUS_HRRRTLE.nc
MODEL_TYPE = HREF_MEAN

# Observation Type Options:
# STAGE4_GRIB, STAGE4_GEMPAK, QPE, WPCSNOW, MRMS_QPE
# STAGE4_GRIB, STAGE4_GEMPAK, QPE, WPCSNOW, MRMS_QPE (not tested)
APCP_OBTYPE = STAGE4_GEMPAK


Expand Down

0 comments on commit a6fe7db

Please sign in to comment.