From a6fe7db23d8d4246b152a52131c08aa52fc5561f Mon Sep 17 00:00:00 2001 From: Minna Win Date: Wed, 13 Sep 2017 18:56:01 +0000 Subject: [PATCH] Checked in version that is consistent with the 'master' branch 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. --- parm/metplus.conf | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/parm/metplus.conf b/parm/metplus.conf index 100a46fe3d..673a03161c 100755 --- a/parm/metplus.conf +++ b/parm/metplus.conf @@ -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 @@ -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 @@ -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 @@ -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) @@ -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 @@ -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