[Met_help] [rt.rap.ucar.edu #95484] History for command_builder.py error

George McCabe via RT met_help at ucar.edu
Thu Jun 4 15:36:51 MDT 2020


----------------------------------------------------------------
  Initial Request
----------------------------------------------------------------

Good afternoon,

I'm in the process of converting StatAnalysis andMakePlots to metplus
version 3.0 format from 2.1.

I've isolated the commands that are deprecated, replaced the functions that
no longer exist, and finished debugging some issues related to time string
formatting.  In side my log file (located here: *
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
there is are two errors - possibly related - highlighted in red below.  The
first one points to a library issue.  The directory in question exists, but
there is nothing in it.  Is that the referenced library is expected to
reside there?  The second issue, which is not too revealing, points to the
STATAnalysisConfig file, which I think is somehow related to the first
error.  I did take the STATAnalysisConfig file from another metplus
location that I've been working on into a directory I created to put the
copied version there.  The STATAnalysisConfig directory was taken from a
V.3.1 location, so I assumed that the layout of the file would be okay.
The information below seems like what I want.  I'm looping over 06, 12
initial times and grouping the 00-23 VALID hours for each day.

06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
-lookin
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
-config
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124) DEBUG:
app_name is: stat_analysis, output sent to:
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
MET OUTPUT:
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
error while loading shared libraries: libpython3.6m.so.1.0: cannot open
shared object file: No such file or directory
06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191) DEBUG:
Finished running
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis in
0:00:00.204271
06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100) ERROR:
(command_builder.py:733) MET command returned a non-zero return code:
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
-lookin
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
-config
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile for more
information on why it failed
06/03 17:41:21.135 metplus.StatAnalysis (stat_analysis_wrapper.py:788)
DEBUG: Building dump_row filename from default template:
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
06/03 17:41:21.136 metplus.StatAnalysis (stat_analysis_wrapper.py:1833)
DEBUG: STAT_ANALYSIS RUN SETTINGS....
06/03 17:41:21.136 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: ALPHA:
06/03 17:41:21.136 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: COV_THRESH:
06/03 17:41:21.136 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: DESC:
06/03 17:41:21.136 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_INIT_HOUR: "120000"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_LEAD: "000000"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_LEVEL: "A1"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_THRESH:
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_UNITS:
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000", "040000",
"050000", "060000", "070000", "080000", "090000", "100000", "110000",
"120000", "130000", "140000", "150000", "160000", "170000", "180000",
"190000", "200000", "210000", "220000", "230000"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_VAR: "OZCON"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: INTERP_MTHD: "BILIN"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: INTERP_PNTS:
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: MODEL: "AQ"
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_INIT_HOUR:
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_LEAD:
06/03 17:41:21.137 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_LEVEL: "A1"
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_THRESH:
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_UNITS:
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_VALID_HOUR:
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_VAR: "COPO"
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: VX_MASK: "FULL"
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBTYPE: "ONLYSF"
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: -lookin:
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: JOB: -job filter -dump_row
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_VALID_BEG: 20200525_000000
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_VALID_END: 20200525_230000
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_INIT_BEG:
06/03 17:41:21.138 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: FCST_INIT_END:
06/03 17:41:21.139 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_VALID_BEG:
06/03 17:41:21.139 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_VALID_END:
06/03 17:41:21.139 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_INIT_BEG:
06/03 17:41:21.139 metplus.StatAnalysis (stat_analysis_wrapper.py:1836)
DEBUG: OBS_INIT_END:
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140) DEBUG:
ENVIRONMENT FOR NEXT COMMAND:
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
ALPHA=
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
COV_THRESH=
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
DESC=
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_INIT_BEG=
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_INIT_END=
06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_INIT_HOUR="120000"
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_LEAD="000000"
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_LEVEL="A1"
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_THRESH=
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_UNITS=
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_VALID_BEG=20200525_000000
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_VALID_END=20200525_230000
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_VALID_HOUR="000000", "010000", "020000", "030000", "040000", "050000",
"060000", "070000", "080000", "090000", "100000", "110000", "120000",
"130000", "140000", "150000", "160000", "170000", "180000", "190000",
"200000", "210000", "220000", "230000"
06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254) DEBUG:
FCST_VAR="OZCON"


that appear to ori.  I took this file over from another V3.0 location,
assuming that this would be acceptable.


Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717


----------------------------------------------------------------
  Complete Ticket History
----------------------------------------------------------------

Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 13:28:10 2020

Hi Edward,

The first error looks like an environment issue. You may have some
disconnect in the module loads you ran. I would purge the modules,
then try
to set up the environment to run METplus again (listed here for
reference:
https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
builds)

I don't see red text through MET-Help and I'm not seeing the second
error,
but hopefully clearing up the environment issues resolves the 2nd
issue.
Please let me know if it does not.

Also, I have been trying to clean up StatAnalysis and MakePlots
wrappers,
so any information you could provide on things that didn't work that
you
had to change from the examples would be very helpful.

Thanks,
George

On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate via
RT <
met_help at ucar.edu> wrote:

>
> Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> Transaction: Ticket created by edward.strobach at noaa.gov
>        Queue: met_help
>      Subject: command_builder.py error
>        Owner: Nobody
>   Requestors: edward.strobach at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
>
> Good afternoon,
>
> I'm in the process of converting StatAnalysis andMakePlots to
metplus
> version 3.0 format from 2.1.
>
> I've isolated the commands that are deprecated, replaced the
functions that
> no longer exist, and finished debugging some issues related to time
string
> formatting.  In side my log file (located here: *
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> there is are two errors - possibly related - highlighted in red
below.  The
> first one points to a library issue.  The directory in question
exists, but
> there is nothing in it.  Is that the referenced library is expected
to
> reside there?  The second issue, which is not too revealing, points
to the
> STATAnalysisConfig file, which I think is somehow related to the
first
> error.  I did take the STATAnalysisConfig file from another metplus
> location that I've been working on into a directory I created to put
the
> copied version there.  The STATAnalysisConfig directory was taken
from a
> V.3.1 location, so I assumed that the layout of the file would be
okay.
> The information below seems like what I want.  I'm looping over 06,
12
> initial times and grouping the 00-23 VALID hours for each day.
>
> 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> -lookin
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> -config
>
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> 06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124)
DEBUG:
> app_name is: stat_analysis, output sent to:
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> MET OUTPUT:
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> error while loading shared libraries: libpython3.6m.so.1.0: cannot
open
> shared object file: No such file or directory
> 06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191)
DEBUG:
> Finished running
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
in
> 0:00:00.204271
> 06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
ERROR:
> (command_builder.py:733) MET command returned a non-zero return
code:
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> -lookin
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> -config
>
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile for
more
> information on why it failed
> 06/03 17:41:21.135 metplus.StatAnalysis
(stat_analysis_wrapper.py:788)
> DEBUG: Building dump_row filename from default template:
>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1833)
> DEBUG: STAT_ANALYSIS RUN SETTINGS....
> 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: ALPHA:
> 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: COV_THRESH:
> 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: DESC:
> 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_INIT_HOUR: "120000"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_LEAD: "000000"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_LEVEL: "A1"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_THRESH:
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_UNITS:
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000",
"040000",
> "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> "190000", "200000", "210000", "220000", "230000"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_VAR: "OZCON"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: INTERP_MTHD: "BILIN"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: INTERP_PNTS:
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: MODEL: "AQ"
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_INIT_HOUR:
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_LEAD:
> 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_LEVEL: "A1"
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_THRESH:
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_UNITS:
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_VALID_HOUR:
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_VAR: "COPO"
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: VX_MASK: "FULL"
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBTYPE: "ONLYSF"
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: -lookin:
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: JOB: -job filter -dump_row
>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_VALID_BEG: 20200525_000000
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_VALID_END: 20200525_230000
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_INIT_BEG:
> 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: FCST_INIT_END:
> 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_VALID_BEG:
> 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_VALID_END:
> 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_INIT_BEG:
> 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> DEBUG: OBS_INIT_END:
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140)
DEBUG:
> ENVIRONMENT FOR NEXT COMMAND:
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> ALPHA=
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> COV_THRESH=
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> DESC=
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_INIT_BEG=
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_INIT_END=
> 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_INIT_HOUR="120000"
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_LEAD="000000"
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_LEVEL="A1"
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_THRESH=
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_UNITS=
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_VALID_BEG=20200525_000000
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_VALID_END=20200525_230000
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_VALID_HOUR="000000", "010000", "020000", "030000", "040000",
"050000",
> "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> "200000", "210000", "220000", "230000"
> 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> FCST_VAR="OZCON"
>
>
> that appear to ori.  I took this file over from another V3.0
location,
> assuming that this would be acceptable.
>
>
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 13:59:03 2020

Hi Edward,

I'm not sure if I mentioned this to you or not, but there is a section
in the User's Guide about updating config variables from older
versions:

https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables

In the last sub-section of that section, it describes a tool called
validate_config.py that can be run the same way as master_metplus.py
(passing in configs with -c) and it will step you through find and
replace commands to update your configuration files.

However, this tool only works if deprecated variables are added to the
list to be processed. I added many of the variables that were changed
in StatAnalysis and MakePlots wrappers, but I am not very familiar
with this wrapper so I may have missed some.

I apologize that this has been such a tedious process for you. If
you'd like to send me your current version I can use that info to
update this functionality to make things easier going forward.

Thanks,
George

On Wed Jun 03 13:28:10 2020, mccabe wrote:
> Hi Edward,
>
> The first error looks like an environment issue. You may have some
> disconnect in the module loads you ran. I would purge the modules,
> then try
> to set up the environment to run METplus again (listed here for
> reference:
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> builds)
>
> I don't see red text through MET-Help and I'm not seeing the second
> error,
> but hopefully clearing up the environment issues resolves the 2nd
> issue.
> Please let me know if it does not.
>
> Also, I have been trying to clean up StatAnalysis and MakePlots
> wrappers,
> so any information you could provide on things that didn't work that
> you
> had to change from the examples would be very helpful.
>
> Thanks,
> George
>
> On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate via
> RT <
> met_help at ucar.edu> wrote:
>
> >
> > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > Transaction: Ticket created by edward.strobach at noaa.gov
> >        Queue: met_help
> >      Subject: command_builder.py error
> >        Owner: Nobody
> >   Requestors: edward.strobach at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> >
> >
> > Good afternoon,
> >
> > I'm in the process of converting StatAnalysis andMakePlots to
metplus
> > version 3.0 format from 2.1.
> >
> > I've isolated the commands that are deprecated, replaced the
> > functions that
> > no longer exist, and finished debugging some issues related to
time
> > string
> > formatting.  In side my log file (located here: *
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > there is are two errors - possibly related - highlighted in red
> > below.  The
> > first one points to a library issue.  The directory in question
> > exists, but
> > there is nothing in it.  Is that the referenced library is
expected
> > to
> > reside there?  The second issue, which is not too revealing,
points
> > to the
> > STATAnalysisConfig file, which I think is somehow related to the
> > first
> > error.  I did take the STATAnalysisConfig file from another
metplus
> > location that I've been working on into a directory I created to
put
> > the
> > copied version there.  The STATAnalysisConfig directory was taken
> > from a
> > V.3.1 location, so I assumed that the layout of the file would be
> > okay.
> > The information below seems like what I want.  I'm looping over
06,
> > 12
> > initial times and grouping the 00-23 VALID hours for each day.
> >
> > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124)
> > DEBUG:
> > app_name is: stat_analysis, output sent to:
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > MET OUTPUT:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > error while loading shared libraries: libpython3.6m.so.1.0: cannot
> > open
> > shared object file: No such file or directory
> > 06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191)
> > DEBUG:
> > Finished running
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > in
> > 0:00:00.204271
> > 06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
> > ERROR:
> > (command_builder.py:733) MET command returned a non-zero return
code:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile
for
> > more
> > information on why it failed
> > 06/03 17:41:21.135 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:788)
> > DEBUG: Building dump_row filename from default template:
> >
> >
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > 06/03 17:41:21.136 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1833)
> > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > 06/03 17:41:21.136 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: ALPHA:
> > 06/03 17:41:21.136 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: COV_THRESH:
> > 06/03 17:41:21.136 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: DESC:
> > 06/03 17:41:21.136 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_HOUR: "120000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEAD: "000000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEVEL: "A1"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_THRESH:
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_UNITS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000",
> > "040000",
> > "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> > "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> > "190000", "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VAR: "OZCON"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_MTHD: "BILIN"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_PNTS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: MODEL: "AQ"
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_HOUR:
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEAD:
> > 06/03 17:41:21.137 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEVEL: "A1"
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_THRESH:
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_UNITS:
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_HOUR:
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VAR: "COPO"
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: VX_MASK: "FULL"
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBTYPE: "ONLYSF"
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: -lookin:
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: JOB: -job filter -dump_row
> >
> >
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_BEG: 20200525_000000
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_END: 20200525_230000
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_BEG:
> > 06/03 17:41:21.138 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
> > (stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140)
> > DEBUG:
> > ENVIRONMENT FOR NEXT COMMAND:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> >
> >
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > ALPHA=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > COV_THRESH=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > DESC=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_INIT_BEG=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_INIT_END=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_INIT_HOUR="120000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_LEAD="000000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_LEVEL="A1"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_THRESH=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_UNITS=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_VALID_BEG=20200525_000000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_VALID_END=20200525_230000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_VALID_HOUR="000000", "010000", "020000", "030000", "040000",
> > "050000",
> > "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> > "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> > "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > DEBUG:
> > FCST_VAR="OZCON"
> >
> >
> > that appear to ori.  I took this file over from another V3.0
> > location,
> > assuming that this would be acceptable.
> >
> >
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >



------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 14:09:49 2020

Sorry, I didn't realize color-coding didn't transfer over. The main
error
block is here:
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
error while loading shared libraries: libpython3.6m.so.1.0: cannot
open
shared object file: No such file or directory
06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191) DEBUG:
Finished running
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
in
0:00:00.204271
06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
ERROR:
(command_builder.py:733) MET command returned a non-zero return code:
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
-lookin
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
-config
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig

The second error begins with ERROR.  I can make sure that my
environment is
adapted to NOAA machines and try again.

On Wed, Jun 3, 2020 at 3:28 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> The first error looks like an environment issue. You may have some
> disconnect in the module loads you ran. I would purge the modules,
then try
> to set up the environment to run METplus again (listed here for
reference:
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
builds)
>
> I don't see red text through MET-Help and I'm not seeing the second
error,
> but hopefully clearing up the environment issues resolves the 2nd
issue.
> Please let me know if it does not.
>
> Also, I have been trying to clean up StatAnalysis and MakePlots
wrappers,
> so any information you could provide on things that didn't work that
you
> had to change from the examples would be very helpful.
>
> Thanks,
> George
>
> On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > Transaction: Ticket created by edward.strobach at noaa.gov
> >        Queue: met_help
> >      Subject: command_builder.py error
> >        Owner: Nobody
> >   Requestors: edward.strobach at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> >
> > Good afternoon,
> >
> > I'm in the process of converting StatAnalysis andMakePlots to
metplus
> > version 3.0 format from 2.1.
> >
> > I've isolated the commands that are deprecated, replaced the
functions
> that
> > no longer exist, and finished debugging some issues related to
time
> string
> > formatting.  In side my log file (located here: *
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > there is are two errors - possibly related - highlighted in red
below.
> The
> > first one points to a library issue.  The directory in question
exists,
> but
> > there is nothing in it.  Is that the referenced library is
expected to
> > reside there?  The second issue, which is not too revealing,
points to
> the
> > STATAnalysisConfig file, which I think is somehow related to the
first
> > error.  I did take the STATAnalysisConfig file from another
metplus
> > location that I've been working on into a directory I created to
put the
> > copied version there.  The STATAnalysisConfig directory was taken
from a
> > V.3.1 location, so I assumed that the layout of the file would be
okay.
> > The information below seems like what I want.  I'm looping over
06, 12
> > initial times and grouping the 00-23 VALID hours for each day.
> >
> > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124)
DEBUG:
> > app_name is: stat_analysis, output sent to:
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > MET OUTPUT:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > error while loading shared libraries: libpython3.6m.so.1.0: cannot
open
> > shared object file: No such file or directory
> > 06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191)
DEBUG:
> > Finished running
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> in
> > 0:00:00.204271
> > 06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
ERROR:
> > (command_builder.py:733) MET command returned a non-zero return
code:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile
for more
> > information on why it failed
> > 06/03 17:41:21.135 metplus.StatAnalysis
(stat_analysis_wrapper.py:788)
> > DEBUG: Building dump_row filename from default template:
> >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1833)
> > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: ALPHA:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: COV_THRESH:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: DESC:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_HOUR: "120000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEAD: "000000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEVEL: "A1"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_THRESH:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_UNITS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000",
"040000",
> > "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> > "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> > "190000", "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VAR: "OZCON"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_MTHD: "BILIN"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_PNTS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: MODEL: "AQ"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_HOUR:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEAD:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEVEL: "A1"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_THRESH:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_UNITS:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_HOUR:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VAR: "COPO"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: VX_MASK: "FULL"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBTYPE: "ONLYSF"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: -lookin:
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: JOB: -job filter -dump_row
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_BEG: 20200525_000000
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_END: 20200525_230000
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_BEG:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140)
DEBUG:
> > ENVIRONMENT FOR NEXT COMMAND:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > ALPHA=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > COV_THRESH=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > DESC=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_BEG=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_END=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_HOUR="120000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_LEAD="000000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_LEVEL="A1"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_THRESH=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_UNITS=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_BEG=20200525_000000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_END=20200525_230000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_HOUR="000000", "010000", "020000", "030000", "040000",
> "050000",
> > "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> > "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> > "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VAR="OZCON"
> >
> >
> > that appear to ori.  I took this file over from another V3.0
location,
> > assuming that this would be acceptable.
> >
> >
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 14:12:00 2020

I think I've already removed the out-of-date variable names with the
v3.1
names.  I can look into that option if this proves not to be an
environment
issue.  I do know that I was pretty carefully making the changes
between
versions, but I could have still missed something.

On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> I'm not sure if I mentioned this to you or not, but there is a
section in
> the User's Guide about updating config variables from older
versions:
>
>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>
> In the last sub-section of that section, it describes a tool called
> validate_config.py that can be run the same way as master_metplus.py
> (passing in configs with -c) and it will step you through find and
replace
> commands to update your configuration files.
>
> However, this tool only works if deprecated variables are added to
the
> list to be processed. I added many of the variables that were
changed in
> StatAnalysis and MakePlots wrappers, but I am not very familiar with
this
> wrapper so I may have missed some.
>
> I apologize that this has been such a tedious process for you. If
you'd
> like to send me your current version I can use that info to update
this
> functionality to make things easier going forward.
>
> Thanks,
> George
>
> On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > Hi Edward,
> >
> > The first error looks like an environment issue. You may have some
> > disconnect in the module loads you ran. I would purge the modules,
> > then try
> > to set up the environment to run METplus again (listed here for
> > reference:
> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > builds)
> >
> > I don't see red text through MET-Help and I'm not seeing the
second
> > error,
> > but hopefully clearing up the environment issues resolves the 2nd
> > issue.
> > Please let me know if it does not.
> >
> > Also, I have been trying to clean up StatAnalysis and MakePlots
> > wrappers,
> > so any information you could provide on things that didn't work
that
> > you
> > had to change from the examples would be very helpful.
> >
> > Thanks,
> > George
> >
> > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate
via
> > RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > > Transaction: Ticket created by edward.strobach at noaa.gov
> > >        Queue: met_help
> > >      Subject: command_builder.py error
> > >        Owner: Nobody
> > >   Requestors: edward.strobach at noaa.gov
> > >       Status: new
> > >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > >
> > >
> > > Good afternoon,
> > >
> > > I'm in the process of converting StatAnalysis andMakePlots to
metplus
> > > version 3.0 format from 2.1.
> > >
> > > I've isolated the commands that are deprecated, replaced the
> > > functions that
> > > no longer exist, and finished debugging some issues related to
time
> > > string
> > > formatting.  In side my log file (located here: *
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > there is are two errors - possibly related - highlighted in red
> > > below.  The
> > > first one points to a library issue.  The directory in question
> > > exists, but
> > > there is nothing in it.  Is that the referenced library is
expected
> > > to
> > > reside there?  The second issue, which is not too revealing,
points
> > > to the
> > > STATAnalysisConfig file, which I think is somehow related to the
> > > first
> > > error.  I did take the STATAnalysisConfig file from another
metplus
> > > location that I've been working on into a directory I created to
put
> > > the
> > > copied version there.  The STATAnalysisConfig directory was
taken
> > > from a
> > > V.3.1 location, so I assumed that the layout of the file would
be
> > > okay.
> > > The information below seems like what I want.  I'm looping over
06,
> > > 12
> > > initial times and grouping the 00-23 VALID hours for each day.
> > >
> > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > -lookin
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > -config
> > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > 06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124)
> > > DEBUG:
> > > app_name is: stat_analysis, output sent to:
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > MET OUTPUT:
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > error while loading shared libraries: libpython3.6m.so.1.0:
cannot
> > > open
> > > shared object file: No such file or directory
> > > 06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191)
> > > DEBUG:
> > > Finished running
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > in
> > > 0:00:00.204271
> > > 06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
> > > ERROR:
> > > (command_builder.py:733) MET command returned a non-zero return
code:
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > -lookin
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > -config
> > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile
for
> > > more
> > > information on why it failed
> > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:788)
> > > DEBUG: Building dump_row filename from default template:
> > >
> > >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1833)
> > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: ALPHA:
> > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: COV_THRESH:
> > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: DESC:
> > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_INIT_HOUR: "120000"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_LEAD: "000000"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_LEVEL: "A1"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_THRESH:
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_UNITS:
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000",
> > > "040000",
> > > "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> > > "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> > > "190000", "200000", "210000", "220000", "230000"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_VAR: "OZCON"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: INTERP_MTHD: "BILIN"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: INTERP_PNTS:
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: MODEL: "AQ"
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_INIT_HOUR:
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_LEAD:
> > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_LEVEL: "A1"
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_THRESH:
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_UNITS:
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_VALID_HOUR:
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_VAR: "COPO"
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: VX_MASK: "FULL"
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBTYPE: "ONLYSF"
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: -lookin:
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: JOB: -job filter -dump_row
> > >
> > >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_VALID_END: 20200525_230000
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_INIT_BEG:
> > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: FCST_INIT_END:
> > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_VALID_BEG:
> > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_VALID_END:
> > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_INIT_BEG:
> > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (stat_analysis_wrapper.py:1836)
> > > DEBUG: OBS_INIT_END:
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140)
> > > DEBUG:
> > > ENVIRONMENT FOR NEXT COMMAND:
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > >
> > >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > ALPHA=
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > COV_THRESH=
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > DESC=
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_INIT_BEG=
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_INIT_END=
> > > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_INIT_HOUR="120000"
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_LEAD="000000"
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_LEVEL="A1"
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_THRESH=
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_UNITS=
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_VALID_BEG=20200525_000000
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_VALID_END=20200525_230000
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_VALID_HOUR="000000", "010000", "020000", "030000",
"040000",
> > > "050000",
> > > "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> > > "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> > > "200000", "210000", "220000", "230000"
> > > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
> > > DEBUG:
> > > FCST_VAR="OZCON"
> > >
> > >
> > > that appear to ori.  I took this file over from another V3.0
> > > location,
> > > assuming that this would be acceptable.
> > >
> > >
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
>
>
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 14:28:46 2020

Hi Edward,

Even if you don't run the validate script, METplus should error out
immediately and give you a list of variables that are deprecated and a
suggestion if possible, so I am guessing that the changes weren't
covered.

The 2nd error is related to the first. The libpython error is what
came
from the actual call to stat_analysis and the 2nd error is just
telling you
that the stat_analysis command returned non-zero value, which means
that it
failed.

On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> I think I've already removed the out-of-date variable names with the
v3.1
> names.  I can look into that option if this proves not to be an
environment
> issue.  I do know that I was pretty carefully making the changes
between
> versions, but I could have still missed something.
>
> On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward,
> >
> > I'm not sure if I mentioned this to you or not, but there is a
section in
> > the User's Guide about updating config variables from older
versions:
> >
> >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >
> > In the last sub-section of that section, it describes a tool
called
> > validate_config.py that can be run the same way as
master_metplus.py
> > (passing in configs with -c) and it will step you through find and
> replace
> > commands to update your configuration files.
> >
> > However, this tool only works if deprecated variables are added to
the
> > list to be processed. I added many of the variables that were
changed in
> > StatAnalysis and MakePlots wrappers, but I am not very familiar
with this
> > wrapper so I may have missed some.
> >
> > I apologize that this has been such a tedious process for you. If
you'd
> > like to send me your current version I can use that info to update
this
> > functionality to make things easier going forward.
> >
> > Thanks,
> > George
> >
> > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > Hi Edward,
> > >
> > > The first error looks like an environment issue. You may have
some
> > > disconnect in the module loads you ran. I would purge the
modules,
> > > then try
> > > to set up the environment to run METplus again (listed here for
> > > reference:
> > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > builds)
> > >
> > > I don't see red text through MET-Help and I'm not seeing the
second
> > > error,
> > > but hopefully clearing up the environment issues resolves the
2nd
> > > issue.
> > > Please let me know if it does not.
> > >
> > > Also, I have been trying to clean up StatAnalysis and MakePlots
> > > wrappers,
> > > so any information you could provide on things that didn't work
that
> > > you
> > > had to change from the examples would be very helpful.
> > >
> > > Thanks,
> > > George
> > >
> > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate
via
> > > RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > > > Transaction: Ticket created by edward.strobach at noaa.gov
> > > >        Queue: met_help
> > > >      Subject: command_builder.py error
> > > >        Owner: Nobody
> > > >   Requestors: edward.strobach at noaa.gov
> > > >       Status: new
> > > >  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >
> > > >
> > > >
> > > > Good afternoon,
> > > >
> > > > I'm in the process of converting StatAnalysis andMakePlots to
metplus
> > > > version 3.0 format from 2.1.
> > > >
> > > > I've isolated the commands that are deprecated, replaced the
> > > > functions that
> > > > no longer exist, and finished debugging some issues related to
time
> > > > string
> > > > formatting.  In side my log file (located here: *
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > there is are two errors - possibly related - highlighted in
red
> > > > below.  The
> > > > first one points to a library issue.  The directory in
question
> > > > exists, but
> > > > there is nothing in it.  Is that the referenced library is
expected
> > > > to
> > > > reside there?  The second issue, which is not too revealing,
points
> > > > to the
> > > > STATAnalysisConfig file, which I think is somehow related to
the
> > > > first
> > > > error.  I did take the STATAnalysisConfig file from another
metplus
> > > > location that I've been working on into a directory I created
to put
> > > > the
> > > > copied version there.  The STATAnalysisConfig directory was
taken
> > > > from a
> > > > V.3.1 location, so I assumed that the layout of the file would
be
> > > > okay.
> > > > The information below seems like what I want.  I'm looping
over 06,
> > > > 12
> > > > initial times and grouping the 00-23 VALID hours for each day.
> > > >
> > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > -lookin
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > -config
> > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > 06/03 17:41:20.928 metplus.StatAnalysis
(command_runner.py:124)
> > > > DEBUG:
> > > > app_name is: stat_analysis, output sent to:
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > MET OUTPUT:
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > error while loading shared libraries: libpython3.6m.so.1.0:
cannot
> > > > open
> > > > shared object file: No such file or directory
> > > > 06/03 17:41:21.133 metplus.StatAnalysis
(command_runner.py:191)
> > > > DEBUG:
> > > > Finished running
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > in
> > > > 0:00:00.204271
> > > > 06/03 17:41:21.134 metplus.StatAnalysis
(command_builder.py:100)
> > > > ERROR:
> > > > (command_builder.py:733) MET command returned a non-zero
return code:
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > -lookin
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > -config
> > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the
logfile for
> > > > more
> > > > information on why it failed
> > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:788)
> > > > DEBUG: Building dump_row filename from default template:
> > > >
> > > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1833)
> > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: ALPHA:
> > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: COV_THRESH:
> > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: DESC:
> > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_LEAD: "000000"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_LEVEL: "A1"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_THRESH:
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_UNITS:
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000",
"030000",
> > > > "040000",
> > > > "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> > > > "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> > > > "190000", "200000", "210000", "220000", "230000"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_VAR: "OZCON"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: INTERP_PNTS:
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: MODEL: "AQ"
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_INIT_HOUR:
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_LEAD:
> > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_LEVEL: "A1"
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_THRESH:
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_UNITS:
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_VALID_HOUR:
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_VAR: "COPO"
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: VX_MASK: "FULL"
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBTYPE: "ONLYSF"
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: -lookin:
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: JOB: -job filter -dump_row
> > > >
> > > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_INIT_BEG:
> > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: FCST_INIT_END:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_VALID_BEG:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_VALID_END:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_INIT_BEG:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (stat_analysis_wrapper.py:1836)
> > > > DEBUG: OBS_INIT_END:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:140)
> > > > DEBUG:
> > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > >
> > > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > ALPHA=
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > COV_THRESH=
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > DESC=
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_INIT_BEG=
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_INIT_END=
> > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_INIT_HOUR="120000"
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_LEAD="000000"
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_LEVEL="A1"
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_THRESH=
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_UNITS=
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_VALID_BEG=20200525_000000
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_VALID_END=20200525_230000
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_VALID_HOUR="000000", "010000", "020000", "030000",
"040000",
> > > > "050000",
> > > > "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> > > > "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> > > > "200000", "210000", "220000", "230000"
> > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > DEBUG:
> > > > FCST_VAR="OZCON"
> > > >
> > > >
> > > > that appear to ori.  I took this file over from another V3.0
> > > > location,
> > > > assuming that this would be acceptable.
> > > >
> > > >
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> >
> >
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 14:31:46 2020

 It turns out that my environment was already set up.  The only module
that
I didn't have was metplus/3.0.1.  I tried loading that and got a
module
spider response.  It wasn't located.

Right now I have files:  1 job script file and two configure files
(machine.conf and a plotting conf).

Those are located here:

/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/scripts/job1_v3
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/machine_v3.conf
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/plotting/examples/plot_grid2obs_conus_sfc_v3.conf

I think the most important of these files to look at is the last one,
since
the actual definition names are defined there in accordance to metplus
3.1.

The final conf file that is written out is under here:
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/confs/metplus_final_grid2obs_conus_sfc_statanalysis_makeplots.conf

I looked in this file and I couldn't see anything that would be wrong
with
it, at least at this time.  There are a few things that are not being
used
though.



On Wed, Jun 3, 2020 at 3:28 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> The first error looks like an environment issue. You may have some
> disconnect in the module loads you ran. I would purge the modules,
then try
> to set up the environment to run METplus again (listed here for
reference:
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
builds)
>
> I don't see red text through MET-Help and I'm not seeing the second
error,
> but hopefully clearing up the environment issues resolves the 2nd
issue.
> Please let me know if it does not.
>
> Also, I have been trying to clean up StatAnalysis and MakePlots
wrappers,
> so any information you could provide on things that didn't work that
you
> had to change from the examples would be very helpful.
>
> Thanks,
> George
>
> On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > Transaction: Ticket created by edward.strobach at noaa.gov
> >        Queue: met_help
> >      Subject: command_builder.py error
> >        Owner: Nobody
> >   Requestors: edward.strobach at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> >
> > Good afternoon,
> >
> > I'm in the process of converting StatAnalysis andMakePlots to
metplus
> > version 3.0 format from 2.1.
> >
> > I've isolated the commands that are deprecated, replaced the
functions
> that
> > no longer exist, and finished debugging some issues related to
time
> string
> > formatting.  In side my log file (located here: *
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > there is are two errors - possibly related - highlighted in red
below.
> The
> > first one points to a library issue.  The directory in question
exists,
> but
> > there is nothing in it.  Is that the referenced library is
expected to
> > reside there?  The second issue, which is not too revealing,
points to
> the
> > STATAnalysisConfig file, which I think is somehow related to the
first
> > error.  I did take the STATAnalysisConfig file from another
metplus
> > location that I've been working on into a directory I created to
put the
> > copied version there.  The STATAnalysisConfig directory was taken
from a
> > V.3.1 location, so I assumed that the layout of the file would be
okay.
> > The information below seems like what I want.  I'm looping over
06, 12
> > initial times and grouping the 00-23 VALID hours for each day.
> >
> > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:20.928 metplus.StatAnalysis (command_runner.py:124)
DEBUG:
> > app_name is: stat_analysis, output sent to:
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > MET OUTPUT:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > error while loading shared libraries: libpython3.6m.so.1.0: cannot
open
> > shared object file: No such file or directory
> > 06/03 17:41:21.133 metplus.StatAnalysis (command_runner.py:191)
DEBUG:
> > Finished running
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> in
> > 0:00:00.204271
> > 06/03 17:41:21.134 metplus.StatAnalysis (command_builder.py:100)
ERROR:
> > (command_builder.py:733) MET command returned a non-zero return
code:
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > -lookin
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > -config
> >
> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the logfile
for more
> > information on why it failed
> > 06/03 17:41:21.135 metplus.StatAnalysis
(stat_analysis_wrapper.py:788)
> > DEBUG: Building dump_row filename from default template:
> >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1833)
> > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: ALPHA:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: COV_THRESH:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: DESC:
> > 06/03 17:41:21.136 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_HOUR: "120000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEAD: "000000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_LEVEL: "A1"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_THRESH:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_UNITS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000", "030000",
"040000",
> > "050000", "060000", "070000", "080000", "090000", "100000",
"110000",
> > "120000", "130000", "140000", "150000", "160000", "170000",
"180000",
> > "190000", "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VAR: "OZCON"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_MTHD: "BILIN"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: INTERP_PNTS:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: MODEL: "AQ"
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_HOUR:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEAD:
> > 06/03 17:41:21.137 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_LEVEL: "A1"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_THRESH:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_UNITS:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_HOUR:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VAR: "COPO"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: VX_MASK: "FULL"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBTYPE: "ONLYSF"
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: -lookin:
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: JOB: -job filter -dump_row
> >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_BEG: 20200525_000000
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_VALID_END: 20200525_230000
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_BEG:
> > 06/03 17:41:21.138 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: FCST_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_VALID_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_BEG:
> > 06/03 17:41:21.139 metplus.StatAnalysis
(stat_analysis_wrapper.py:1836)
> > DEBUG: OBS_INIT_END:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:140)
DEBUG:
> > ENVIRONMENT FOR NEXT COMMAND:
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > ALPHA=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > COV_THRESH=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > DESC=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_BEG=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_END=
> > 06/03 17:41:21.139 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_INIT_HOUR="120000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_LEAD="000000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_LEVEL="A1"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_THRESH=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_UNITS=
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_BEG=20200525_000000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_END=20200525_230000
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VALID_HOUR="000000", "010000", "020000", "030000", "040000",
> "050000",
> > "060000", "070000", "080000", "090000", "100000", "110000",
"120000",
> > "130000", "140000", "150000", "160000", "170000", "180000",
"190000",
> > "200000", "210000", "220000", "230000"
> > 06/03 17:41:21.140 metplus.StatAnalysis (command_builder.py:254)
DEBUG:
> > FCST_VAR="OZCON"
> >
> >
> > that appear to ori.  I took this file over from another V3.0
location,
> > assuming that this would be acceptable.
> >
> >
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 14:42:20 2020

There was only one mention of deprecated, and it was at the top of the
log
"Checking for deprecated env..".  There were no other mentions;
however,
there were warnings for certain variables not being set. Other than
that I
get DEBUG messages - presumably because I set things to DEBUG - and
those
two error messages.

I figured the second was related to the first.  A reference to
libraries
makes me feel like it's an environment issue, but my bashrc is already
set
up with the recommended Dell modules settings.

On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> Even if you don't run the validate script, METplus should error out
> immediately and give you a list of variables that are deprecated and
a
> suggestion if possible, so I am guessing that the changes weren't
covered.
>
> The 2nd error is related to the first. The libpython error is what
came
> from the actual call to stat_analysis and the 2nd error is just
telling you
> that the stat_analysis command returned non-zero value, which means
that it
> failed.
>
> On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > I think I've already removed the out-of-date variable names with
the v3.1
> > names.  I can look into that option if this proves not to be an
> environment
> > issue.  I do know that I was pretty carefully making the changes
between
> > versions, but I could have still missed something.
> >
> > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward,
> > >
> > > I'm not sure if I mentioned this to you or not, but there is a
section
> in
> > > the User's Guide about updating config variables from older
versions:
> > >
> > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > >
> > > In the last sub-section of that section, it describes a tool
called
> > > validate_config.py that can be run the same way as
master_metplus.py
> > > (passing in configs with -c) and it will step you through find
and
> > replace
> > > commands to update your configuration files.
> > >
> > > However, this tool only works if deprecated variables are added
to the
> > > list to be processed. I added many of the variables that were
changed
> in
> > > StatAnalysis and MakePlots wrappers, but I am not very familiar
with
> this
> > > wrapper so I may have missed some.
> > >
> > > I apologize that this has been such a tedious process for you.
If you'd
> > > like to send me your current version I can use that info to
update this
> > > functionality to make things easier going forward.
> > >
> > > Thanks,
> > > George
> > >
> > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > Hi Edward,
> > > >
> > > > The first error looks like an environment issue. You may have
some
> > > > disconnect in the module loads you ran. I would purge the
modules,
> > > > then try
> > > > to set up the environment to run METplus again (listed here
for
> > > > reference:
> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > builds)
> > > >
> > > > I don't see red text through MET-Help and I'm not seeing the
second
> > > > error,
> > > > but hopefully clearing up the environment issues resolves the
2nd
> > > > issue.
> > > > Please let me know if it does not.
> > > >
> > > > Also, I have been trying to clean up StatAnalysis and
MakePlots
> > > > wrappers,
> > > > so any information you could provide on things that didn't
work that
> > > > you
> > > > had to change from the examples would be very helpful.
> > > >
> > > > Thanks,
> > > > George
> > > >
> > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
Affiliate via
> > > > RT <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > > > > Transaction: Ticket created by edward.strobach at noaa.gov
> > > > >        Queue: met_help
> > > > >      Subject: command_builder.py error
> > > > >        Owner: Nobody
> > > > >   Requestors: edward.strobach at noaa.gov
> > > > >       Status: new
> > > > >  Ticket <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >
> > > > >
> > > > >
> > > > > Good afternoon,
> > > > >
> > > > > I'm in the process of converting StatAnalysis andMakePlots
to
> metplus
> > > > > version 3.0 format from 2.1.
> > > > >
> > > > > I've isolated the commands that are deprecated, replaced the
> > > > > functions that
> > > > > no longer exist, and finished debugging some issues related
to time
> > > > > string
> > > > > formatting.  In side my log file (located here: *
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > there is are two errors - possibly related - highlighted in
red
> > > > > below.  The
> > > > > first one points to a library issue.  The directory in
question
> > > > > exists, but
> > > > > there is nothing in it.  Is that the referenced library is
expected
> > > > > to
> > > > > reside there?  The second issue, which is not too revealing,
points
> > > > > to the
> > > > > STATAnalysisConfig file, which I think is somehow related to
the
> > > > > first
> > > > > error.  I did take the STATAnalysisConfig file from another
metplus
> > > > > location that I've been working on into a directory I
created to
> put
> > > > > the
> > > > > copied version there.  The STATAnalysisConfig directory was
taken
> > > > > from a
> > > > > V.3.1 location, so I assumed that the layout of the file
would be
> > > > > okay.
> > > > > The information below seems like what I want.  I'm looping
over 06,
> > > > > 12
> > > > > initial times and grouping the 00-23 VALID hours for each
day.
> > > > >
> > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > -lookin
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > -config
> > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > 06/03 17:41:20.928 metplus.StatAnalysis
(command_runner.py:124)
> > > > > DEBUG:
> > > > > app_name is: stat_analysis, output sent to:
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > MET OUTPUT:
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > error while loading shared libraries: libpython3.6m.so.1.0:
cannot
> > > > > open
> > > > > shared object file: No such file or directory
> > > > > 06/03 17:41:21.133 metplus.StatAnalysis
(command_runner.py:191)
> > > > > DEBUG:
> > > > > Finished running
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > in
> > > > > 0:00:00.204271
> > > > > 06/03 17:41:21.134 metplus.StatAnalysis
(command_builder.py:100)
> > > > > ERROR:
> > > > > (command_builder.py:733) MET command returned a non-zero
return
> code:
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > -lookin
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > -config
> > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the
logfile for
> > > > > more
> > > > > information on why it failed
> > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:788)
> > > > > DEBUG: Building dump_row filename from default template:
> > > > >
> > > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1833)
> > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: ALPHA:
> > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: COV_THRESH:
> > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: DESC:
> > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_LEAD: "000000"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_THRESH:
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_UNITS:
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000",
"030000",
> > > > > "040000",
> > > > > "050000", "060000", "070000", "080000", "090000", "100000",
> "110000",
> > > > > "120000", "130000", "140000", "150000", "160000", "170000",
> "180000",
> > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: INTERP_PNTS:
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: MODEL: "AQ"
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_INIT_HOUR:
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_LEAD:
> > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_THRESH:
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_UNITS:
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_VALID_HOUR:
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_VAR: "COPO"
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: VX_MASK: "FULL"
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: -lookin:
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: JOB: -job filter -dump_row
> > > > >
> > > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_INIT_BEG:
> > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: FCST_INIT_END:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_VALID_BEG:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_VALID_END:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_INIT_BEG:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (stat_analysis_wrapper.py:1836)
> > > > > DEBUG: OBS_INIT_END:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:140)
> > > > > DEBUG:
> > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > >
> > > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > ALPHA=
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > COV_THRESH=
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > DESC=
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_INIT_BEG=
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_INIT_END=
> > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_INIT_HOUR="120000"
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_LEAD="000000"
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_LEVEL="A1"
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_THRESH=
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_UNITS=
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_VALID_BEG=20200525_000000
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_VALID_END=20200525_230000
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_VALID_HOUR="000000", "010000", "020000", "030000",
"040000",
> > > > > "050000",
> > > > > "060000", "070000", "080000", "090000", "100000", "110000",
> "120000",
> > > > > "130000", "140000", "150000", "160000", "170000", "180000",
> "190000",
> > > > > "200000", "210000", "220000", "230000"
> > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > DEBUG:
> > > > > FCST_VAR="OZCON"
> > > > >
> > > > >
> > > > > that appear to ori.  I took this file over from another V3.0
> > > > > location,
> > > > > assuming that this would be acceptable.
> > > > >
> > > > >
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > >
> > >
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 14:45:13 2020

Hi Edward,

Did you run this first?

module use
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles

I believe you need to run that so it can find the metplus/3.0.1
module.



On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> There was only one mention of deprecated, and it was at the top of
the log
> "Checking for deprecated env..".  There were no other mentions;
however,
> there were warnings for certain variables not being set. Other than
that I
> get DEBUG messages - presumably because I set things to DEBUG - and
those
> two error messages.
>
> I figured the second was related to the first.  A reference to
libraries
> makes me feel like it's an environment issue, but my bashrc is
already set
> up with the recommended Dell modules settings.
>
> On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward,
> >
> > Even if you don't run the validate script, METplus should error
out
> > immediately and give you a list of variables that are deprecated
and a
> > suggestion if possible, so I am guessing that the changes weren't
> covered.
> >
> > The 2nd error is related to the first. The libpython error is what
came
> > from the actual call to stat_analysis and the 2nd error is just
telling
> you
> > that the stat_analysis command returned non-zero value, which
means that
> it
> > failed.
> >
> > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > I think I've already removed the out-of-date variable names with
the
> v3.1
> > > names.  I can look into that option if this proves not to be an
> > environment
> > > issue.  I do know that I was pretty carefully making the changes
> between
> > > versions, but I could have still missed something.
> > >
> > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<met_help at ucar.edu
> >
> > > wrote:
> > >
> > > > Hi Edward,
> > > >
> > > > I'm not sure if I mentioned this to you or not, but there is a
> section
> > in
> > > > the User's Guide about updating config variables from older
versions:
> > > >
> > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > >
> > > > In the last sub-section of that section, it describes a tool
called
> > > > validate_config.py that can be run the same way as
master_metplus.py
> > > > (passing in configs with -c) and it will step you through find
and
> > > replace
> > > > commands to update your configuration files.
> > > >
> > > > However, this tool only works if deprecated variables are
added to
> the
> > > > list to be processed. I added many of the variables that were
changed
> > in
> > > > StatAnalysis and MakePlots wrappers, but I am not very
familiar with
> > this
> > > > wrapper so I may have missed some.
> > > >
> > > > I apologize that this has been such a tedious process for you.
If
> you'd
> > > > like to send me your current version I can use that info to
update
> this
> > > > functionality to make things easier going forward.
> > > >
> > > > Thanks,
> > > > George
> > > >
> > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > Hi Edward,
> > > > >
> > > > > The first error looks like an environment issue. You may
have some
> > > > > disconnect in the module loads you ran. I would purge the
modules,
> > > > > then try
> > > > > to set up the environment to run METplus again (listed here
for
> > > > > reference:
> > > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > builds)
> > > > >
> > > > > I don't see red text through MET-Help and I'm not seeing the
second
> > > > > error,
> > > > > but hopefully clearing up the environment issues resolves
the 2nd
> > > > > issue.
> > > > > Please let me know if it does not.
> > > > >
> > > > > Also, I have been trying to clean up StatAnalysis and
MakePlots
> > > > > wrappers,
> > > > > so any information you could provide on things that didn't
work
> that
> > > > > you
> > > > > had to change from the examples would be very helpful.
> > > > >
> > > > > Thanks,
> > > > > George
> > > > >
> > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
Affiliate
> via
> > > > > RT <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > > > > > Transaction: Ticket created by edward.strobach at noaa.gov
> > > > > >        Queue: met_help
> > > > > >      Subject: command_builder.py error
> > > > > >        Owner: Nobody
> > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > >       Status: new
> > > > > >  Ticket <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >
> > > > > >
> > > > > >
> > > > > > Good afternoon,
> > > > > >
> > > > > > I'm in the process of converting StatAnalysis andMakePlots
to
> > metplus
> > > > > > version 3.0 format from 2.1.
> > > > > >
> > > > > > I've isolated the commands that are deprecated, replaced
the
> > > > > > functions that
> > > > > > no longer exist, and finished debugging some issues
related to
> time
> > > > > > string
> > > > > > formatting.  In side my log file (located here: *
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > there is are two errors - possibly related - highlighted
in red
> > > > > > below.  The
> > > > > > first one points to a library issue.  The directory in
question
> > > > > > exists, but
> > > > > > there is nothing in it.  Is that the referenced library is
> expected
> > > > > > to
> > > > > > reside there?  The second issue, which is not too
revealing,
> points
> > > > > > to the
> > > > > > STATAnalysisConfig file, which I think is somehow related
to the
> > > > > > first
> > > > > > error.  I did take the STATAnalysisConfig file from
another
> metplus
> > > > > > location that I've been working on into a directory I
created to
> > put
> > > > > > the
> > > > > > copied version there.  The STATAnalysisConfig directory
was taken
> > > > > > from a
> > > > > > V.3.1 location, so I assumed that the layout of the file
would be
> > > > > > okay.
> > > > > > The information below seems like what I want.  I'm looping
over
> 06,
> > > > > > 12
> > > > > > initial times and grouping the 00-23 VALID hours for each
day.
> > > > > >
> > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > -lookin
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > -config
> > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
(command_runner.py:124)
> > > > > > DEBUG:
> > > > > > app_name is: stat_analysis, output sent to:
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > MET OUTPUT:
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > error while loading shared libraries:
libpython3.6m.so.1.0:
> cannot
> > > > > > open
> > > > > > shared object file: No such file or directory
> > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
(command_runner.py:191)
> > > > > > DEBUG:
> > > > > > Finished running
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > in
> > > > > > 0:00:00.204271
> > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
(command_builder.py:100)
> > > > > > ERROR:
> > > > > > (command_builder.py:733) MET command returned a non-zero
return
> > code:
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > -lookin
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > -config
> > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the
logfile
> for
> > > > > > more
> > > > > > information on why it failed
> > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:788)
> > > > > > DEBUG: Building dump_row filename from default template:
> > > > > >
> > > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: ALPHA:
> > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: COV_THRESH:
> > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: DESC:
> > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_THRESH:
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_UNITS:
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000",
"030000",
> > > > > > "040000",
> > > > > > "050000", "060000", "070000", "080000", "090000",
"100000",
> > "110000",
> > > > > > "120000", "130000", "140000", "150000", "160000",
"170000",
> > "180000",
> > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: INTERP_PNTS:
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: MODEL: "AQ"
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_LEAD:
> > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_THRESH:
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_UNITS:
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: -lookin:
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > >
> > > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: FCST_INIT_END:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_VALID_END:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > DEBUG: OBS_INIT_END:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:140)
> > > > > > DEBUG:
> > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > >
> > > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > ALPHA=
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > COV_THRESH=
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > DESC=
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_INIT_BEG=
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_INIT_END=
> > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_INIT_HOUR="120000"
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_LEAD="000000"
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_LEVEL="A1"
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_THRESH=
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_UNITS=
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_VALID_END=20200525_230000
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_VALID_HOUR="000000", "010000", "020000", "030000",
"040000",
> > > > > > "050000",
> > > > > > "060000", "070000", "080000", "090000", "100000",
"110000",
> > "120000",
> > > > > > "130000", "140000", "150000", "160000", "170000",
"180000",
> > "190000",
> > > > > > "200000", "210000", "220000", "230000"
> > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
(command_builder.py:254)
> > > > > > DEBUG:
> > > > > > FCST_VAR="OZCON"
> > > > > >
> > > > > >
> > > > > > that appear to ori.  I took this file over from another
V3.0
> > > > > > location,
> > > > > > assuming that this would be acceptable.
> > > > > >
> > > > > >
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > >
> > > >
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 14:54:04 2020

The first line is under my .bashrc in /u/Edward.Strobach.

The second line was added and that's when I got the following:

[Edward.Strobach at v72a1 ~]$ module use
 /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
[Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
Lmod has detected the following error:  The following module(s) are
unknown: "metplus/3.0.1"

Please check the spelling or version number. Also try "module spider
..."
It is also possible your cache file is out-of-date; it may help to
try:
  $ module --ignore-cache load "metplus/3.0.1"

Also make sure that all modulefiles written in TCL start with the
string
#%Module



On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> Did you run this first?
>
> module use
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>
> I believe you need to run that so it can find the metplus/3.0.1
module.
>
>
>
> On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > There was only one mention of deprecated, and it was at the top of
the
> log
> > "Checking for deprecated env..".  There were no other mentions;
however,
> > there were warnings for certain variables not being set. Other
than that
> I
> > get DEBUG messages - presumably because I set things to DEBUG -
and those
> > two error messages.
> >
> > I figured the second was related to the first.  A reference to
libraries
> > makes me feel like it's an environment issue, but my bashrc is
already
> set
> > up with the recommended Dell modules settings.
> >
> > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward,
> > >
> > > Even if you don't run the validate script, METplus should error
out
> > > immediately and give you a list of variables that are deprecated
and a
> > > suggestion if possible, so I am guessing that the changes
weren't
> > covered.
> > >
> > > The 2nd error is related to the first. The libpython error is
what came
> > > from the actual call to stat_analysis and the 2nd error is just
telling
> > you
> > > that the stat_analysis command returned non-zero value, which
means
> that
> > it
> > > failed.
> > >
> > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > I think I've already removed the out-of-date variable names
with the
> > v3.1
> > > > names.  I can look into that option if this proves not to be
an
> > > environment
> > > > issue.  I do know that I was pretty carefully making the
changes
> > between
> > > > versions, but I could have still missed something.
> > > >
> > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> met_help at ucar.edu
> > >
> > > > wrote:
> > > >
> > > > > Hi Edward,
> > > > >
> > > > > I'm not sure if I mentioned this to you or not, but there is
a
> > section
> > > in
> > > > > the User's Guide about updating config variables from older
> versions:
> > > > >
> > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > >
> > > > > In the last sub-section of that section, it describes a tool
called
> > > > > validate_config.py that can be run the same way as
> master_metplus.py
> > > > > (passing in configs with -c) and it will step you through
find and
> > > > replace
> > > > > commands to update your configuration files.
> > > > >
> > > > > However, this tool only works if deprecated variables are
added to
> > the
> > > > > list to be processed. I added many of the variables that
were
> changed
> > > in
> > > > > StatAnalysis and MakePlots wrappers, but I am not very
familiar
> with
> > > this
> > > > > wrapper so I may have missed some.
> > > > >
> > > > > I apologize that this has been such a tedious process for
you. If
> > you'd
> > > > > like to send me your current version I can use that info to
update
> > this
> > > > > functionality to make things easier going forward.
> > > > >
> > > > > Thanks,
> > > > > George
> > > > >
> > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > Hi Edward,
> > > > > >
> > > > > > The first error looks like an environment issue. You may
have
> some
> > > > > > disconnect in the module loads you ran. I would purge the
> modules,
> > > > > > then try
> > > > > > to set up the environment to run METplus again (listed
here for
> > > > > > reference:
> > > > > >
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > > builds)
> > > > > >
> > > > > > I don't see red text through MET-Help and I'm not seeing
the
> second
> > > > > > error,
> > > > > > but hopefully clearing up the environment issues resolves
the 2nd
> > > > > > issue.
> > > > > > Please let me know if it does not.
> > > > > >
> > > > > > Also, I have been trying to clean up StatAnalysis and
MakePlots
> > > > > > wrappers,
> > > > > > so any information you could provide on things that didn't
work
> > that
> > > > > > you
> > > > > > had to change from the examples would be very helpful.
> > > > > >
> > > > > > Thanks,
> > > > > > George
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
Affiliate
> > via
> > > > > > RT <
> > > > > > met_help at ucar.edu> wrote:
> > > > > >
> > > > > > >
> > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted upon.
> > > > > > > Transaction: Ticket created by edward.strobach at noaa.gov
> > > > > > >        Queue: met_help
> > > > > > >      Subject: command_builder.py error
> > > > > > >        Owner: Nobody
> > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > >       Status: new
> > > > > > >  Ticket <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > Good afternoon,
> > > > > > >
> > > > > > > I'm in the process of converting StatAnalysis
andMakePlots to
> > > metplus
> > > > > > > version 3.0 format from 2.1.
> > > > > > >
> > > > > > > I've isolated the commands that are deprecated, replaced
the
> > > > > > > functions that
> > > > > > > no longer exist, and finished debugging some issues
related to
> > time
> > > > > > > string
> > > > > > > formatting.  In side my log file (located here: *
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > there is are two errors - possibly related - highlighted
in red
> > > > > > > below.  The
> > > > > > > first one points to a library issue.  The directory in
question
> > > > > > > exists, but
> > > > > > > there is nothing in it.  Is that the referenced library
is
> > expected
> > > > > > > to
> > > > > > > reside there?  The second issue, which is not too
revealing,
> > points
> > > > > > > to the
> > > > > > > STATAnalysisConfig file, which I think is somehow
related to
> the
> > > > > > > first
> > > > > > > error.  I did take the STATAnalysisConfig file from
another
> > metplus
> > > > > > > location that I've been working on into a directory I
created
> to
> > > put
> > > > > > > the
> > > > > > > copied version there.  The STATAnalysisConfig directory
was
> taken
> > > > > > > from a
> > > > > > > V.3.1 location, so I assumed that the layout of the file
would
> be
> > > > > > > okay.
> > > > > > > The information below seems like what I want.  I'm
looping over
> > 06,
> > > > > > > 12
> > > > > > > initial times and grouping the 00-23 VALID hours for
each day.
> > > > > > >
> > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > -lookin
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > -config
> > > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
(command_runner.py:124)
> > > > > > > DEBUG:
> > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > MET OUTPUT:
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > error while loading shared libraries:
libpython3.6m.so.1.0:
> > cannot
> > > > > > > open
> > > > > > > shared object file: No such file or directory
> > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
(command_runner.py:191)
> > > > > > > DEBUG:
> > > > > > > Finished running
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > in
> > > > > > > 0:00:00.204271
> > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> (command_builder.py:100)
> > > > > > > ERROR:
> > > > > > > (command_builder.py:733) MET command returned a non-zero
return
> > > code:
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > -lookin
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > -config
> > > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check the
logfile
> > for
> > > > > > > more
> > > > > > > information on why it failed
> > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > DEBUG: Building dump_row filename from default template:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: ALPHA:
> > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: COV_THRESH:
> > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: DESC:
> > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_THRESH:
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_UNITS:
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000",
"030000",
> > > > > > > "040000",
> > > > > > > "050000", "060000", "070000", "080000", "090000",
"100000",
> > > "110000",
> > > > > > > "120000", "130000", "140000", "150000", "160000",
"170000",
> > > "180000",
> > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_LEAD:
> > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_THRESH:
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_UNITS:
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: -lookin:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:140)
> > > > > > > DEBUG:
> > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > >
> > > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > ALPHA=
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > COV_THRESH=
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > DESC=
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_INIT_BEG=
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_INIT_END=
> > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_LEAD="000000"
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_LEVEL="A1"
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_THRESH=
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_UNITS=
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_VALID_HOUR="000000", "010000", "020000", "030000",
> "040000",
> > > > > > > "050000",
> > > > > > > "060000", "070000", "080000", "090000", "100000",
"110000",
> > > "120000",
> > > > > > > "130000", "140000", "150000", "160000", "170000",
"180000",
> > > "190000",
> > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> (command_builder.py:254)
> > > > > > > DEBUG:
> > > > > > > FCST_VAR="OZCON"
> > > > > > >
> > > > > > >
> > > > > > > that appear to ori.  I took this file over from another
V3.0
> > > > > > > location,
> > > > > > > assuming that this would be acceptable.
> > > > > > >
> > > > > > >
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > > >
> > > > >
> > > > >
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 15:02:11 2020

Which machine are you running on? The instructions for the NOAA
machines
vary.

On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> The first line is under my .bashrc in /u/Edward.Strobach.
>
> The second line was added and that's when I got the following:
>
> [Edward.Strobach at v72a1 ~]$ module use
>  /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> Lmod has detected the following error:  The following module(s) are
> unknown: "metplus/3.0.1"
>
> Please check the spelling or version number. Also try "module spider
..."
> It is also possible your cache file is out-of-date; it may help to
try:
>   $ module --ignore-cache load "metplus/3.0.1"
>
> Also make sure that all modulefiles written in TCL start with the
string
> #%Module
>
>
>
> On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward,
> >
> > Did you run this first?
> >
> > module use
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >
> > I believe you need to run that so it can find the metplus/3.0.1
module.
> >
> >
> >
> > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > There was only one mention of deprecated, and it was at the top
of the
> > log
> > > "Checking for deprecated env..".  There were no other mentions;
> however,
> > > there were warnings for certain variables not being set. Other
than
> that
> > I
> > > get DEBUG messages - presumably because I set things to DEBUG -
and
> those
> > > two error messages.
> > >
> > > I figured the second was related to the first.  A reference to
> libraries
> > > makes me feel like it's an environment issue, but my bashrc is
already
> > set
> > > up with the recommended Dell modules settings.
> > >
> > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<met_help at ucar.edu
> >
> > > wrote:
> > >
> > > > Hi Edward,
> > > >
> > > > Even if you don't run the validate script, METplus should
error out
> > > > immediately and give you a list of variables that are
deprecated and
> a
> > > > suggestion if possible, so I am guessing that the changes
weren't
> > > covered.
> > > >
> > > > The 2nd error is related to the first. The libpython error is
what
> came
> > > > from the actual call to stat_analysis and the 2nd error is
just
> telling
> > > you
> > > > that the stat_analysis command returned non-zero value, which
means
> > that
> > > it
> > > > failed.
> > > >
> > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > I think I've already removed the out-of-date variable names
with
> the
> > > v3.1
> > > > > names.  I can look into that option if this proves not to be
an
> > > > environment
> > > > > issue.  I do know that I was pretty carefully making the
changes
> > > between
> > > > > versions, but I could have still missed something.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > met_help at ucar.edu
> > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Edward,
> > > > > >
> > > > > > I'm not sure if I mentioned this to you or not, but there
is a
> > > section
> > > > in
> > > > > > the User's Guide about updating config variables from
older
> > versions:
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > >
> > > > > > In the last sub-section of that section, it describes a
tool
> called
> > > > > > validate_config.py that can be run the same way as
> > master_metplus.py
> > > > > > (passing in configs with -c) and it will step you through
find
> and
> > > > > replace
> > > > > > commands to update your configuration files.
> > > > > >
> > > > > > However, this tool only works if deprecated variables are
added
> to
> > > the
> > > > > > list to be processed. I added many of the variables that
were
> > changed
> > > > in
> > > > > > StatAnalysis and MakePlots wrappers, but I am not very
familiar
> > with
> > > > this
> > > > > > wrapper so I may have missed some.
> > > > > >
> > > > > > I apologize that this has been such a tedious process for
you. If
> > > you'd
> > > > > > like to send me your current version I can use that info
to
> update
> > > this
> > > > > > functionality to make things easier going forward.
> > > > > >
> > > > > > Thanks,
> > > > > > George
> > > > > >
> > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > Hi Edward,
> > > > > > >
> > > > > > > The first error looks like an environment issue. You may
have
> > some
> > > > > > > disconnect in the module loads you ran. I would purge
the
> > modules,
> > > > > > > then try
> > > > > > > to set up the environment to run METplus again (listed
here for
> > > > > > > reference:
> > > > > > >
> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > > > builds)
> > > > > > >
> > > > > > > I don't see red text through MET-Help and I'm not seeing
the
> > second
> > > > > > > error,
> > > > > > > but hopefully clearing up the environment issues
resolves the
> 2nd
> > > > > > > issue.
> > > > > > > Please let me know if it does not.
> > > > > > >
> > > > > > > Also, I have been trying to clean up StatAnalysis and
MakePlots
> > > > > > > wrappers,
> > > > > > > so any information you could provide on things that
didn't work
> > > that
> > > > > > > you
> > > > > > > had to change from the examples would be very helpful.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > George
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
> Affiliate
> > > via
> > > > > > > RT <
> > > > > > > met_help at ucar.edu> wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
> > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
> > > > > > > >        Queue: met_help
> > > > > > > >      Subject: command_builder.py error
> > > > > > > >        Owner: Nobody
> > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > >       Status: new
> > > > > > > >  Ticket <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > Good afternoon,
> > > > > > > >
> > > > > > > > I'm in the process of converting StatAnalysis
andMakePlots to
> > > > metplus
> > > > > > > > version 3.0 format from 2.1.
> > > > > > > >
> > > > > > > > I've isolated the commands that are deprecated,
replaced the
> > > > > > > > functions that
> > > > > > > > no longer exist, and finished debugging some issues
related
> to
> > > time
> > > > > > > > string
> > > > > > > > formatting.  In side my log file (located here: *
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > there is are two errors - possibly related -
highlighted in
> red
> > > > > > > > below.  The
> > > > > > > > first one points to a library issue.  The directory in
> question
> > > > > > > > exists, but
> > > > > > > > there is nothing in it.  Is that the referenced
library is
> > > expected
> > > > > > > > to
> > > > > > > > reside there?  The second issue, which is not too
revealing,
> > > points
> > > > > > > > to the
> > > > > > > > STATAnalysisConfig file, which I think is somehow
related to
> > the
> > > > > > > > first
> > > > > > > > error.  I did take the STATAnalysisConfig file from
another
> > > metplus
> > > > > > > > location that I've been working on into a directory I
created
> > to
> > > > put
> > > > > > > > the
> > > > > > > > copied version there.  The STATAnalysisConfig
directory was
> > taken
> > > > > > > > from a
> > > > > > > > V.3.1 location, so I assumed that the layout of the
file
> would
> > be
> > > > > > > > okay.
> > > > > > > > The information below seems like what I want.  I'm
looping
> over
> > > 06,
> > > > > > > > 12
> > > > > > > > initial times and grouping the 00-23 VALID hours for
each
> day.
> > > > > > > >
> > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO: COMMAND:
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > -lookin
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > -config
> > > > > > > >
> > > > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> (command_runner.py:124)
> > > > > > > > DEBUG:
> > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > MET OUTPUT:
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > error while loading shared libraries:
libpython3.6m.so.1.0:
> > > cannot
> > > > > > > > open
> > > > > > > > shared object file: No such file or directory
> > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> (command_runner.py:191)
> > > > > > > > DEBUG:
> > > > > > > > Finished running
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > in
> > > > > > > > 0:00:00.204271
> > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > (command_builder.py:100)
> > > > > > > > ERROR:
> > > > > > > > (command_builder.py:733) MET command returned a non-
zero
> return
> > > > code:
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > -lookin
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > -config
> > > > > > > >
> > > > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check
the
> logfile
> > > for
> > > > > > > > more
> > > > > > > > information on why it failed
> > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > DEBUG: Building dump_row filename from default
template:
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: ALPHA:
> > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: DESC:
> > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000", "020000",
> "030000",
> > > > > > > > "040000",
> > > > > > > > "050000", "060000", "070000", "080000", "090000",
"100000",
> > > > "110000",
> > > > > > > > "120000", "130000", "140000", "150000", "160000",
"170000",
> > > > "180000",
> > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: -lookin:
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:140)
> > > > > > > > DEBUG:
> > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > ALPHA=
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > COV_THRESH=
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > DESC=
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_INIT_BEG=
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_INIT_END=
> > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_LEAD="000000"
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_LEVEL="A1"
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_THRESH=
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_UNITS=
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > "040000",
> > > > > > > > "050000",
> > > > > > > > "060000", "070000", "080000", "090000", "100000",
"110000",
> > > > "120000",
> > > > > > > > "130000", "140000", "150000", "160000", "170000",
"180000",
> > > > "190000",
> > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > (command_builder.py:254)
> > > > > > > > DEBUG:
> > > > > > > > FCST_VAR="OZCON"
> > > > > > > >
> > > > > > > >
> > > > > > > > that appear to ori.  I took this file over from
another V3.0
> > > > > > > > location,
> > > > > > > > assuming that this would be acceptable.
> > > > > > > >
> > > > > > > >
> > > > > > > > Edward Strobach
> > > > > > > > EMC/NCEP/NWS/
> > > > > > > > IMSG Contractor
> > > > > > > > Cubicle#: 2029
> > > > > > > > 301-683-3717
> > > > > > > >
> > > > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > George McCabe - Software Engineer III
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > 303-497-2768
> > > > ---
> > > > My working day may not be your working day. Please do not feel
> obliged
> > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 15:11:35 2020

Hi Edward and George.

I believe Edward is running on Venus but looking at the directions for
Mars, because there was previously no modulefile for metplus/3.0.1 on
Venus, but there was on Mars.  However, I just created a modulefile
for
metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward, please
start
fresh with a new login to Venus and try running:

> module use
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> module load metplus/3.0.1


Please let us know how the testing goes.  In the meantime, I'll try to
reproduce the problem you are experiencing.  I may need some help from
George, but hopefully, getting the right environment set up will help
resolve the issue you are having.

Julie

On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> Which machine are you running on? The instructions for the NOAA
machines
> vary.
>
> On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > The first line is under my .bashrc in /u/Edward.Strobach.
> >
> > The second line was added and that's when I got the following:
> >
> > [Edward.Strobach at v72a1 ~]$ module use
> >  /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > Lmod has detected the following error:  The following module(s)
are
> > unknown: "metplus/3.0.1"
> >
> > Please check the spelling or version number. Also try "module
spider ..."
> > It is also possible your cache file is out-of-date; it may help to
try:
> >   $ module --ignore-cache load "metplus/3.0.1"
> >
> > Also make sure that all modulefiles written in TCL start with the
string
> > #%Module
> >
> >
> >
> > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward,
> > >
> > > Did you run this first?
> > >
> > > module use
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >
> > > I believe you need to run that so it can find the metplus/3.0.1
module.
> > >
> > >
> > >
> > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > There was only one mention of deprecated, and it was at the
top of
> the
> > > log
> > > > "Checking for deprecated env..".  There were no other
mentions;
> > however,
> > > > there were warnings for certain variables not being set. Other
than
> > that
> > > I
> > > > get DEBUG messages - presumably because I set things to DEBUG
- and
> > those
> > > > two error messages.
> > > >
> > > > I figured the second was related to the first.  A reference to
> > libraries
> > > > makes me feel like it's an environment issue, but my bashrc is
> already
> > > set
> > > > up with the recommended Dell modules settings.
> > > >
> > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> met_help at ucar.edu
> > >
> > > > wrote:
> > > >
> > > > > Hi Edward,
> > > > >
> > > > > Even if you don't run the validate script, METplus should
error out
> > > > > immediately and give you a list of variables that are
deprecated
> and
> > a
> > > > > suggestion if possible, so I am guessing that the changes
weren't
> > > > covered.
> > > > >
> > > > > The 2nd error is related to the first. The libpython error
is what
> > came
> > > > > from the actual call to stat_analysis and the 2nd error is
just
> > telling
> > > > you
> > > > > that the stat_analysis command returned non-zero value,
which means
> > > that
> > > > it
> > > > > failed.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > I think I've already removed the out-of-date variable
names with
> > the
> > > > v3.1
> > > > > > names.  I can look into that option if this proves not to
be an
> > > > > environment
> > > > > > issue.  I do know that I was pretty carefully making the
changes
> > > > between
> > > > > > versions, but I could have still missed something.
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Edward,
> > > > > > >
> > > > > > > I'm not sure if I mentioned this to you or not, but
there is a
> > > > section
> > > > > in
> > > > > > > the User's Guide about updating config variables from
older
> > > versions:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > >
> > > > > > > In the last sub-section of that section, it describes a
tool
> > called
> > > > > > > validate_config.py that can be run the same way as
> > > master_metplus.py
> > > > > > > (passing in configs with -c) and it will step you
through find
> > and
> > > > > > replace
> > > > > > > commands to update your configuration files.
> > > > > > >
> > > > > > > However, this tool only works if deprecated variables
are added
> > to
> > > > the
> > > > > > > list to be processed. I added many of the variables that
were
> > > changed
> > > > > in
> > > > > > > StatAnalysis and MakePlots wrappers, but I am not very
familiar
> > > with
> > > > > this
> > > > > > > wrapper so I may have missed some.
> > > > > > >
> > > > > > > I apologize that this has been such a tedious process
for you.
> If
> > > > you'd
> > > > > > > like to send me your current version I can use that info
to
> > update
> > > > this
> > > > > > > functionality to make things easier going forward.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > George
> > > > > > >
> > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > Hi Edward,
> > > > > > > >
> > > > > > > > The first error looks like an environment issue. You
may have
> > > some
> > > > > > > > disconnect in the module loads you ran. I would purge
the
> > > modules,
> > > > > > > > then try
> > > > > > > > to set up the environment to run METplus again (listed
here
> for
> > > > > > > > reference:
> > > > > > > >
> > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > builds)
> > > > > > > >
> > > > > > > > I don't see red text through MET-Help and I'm not
seeing the
> > > second
> > > > > > > > error,
> > > > > > > > but hopefully clearing up the environment issues
resolves the
> > 2nd
> > > > > > > > issue.
> > > > > > > > Please let me know if it does not.
> > > > > > > >
> > > > > > > > Also, I have been trying to clean up StatAnalysis and
> MakePlots
> > > > > > > > wrappers,
> > > > > > > > so any information you could provide on things that
didn't
> work
> > > > that
> > > > > > > > you
> > > > > > > > had to change from the examples would be very helpful.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > George
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
> > Affiliate
> > > > via
> > > > > > > > RT <
> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
> > > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
> > > > > > > > >        Queue: met_help
> > > > > > > > >      Subject: command_builder.py error
> > > > > > > > >        Owner: Nobody
> > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > >       Status: new
> > > > > > > > >  Ticket <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Good afternoon,
> > > > > > > > >
> > > > > > > > > I'm in the process of converting StatAnalysis
andMakePlots
> to
> > > > > metplus
> > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > >
> > > > > > > > > I've isolated the commands that are deprecated,
replaced
> the
> > > > > > > > > functions that
> > > > > > > > > no longer exist, and finished debugging some issues
related
> > to
> > > > time
> > > > > > > > > string
> > > > > > > > > formatting.  In side my log file (located here: *
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > there is are two errors - possibly related -
highlighted in
> > red
> > > > > > > > > below.  The
> > > > > > > > > first one points to a library issue.  The directory
in
> > question
> > > > > > > > > exists, but
> > > > > > > > > there is nothing in it.  Is that the referenced
library is
> > > > expected
> > > > > > > > > to
> > > > > > > > > reside there?  The second issue, which is not too
> revealing,
> > > > points
> > > > > > > > > to the
> > > > > > > > > STATAnalysisConfig file, which I think is somehow
related
> to
> > > the
> > > > > > > > > first
> > > > > > > > > error.  I did take the STATAnalysisConfig file from
another
> > > > metplus
> > > > > > > > > location that I've been working on into a directory
I
> created
> > > to
> > > > > put
> > > > > > > > > the
> > > > > > > > > copied version there.  The STATAnalysisConfig
directory was
> > > taken
> > > > > > > > > from a
> > > > > > > > > V.3.1 location, so I assumed that the layout of the
file
> > would
> > > be
> > > > > > > > > okay.
> > > > > > > > > The information below seems like what I want.  I'm
looping
> > over
> > > > 06,
> > > > > > > > > 12
> > > > > > > > > initial times and grouping the 00-23 VALID hours for
each
> > day.
> > > > > > > > >
> > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > -lookin
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > -config
> > > > > > > > >
> > > > > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > (command_runner.py:124)
> > > > > > > > > DEBUG:
> > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > MET OUTPUT:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > error while loading shared libraries:
libpython3.6m.so.1.0:
> > > > cannot
> > > > > > > > > open
> > > > > > > > > shared object file: No such file or directory
> > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > (command_runner.py:191)
> > > > > > > > > DEBUG:
> > > > > > > > > Finished running
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > in
> > > > > > > > > 0:00:00.204271
> > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > (command_builder.py:100)
> > > > > > > > > ERROR:
> > > > > > > > > (command_builder.py:733) MET command returned a non-
zero
> > return
> > > > > code:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > -lookin
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > -config
> > > > > > > > >
> > > > > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check
the
> > logfile
> > > > for
> > > > > > > > > more
> > > > > > > > > information on why it failed
> > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > DEBUG: Building dump_row filename from default
template:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: DESC:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > "030000",
> > > > > > > > > "040000",
> > > > > > > > > "050000", "060000", "070000", "080000", "090000",
"100000",
> > > > > "110000",
> > > > > > > > > "120000", "130000", "140000", "150000", "160000",
"170000",
> > > > > "180000",
> > > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: -lookin:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:140)
> > > > > > > > > DEBUG:
> > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > ALPHA=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > COV_THRESH=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > DESC=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_END=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_THRESH=
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_UNITS=
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > > "040000",
> > > > > > > > > "050000",
> > > > > > > > > "060000", "070000", "080000", "090000", "100000",
"110000",
> > > > > "120000",
> > > > > > > > > "130000", "140000", "150000", "160000", "170000",
"180000",
> > > > > "190000",
> > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > that appear to ori.  I took this file over from
another
> V3.0
> > > > > > > > > location,
> > > > > > > > > assuming that this would be acceptable.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Edward Strobach
> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > IMSG Contractor
> > > > > > > > > Cubicle#: 2029
> > > > > > > > > 301-683-3717
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > George McCabe - Software Engineer III
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > 303-497-2768
> > > > > ---
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 15:17:17 2020

I realize that, but now I messed up my .bashrc file in such a way that
I
can't use vi or ls, so I'm kind of stuck until I can deal with that

On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Edward and George.
>
> I believe Edward is running on Venus but looking at the directions
for
> Mars, because there was previously no modulefile for metplus/3.0.1
on
> Venus, but there was on Mars.  However, I just created a modulefile
for
> metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward, please
start
> fresh with a new login to Venus and try running:
>
> > module use
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > module load metplus/3.0.1
>
>
> Please let us know how the testing goes.  In the meantime, I'll try
to
> reproduce the problem you are experiencing.  I may need some help
from
> George, but hopefully, getting the right environment set up will
help
> resolve the issue you are having.
>
> Julie
>
> On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > Which machine are you running on? The instructions for the NOAA
machines
> > vary.
> >
> > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > The first line is under my .bashrc in /u/Edward.Strobach.
> > >
> > > The second line was added and that's when I got the following:
> > >
> > > [Edward.Strobach at v72a1 ~]$ module use
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > Lmod has detected the following error:  The following module(s)
are
> > > unknown: "metplus/3.0.1"
> > >
> > > Please check the spelling or version number. Also try "module
spider
> ..."
> > > It is also possible your cache file is out-of-date; it may help
to try:
> > >   $ module --ignore-cache load "metplus/3.0.1"
> > >
> > > Also make sure that all modulefiles written in TCL start with
the
> string
> > > #%Module
> > >
> > >
> > >
> > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu
> >
> > > wrote:
> > >
> > > > Hi Edward,
> > > >
> > > > Did you run this first?
> > > >
> > > > module use
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >
> > > > I believe you need to run that so it can find the
metplus/3.0.1
> module.
> > > >
> > > >
> > > >
> > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > There was only one mention of deprecated, and it was at the
top of
> > the
> > > > log
> > > > > "Checking for deprecated env..".  There were no other
mentions;
> > > however,
> > > > > there were warnings for certain variables not being set.
Other than
> > > that
> > > > I
> > > > > get DEBUG messages - presumably because I set things to
DEBUG - and
> > > those
> > > > > two error messages.
> > > > >
> > > > > I figured the second was related to the first.  A reference
to
> > > libraries
> > > > > makes me feel like it's an environment issue, but my bashrc
is
> > already
> > > > set
> > > > > up with the recommended Dell modules settings.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> > met_help at ucar.edu
> > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Edward,
> > > > > >
> > > > > > Even if you don't run the validate script, METplus should
error
> out
> > > > > > immediately and give you a list of variables that are
deprecated
> > and
> > > a
> > > > > > suggestion if possible, so I am guessing that the changes
weren't
> > > > > covered.
> > > > > >
> > > > > > The 2nd error is related to the first. The libpython error
is
> what
> > > came
> > > > > > from the actual call to stat_analysis and the 2nd error is
just
> > > telling
> > > > > you
> > > > > > that the stat_analysis command returned non-zero value,
which
> means
> > > > that
> > > > > it
> > > > > > failed.
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate
> via
> > > RT
> > > > <
> > > > > > met_help at ucar.edu> wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > > > > >
> > > > > > > I think I've already removed the out-of-date variable
names
> with
> > > the
> > > > > v3.1
> > > > > > > names.  I can look into that option if this proves not
to be an
> > > > > > environment
> > > > > > > issue.  I do know that I was pretty carefully making the
> changes
> > > > > between
> > > > > > > versions, but I could have still missed something.
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Edward,
> > > > > > > >
> > > > > > > > I'm not sure if I mentioned this to you or not, but
there is
> a
> > > > > section
> > > > > > in
> > > > > > > > the User's Guide about updating config variables from
older
> > > > versions:
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > >
> > > > > > > > In the last sub-section of that section, it describes
a tool
> > > called
> > > > > > > > validate_config.py that can be run the same way as
> > > > master_metplus.py
> > > > > > > > (passing in configs with -c) and it will step you
through
> find
> > > and
> > > > > > > replace
> > > > > > > > commands to update your configuration files.
> > > > > > > >
> > > > > > > > However, this tool only works if deprecated variables
are
> added
> > > to
> > > > > the
> > > > > > > > list to be processed. I added many of the variables
that were
> > > > changed
> > > > > > in
> > > > > > > > StatAnalysis and MakePlots wrappers, but I am not very
> familiar
> > > > with
> > > > > > this
> > > > > > > > wrapper so I may have missed some.
> > > > > > > >
> > > > > > > > I apologize that this has been such a tedious process
for
> you.
> > If
> > > > > you'd
> > > > > > > > like to send me your current version I can use that
info to
> > > update
> > > > > this
> > > > > > > > functionality to make things easier going forward.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > George
> > > > > > > >
> > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > > Hi Edward,
> > > > > > > > >
> > > > > > > > > The first error looks like an environment issue. You
may
> have
> > > > some
> > > > > > > > > disconnect in the module loads you ran. I would
purge the
> > > > modules,
> > > > > > > > > then try
> > > > > > > > > to set up the environment to run METplus again
(listed here
> > for
> > > > > > > > > reference:
> > > > > > > > >
> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > > builds)
> > > > > > > > >
> > > > > > > > > I don't see red text through MET-Help and I'm not
seeing
> the
> > > > second
> > > > > > > > > error,
> > > > > > > > > but hopefully clearing up the environment issues
resolves
> the
> > > 2nd
> > > > > > > > > issue.
> > > > > > > > > Please let me know if it does not.
> > > > > > > > >
> > > > > > > > > Also, I have been trying to clean up StatAnalysis
and
> > MakePlots
> > > > > > > > > wrappers,
> > > > > > > > > so any information you could provide on things that
didn't
> > work
> > > > > that
> > > > > > > > > you
> > > > > > > > > had to change from the examples would be very
helpful.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > George
> > > > > > > > >
> > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach -
NOAA
> > > Affiliate
> > > > > via
> > > > > > > > > RT <
> > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
> > > > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
> > > > > > > > > >        Queue: met_help
> > > > > > > > > >      Subject: command_builder.py error
> > > > > > > > > >        Owner: Nobody
> > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > > >       Status: new
> > > > > > > > > >  Ticket <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Good afternoon,
> > > > > > > > > >
> > > > > > > > > > I'm in the process of converting StatAnalysis
> andMakePlots
> > to
> > > > > > metplus
> > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > > >
> > > > > > > > > > I've isolated the commands that are deprecated,
replaced
> > the
> > > > > > > > > > functions that
> > > > > > > > > > no longer exist, and finished debugging some
issues
> related
> > > to
> > > > > time
> > > > > > > > > > string
> > > > > > > > > > formatting.  In side my log file (located here: *
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > > there is are two errors - possibly related -
highlighted
> in
> > > red
> > > > > > > > > > below.  The
> > > > > > > > > > first one points to a library issue.  The
directory in
> > > question
> > > > > > > > > > exists, but
> > > > > > > > > > there is nothing in it.  Is that the referenced
library
> is
> > > > > expected
> > > > > > > > > > to
> > > > > > > > > > reside there?  The second issue, which is not too
> > revealing,
> > > > > points
> > > > > > > > > > to the
> > > > > > > > > > STATAnalysisConfig file, which I think is somehow
related
> > to
> > > > the
> > > > > > > > > > first
> > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
> another
> > > > > metplus
> > > > > > > > > > location that I've been working on into a
directory I
> > created
> > > > to
> > > > > > put
> > > > > > > > > > the
> > > > > > > > > > copied version there.  The STATAnalysisConfig
directory
> was
> > > > taken
> > > > > > > > > > from a
> > > > > > > > > > V.3.1 location, so I assumed that the layout of
the file
> > > would
> > > > be
> > > > > > > > > > okay.
> > > > > > > > > > The information below seems like what I want.  I'm
> looping
> > > over
> > > > > 06,
> > > > > > > > > > 12
> > > > > > > > > > initial times and grouping the 00-23 VALID hours
for each
> > > day.
> > > > > > > > > >
> > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > -lookin
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > -config
> > > > > > > > > >
> > > > > > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > (command_runner.py:124)
> > > > > > > > > > DEBUG:
> > > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > > MET OUTPUT:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > > error while loading shared libraries:
> libpython3.6m.so.1.0:
> > > > > cannot
> > > > > > > > > > open
> > > > > > > > > > shared object file: No such file or directory
> > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > (command_runner.py:191)
> > > > > > > > > > DEBUG:
> > > > > > > > > > Finished running
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > in
> > > > > > > > > > 0:00:00.204271
> > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > > (command_builder.py:100)
> > > > > > > > > > ERROR:
> > > > > > > > > > (command_builder.py:733) MET command returned a
non-zero
> > > return
> > > > > > code:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > -lookin
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > -config
> > > > > > > > > >
> > > > > > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check the
> > > logfile
> > > > > for
> > > > > > > > > > more
> > > > > > > > > > information on why it failed
> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > > DEBUG: Building dump_row filename from default
template:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: DESC:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > > "030000",
> > > > > > > > > > "040000",
> > > > > > > > > > "050000", "060000", "070000", "080000", "090000",
> "100000",
> > > > > > "110000",
> > > > > > > > > > "120000", "130000", "140000", "150000", "160000",
> "170000",
> > > > > > "180000",
> > > > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: -lookin:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:140)
> > > > > > > > > > DEBUG:
> > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > ALPHA=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > COV_THRESH=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > DESC=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_END=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_THRESH=
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_UNITS=
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > > > "040000",
> > > > > > > > > > "050000",
> > > > > > > > > > "060000", "070000", "080000", "090000", "100000",
> "110000",
> > > > > > "120000",
> > > > > > > > > > "130000", "140000", "150000", "160000", "170000",
> "180000",
> > > > > > "190000",
> > > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > that appear to ori.  I took this file over from
another
> > V3.0
> > > > > > > > > > location,
> > > > > > > > > > assuming that this would be acceptable.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Edward Strobach
> > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > IMSG Contractor
> > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > 301-683-3717
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > George McCabe - Software Engineer III
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > 303-497-2768
> > > > > > ---
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > George McCabe - Software Engineer III
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > 303-497-2768
> > > > ---
> > > > My working day may not be your working day. Please do not feel
> obliged
> > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 15:20:39 2020

Is there anything I can do to help?  I tried to look in
/u/Edward.Strobach
to see if I could access your .bashrc file, however, I don't even see
a /u/Edward.Strobach directory, which I don't fully understand...

Julie

On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> I realize that, but now I messed up my .bashrc file in such a way
that I
> can't use vi or ls, so I'm kind of stuck until I can deal with that
>
> On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward and George.
> >
> > I believe Edward is running on Venus but looking at the directions
for
> > Mars, because there was previously no modulefile for metplus/3.0.1
on
> > Venus, but there was on Mars.  However, I just created a
modulefile for
> > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please start
> > fresh with a new login to Venus and try running:
> >
> > > module use
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > module load metplus/3.0.1
> >
> >
> > Please let us know how the testing goes.  In the meantime, I'll
try to
> > reproduce the problem you are experiencing.  I may need some help
from
> > George, but hopefully, getting the right environment set up will
help
> > resolve the issue you are having.
> >
> > Julie
> >
> > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > Which machine are you running on? The instructions for the NOAA
> machines
> > > vary.
> > >
> > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > The first line is under my .bashrc in /u/Edward.Strobach.
> > > >
> > > > The second line was added and that's when I got the following:
> > > >
> > > > [Edward.Strobach at v72a1 ~]$ module use
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > > Lmod has detected the following error:  The following
module(s) are
> > > > unknown: "metplus/3.0.1"
> > > >
> > > > Please check the spelling or version number. Also try "module
spider
> > ..."
> > > > It is also possible your cache file is out-of-date; it may
help to
> try:
> > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > >
> > > > Also make sure that all modulefiles written in TCL start with
the
> > string
> > > > #%Module
> > > >
> > > >
> > > >
> > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> met_help at ucar.edu
> > >
> > > > wrote:
> > > >
> > > > > Hi Edward,
> > > > >
> > > > > Did you run this first?
> > > > >
> > > > > module use
> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > >
> > > > > I believe you need to run that so it can find the
metplus/3.0.1
> > module.
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > There was only one mention of deprecated, and it was at
the top
> of
> > > the
> > > > > log
> > > > > > "Checking for deprecated env..".  There were no other
mentions;
> > > > however,
> > > > > > there were warnings for certain variables not being set.
Other
> than
> > > > that
> > > > > I
> > > > > > get DEBUG messages - presumably because I set things to
DEBUG -
> and
> > > > those
> > > > > > two error messages.
> > > > > >
> > > > > > I figured the second was related to the first.  A
reference to
> > > > libraries
> > > > > > makes me feel like it's an environment issue, but my
bashrc is
> > > already
> > > > > set
> > > > > > up with the recommended Dell modules settings.
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Edward,
> > > > > > >
> > > > > > > Even if you don't run the validate script, METplus
should error
> > out
> > > > > > > immediately and give you a list of variables that are
> deprecated
> > > and
> > > > a
> > > > > > > suggestion if possible, so I am guessing that the
changes
> weren't
> > > > > > covered.
> > > > > > >
> > > > > > > The 2nd error is related to the first. The libpython
error is
> > what
> > > > came
> > > > > > > from the actual call to stat_analysis and the 2nd error
is just
> > > > telling
> > > > > > you
> > > > > > > that the stat_analysis command returned non-zero value,
which
> > means
> > > > > that
> > > > > > it
> > > > > > > failed.
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate
> > via
> > > > RT
> > > > > <
> > > > > > > met_help at ucar.edu> wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > > > > > >
> > > > > > > > I think I've already removed the out-of-date variable
names
> > with
> > > > the
> > > > > > v3.1
> > > > > > > > names.  I can look into that option if this proves not
to be
> an
> > > > > > > environment
> > > > > > > > issue.  I do know that I was pretty carefully making
the
> > changes
> > > > > > between
> > > > > > > > versions, but I could have still missed something.
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi Edward,
> > > > > > > > >
> > > > > > > > > I'm not sure if I mentioned this to you or not, but
there
> is
> > a
> > > > > > section
> > > > > > > in
> > > > > > > > > the User's Guide about updating config variables
from older
> > > > > versions:
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > > >
> > > > > > > > > In the last sub-section of that section, it
describes a
> tool
> > > > called
> > > > > > > > > validate_config.py that can be run the same way as
> > > > > master_metplus.py
> > > > > > > > > (passing in configs with -c) and it will step you
through
> > find
> > > > and
> > > > > > > > replace
> > > > > > > > > commands to update your configuration files.
> > > > > > > > >
> > > > > > > > > However, this tool only works if deprecated
variables are
> > added
> > > > to
> > > > > > the
> > > > > > > > > list to be processed. I added many of the variables
that
> were
> > > > > changed
> > > > > > > in
> > > > > > > > > StatAnalysis and MakePlots wrappers, but I am not
very
> > familiar
> > > > > with
> > > > > > > this
> > > > > > > > > wrapper so I may have missed some.
> > > > > > > > >
> > > > > > > > > I apologize that this has been such a tedious
process for
> > you.
> > > If
> > > > > > you'd
> > > > > > > > > like to send me your current version I can use that
info to
> > > > update
> > > > > > this
> > > > > > > > > functionality to make things easier going forward.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > George
> > > > > > > > >
> > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > > > Hi Edward,
> > > > > > > > > >
> > > > > > > > > > The first error looks like an environment issue.
You may
> > have
> > > > > some
> > > > > > > > > > disconnect in the module loads you ran. I would
purge the
> > > > > modules,
> > > > > > > > > > then try
> > > > > > > > > > to set up the environment to run METplus again
(listed
> here
> > > for
> > > > > > > > > > reference:
> > > > > > > > > >
> > > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > > > builds)
> > > > > > > > > >
> > > > > > > > > > I don't see red text through MET-Help and I'm not
seeing
> > the
> > > > > second
> > > > > > > > > > error,
> > > > > > > > > > but hopefully clearing up the environment issues
resolves
> > the
> > > > 2nd
> > > > > > > > > > issue.
> > > > > > > > > > Please let me know if it does not.
> > > > > > > > > >
> > > > > > > > > > Also, I have been trying to clean up StatAnalysis
and
> > > MakePlots
> > > > > > > > > > wrappers,
> > > > > > > > > > so any information you could provide on things
that
> didn't
> > > work
> > > > > > that
> > > > > > > > > > you
> > > > > > > > > > had to change from the examples would be very
helpful.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > George
> > > > > > > > > >
> > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach -
NOAA
> > > > Affiliate
> > > > > > via
> > > > > > > > > > RT <
> > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted upon.
> > > > > > > > > > > Transaction: Ticket created by
> edward.strobach at noaa.gov
> > > > > > > > > > >        Queue: met_help
> > > > > > > > > > >      Subject: command_builder.py error
> > > > > > > > > > >        Owner: Nobody
> > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > > > >       Status: new
> > > > > > > > > > >  Ticket <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Good afternoon,
> > > > > > > > > > >
> > > > > > > > > > > I'm in the process of converting StatAnalysis
> > andMakePlots
> > > to
> > > > > > > metplus
> > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > > > >
> > > > > > > > > > > I've isolated the commands that are deprecated,
> replaced
> > > the
> > > > > > > > > > > functions that
> > > > > > > > > > > no longer exist, and finished debugging some
issues
> > related
> > > > to
> > > > > > time
> > > > > > > > > > > string
> > > > > > > > > > > formatting.  In side my log file (located here:
*
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > > > there is are two errors - possibly related -
> highlighted
> > in
> > > > red
> > > > > > > > > > > below.  The
> > > > > > > > > > > first one points to a library issue.  The
directory in
> > > > question
> > > > > > > > > > > exists, but
> > > > > > > > > > > there is nothing in it.  Is that the referenced
library
> > is
> > > > > > expected
> > > > > > > > > > > to
> > > > > > > > > > > reside there?  The second issue, which is not
too
> > > revealing,
> > > > > > points
> > > > > > > > > > > to the
> > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
> related
> > > to
> > > > > the
> > > > > > > > > > > first
> > > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
> > another
> > > > > > metplus
> > > > > > > > > > > location that I've been working on into a
directory I
> > > created
> > > > > to
> > > > > > > put
> > > > > > > > > > > the
> > > > > > > > > > > copied version there.  The STATAnalysisConfig
directory
> > was
> > > > > taken
> > > > > > > > > > > from a
> > > > > > > > > > > V.3.1 location, so I assumed that the layout of
the
> file
> > > > would
> > > > > be
> > > > > > > > > > > okay.
> > > > > > > > > > > The information below seems like what I want.
I'm
> > looping
> > > > over
> > > > > > 06,
> > > > > > > > > > > 12
> > > > > > > > > > > initial times and grouping the 00-23 VALID hours
for
> each
> > > > day.
> > > > > > > > > > >
> > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > -lookin
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > -config
> > > > > > > > > > >
> > > > > > > > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > > (command_runner.py:124)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > > > MET OUTPUT:
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > > > error while loading shared libraries:
> > libpython3.6m.so.1.0:
> > > > > > cannot
> > > > > > > > > > > open
> > > > > > > > > > > shared object file: No such file or directory
> > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > > (command_runner.py:191)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > Finished running
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > in
> > > > > > > > > > > 0:00:00.204271
> > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > > > (command_builder.py:100)
> > > > > > > > > > > ERROR:
> > > > > > > > > > > (command_builder.py:733) MET command returned a
> non-zero
> > > > return
> > > > > > > code:
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > -lookin
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > -config
> > > > > > > > > > >
> > > > > > > > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check the
> > > > logfile
> > > > > > for
> > > > > > > > > > > more
> > > > > > > > > > > information on why it failed
> > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > > > DEBUG: Building dump_row filename from default
> template:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: DESC:
> > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > > > "030000",
> > > > > > > > > > > "040000",
> > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
> > "100000",
> > > > > > > "110000",
> > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
> > "170000",
> > > > > > > "180000",
> > > > > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: -lookin:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:140)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > ALPHA=
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > COV_THRESH=
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > DESC=
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_INIT_END=
> > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_THRESH=
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_UNITS=
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > > > > "040000",
> > > > > > > > > > > "050000",
> > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
> > "110000",
> > > > > > > "120000",
> > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
> > "180000",
> > > > > > > "190000",
> > > > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > (command_builder.py:254)
> > > > > > > > > > > DEBUG:
> > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > that appear to ori.  I took this file over from
another
> > > V3.0
> > > > > > > > > > > location,
> > > > > > > > > > > assuming that this would be acceptable.
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > > Edward Strobach
> > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > > IMSG Contractor
> > > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > > 301-683-3717
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Edward Strobach
> > > > > > > > EMC/NCEP/NWS/
> > > > > > > > IMSG Contractor
> > > > > > > > Cubicle#: 2029
> > > > > > > > 301-683-3717
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > George McCabe - Software Engineer III
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > 303-497-2768
> > > > > > > ---
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > George McCabe - Software Engineer III
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > 303-497-2768
> > > > > ---
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 15:25:35 2020

l don't know.  I've never encountered this issue.  I simply copied and
pasted - or so I thought - the module contents under the WCOSS-DELL.
I can
do pwd and see that I'm in /u/Edward.Strobach, but many other commands
do
not work.  It's related to something I must have done in the .bashrc:

-bash: export:
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-
2.5.1/bin:/usrx/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
not a valid identifier

I've been at this too long and am probably starting to make mistakes..

On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Is there anything I can do to help?  I tried to look in
/u/Edward.Strobach
> to see if I could access your .bashrc file, however, I don't even
see
> a /u/Edward.Strobach directory, which I don't fully understand...
>
> Julie
>
> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > I realize that, but now I messed up my .bashrc file in such a way
that I
> > can't use vi or ls, so I'm kind of stuck until I can deal with
that
> >
> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward and George.
> > >
> > > I believe Edward is running on Venus but looking at the
directions for
> > > Mars, because there was previously no modulefile for
metplus/3.0.1 on
> > > Venus, but there was on Mars.  However, I just created a
modulefile for
> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please
> start
> > > fresh with a new login to Venus and try running:
> > >
> > > > module use
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > module load metplus/3.0.1
> > >
> > >
> > > Please let us know how the testing goes.  In the meantime, I'll
try to
> > > reproduce the problem you are experiencing.  I may need some
help from
> > > George, but hopefully, getting the right environment set up will
help
> > > resolve the issue you are having.
> > >
> > > Julie
> > >
> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT
<met_help at ucar.edu
> >
> > > wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > Which machine are you running on? The instructions for the
NOAA
> > machines
> > > > vary.
> > > >
> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > The first line is under my .bashrc in /u/Edward.Strobach.
> > > > >
> > > > > The second line was added and that's when I got the
following:
> > > > >
> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > > > Lmod has detected the following error:  The following
module(s) are
> > > > > unknown: "metplus/3.0.1"
> > > > >
> > > > > Please check the spelling or version number. Also try
"module
> spider
> > > ..."
> > > > > It is also possible your cache file is out-of-date; it may
help to
> > try:
> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > > >
> > > > > Also make sure that all modulefiles written in TCL start
with the
> > > string
> > > > > #%Module
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> > met_help at ucar.edu
> > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Edward,
> > > > > >
> > > > > > Did you run this first?
> > > > > >
> > > > > > module use
> > > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > >
> > > > > > I believe you need to run that so it can find the
metplus/3.0.1
> > > module.
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate
> via
> > > RT
> > > > <
> > > > > > met_help at ucar.edu> wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > > > > >
> > > > > > > There was only one mention of deprecated, and it was at
the top
> > of
> > > > the
> > > > > > log
> > > > > > > "Checking for deprecated env..".  There were no other
mentions;
> > > > > however,
> > > > > > > there were warnings for certain variables not being set.
Other
> > than
> > > > > that
> > > > > > I
> > > > > > > get DEBUG messages - presumably because I set things to
DEBUG -
> > and
> > > > > those
> > > > > > > two error messages.
> > > > > > >
> > > > > > > I figured the second was related to the first.  A
reference to
> > > > > libraries
> > > > > > > makes me feel like it's an environment issue, but my
bashrc is
> > > > already
> > > > > > set
> > > > > > > up with the recommended Dell modules settings.
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Edward,
> > > > > > > >
> > > > > > > > Even if you don't run the validate script, METplus
should
> error
> > > out
> > > > > > > > immediately and give you a list of variables that are
> > deprecated
> > > > and
> > > > > a
> > > > > > > > suggestion if possible, so I am guessing that the
changes
> > weren't
> > > > > > > covered.
> > > > > > > >
> > > > > > > > The 2nd error is related to the first. The libpython
error is
> > > what
> > > > > came
> > > > > > > > from the actual call to stat_analysis and the 2nd
error is
> just
> > > > > telling
> > > > > > > you
> > > > > > > > that the stat_analysis command returned non-zero
value, which
> > > means
> > > > > > that
> > > > > > > it
> > > > > > > > failed.
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
> Affiliate
> > > via
> > > > > RT
> > > > > > <
> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > > > > > > >
> > > > > > > > > I think I've already removed the out-of-date
variable names
> > > with
> > > > > the
> > > > > > > v3.1
> > > > > > > > > names.  I can look into that option if this proves
not to
> be
> > an
> > > > > > > > environment
> > > > > > > > > issue.  I do know that I was pretty carefully making
the
> > > changes
> > > > > > > between
> > > > > > > > > versions, but I could have still missed something.
> > > > > > > > >
> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<
> > > > > > met_help at ucar.edu
> > > > > > > >
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > > > Hi Edward,
> > > > > > > > > >
> > > > > > > > > > I'm not sure if I mentioned this to you or not,
but there
> > is
> > > a
> > > > > > > section
> > > > > > > > in
> > > > > > > > > > the User's Guide about updating config variables
from
> older
> > > > > > versions:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > > > >
> > > > > > > > > > In the last sub-section of that section, it
describes a
> > tool
> > > > > called
> > > > > > > > > > validate_config.py that can be run the same way as
> > > > > > master_metplus.py
> > > > > > > > > > (passing in configs with -c) and it will step you
through
> > > find
> > > > > and
> > > > > > > > > replace
> > > > > > > > > > commands to update your configuration files.
> > > > > > > > > >
> > > > > > > > > > However, this tool only works if deprecated
variables are
> > > added
> > > > > to
> > > > > > > the
> > > > > > > > > > list to be processed. I added many of the
variables that
> > were
> > > > > > changed
> > > > > > > > in
> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am not
very
> > > familiar
> > > > > > with
> > > > > > > > this
> > > > > > > > > > wrapper so I may have missed some.
> > > > > > > > > >
> > > > > > > > > > I apologize that this has been such a tedious
process for
> > > you.
> > > > If
> > > > > > > you'd
> > > > > > > > > > like to send me your current version I can use
that info
> to
> > > > > update
> > > > > > > this
> > > > > > > > > > functionality to make things easier going forward.
> > > > > > > > > >
> > > > > > > > > > Thanks,
> > > > > > > > > > George
> > > > > > > > > >
> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > > > > Hi Edward,
> > > > > > > > > > >
> > > > > > > > > > > The first error looks like an environment issue.
You
> may
> > > have
> > > > > > some
> > > > > > > > > > > disconnect in the module loads you ran. I would
purge
> the
> > > > > > modules,
> > > > > > > > > > > then try
> > > > > > > > > > > to set up the environment to run METplus again
(listed
> > here
> > > > for
> > > > > > > > > > > reference:
> > > > > > > > > > >
> > > > > >
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > > > > > > > builds)
> > > > > > > > > > >
> > > > > > > > > > > I don't see red text through MET-Help and I'm
not
> seeing
> > > the
> > > > > > second
> > > > > > > > > > > error,
> > > > > > > > > > > but hopefully clearing up the environment issues
> resolves
> > > the
> > > > > 2nd
> > > > > > > > > > > issue.
> > > > > > > > > > > Please let me know if it does not.
> > > > > > > > > > >
> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis and
> > > > MakePlots
> > > > > > > > > > > wrappers,
> > > > > > > > > > > so any information you could provide on things
that
> > didn't
> > > > work
> > > > > > > that
> > > > > > > > > > > you
> > > > > > > > > > > had to change from the examples would be very
helpful.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > George
> > > > > > > > > > >
> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach
- NOAA
> > > > > Affiliate
> > > > > > > via
> > > > > > > > > > > RT <
> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted
> upon.
> > > > > > > > > > > > Transaction: Ticket created by
> > edward.strobach at noaa.gov
> > > > > > > > > > > >        Queue: met_help
> > > > > > > > > > > >      Subject: command_builder.py error
> > > > > > > > > > > >        Owner: Nobody
> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > > > > >       Status: new
> > > > > > > > > > > >  Ticket <URL:
> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Good afternoon,
> > > > > > > > > > > >
> > > > > > > > > > > > I'm in the process of converting StatAnalysis
> > > andMakePlots
> > > > to
> > > > > > > > metplus
> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > > > > >
> > > > > > > > > > > > I've isolated the commands that are
deprecated,
> > replaced
> > > > the
> > > > > > > > > > > > functions that
> > > > > > > > > > > > no longer exist, and finished debugging some
issues
> > > related
> > > > > to
> > > > > > > time
> > > > > > > > > > > > string
> > > > > > > > > > > > formatting.  In side my log file (located
here: *
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > > > > there is are two errors - possibly related -
> > highlighted
> > > in
> > > > > red
> > > > > > > > > > > > below.  The
> > > > > > > > > > > > first one points to a library issue.  The
directory
> in
> > > > > question
> > > > > > > > > > > > exists, but
> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
> library
> > > is
> > > > > > > expected
> > > > > > > > > > > > to
> > > > > > > > > > > > reside there?  The second issue, which is not
too
> > > > revealing,
> > > > > > > points
> > > > > > > > > > > > to the
> > > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
> > related
> > > > to
> > > > > > the
> > > > > > > > > > > > first
> > > > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
> > > another
> > > > > > > metplus
> > > > > > > > > > > > location that I've been working on into a
directory I
> > > > created
> > > > > > to
> > > > > > > > put
> > > > > > > > > > > > the
> > > > > > > > > > > > copied version there.  The STATAnalysisConfig
> directory
> > > was
> > > > > > taken
> > > > > > > > > > > > from a
> > > > > > > > > > > > V.3.1 location, so I assumed that the layout
of the
> > file
> > > > > would
> > > > > > be
> > > > > > > > > > > > okay.
> > > > > > > > > > > > The information below seems like what I want.
I'm
> > > looping
> > > > > over
> > > > > > > 06,
> > > > > > > > > > > > 12
> > > > > > > > > > > > initial times and grouping the 00-23 VALID
hours for
> > each
> > > > > day.
> > > > > > > > > > > >
> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
> COMMAND:
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > -lookin
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > -config
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > > > (command_runner.py:124)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > > > > MET OUTPUT:
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > > > > error while loading shared libraries:
> > > libpython3.6m.so.1.0:
> > > > > > > cannot
> > > > > > > > > > > > open
> > > > > > > > > > > > shared object file: No such file or directory
> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > > > (command_runner.py:191)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > Finished running
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > in
> > > > > > > > > > > > 0:00:00.204271
> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > > > > (command_builder.py:100)
> > > > > > > > > > > > ERROR:
> > > > > > > > > > > > (command_builder.py:733) MET command returned
a
> > non-zero
> > > > > return
> > > > > > > > code:
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > -lookin
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > -config
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check
> the
> > > > > logfile
> > > > > > > for
> > > > > > > > > > > > more
> > > > > > > > > > > > information on why it failed
> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > > > > DEBUG: Building dump_row filename from default
> > template:
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: DESC:
> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > > > > "030000",
> > > > > > > > > > > > "040000",
> > > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
> > > "100000",
> > > > > > > > "110000",
> > > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
> > > "170000",
> > > > > > > > "180000",
> > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: -lookin:
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:140)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > ALPHA=
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > COV_THRESH=
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > DESC=
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_INIT_END=
> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_THRESH=
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_UNITS=
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
> "030000",
> > > > > > "040000",
> > > > > > > > > > > > "050000",
> > > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
> > > "110000",
> > > > > > > > "120000",
> > > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
> > > "180000",
> > > > > > > > "190000",
> > > > > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > (command_builder.py:254)
> > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > that appear to ori.  I took this file over
from
> another
> > > > V3.0
> > > > > > > > > > > > location,
> > > > > > > > > > > > assuming that this would be acceptable.
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > > > > Edward Strobach
> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > > > IMSG Contractor
> > > > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > > > 301-683-3717
> > > > > > > > > > > >
> > > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Edward Strobach
> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > IMSG Contractor
> > > > > > > > > Cubicle#: 2029
> > > > > > > > > 301-683-3717
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > George McCabe - Software Engineer III
> > > > > > > > National Center for Atmospheric Research
> > > > > > > > Research Applications Laboratory
> > > > > > > > 303-497-2768
> > > > > > > > ---
> > > > > > > > My working day may not be your working day. Please do
not
> feel
> > > > > obliged
> > > > > > to
> > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > George McCabe - Software Engineer III
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > 303-497-2768
> > > > > > ---
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > George McCabe - Software Engineer III
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > 303-497-2768
> > > > ---
> > > > My working day may not be your working day. Please do not feel
> obliged
> > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day.  Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 15:31:36 2020

i managed to fix that weird issue.  I think you should be able to see
my
.bashrc now.  I'm going to look to see what I did..

On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate <
edward.strobach at noaa.gov> wrote:

> l don't know.  I've never encountered this issue.  I simply copied
and
> pasted - or so I thought - the module contents under the WCOSS-DELL.
I can
> do pwd and see that I'm in /u/Edward.Strobach, but many other
commands do
> not work.  It's related to something I must have done in the
.bashrc:
>
> -bash: export:
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-
2.5.1/bin:/usrx/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> not a valid identifier
>
> I've been at this too long and am probably starting to make
mistakes..
>
> On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
>
>> Is there anything I can do to help?  I tried to look in
/u/Edward.Strobach
>> to see if I could access your .bashrc file, however, I don't even
see
>> a /u/Edward.Strobach directory, which I don't fully understand...
>>
>> Julie
>>
>> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate via
RT <
>> met_help at ucar.edu> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> >
>> > I realize that, but now I messed up my .bashrc file in such a way
that I
>> > can't use vi or ls, so I'm kind of stuck until I can deal with
that
>> >
>> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> > > Hi Edward and George.
>> > >
>> > > I believe Edward is running on Venus but looking at the
directions for
>> > > Mars, because there was previously no modulefile for
metplus/3.0.1 on
>> > > Venus, but there was on Mars.  However, I just created a
modulefile
>> for
>> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please
>> start
>> > > fresh with a new login to Venus and try running:
>> > >
>> > > > module use
>> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > module load metplus/3.0.1
>> > >
>> > >
>> > > Please let us know how the testing goes.  In the meantime, I'll
try to
>> > > reproduce the problem you are experiencing.  I may need some
help from
>> > > George, but hopefully, getting the right environment set up
will help
>> > > resolve the issue you are having.
>> > >
>> > > Julie
>> > >
>> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
>> met_help at ucar.edu>
>> > > wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
>> > > >
>> > > > Which machine are you running on? The instructions for the
NOAA
>> > machines
>> > > > vary.
>> > > >
>> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate via
>> RT
>> > <
>> > > > met_help at ucar.edu> wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > > > >
>> > > > > The first line is under my .bashrc in /u/Edward.Strobach.
>> > > > >
>> > > > > The second line was added and that's when I got the
following:
>> > > > >
>> > > > > [Edward.Strobach at v72a1 ~]$ module use
>> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
>> > > > > Lmod has detected the following error:  The following
module(s)
>> are
>> > > > > unknown: "metplus/3.0.1"
>> > > > >
>> > > > > Please check the spelling or version number. Also try
"module
>> spider
>> > > ..."
>> > > > > It is also possible your cache file is out-of-date; it may
help to
>> > try:
>> > > > >   $ module --ignore-cache load "metplus/3.0.1"
>> > > > >
>> > > > > Also make sure that all modulefiles written in TCL start
with the
>> > > string
>> > > > > #%Module
>> > > > >
>> > > > >
>> > > > >
>> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
>> > met_help at ucar.edu
>> > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Edward,
>> > > > > >
>> > > > > > Did you run this first?
>> > > > > >
>> > > > > > module use
>> > > > > >
>> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > > >
>> > > > > > I believe you need to run that so it can find the
metplus/3.0.1
>> > > module.
>> > > > > >
>> > > > > >
>> > > > > >
>> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate
>> via
>> > > RT
>> > > > <
>> > > > > > met_help at ucar.edu> wrote:
>> > > > > >
>> > > > > > >
>> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >
>> > > > > > >
>> > > > > > > There was only one mention of deprecated, and it was at
the
>> top
>> > of
>> > > > the
>> > > > > > log
>> > > > > > > "Checking for deprecated env..".  There were no other
>> mentions;
>> > > > > however,
>> > > > > > > there were warnings for certain variables not being
set. Other
>> > than
>> > > > > that
>> > > > > > I
>> > > > > > > get DEBUG messages - presumably because I set things to
DEBUG
>> -
>> > and
>> > > > > those
>> > > > > > > two error messages.
>> > > > > > >
>> > > > > > > I figured the second was related to the first.  A
reference to
>> > > > > libraries
>> > > > > > > makes me feel like it's an environment issue, but my
bashrc is
>> > > > already
>> > > > > > set
>> > > > > > > up with the recommended Dell modules settings.
>> > > > > > >
>> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
>> > > > met_help at ucar.edu
>> > > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > > Hi Edward,
>> > > > > > > >
>> > > > > > > > Even if you don't run the validate script, METplus
should
>> error
>> > > out
>> > > > > > > > immediately and give you a list of variables that are
>> > deprecated
>> > > > and
>> > > > > a
>> > > > > > > > suggestion if possible, so I am guessing that the
changes
>> > weren't
>> > > > > > > covered.
>> > > > > > > >
>> > > > > > > > The 2nd error is related to the first. The libpython
error
>> is
>> > > what
>> > > > > came
>> > > > > > > > from the actual call to stat_analysis and the 2nd
error is
>> just
>> > > > > telling
>> > > > > > > you
>> > > > > > > > that the stat_analysis command returned non-zero
value,
>> which
>> > > means
>> > > > > > that
>> > > > > > > it
>> > > > > > > > failed.
>> > > > > > > >
>> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
>> Affiliate
>> > > via
>> > > > > RT
>> > > > > > <
>> > > > > > > > met_help at ucar.edu> wrote:
>> > > > > > > >
>> > > > > > > > >
>> > > > > > > > > <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >
>> > > > > > > > >
>> > > > > > > > > I think I've already removed the out-of-date
variable
>> names
>> > > with
>> > > > > the
>> > > > > > > v3.1
>> > > > > > > > > names.  I can look into that option if this proves
not to
>> be
>> > an
>> > > > > > > > environment
>> > > > > > > > > issue.  I do know that I was pretty carefully
making the
>> > > changes
>> > > > > > > between
>> > > > > > > > > versions, but I could have still missed something.
>> > > > > > > > >
>> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT
<
>> > > > > > met_help at ucar.edu
>> > > > > > > >
>> > > > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > > > Hi Edward,
>> > > > > > > > > >
>> > > > > > > > > > I'm not sure if I mentioned this to you or not,
but
>> there
>> > is
>> > > a
>> > > > > > > section
>> > > > > > > > in
>> > > > > > > > > > the User's Guide about updating config variables
from
>> older
>> > > > > > versions:
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> > > > > > > > > >
>> > > > > > > > > > In the last sub-section of that section, it
describes a
>> > tool
>> > > > > called
>> > > > > > > > > > validate_config.py that can be run the same way
as
>> > > > > > master_metplus.py
>> > > > > > > > > > (passing in configs with -c) and it will step you
>> through
>> > > find
>> > > > > and
>> > > > > > > > > replace
>> > > > > > > > > > commands to update your configuration files.
>> > > > > > > > > >
>> > > > > > > > > > However, this tool only works if deprecated
variables
>> are
>> > > added
>> > > > > to
>> > > > > > > the
>> > > > > > > > > > list to be processed. I added many of the
variables that
>> > were
>> > > > > > changed
>> > > > > > > > in
>> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am not
very
>> > > familiar
>> > > > > > with
>> > > > > > > > this
>> > > > > > > > > > wrapper so I may have missed some.
>> > > > > > > > > >
>> > > > > > > > > > I apologize that this has been such a tedious
process
>> for
>> > > you.
>> > > > If
>> > > > > > > you'd
>> > > > > > > > > > like to send me your current version I can use
that
>> info to
>> > > > > update
>> > > > > > > this
>> > > > > > > > > > functionality to make things easier going
forward.
>> > > > > > > > > >
>> > > > > > > > > > Thanks,
>> > > > > > > > > > George
>> > > > > > > > > >
>> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
>> > > > > > > > > > > Hi Edward,
>> > > > > > > > > > >
>> > > > > > > > > > > The first error looks like an environment
issue. You
>> may
>> > > have
>> > > > > > some
>> > > > > > > > > > > disconnect in the module loads you ran. I would
purge
>> the
>> > > > > > modules,
>> > > > > > > > > > > then try
>> > > > > > > > > > > to set up the environment to run METplus again
(listed
>> > here
>> > > > for
>> > > > > > > > > > > reference:
>> > > > > > > > > > >
>> > > > > >
>> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
>> > > > > > > > > > > builds)
>> > > > > > > > > > >
>> > > > > > > > > > > I don't see red text through MET-Help and I'm
not
>> seeing
>> > > the
>> > > > > > second
>> > > > > > > > > > > error,
>> > > > > > > > > > > but hopefully clearing up the environment
issues
>> resolves
>> > > the
>> > > > > 2nd
>> > > > > > > > > > > issue.
>> > > > > > > > > > > Please let me know if it does not.
>> > > > > > > > > > >
>> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis and
>> > > > MakePlots
>> > > > > > > > > > > wrappers,
>> > > > > > > > > > > so any information you could provide on things
that
>> > didn't
>> > > > work
>> > > > > > > that
>> > > > > > > > > > > you
>> > > > > > > > > > > had to change from the examples would be very
helpful.
>> > > > > > > > > > >
>> > > > > > > > > > > Thanks,
>> > > > > > > > > > > George
>> > > > > > > > > > >
>> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach
- NOAA
>> > > > > Affiliate
>> > > > > > > via
>> > > > > > > > > > > RT <
>> > > > > > > > > > > met_help at ucar.edu> wrote:
>> > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted
>> upon.
>> > > > > > > > > > > > Transaction: Ticket created by
>> > edward.strobach at noaa.gov
>> > > > > > > > > > > >        Queue: met_help
>> > > > > > > > > > > >      Subject: command_builder.py error
>> > > > > > > > > > > >        Owner: Nobody
>> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
>> > > > > > > > > > > >       Status: new
>> > > > > > > > > > > >  Ticket <URL:
>> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > Good afternoon,
>> > > > > > > > > > > >
>> > > > > > > > > > > > I'm in the process of converting StatAnalysis
>> > > andMakePlots
>> > > > to
>> > > > > > > > metplus
>> > > > > > > > > > > > version 3.0 format from 2.1.
>> > > > > > > > > > > >
>> > > > > > > > > > > > I've isolated the commands that are
deprecated,
>> > replaced
>> > > > the
>> > > > > > > > > > > > functions that
>> > > > > > > > > > > > no longer exist, and finished debugging some
issues
>> > > related
>> > > > > to
>> > > > > > > time
>> > > > > > > > > > > > string
>> > > > > > > > > > > > formatting.  In side my log file (located
here: *
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> > > > > > > > > > > > there is are two errors - possibly related -
>> > highlighted
>> > > in
>> > > > > red
>> > > > > > > > > > > > below.  The
>> > > > > > > > > > > > first one points to a library issue.  The
directory
>> in
>> > > > > question
>> > > > > > > > > > > > exists, but
>> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
>> library
>> > > is
>> > > > > > > expected
>> > > > > > > > > > > > to
>> > > > > > > > > > > > reside there?  The second issue, which is not
too
>> > > > revealing,
>> > > > > > > points
>> > > > > > > > > > > > to the
>> > > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
>> > related
>> > > > to
>> > > > > > the
>> > > > > > > > > > > > first
>> > > > > > > > > > > > error.  I did take the STATAnalysisConfig
file from
>> > > another
>> > > > > > > metplus
>> > > > > > > > > > > > location that I've been working on into a
directory
>> I
>> > > > created
>> > > > > > to
>> > > > > > > > put
>> > > > > > > > > > > > the
>> > > > > > > > > > > > copied version there.  The STATAnalysisConfig
>> directory
>> > > was
>> > > > > > taken
>> > > > > > > > > > > > from a
>> > > > > > > > > > > > V.3.1 location, so I assumed that the layout
of the
>> > file
>> > > > > would
>> > > > > > be
>> > > > > > > > > > > > okay.
>> > > > > > > > > > > > The information below seems like what I want.
I'm
>> > > looping
>> > > > > over
>> > > > > > > 06,
>> > > > > > > > > > > > 12
>> > > > > > > > > > > > initial times and grouping the 00-23 VALID
hours for
>> > each
>> > > > > day.
>> > > > > > > > > > > >
>> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
>> COMMAND:
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > > > -lookin
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > > > -config
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
>> > > > > (command_runner.py:124)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > app_name is: stat_analysis, output sent to:
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> > > > > > > > > > > > MET OUTPUT:
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> > > > > > > > > > > > error while loading shared libraries:
>> > > libpython3.6m.so.1.0:
>> > > > > > > cannot
>> > > > > > > > > > > > open
>> > > > > > > > > > > > shared object file: No such file or directory
>> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
>> > > > > (command_runner.py:191)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > Finished running
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > > > in
>> > > > > > > > > > > > 0:00:00.204271
>> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
>> > > > > > (command_builder.py:100)
>> > > > > > > > > > > > ERROR:
>> > > > > > > > > > > > (command_builder.py:733) MET command returned
a
>> > non-zero
>> > > > > return
>> > > > > > > > code:
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > > > -lookin
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > > > -config
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check
>> the
>> > > > > logfile
>> > > > > > > for
>> > > > > > > > > > > > more
>> > > > > > > > > > > > information on why it failed
>> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
>> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
>> > template:
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
>> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
>> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: ALPHA:
>> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: COV_THRESH:
>> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: DESC:
>> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_THRESH:
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_UNITS:
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
>> "020000",
>> > > > > "030000",
>> > > > > > > > > > > > "040000",
>> > > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
>> > > "100000",
>> > > > > > > > "110000",
>> > > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
>> > > "170000",
>> > > > > > > > "180000",
>> > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_LEAD:
>> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_THRESH:
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_UNITS:
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: -lookin:
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:140)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > ALPHA=
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > COV_THRESH=
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > DESC=
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_INIT_BEG=
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_INIT_END=
>> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_INIT_HOUR="120000"
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_LEAD="000000"
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_LEVEL="A1"
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_THRESH=
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_UNITS=
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_VALID_END=20200525_230000
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
>> "030000",
>> > > > > > "040000",
>> > > > > > > > > > > > "050000",
>> > > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
>> > > "110000",
>> > > > > > > > "120000",
>> > > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
>> > > "180000",
>> > > > > > > > "190000",
>> > > > > > > > > > > > "200000", "210000", "220000", "230000"
>> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > > > (command_builder.py:254)
>> > > > > > > > > > > > DEBUG:
>> > > > > > > > > > > > FCST_VAR="OZCON"
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > that appear to ori.  I took this file over
from
>> another
>> > > > V3.0
>> > > > > > > > > > > > location,
>> > > > > > > > > > > > assuming that this would be acceptable.
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > > > > Edward Strobach
>> > > > > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > > > > > IMSG Contractor
>> > > > > > > > > > > > Cubicle#: 2029
>> > > > > > > > > > > > 301-683-3717
>> > > > > > > > > > > >
>> > > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Edward Strobach
>> > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > > IMSG Contractor
>> > > > > > > > > Cubicle#: 2029
>> > > > > > > > > 301-683-3717
>> > > > > > > > >
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > > --
>> > > > > > > > George McCabe - Software Engineer III
>> > > > > > > > National Center for Atmospheric Research
>> > > > > > > > Research Applications Laboratory
>> > > > > > > > 303-497-2768
>> > > > > > > > ---
>> > > > > > > > My working day may not be your working day. Please do
not
>> feel
>> > > > > obliged
>> > > > > > to
>> > > > > > > > reply to this email outside of your normal working
hours.
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Edward Strobach
>> > > > > > > EMC/NCEP/NWS/
>> > > > > > > IMSG Contractor
>> > > > > > > Cubicle#: 2029
>> > > > > > > 301-683-3717
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > George McCabe - Software Engineer III
>> > > > > > National Center for Atmospheric Research
>> > > > > > Research Applications Laboratory
>> > > > > > 303-497-2768
>> > > > > > ---
>> > > > > > My working day may not be your working day. Please do not
feel
>> > > obliged
>> > > > to
>> > > > > > reply to this email outside of your normal working hours.
>> > > > > >
>> > > > > >
>> > > > >
>> > > > > --
>> > > > > Edward Strobach
>> > > > > EMC/NCEP/NWS/
>> > > > > IMSG Contractor
>> > > > > Cubicle#: 2029
>> > > > > 301-683-3717
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > George McCabe - Software Engineer III
>> > > > National Center for Atmospheric Research
>> > > > Research Applications Laboratory
>> > > > 303-497-2768
>> > > > ---
>> > > > My working day may not be your working day. Please do not
feel
>> obliged
>> > to
>> > > > reply to this email outside of your normal working hours.
>> > > >
>> > > >
>> > >
>> > > --
>> > > Julie Prestopnik
>> > > Software Engineer
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > Phone: 303.497.8399
>> > > Email: jpresto at ucar.edu
>> > >
>> > > My working day may not be your working day.  Please do not feel
>> obliged
>> > to
>> > > reply to this email outside of your normal working hours.
>> > >
>> > >
>> >
>> > --
>> > Edward Strobach
>> > EMC/NCEP/NWS/
>> > IMSG Contractor
>> > Cubicle#: 2029
>> > 301-683-3717
>> >
>> >
>>
>> --
>> Julie Prestopnik
>> Software Engineer
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> Phone: 303.497.8399
>> Email: jpresto at ucar.edu
>>
>> My working day may not be your working day.  Please do not feel
obliged to
>> reply to this email outside of your normal working hours.
>>
>>
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>


--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 15:31:41 2020

I don't think the problem is in your .bashrc file.  I discovered an
issue
on our website earlier and tried to fix it, but our website is under
maintenance and I am unable to edit the page to fix the problem.  So,
my
apologies.  For the instructions on Venus, they say:

> export PATH=
>
${PATH}:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush

The extra space after the equals sign is what I believe is causing
your
problem.

If you log into a new shell the problem should go away.   Then, you
can try
loading:

> module use
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> module load metplus/3.0.1


Note that your job1_v3 points to met-9.0 not met-9.0.1 and to METplus-
3.0
not METplus-3.0.1.

I am not sure if I will be able to reproduce what you are running.
Your machine_v3.conf uses a lot of environment variables and I am not
familiar with a lot what is in job1_v3, but I will try to modify it to
work
in my area and see what I can do.

Hopefully, once the environment is ok again, everything will run fine.
Please let us know how it goes.

Julie

On Wed, Jun 3, 2020 at 3:25 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> l don't know.  I've never encountered this issue.  I simply copied
and
> pasted - or so I thought - the module contents under the WCOSS-DELL.
I can
> do pwd and see that I'm in /u/Edward.Strobach, but many other
commands do
> not work.  It's related to something I must have done in the
.bashrc:
>
> -bash: export:
>
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-
2.5.1/bin:/usrx/l!
>
>
ocal/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> not a valid identifier
>
> I've been at this too long and am probably starting to make
mistakes..
>
> On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
>
> > Is there anything I can do to help?  I tried to look in
> /u/Edward.Strobach
> > to see if I could access your .bashrc file, however, I don't even
see
> > a /u/Edward.Strobach directory, which I don't fully understand...
> >
> > Julie
> >
> > On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > I realize that, but now I messed up my .bashrc file in such a
way that
> I
> > > can't use vi or ls, so I'm kind of stuck until I can deal with
that
> > >
> > > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > > > Hi Edward and George.
> > > >
> > > > I believe Edward is running on Venus but looking at the
directions
> for
> > > > Mars, because there was previously no modulefile for
metplus/3.0.1 on
> > > > Venus, but there was on Mars.  However, I just created a
modulefile
> for
> > > > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please
> > start
> > > > fresh with a new login to Venus and try running:
> > > >
> > > > > module use
> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > module load metplus/3.0.1
> > > >
> > > >
> > > > Please let us know how the testing goes.  In the meantime,
I'll try
> to
> > > > reproduce the problem you are experiencing.  I may need some
help
> from
> > > > George, but hopefully, getting the right environment set up
will help
> > > > resolve the issue you are having.
> > > >
> > > > Julie
> > > >
> > > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> met_help at ucar.edu
> > >
> > > > wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > Which machine are you running on? The instructions for the
NOAA
> > > machines
> > > > > vary.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > The first line is under my .bashrc in /u/Edward.Strobach.
> > > > > >
> > > > > > The second line was added and that's when I got the
following:
> > > > > >
> > > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > > > > Lmod has detected the following error:  The following
module(s)
> are
> > > > > > unknown: "metplus/3.0.1"
> > > > > >
> > > > > > Please check the spelling or version number. Also try
"module
> > spider
> > > > ..."
> > > > > > It is also possible your cache file is out-of-date; it may
help
> to
> > > try:
> > > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > > > >
> > > > > > Also make sure that all modulefiles written in TCL start
with the
> > > > string
> > > > > > #%Module
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Edward,
> > > > > > >
> > > > > > > Did you run this first?
> > > > > > >
> > > > > > > module use
> > > > > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > >
> > > > > > > I believe you need to run that so it can find the
metplus/3.0.1
> > > > module.
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate
> > via
> > > > RT
> > > > > <
> > > > > > > met_help at ucar.edu> wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > > > > > >
> > > > > > > > There was only one mention of deprecated, and it was
at the
> top
> > > of
> > > > > the
> > > > > > > log
> > > > > > > > "Checking for deprecated env..".  There were no other
> mentions;
> > > > > > however,
> > > > > > > > there were warnings for certain variables not being
set.
> Other
> > > than
> > > > > > that
> > > > > > > I
> > > > > > > > get DEBUG messages - presumably because I set things
to
> DEBUG -
> > > and
> > > > > > those
> > > > > > > > two error messages.
> > > > > > > >
> > > > > > > > I figured the second was related to the first.  A
reference
> to
> > > > > > libraries
> > > > > > > > makes me feel like it's an environment issue, but my
bashrc
> is
> > > > > already
> > > > > > > set
> > > > > > > > up with the recommended Dell modules settings.
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> > > > > met_help at ucar.edu
> > > > > > >
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > > > Hi Edward,
> > > > > > > > >
> > > > > > > > > Even if you don't run the validate script, METplus
should
> > error
> > > > out
> > > > > > > > > immediately and give you a list of variables that
are
> > > deprecated
> > > > > and
> > > > > > a
> > > > > > > > > suggestion if possible, so I am guessing that the
changes
> > > weren't
> > > > > > > > covered.
> > > > > > > > >
> > > > > > > > > The 2nd error is related to the first. The libpython
error
> is
> > > > what
> > > > > > came
> > > > > > > > > from the actual call to stat_analysis and the 2nd
error is
> > just
> > > > > > telling
> > > > > > > > you
> > > > > > > > > that the stat_analysis command returned non-zero
value,
> which
> > > > means
> > > > > > > that
> > > > > > > > it
> > > > > > > > > failed.
> > > > > > > > >
> > > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach -
NOAA
> > Affiliate
> > > > via
> > > > > > RT
> > > > > > > <
> > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >
> > > > > > > > > >
> > > > > > > > > > I think I've already removed the out-of-date
variable
> names
> > > > with
> > > > > > the
> > > > > > > > v3.1
> > > > > > > > > > names.  I can look into that option if this proves
not to
> > be
> > > an
> > > > > > > > > environment
> > > > > > > > > > issue.  I do know that I was pretty carefully
making the
> > > > changes
> > > > > > > > between
> > > > > > > > > > versions, but I could have still missed something.
> > > > > > > > > >
> > > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via
RT <
> > > > > > > met_help at ucar.edu
> > > > > > > > >
> > > > > > > > > > wrote:
> > > > > > > > > >
> > > > > > > > > > > Hi Edward,
> > > > > > > > > > >
> > > > > > > > > > > I'm not sure if I mentioned this to you or not,
but
> there
> > > is
> > > > a
> > > > > > > > section
> > > > > > > > > in
> > > > > > > > > > > the User's Guide about updating config variables
from
> > older
> > > > > > > versions:
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > > > > >
> > > > > > > > > > > In the last sub-section of that section, it
describes a
> > > tool
> > > > > > called
> > > > > > > > > > > validate_config.py that can be run the same way
as
> > > > > > > master_metplus.py
> > > > > > > > > > > (passing in configs with -c) and it will step
you
> through
> > > > find
> > > > > > and
> > > > > > > > > > replace
> > > > > > > > > > > commands to update your configuration files.
> > > > > > > > > > >
> > > > > > > > > > > However, this tool only works if deprecated
variables
> are
> > > > added
> > > > > > to
> > > > > > > > the
> > > > > > > > > > > list to be processed. I added many of the
variables
> that
> > > were
> > > > > > > changed
> > > > > > > > > in
> > > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am
not very
> > > > familiar
> > > > > > > with
> > > > > > > > > this
> > > > > > > > > > > wrapper so I may have missed some.
> > > > > > > > > > >
> > > > > > > > > > > I apologize that this has been such a tedious
process
> for
> > > > you.
> > > > > If
> > > > > > > > you'd
> > > > > > > > > > > like to send me your current version I can use
that
> info
> > to
> > > > > > update
> > > > > > > > this
> > > > > > > > > > > functionality to make things easier going
forward.
> > > > > > > > > > >
> > > > > > > > > > > Thanks,
> > > > > > > > > > > George
> > > > > > > > > > >
> > > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > > > > > Hi Edward,
> > > > > > > > > > > >
> > > > > > > > > > > > The first error looks like an environment
issue. You
> > may
> > > > have
> > > > > > > some
> > > > > > > > > > > > disconnect in the module loads you ran. I
would purge
> > the
> > > > > > > modules,
> > > > > > > > > > > > then try
> > > > > > > > > > > > to set up the environment to run METplus again
> (listed
> > > here
> > > > > for
> > > > > > > > > > > > reference:
> > > > > > > > > > > >
> > > > > > >
> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > > > > > > > > builds)
> > > > > > > > > > > >
> > > > > > > > > > > > I don't see red text through MET-Help and I'm
not
> > seeing
> > > > the
> > > > > > > second
> > > > > > > > > > > > error,
> > > > > > > > > > > > but hopefully clearing up the environment
issues
> > resolves
> > > > the
> > > > > > 2nd
> > > > > > > > > > > > issue.
> > > > > > > > > > > > Please let me know if it does not.
> > > > > > > > > > > >
> > > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis and
> > > > > MakePlots
> > > > > > > > > > > > wrappers,
> > > > > > > > > > > > so any information you could provide on things
that
> > > didn't
> > > > > work
> > > > > > > > that
> > > > > > > > > > > > you
> > > > > > > > > > > > had to change from the examples would be very
> helpful.
> > > > > > > > > > > >
> > > > > > > > > > > > Thanks,
> > > > > > > > > > > > George
> > > > > > > > > > > >
> > > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach -
> NOAA
> > > > > > Affiliate
> > > > > > > > via
> > > > > > > > > > > > RT <
> > > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted
> > upon.
> > > > > > > > > > > > > Transaction: Ticket created by
> > > edward.strobach at noaa.gov
> > > > > > > > > > > > >        Queue: met_help
> > > > > > > > > > > > >      Subject: command_builder.py error
> > > > > > > > > > > > >        Owner: Nobody
> > > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > > > > > >       Status: new
> > > > > > > > > > > > >  Ticket <URL:
> > > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Good afternoon,
> > > > > > > > > > > > >
> > > > > > > > > > > > > I'm in the process of converting
StatAnalysis
> > > > andMakePlots
> > > > > to
> > > > > > > > > metplus
> > > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > > > > > >
> > > > > > > > > > > > > I've isolated the commands that are
deprecated,
> > > replaced
> > > > > the
> > > > > > > > > > > > > functions that
> > > > > > > > > > > > > no longer exist, and finished debugging some
issues
> > > > related
> > > > > > to
> > > > > > > > time
> > > > > > > > > > > > > string
> > > > > > > > > > > > > formatting.  In side my log file (located
here: *
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > > > > > there is are two errors - possibly related -
> > > highlighted
> > > > in
> > > > > > red
> > > > > > > > > > > > > below.  The
> > > > > > > > > > > > > first one points to a library issue.  The
directory
> > in
> > > > > > question
> > > > > > > > > > > > > exists, but
> > > > > > > > > > > > > there is nothing in it.  Is that the
referenced
> > library
> > > > is
> > > > > > > > expected
> > > > > > > > > > > > > to
> > > > > > > > > > > > > reside there?  The second issue, which is
not too
> > > > > revealing,
> > > > > > > > points
> > > > > > > > > > > > > to the
> > > > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
> > > related
> > > > > to
> > > > > > > the
> > > > > > > > > > > > > first
> > > > > > > > > > > > > error.  I did take the STATAnalysisConfig
file from
> > > > another
> > > > > > > > metplus
> > > > > > > > > > > > > location that I've been working on into a
> directory I
> > > > > created
> > > > > > > to
> > > > > > > > > put
> > > > > > > > > > > > > the
> > > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
> > directory
> > > > was
> > > > > > > taken
> > > > > > > > > > > > > from a
> > > > > > > > > > > > > V.3.1 location, so I assumed that the layout
of the
> > > file
> > > > > > would
> > > > > > > be
> > > > > > > > > > > > > okay.
> > > > > > > > > > > > > The information below seems like what I
want.  I'm
> > > > looping
> > > > > > over
> > > > > > > > 06,
> > > > > > > > > > > > > 12
> > > > > > > > > > > > > initial times and grouping the 00-23 VALID
hours
> for
> > > each
> > > > > > day.
> > > > > > > > > > > > >
> > > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
> > COMMAND:
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > > -lookin
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > > -config
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > > > > (command_runner.py:124)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > > > > > MET OUTPUT:
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > > > > > error while loading shared libraries:
> > > > libpython3.6m.so.1.0:
> > > > > > > > cannot
> > > > > > > > > > > > > open
> > > > > > > > > > > > > shared object file: No such file or
directory
> > > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > > > > (command_runner.py:191)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > Finished running
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > > in
> > > > > > > > > > > > > 0:00:00.204271
> > > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > > > > > (command_builder.py:100)
> > > > > > > > > > > > > ERROR:
> > > > > > > > > > > > > (command_builder.py:733) MET command
returned a
> > > non-zero
> > > > > > return
> > > > > > > > > code:
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > > > > -lookin
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > > -config
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO: Check
> > the
> > > > > > logfile
> > > > > > > > for
> > > > > > > > > > > > > more
> > > > > > > > > > > > > information on why it failed
> > > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > > > > > DEBUG: Building dump_row filename from
default
> > > template:
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: DESC:
> > > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
> "020000",
> > > > > > "030000",
> > > > > > > > > > > > > "040000",
> > > > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
> > > > "100000",
> > > > > > > > > "110000",
> > > > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
> > > > "170000",
> > > > > > > > > "180000",
> > > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: -lookin:
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:140)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > ALPHA=
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > COV_THRESH=
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > DESC=
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_INIT_END=
> > > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_THRESH=
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_UNITS=
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
> > "030000",
> > > > > > > "040000",
> > > > > > > > > > > > > "050000",
> > > > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
> > > > "110000",
> > > > > > > > > "120000",
> > > > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
> > > > "180000",
> > > > > > > > > "190000",
> > > > > > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > > > > (command_builder.py:254)
> > > > > > > > > > > > > DEBUG:
> > > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > that appear to ori.  I took this file over
from
> > another
> > > > > V3.0
> > > > > > > > > > > > > location,
> > > > > > > > > > > > > assuming that this would be acceptable.
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > > > > Edward Strobach
> > > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > > > > IMSG Contractor
> > > > > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > > > > 301-683-3717
> > > > > > > > > > > > >
> > > > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > --
> > > > > > > > > > Edward Strobach
> > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > IMSG Contractor
> > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > 301-683-3717
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > George McCabe - Software Engineer III
> > > > > > > > > National Center for Atmospheric Research
> > > > > > > > > Research Applications Laboratory
> > > > > > > > > 303-497-2768
> > > > > > > > > ---
> > > > > > > > > My working day may not be your working day. Please
do not
> > feel
> > > > > > obliged
> > > > > > > to
> > > > > > > > > reply to this email outside of your normal working
hours.
> > > > > > > > >
> > > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Edward Strobach
> > > > > > > > EMC/NCEP/NWS/
> > > > > > > > IMSG Contractor
> > > > > > > > Cubicle#: 2029
> > > > > > > > 301-683-3717
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > George McCabe - Software Engineer III
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > 303-497-2768
> > > > > > > ---
> > > > > > > My working day may not be your working day. Please do
not feel
> > > > obliged
> > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > George McCabe - Software Engineer III
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > 303-497-2768
> > > > > ---
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day.  Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 15:39:05 2020

>
> Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
METplus-3.0
> not METplus-3.0.1.
>
That is true in a few places:

> export
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> export
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>
export METplus_version="3.0"
> export MET_version="9.0"
>

In addition to changing those, you should also change:

> export
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"

to

> export NCDUMP="
>
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"


Julie



On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> i managed to fix that weird issue.  I think you should be able to
see my
> .bashrc now.  I'm going to look to see what I did..
>
> On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate <
> edward.strobach at noaa.gov> wrote:
>
> > l don't know.  I've never encountered this issue.  I simply copied
and
> > pasted - or so I thought - the module contents under the WCOSS-
DELL.  I
> can
> > do pwd and see that I'm in /u/Edward.Strobach, but many other
commands do
> > not work.  It's related to something I must have done in the
.bashrc:
> >
> > -bash: export:
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
>
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > not a valid identifier
> >
> > I've been at this too long and am probably starting to make
mistakes..
> >
> > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> met_help at ucar.edu>
> > wrote:
> >
> >> Is there anything I can do to help?  I tried to look in
> /u/Edward.Strobach
> >> to see if I could access your .bashrc file, however, I don't even
see
> >> a /u/Edward.Strobach directory, which I don't fully understand...
> >>
> >> Julie
> >>
> >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate
via RT <
> >> met_help at ucar.edu> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> >
> >> > I realize that, but now I messed up my .bashrc file in such a
way
> that I
> >> > can't use vi or ls, so I'm kind of stuck until I can deal with
that
> >> >
> >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> >> met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > > Hi Edward and George.
> >> > >
> >> > > I believe Edward is running on Venus but looking at the
directions
> for
> >> > > Mars, because there was previously no modulefile for
metplus/3.0.1
> on
> >> > > Venus, but there was on Mars.  However, I just created a
modulefile
> >> for
> >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please
> >> start
> >> > > fresh with a new login to Venus and try running:
> >> > >
> >> > > > module use
> >> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > module load metplus/3.0.1
> >> > >
> >> > >
> >> > > Please let us know how the testing goes.  In the meantime,
I'll try
> to
> >> > > reproduce the problem you are experiencing.  I may need some
help
> from
> >> > > George, but hopefully, getting the right environment set up
will
> help
> >> > > resolve the issue you are having.
> >> > >
> >> > > Julie
> >> > >
> >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> >> met_help at ucar.edu>
> >> > > wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> > > >
> >> > > > Which machine are you running on? The instructions for the
NOAA
> >> > machines
> >> > > > vary.
> >> > > >
> >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate
> via
> >> RT
> >> > <
> >> > > > met_help at ucar.edu> wrote:
> >> > > >
> >> > > > >
> >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> > > > >
> >> > > > > The first line is under my .bashrc in /u/Edward.Strobach.
> >> > > > >
> >> > > > > The second line was added and that's when I got the
following:
> >> > > > >
> >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> >> > > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> >> > > > > Lmod has detected the following error:  The following
module(s)
> >> are
> >> > > > > unknown: "metplus/3.0.1"
> >> > > > >
> >> > > > > Please check the spelling or version number. Also try
"module
> >> spider
> >> > > ..."
> >> > > > > It is also possible your cache file is out-of-date; it
may help
> to
> >> > try:
> >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> >> > > > >
> >> > > > > Also make sure that all modulefiles written in TCL start
with
> the
> >> > > string
> >> > > > > #%Module
> >> > > > >
> >> > > > >
> >> > > > >
> >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> >> > met_help at ucar.edu
> >> > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hi Edward,
> >> > > > > >
> >> > > > > > Did you run this first?
> >> > > > > >
> >> > > > > > module use
> >> > > > > >
> >> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > > >
> >> > > > > > I believe you need to run that so it can find the
> metplus/3.0.1
> >> > > module.
> >> > > > > >
> >> > > > > >
> >> > > > > >
> >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
> Affiliate
> >> via
> >> > > RT
> >> > > > <
> >> > > > > > met_help at ucar.edu> wrote:
> >> > > > > >
> >> > > > > > >
> >> > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >
> >> > > > > > >
> >> > > > > > > There was only one mention of deprecated, and it was
at the
> >> top
> >> > of
> >> > > > the
> >> > > > > > log
> >> > > > > > > "Checking for deprecated env..".  There were no other
> >> mentions;
> >> > > > > however,
> >> > > > > > > there were warnings for certain variables not being
set.
> Other
> >> > than
> >> > > > > that
> >> > > > > > I
> >> > > > > > > get DEBUG messages - presumably because I set things
to
> DEBUG
> >> -
> >> > and
> >> > > > > those
> >> > > > > > > two error messages.
> >> > > > > > >
> >> > > > > > > I figured the second was related to the first.  A
reference
> to
> >> > > > > libraries
> >> > > > > > > makes me feel like it's an environment issue, but my
bashrc
> is
> >> > > > already
> >> > > > > > set
> >> > > > > > > up with the recommended Dell modules settings.
> >> > > > > > >
> >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> >> > > > met_help at ucar.edu
> >> > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hi Edward,
> >> > > > > > > >
> >> > > > > > > > Even if you don't run the validate script, METplus
should
> >> error
> >> > > out
> >> > > > > > > > immediately and give you a list of variables that
are
> >> > deprecated
> >> > > > and
> >> > > > > a
> >> > > > > > > > suggestion if possible, so I am guessing that the
changes
> >> > weren't
> >> > > > > > > covered.
> >> > > > > > > >
> >> > > > > > > > The 2nd error is related to the first. The
libpython error
> >> is
> >> > > what
> >> > > > > came
> >> > > > > > > > from the actual call to stat_analysis and the 2nd
error is
> >> just
> >> > > > > telling
> >> > > > > > > you
> >> > > > > > > > that the stat_analysis command returned non-zero
value,
> >> which
> >> > > means
> >> > > > > > that
> >> > > > > > > it
> >> > > > > > > > failed.
> >> > > > > > > >
> >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach -
NOAA
> >> Affiliate
> >> > > via
> >> > > > > RT
> >> > > > > > <
> >> > > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > <URL:
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >
> >> > > > > > > > >
> >> > > > > > > > > I think I've already removed the out-of-date
variable
> >> names
> >> > > with
> >> > > > > the
> >> > > > > > > v3.1
> >> > > > > > > > > names.  I can look into that option if this
proves not
> to
> >> be
> >> > an
> >> > > > > > > > environment
> >> > > > > > > > > issue.  I do know that I was pretty carefully
making the
> >> > > changes
> >> > > > > > > between
> >> > > > > > > > > versions, but I could have still missed
something.
> >> > > > > > > > >
> >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via
RT <
> >> > > > > > met_help at ucar.edu
> >> > > > > > > >
> >> > > > > > > > > wrote:
> >> > > > > > > > >
> >> > > > > > > > > > Hi Edward,
> >> > > > > > > > > >
> >> > > > > > > > > > I'm not sure if I mentioned this to you or not,
but
> >> there
> >> > is
> >> > > a
> >> > > > > > > section
> >> > > > > > > > in
> >> > > > > > > > > > the User's Guide about updating config
variables from
> >> older
> >> > > > > > versions:
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >> > > > > > > > > >
> >> > > > > > > > > > In the last sub-section of that section, it
describes
> a
> >> > tool
> >> > > > > called
> >> > > > > > > > > > validate_config.py that can be run the same way
as
> >> > > > > > master_metplus.py
> >> > > > > > > > > > (passing in configs with -c) and it will step
you
> >> through
> >> > > find
> >> > > > > and
> >> > > > > > > > > replace
> >> > > > > > > > > > commands to update your configuration files.
> >> > > > > > > > > >
> >> > > > > > > > > > However, this tool only works if deprecated
variables
> >> are
> >> > > added
> >> > > > > to
> >> > > > > > > the
> >> > > > > > > > > > list to be processed. I added many of the
variables
> that
> >> > were
> >> > > > > > changed
> >> > > > > > > > in
> >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am
not very
> >> > > familiar
> >> > > > > > with
> >> > > > > > > > this
> >> > > > > > > > > > wrapper so I may have missed some.
> >> > > > > > > > > >
> >> > > > > > > > > > I apologize that this has been such a tedious
process
> >> for
> >> > > you.
> >> > > > If
> >> > > > > > > you'd
> >> > > > > > > > > > like to send me your current version I can use
that
> >> info to
> >> > > > > update
> >> > > > > > > this
> >> > > > > > > > > > functionality to make things easier going
forward.
> >> > > > > > > > > >
> >> > > > > > > > > > Thanks,
> >> > > > > > > > > > George
> >> > > > > > > > > >
> >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> >> > > > > > > > > > > Hi Edward,
> >> > > > > > > > > > >
> >> > > > > > > > > > > The first error looks like an environment
issue. You
> >> may
> >> > > have
> >> > > > > > some
> >> > > > > > > > > > > disconnect in the module loads you ran. I
would
> purge
> >> the
> >> > > > > > modules,
> >> > > > > > > > > > > then try
> >> > > > > > > > > > > to set up the environment to run METplus
again
> (listed
> >> > here
> >> > > > for
> >> > > > > > > > > > > reference:
> >> > > > > > > > > > >
> >> > > > > >
> >> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> >> > > > > > > > > > > builds)
> >> > > > > > > > > > >
> >> > > > > > > > > > > I don't see red text through MET-Help and I'm
not
> >> seeing
> >> > > the
> >> > > > > > second
> >> > > > > > > > > > > error,
> >> > > > > > > > > > > but hopefully clearing up the environment
issues
> >> resolves
> >> > > the
> >> > > > > 2nd
> >> > > > > > > > > > > issue.
> >> > > > > > > > > > > Please let me know if it does not.
> >> > > > > > > > > > >
> >> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis
> and
> >> > > > MakePlots
> >> > > > > > > > > > > wrappers,
> >> > > > > > > > > > > so any information you could provide on
things that
> >> > didn't
> >> > > > work
> >> > > > > > > that
> >> > > > > > > > > > > you
> >> > > > > > > > > > > had to change from the examples would be very
> helpful.
> >> > > > > > > > > > >
> >> > > > > > > > > > > Thanks,
> >> > > > > > > > > > > George
> >> > > > > > > > > > >
> >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach -
> NOAA
> >> > > > > Affiliate
> >> > > > > > > via
> >> > > > > > > > > > > RT <
> >> > > > > > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted
> >> upon.
> >> > > > > > > > > > > > Transaction: Ticket created by
> >> > edward.strobach at noaa.gov
> >> > > > > > > > > > > >        Queue: met_help
> >> > > > > > > > > > > >      Subject: command_builder.py error
> >> > > > > > > > > > > >        Owner: Nobody
> >> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> >> > > > > > > > > > > >       Status: new
> >> > > > > > > > > > > >  Ticket <URL:
> >> > > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > Good afternoon,
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > I'm in the process of converting
StatAnalysis
> >> > > andMakePlots
> >> > > > to
> >> > > > > > > > metplus
> >> > > > > > > > > > > > version 3.0 format from 2.1.
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > I've isolated the commands that are
deprecated,
> >> > replaced
> >> > > > the
> >> > > > > > > > > > > > functions that
> >> > > > > > > > > > > > no longer exist, and finished debugging
some
> issues
> >> > > related
> >> > > > > to
> >> > > > > > > time
> >> > > > > > > > > > > > string
> >> > > > > > > > > > > > formatting.  In side my log file (located
here: *
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> >> > > > > > > > > > > > there is are two errors - possibly related
-
> >> > highlighted
> >> > > in
> >> > > > > red
> >> > > > > > > > > > > > below.  The
> >> > > > > > > > > > > > first one points to a library issue.  The
> directory
> >> in
> >> > > > > question
> >> > > > > > > > > > > > exists, but
> >> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
> >> library
> >> > > is
> >> > > > > > > expected
> >> > > > > > > > > > > > to
> >> > > > > > > > > > > > reside there?  The second issue, which is
not too
> >> > > > revealing,
> >> > > > > > > points
> >> > > > > > > > > > > > to the
> >> > > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
> >> > related
> >> > > > to
> >> > > > > > the
> >> > > > > > > > > > > > first
> >> > > > > > > > > > > > error.  I did take the STATAnalysisConfig
file
> from
> >> > > another
> >> > > > > > > metplus
> >> > > > > > > > > > > > location that I've been working on into a
> directory
> >> I
> >> > > > created
> >> > > > > > to
> >> > > > > > > > put
> >> > > > > > > > > > > > the
> >> > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
> >> directory
> >> > > was
> >> > > > > > taken
> >> > > > > > > > > > > > from a
> >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout of
> the
> >> > file
> >> > > > > would
> >> > > > > > be
> >> > > > > > > > > > > > okay.
> >> > > > > > > > > > > > The information below seems like what I
want.  I'm
> >> > > looping
> >> > > > > over
> >> > > > > > > 06,
> >> > > > > > > > > > > > 12
> >> > > > > > > > > > > > initial times and grouping the 00-23 VALID
hours
> for
> >> > each
> >> > > > > day.
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
> >> COMMAND:
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > > > -lookin
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > > > -config
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> >> > > > > (command_runner.py:124)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > app_name is: stat_analysis, output sent to:
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> >> > > > > > > > > > > > MET OUTPUT:
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> >> > > > > > > > > > > > error while loading shared libraries:
> >> > > libpython3.6m.so.1.0:
> >> > > > > > > cannot
> >> > > > > > > > > > > > open
> >> > > > > > > > > > > > shared object file: No such file or
directory
> >> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> >> > > > > (command_runner.py:191)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > Finished running
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > > > in
> >> > > > > > > > > > > > 0:00:00.204271
> >> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> >> > > > > > (command_builder.py:100)
> >> > > > > > > > > > > > ERROR:
> >> > > > > > > > > > > > (command_builder.py:733) MET command
returned a
> >> > non-zero
> >> > > > > return
> >> > > > > > > > code:
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > > > -lookin
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > > > -config
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO:
> Check
> >> the
> >> > > > > logfile
> >> > > > > > > for
> >> > > > > > > > > > > > more
> >> > > > > > > > > > > > information on why it failed
> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> >> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
> >> > template:
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: ALPHA:
> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: COV_THRESH:
> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: DESC:
> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
> >> "020000",
> >> > > > > "030000",
> >> > > > > > > > > > > > "040000",
> >> > > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
> >> > > "100000",
> >> > > > > > > > "110000",
> >> > > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
> >> > > "170000",
> >> > > > > > > > "180000",
> >> > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: -lookin:
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:140)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > ALPHA=
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > COV_THRESH=
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > DESC=
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_INIT_BEG=
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_INIT_END=
> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_LEAD="000000"
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_LEVEL="A1"
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_THRESH=
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_UNITS=
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
> >> "030000",
> >> > > > > > "040000",
> >> > > > > > > > > > > > "050000",
> >> > > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
> >> > > "110000",
> >> > > > > > > > "120000",
> >> > > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
> >> > > "180000",
> >> > > > > > > > "190000",
> >> > > > > > > > > > > > "200000", "210000", "220000", "230000"
> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > > > (command_builder.py:254)
> >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > > > > > FCST_VAR="OZCON"
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > that appear to ori.  I took this file over
from
> >> another
> >> > > > V3.0
> >> > > > > > > > > > > > location,
> >> > > > > > > > > > > > assuming that this would be acceptable.
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > > > > Edward Strobach
> >> > > > > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > > > > > IMSG Contractor
> >> > > > > > > > > > > > Cubicle#: 2029
> >> > > > > > > > > > > > 301-683-3717
> >> > > > > > > > > > > >
> >> > > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > > > --
> >> > > > > > > > > Edward Strobach
> >> > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > > IMSG Contractor
> >> > > > > > > > > Cubicle#: 2029
> >> > > > > > > > > 301-683-3717
> >> > > > > > > > >
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > > > --
> >> > > > > > > > George McCabe - Software Engineer III
> >> > > > > > > > National Center for Atmospheric Research
> >> > > > > > > > Research Applications Laboratory
> >> > > > > > > > 303-497-2768
> >> > > > > > > > ---
> >> > > > > > > > My working day may not be your working day. Please
do not
> >> feel
> >> > > > > obliged
> >> > > > > > to
> >> > > > > > > > reply to this email outside of your normal working
hours.
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Edward Strobach
> >> > > > > > > EMC/NCEP/NWS/
> >> > > > > > > IMSG Contractor
> >> > > > > > > Cubicle#: 2029
> >> > > > > > > 301-683-3717
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > George McCabe - Software Engineer III
> >> > > > > > National Center for Atmospheric Research
> >> > > > > > Research Applications Laboratory
> >> > > > > > 303-497-2768
> >> > > > > > ---
> >> > > > > > My working day may not be your working day. Please do
not feel
> >> > > obliged
> >> > > > to
> >> > > > > > reply to this email outside of your normal working
hours.
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Edward Strobach
> >> > > > > EMC/NCEP/NWS/
> >> > > > > IMSG Contractor
> >> > > > > Cubicle#: 2029
> >> > > > > 301-683-3717
> >> > > > >
> >> > > > >
> >> > > >
> >> > > > --
> >> > > > George McCabe - Software Engineer III
> >> > > > National Center for Atmospheric Research
> >> > > > Research Applications Laboratory
> >> > > > 303-497-2768
> >> > > > ---
> >> > > > My working day may not be your working day. Please do not
feel
> >> obliged
> >> > to
> >> > > > reply to this email outside of your normal working hours.
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > > Julie Prestopnik
> >> > > Software Engineer
> >> > > National Center for Atmospheric Research
> >> > > Research Applications Laboratory
> >> > > Phone: 303.497.8399
> >> > > Email: jpresto at ucar.edu
> >> > >
> >> > > My working day may not be your working day.  Please do not
feel
> >> obliged
> >> > to
> >> > > reply to this email outside of your normal working hours.
> >> > >
> >> > >
> >> >
> >> > --
> >> > Edward Strobach
> >> > EMC/NCEP/NWS/
> >> > IMSG Contractor
> >> > Cubicle#: 2029
> >> > 301-683-3717
> >> >
> >> >
> >>
> >> --
> >> Julie Prestopnik
> >> Software Engineer
> >> National Center for Atmospheric Research
> >> Research Applications Laboratory
> >> Phone: 303.497.8399
> >> Email: jpresto at ucar.edu
> >>
> >> My working day may not be your working day.  Please do not feel
obliged
> to
> >> reply to this email outside of your normal working hours.
> >>
> >>
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
>
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 15:43:14 2020

Okay. I think I understand that error now.  I'm sorry I overlooked
that.  I
kept thinking that something else was going on. Thanks Julie and
George

On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> >
> > Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
METplus-3.0
> > not METplus-3.0.1.
> >
> That is true in a few places:
>
> > export
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > export
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> >
> export METplus_version="3.0"
> > export MET_version="9.0"
> >
>
> In addition to changing those, you should also change:
>
> > export
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>
> to
>
> > export NCDUMP="
> >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>
>
> Julie
>
>
>
> On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > i managed to fix that weird issue.  I think you should be able to
see my
> > .bashrc now.  I'm going to look to see what I did..
> >
> > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate <
> > edward.strobach at noaa.gov> wrote:
> >
> > > l don't know.  I've never encountered this issue.  I simply
copied and
> > > pasted - or so I thought - the module contents under the WCOSS-
DELL.  I
> > can
> > > do pwd and see that I'm in /u/Edward.Strobach, but many other
commands
> do
> > > not work.  It's related to something I must have done in the
.bashrc:
> > >
> > > -bash: export:
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > not a valid identifier
> > >
> > > I've been at this too long and am probably starting to make
mistakes..
> > >
> > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > >> Is there anything I can do to help?  I tried to look in
> > /u/Edward.Strobach
> > >> to see if I could access your .bashrc file, however, I don't
even see
> > >> a /u/Edward.Strobach directory, which I don't fully
understand...
> > >>
> > >> Julie
> > >>
> > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate
via
> RT <
> > >> met_help at ucar.edu> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > >> >
> > >> > I realize that, but now I messed up my .bashrc file in such a
way
> > that I
> > >> > can't use vi or ls, so I'm kind of stuck until I can deal
with that
> > >> >
> > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> > >> met_help at ucar.edu>
> > >> > wrote:
> > >> >
> > >> > > Hi Edward and George.
> > >> > >
> > >> > > I believe Edward is running on Venus but looking at the
directions
> > for
> > >> > > Mars, because there was previously no modulefile for
metplus/3.0.1
> > on
> > >> > > Venus, but there was on Mars.  However, I just created a
> modulefile
> > >> for
> > >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
Edward,
> please
> > >> start
> > >> > > fresh with a new login to Venus and try running:
> > >> > >
> > >> > > > module use
> > >> > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > module load metplus/3.0.1
> > >> > >
> > >> > >
> > >> > > Please let us know how the testing goes.  In the meantime,
I'll
> try
> > to
> > >> > > reproduce the problem you are experiencing.  I may need
some help
> > from
> > >> > > George, but hopefully, getting the right environment set up
will
> > help
> > >> > > resolve the issue you are having.
> > >> > >
> > >> > > Julie
> > >> > >
> > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> > >> met_help at ucar.edu>
> > >> > > wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >> > > >
> > >> > > > Which machine are you running on? The instructions for
the NOAA
> > >> > machines
> > >> > > > vary.
> > >> > > >
> > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate
> > via
> > >> RT
> > >> > <
> > >> > > > met_help at ucar.edu> wrote:
> > >> > > >
> > >> > > > >
> > >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > >> > > > >
> > >> > > > > The first line is under my .bashrc in
/u/Edward.Strobach.
> > >> > > > >
> > >> > > > > The second line was added and that's when I got the
following:
> > >> > > > >
> > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > >> > > > >
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > >> > > > > Lmod has detected the following error:  The following
> module(s)
> > >> are
> > >> > > > > unknown: "metplus/3.0.1"
> > >> > > > >
> > >> > > > > Please check the spelling or version number. Also try
"module
> > >> spider
> > >> > > ..."
> > >> > > > > It is also possible your cache file is out-of-date; it
may
> help
> > to
> > >> > try:
> > >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > >> > > > >
> > >> > > > > Also make sure that all modulefiles written in TCL
start with
> > the
> > >> > > string
> > >> > > > > #%Module
> > >> > > > >
> > >> > > > >
> > >> > > > >
> > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> > >> > met_help at ucar.edu
> > >> > > >
> > >> > > > > wrote:
> > >> > > > >
> > >> > > > > > Hi Edward,
> > >> > > > > >
> > >> > > > > > Did you run this first?
> > >> > > > > >
> > >> > > > > > module use
> > >> > > > > >
> > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > > >
> > >> > > > > > I believe you need to run that so it can find the
> > metplus/3.0.1
> > >> > > module.
> > >> > > > > >
> > >> > > > > >
> > >> > > > > >
> > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
> > Affiliate
> > >> via
> > >> > > RT
> > >> > > > <
> > >> > > > > > met_help at ucar.edu> wrote:
> > >> > > > > >
> > >> > > > > > >
> > >> > > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> >
> > >> > > > > > >
> > >> > > > > > > There was only one mention of deprecated, and it
was at
> the
> > >> top
> > >> > of
> > >> > > > the
> > >> > > > > > log
> > >> > > > > > > "Checking for deprecated env..".  There were no
other
> > >> mentions;
> > >> > > > > however,
> > >> > > > > > > there were warnings for certain variables not being
set.
> > Other
> > >> > than
> > >> > > > > that
> > >> > > > > > I
> > >> > > > > > > get DEBUG messages - presumably because I set
things to
> > DEBUG
> > >> -
> > >> > and
> > >> > > > > those
> > >> > > > > > > two error messages.
> > >> > > > > > >
> > >> > > > > > > I figured the second was related to the first.  A
> reference
> > to
> > >> > > > > libraries
> > >> > > > > > > makes me feel like it's an environment issue, but
my
> bashrc
> > is
> > >> > > > already
> > >> > > > > > set
> > >> > > > > > > up with the recommended Dell modules settings.
> > >> > > > > > >
> > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<
> > >> > > > met_help at ucar.edu
> > >> > > > > >
> > >> > > > > > > wrote:
> > >> > > > > > >
> > >> > > > > > > > Hi Edward,
> > >> > > > > > > >
> > >> > > > > > > > Even if you don't run the validate script,
METplus
> should
> > >> error
> > >> > > out
> > >> > > > > > > > immediately and give you a list of variables that
are
> > >> > deprecated
> > >> > > > and
> > >> > > > > a
> > >> > > > > > > > suggestion if possible, so I am guessing that the
> changes
> > >> > weren't
> > >> > > > > > > covered.
> > >> > > > > > > >
> > >> > > > > > > > The 2nd error is related to the first. The
libpython
> error
> > >> is
> > >> > > what
> > >> > > > > came
> > >> > > > > > > > from the actual call to stat_analysis and the 2nd
error
> is
> > >> just
> > >> > > > > telling
> > >> > > > > > > you
> > >> > > > > > > > that the stat_analysis command returned non-zero
value,
> > >> which
> > >> > > means
> > >> > > > > > that
> > >> > > > > > > it
> > >> > > > > > > > failed.
> > >> > > > > > > >
> > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach -
NOAA
> > >> Affiliate
> > >> > > via
> > >> > > > > RT
> > >> > > > > > <
> > >> > > > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > <URL:
> > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >
> > >> > > > > > > > >
> > >> > > > > > > > > I think I've already removed the out-of-date
variable
> > >> names
> > >> > > with
> > >> > > > > the
> > >> > > > > > > v3.1
> > >> > > > > > > > > names.  I can look into that option if this
proves not
> > to
> > >> be
> > >> > an
> > >> > > > > > > > environment
> > >> > > > > > > > > issue.  I do know that I was pretty carefully
making
> the
> > >> > > changes
> > >> > > > > > > between
> > >> > > > > > > > > versions, but I could have still missed
something.
> > >> > > > > > > > >
> > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe
via RT <
> > >> > > > > > met_help at ucar.edu
> > >> > > > > > > >
> > >> > > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > > > Hi Edward,
> > >> > > > > > > > > >
> > >> > > > > > > > > > I'm not sure if I mentioned this to you or
not, but
> > >> there
> > >> > is
> > >> > > a
> > >> > > > > > > section
> > >> > > > > > > > in
> > >> > > > > > > > > > the User's Guide about updating config
variables
> from
> > >> older
> > >> > > > > > versions:
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > >> > > > > > > > > >
> > >> > > > > > > > > > In the last sub-section of that section, it
> describes
> > a
> > >> > tool
> > >> > > > > called
> > >> > > > > > > > > > validate_config.py that can be run the same
way as
> > >> > > > > > master_metplus.py
> > >> > > > > > > > > > (passing in configs with -c) and it will step
you
> > >> through
> > >> > > find
> > >> > > > > and
> > >> > > > > > > > > replace
> > >> > > > > > > > > > commands to update your configuration files.
> > >> > > > > > > > > >
> > >> > > > > > > > > > However, this tool only works if deprecated
> variables
> > >> are
> > >> > > added
> > >> > > > > to
> > >> > > > > > > the
> > >> > > > > > > > > > list to be processed. I added many of the
variables
> > that
> > >> > were
> > >> > > > > > changed
> > >> > > > > > > > in
> > >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am
not
> very
> > >> > > familiar
> > >> > > > > > with
> > >> > > > > > > > this
> > >> > > > > > > > > > wrapper so I may have missed some.
> > >> > > > > > > > > >
> > >> > > > > > > > > > I apologize that this has been such a tedious
> process
> > >> for
> > >> > > you.
> > >> > > > If
> > >> > > > > > > you'd
> > >> > > > > > > > > > like to send me your current version I can
use that
> > >> info to
> > >> > > > > update
> > >> > > > > > > this
> > >> > > > > > > > > > functionality to make things easier going
forward.
> > >> > > > > > > > > >
> > >> > > > > > > > > > Thanks,
> > >> > > > > > > > > > George
> > >> > > > > > > > > >
> > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > >> > > > > > > > > > > Hi Edward,
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > The first error looks like an environment
issue.
> You
> > >> may
> > >> > > have
> > >> > > > > > some
> > >> > > > > > > > > > > disconnect in the module loads you ran. I
would
> > purge
> > >> the
> > >> > > > > > modules,
> > >> > > > > > > > > > > then try
> > >> > > > > > > > > > > to set up the environment to run METplus
again
> > (listed
> > >> > here
> > >> > > > for
> > >> > > > > > > > > > > reference:
> > >> > > > > > > > > > >
> > >> > > > > >
> > >> https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > >> > > > > > > > > > > builds)
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > I don't see red text through MET-Help and
I'm not
> > >> seeing
> > >> > > the
> > >> > > > > > second
> > >> > > > > > > > > > > error,
> > >> > > > > > > > > > > but hopefully clearing up the environment
issues
> > >> resolves
> > >> > > the
> > >> > > > > 2nd
> > >> > > > > > > > > > > issue.
> > >> > > > > > > > > > > Please let me know if it does not.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis
> > and
> > >> > > > MakePlots
> > >> > > > > > > > > > > wrappers,
> > >> > > > > > > > > > > so any information you could provide on
things
> that
> > >> > didn't
> > >> > > > work
> > >> > > > > > > that
> > >> > > > > > > > > > > you
> > >> > > > > > > > > > > had to change from the examples would be
very
> > helpful.
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > Thanks,
> > >> > > > > > > > > > > George
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach -
> > NOAA
> > >> > > > > Affiliate
> > >> > > > > > > via
> > >> > > > > > > > > > > RT <
> > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484
was
> acted
> > >> upon.
> > >> > > > > > > > > > > > Transaction: Ticket created by
> > >> > edward.strobach at noaa.gov
> > >> > > > > > > > > > > >        Queue: met_help
> > >> > > > > > > > > > > >      Subject: command_builder.py error
> > >> > > > > > > > > > > >        Owner: Nobody
> > >> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > >> > > > > > > > > > > >       Status: new
> > >> > > > > > > > > > > >  Ticket <URL:
> > >> > > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > Good afternoon,
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > I'm in the process of converting
StatAnalysis
> > >> > > andMakePlots
> > >> > > > to
> > >> > > > > > > > metplus
> > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > I've isolated the commands that are
deprecated,
> > >> > replaced
> > >> > > > the
> > >> > > > > > > > > > > > functions that
> > >> > > > > > > > > > > > no longer exist, and finished debugging
some
> > issues
> > >> > > related
> > >> > > > > to
> > >> > > > > > > time
> > >> > > > > > > > > > > > string
> > >> > > > > > > > > > > > formatting.  In side my log file (located
here:
> *
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > >> > > > > > > > > > > > there is are two errors - possibly
related -
> > >> > highlighted
> > >> > > in
> > >> > > > > red
> > >> > > > > > > > > > > > below.  The
> > >> > > > > > > > > > > > first one points to a library issue.  The
> > directory
> > >> in
> > >> > > > > question
> > >> > > > > > > > > > > > exists, but
> > >> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
> > >> library
> > >> > > is
> > >> > > > > > > expected
> > >> > > > > > > > > > > > to
> > >> > > > > > > > > > > > reside there?  The second issue, which is
not
> too
> > >> > > > revealing,
> > >> > > > > > > points
> > >> > > > > > > > > > > > to the
> > >> > > > > > > > > > > > STATAnalysisConfig file, which I think is
> somehow
> > >> > related
> > >> > > > to
> > >> > > > > > the
> > >> > > > > > > > > > > > first
> > >> > > > > > > > > > > > error.  I did take the STATAnalysisConfig
file
> > from
> > >> > > another
> > >> > > > > > > metplus
> > >> > > > > > > > > > > > location that I've been working on into a
> > directory
> > >> I
> > >> > > > created
> > >> > > > > > to
> > >> > > > > > > > put
> > >> > > > > > > > > > > > the
> > >> > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
> > >> directory
> > >> > > was
> > >> > > > > > taken
> > >> > > > > > > > > > > > from a
> > >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout of
> > the
> > >> > file
> > >> > > > > would
> > >> > > > > > be
> > >> > > > > > > > > > > > okay.
> > >> > > > > > > > > > > > The information below seems like what I
want.
> I'm
> > >> > > looping
> > >> > > > > over
> > >> > > > > > > 06,
> > >> > > > > > > > > > > > 12
> > >> > > > > > > > > > > > initial times and grouping the 00-23
VALID hours
> > for
> > >> > each
> > >> > > > > day.
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
> > >> COMMAND:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > > > > > -lookin
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > > > > > -config
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > >> > > > > (command_runner.py:124)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > app_name is: stat_analysis, output sent
to:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > >> > > > > > > > > > > > MET OUTPUT:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > >> > > > > > > > > > > > error while loading shared libraries:
> > >> > > libpython3.6m.so.1.0:
> > >> > > > > > > cannot
> > >> > > > > > > > > > > > open
> > >> > > > > > > > > > > > shared object file: No such file or
directory
> > >> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > >> > > > > (command_runner.py:191)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > Finished running
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > > > > > in
> > >> > > > > > > > > > > > 0:00:00.204271
> > >> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:100)
> > >> > > > > > > > > > > > ERROR:
> > >> > > > > > > > > > > > (command_builder.py:733) MET command
returned a
> > >> > non-zero
> > >> > > > > return
> > >> > > > > > > > code:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > > > > > -lookin
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > > > > > -config
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO:
> > Check
> > >> the
> > >> > > > > logfile
> > >> > > > > > > for
> > >> > > > > > > > > > > > more
> > >> > > > > > > > > > > > information on why it failed
> > >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > >> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
> > >> > template:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: ALPHA:
> > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: DESC:
> > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
"010000",
> > >> "020000",
> > >> > > > > "030000",
> > >> > > > > > > > > > > > "040000",
> > >> > > > > > > > > > > > "050000", "060000", "070000", "080000",
> "090000",
> > >> > > "100000",
> > >> > > > > > > > "110000",
> > >> > > > > > > > > > > > "120000", "130000", "140000", "150000",
> "160000",
> > >> > > "170000",
> > >> > > > > > > > "180000",
> > >> > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: -lookin:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:140)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > ALPHA=
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > COV_THRESH=
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > DESC=
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_INIT_BEG=
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_INIT_END=
> > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_LEAD="000000"
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_THRESH=
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_UNITS=
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
> > >> "030000",
> > >> > > > > > "040000",
> > >> > > > > > > > > > > > "050000",
> > >> > > > > > > > > > > > "060000", "070000", "080000", "090000",
> "100000",
> > >> > > "110000",
> > >> > > > > > > > "120000",
> > >> > > > > > > > > > > > "130000", "140000", "150000", "160000",
> "170000",
> > >> > > "180000",
> > >> > > > > > > > "190000",
> > >> > > > > > > > > > > > "200000", "210000", "220000", "230000"
> > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > that appear to ori.  I took this file
over from
> > >> another
> > >> > > > V3.0
> > >> > > > > > > > > > > > location,
> > >> > > > > > > > > > > > assuming that this would be acceptable.
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > > Edward Strobach
> > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > > > > > IMSG Contractor
> > >> > > > > > > > > > > > Cubicle#: 2029
> > >> > > > > > > > > > > > 301-683-3717
> > >> > > > > > > > > > > >
> > >> > > > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > > > --
> > >> > > > > > > > > Edward Strobach
> > >> > > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > > IMSG Contractor
> > >> > > > > > > > > Cubicle#: 2029
> > >> > > > > > > > > 301-683-3717
> > >> > > > > > > > >
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > --
> > >> > > > > > > > George McCabe - Software Engineer III
> > >> > > > > > > > National Center for Atmospheric Research
> > >> > > > > > > > Research Applications Laboratory
> > >> > > > > > > > 303-497-2768
> > >> > > > > > > > ---
> > >> > > > > > > > My working day may not be your working day.
Please do
> not
> > >> feel
> > >> > > > > obliged
> > >> > > > > > to
> > >> > > > > > > > reply to this email outside of your normal
working
> hours.
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > Edward Strobach
> > >> > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > IMSG Contractor
> > >> > > > > > > Cubicle#: 2029
> > >> > > > > > > 301-683-3717
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > > George McCabe - Software Engineer III
> > >> > > > > > National Center for Atmospheric Research
> > >> > > > > > Research Applications Laboratory
> > >> > > > > > 303-497-2768
> > >> > > > > > ---
> > >> > > > > > My working day may not be your working day. Please do
not
> feel
> > >> > > obliged
> > >> > > > to
> > >> > > > > > reply to this email outside of your normal working
hours.
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Edward Strobach
> > >> > > > > EMC/NCEP/NWS/
> > >> > > > > IMSG Contractor
> > >> > > > > Cubicle#: 2029
> > >> > > > > 301-683-3717
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > > --
> > >> > > > George McCabe - Software Engineer III
> > >> > > > National Center for Atmospheric Research
> > >> > > > Research Applications Laboratory
> > >> > > > 303-497-2768
> > >> > > > ---
> > >> > > > My working day may not be your working day. Please do not
feel
> > >> obliged
> > >> > to
> > >> > > > reply to this email outside of your normal working hours.
> > >> > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > Julie Prestopnik
> > >> > > Software Engineer
> > >> > > National Center for Atmospheric Research
> > >> > > Research Applications Laboratory
> > >> > > Phone: 303.497.8399
> > >> > > Email: jpresto at ucar.edu
> > >> > >
> > >> > > My working day may not be your working day.  Please do not
feel
> > >> obliged
> > >> > to
> > >> > > reply to this email outside of your normal working hours.
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > Edward Strobach
> > >> > EMC/NCEP/NWS/
> > >> > IMSG Contractor
> > >> > Cubicle#: 2029
> > >> > 301-683-3717
> > >> >
> > >> >
> > >>
> > >> --
> > >> Julie Prestopnik
> > >> Software Engineer
> > >> National Center for Atmospheric Research
> > >> Research Applications Laboratory
> > >> Phone: 303.497.8399
> > >> Email: jpresto at ucar.edu
> > >>
> > >> My working day may not be your working day.  Please do not feel
> obliged
> > to
> > >> reply to this email outside of your normal working hours.
> > >>
> > >>
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 15:49:07 2020

Actually, my apologies for the error, but you should actually set the
following since MET is compiled with an existing NetCDF module:

export NCDUMP="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin"

Julie

On Wed, Jun 3, 2020 at 3:38 PM Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
METplus-3.0
>> not METplus-3.0.1.
>>
> That is true in a few places:
>
>> export
>>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
>> export
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>>
> export METplus_version="3.0"
>> export MET_version="9.0"
>>
>
> In addition to changing those, you should also change:
>
>> export
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>
> to
>
>> export NCDUMP="
>>
>>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>
>
> Julie
>
>
>
> On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>
>> i managed to fix that weird issue.  I think you should be able to
see my
>> .bashrc now.  I'm going to look to see what I did..
>>
>> On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate <
>> edward.strobach at noaa.gov> wrote:
>>
>> > l don't know.  I've never encountered this issue.  I simply
copied and
>> > pasted - or so I thought - the module contents under the WCOSS-
DELL.  I
>> can
>> > do pwd and see that I'm in /u/Edward.Strobach, but many other
commands
>> do
>> > not work.  It's related to something I must have done in the
.bashrc:
>> >
>> > -bash: export:
>> >
>>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
>>
>>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
>> > not a valid identifier
>> >
>> > I've been at this too long and am probably starting to make
mistakes..
>> >
>> > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
>> met_help at ucar.edu>
>> > wrote:
>> >
>> >> Is there anything I can do to help?  I tried to look in
>> /u/Edward.Strobach
>> >> to see if I could access your .bashrc file, however, I don't
even see
>> >> a /u/Edward.Strobach directory, which I don't fully
understand...
>> >>
>> >> Julie
>> >>
>> >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA Affiliate
via RT
>> <
>> >> met_help at ucar.edu> wrote:
>> >>
>> >> >
>> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
>> >> >
>> >> > I realize that, but now I messed up my .bashrc file in such a
way
>> that I
>> >> > can't use vi or ls, so I'm kind of stuck until I can deal with
that
>> >> >
>> >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
>> >> met_help at ucar.edu>
>> >> > wrote:
>> >> >
>> >> > > Hi Edward and George.
>> >> > >
>> >> > > I believe Edward is running on Venus but looking at the
directions
>> for
>> >> > > Mars, because there was previously no modulefile for
metplus/3.0.1
>> on
>> >> > > Venus, but there was on Mars.  However, I just created a
modulefile
>> >> for
>> >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.  Edward,
please
>> >> start
>> >> > > fresh with a new login to Venus and try running:
>> >> > >
>> >> > > > module use
>> >> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > module load metplus/3.0.1
>> >> > >
>> >> > >
>> >> > > Please let us know how the testing goes.  In the meantime,
I'll
>> try to
>> >> > > reproduce the problem you are experiencing.  I may need some
help
>> from
>> >> > > George, but hopefully, getting the right environment set up
will
>> help
>> >> > > resolve the issue you are having.
>> >> > >
>> >> > > Julie
>> >> > >
>> >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
>> >> met_help at ucar.edu>
>> >> > > wrote:
>> >> > >
>> >> > > >
>> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> >> > > >
>> >> > > > Which machine are you running on? The instructions for the
NOAA
>> >> > machines
>> >> > > > vary.
>> >> > > >
>> >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate
>> via
>> >> RT
>> >> > <
>> >> > > > met_help at ucar.edu> wrote:
>> >> > > >
>> >> > > > >
>> >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >
>> >> > > > >
>> >> > > > > The first line is under my .bashrc in
/u/Edward.Strobach.
>> >> > > > >
>> >> > > > > The second line was added and that's when I got the
following:
>> >> > > > >
>> >> > > > > [Edward.Strobach at v72a1 ~]$ module use
>> >> > > > >
>> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
>> >> > > > > Lmod has detected the following error:  The following
module(s)
>> >> are
>> >> > > > > unknown: "metplus/3.0.1"
>> >> > > > >
>> >> > > > > Please check the spelling or version number. Also try
"module
>> >> spider
>> >> > > ..."
>> >> > > > > It is also possible your cache file is out-of-date; it
may
>> help to
>> >> > try:
>> >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
>> >> > > > >
>> >> > > > > Also make sure that all modulefiles written in TCL start
with
>> the
>> >> > > string
>> >> > > > > #%Module
>> >> > > > >
>> >> > > > >
>> >> > > > >
>> >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
>> >> > met_help at ucar.edu
>> >> > > >
>> >> > > > > wrote:
>> >> > > > >
>> >> > > > > > Hi Edward,
>> >> > > > > >
>> >> > > > > > Did you run this first?
>> >> > > > > >
>> >> > > > > > module use
>> >> > > > > >
>> >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > > >
>> >> > > > > > I believe you need to run that so it can find the
>> metplus/3.0.1
>> >> > > module.
>> >> > > > > >
>> >> > > > > >
>> >> > > > > >
>> >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
>> Affiliate
>> >> via
>> >> > > RT
>> >> > > > <
>> >> > > > > > met_help at ucar.edu> wrote:
>> >> > > > > >
>> >> > > > > > >
>> >> > > > > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> >
>> >> > > > > > >
>> >> > > > > > > There was only one mention of deprecated, and it was
at the
>> >> top
>> >> > of
>> >> > > > the
>> >> > > > > > log
>> >> > > > > > > "Checking for deprecated env..".  There were no
other
>> >> mentions;
>> >> > > > > however,
>> >> > > > > > > there were warnings for certain variables not being
set.
>> Other
>> >> > than
>> >> > > > > that
>> >> > > > > > I
>> >> > > > > > > get DEBUG messages - presumably because I set things
to
>> DEBUG
>> >> -
>> >> > and
>> >> > > > > those
>> >> > > > > > > two error messages.
>> >> > > > > > >
>> >> > > > > > > I figured the second was related to the first.  A
>> reference to
>> >> > > > > libraries
>> >> > > > > > > makes me feel like it's an environment issue, but my
>> bashrc is
>> >> > > > already
>> >> > > > > > set
>> >> > > > > > > up with the recommended Dell modules settings.
>> >> > > > > > >
>> >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT
<
>> >> > > > met_help at ucar.edu
>> >> > > > > >
>> >> > > > > > > wrote:
>> >> > > > > > >
>> >> > > > > > > > Hi Edward,
>> >> > > > > > > >
>> >> > > > > > > > Even if you don't run the validate script, METplus
should
>> >> error
>> >> > > out
>> >> > > > > > > > immediately and give you a list of variables that
are
>> >> > deprecated
>> >> > > > and
>> >> > > > > a
>> >> > > > > > > > suggestion if possible, so I am guessing that the
changes
>> >> > weren't
>> >> > > > > > > covered.
>> >> > > > > > > >
>> >> > > > > > > > The 2nd error is related to the first. The
libpython
>> error
>> >> is
>> >> > > what
>> >> > > > > came
>> >> > > > > > > > from the actual call to stat_analysis and the 2nd
error
>> is
>> >> just
>> >> > > > > telling
>> >> > > > > > > you
>> >> > > > > > > > that the stat_analysis command returned non-zero
value,
>> >> which
>> >> > > means
>> >> > > > > > that
>> >> > > > > > > it
>> >> > > > > > > > failed.
>> >> > > > > > > >
>> >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach -
NOAA
>> >> Affiliate
>> >> > > via
>> >> > > > > RT
>> >> > > > > > <
>> >> > > > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > > > <URL:
>> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > >
>> >> > > > > > > > >
>> >> > > > > > > > > I think I've already removed the out-of-date
variable
>> >> names
>> >> > > with
>> >> > > > > the
>> >> > > > > > > v3.1
>> >> > > > > > > > > names.  I can look into that option if this
proves not
>> to
>> >> be
>> >> > an
>> >> > > > > > > > environment
>> >> > > > > > > > > issue.  I do know that I was pretty carefully
making
>> the
>> >> > > changes
>> >> > > > > > > between
>> >> > > > > > > > > versions, but I could have still missed
something.
>> >> > > > > > > > >
>> >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via
RT <
>> >> > > > > > met_help at ucar.edu
>> >> > > > > > > >
>> >> > > > > > > > > wrote:
>> >> > > > > > > > >
>> >> > > > > > > > > > Hi Edward,
>> >> > > > > > > > > >
>> >> > > > > > > > > > I'm not sure if I mentioned this to you or
not, but
>> >> there
>> >> > is
>> >> > > a
>> >> > > > > > > section
>> >> > > > > > > > in
>> >> > > > > > > > > > the User's Guide about updating config
variables from
>> >> older
>> >> > > > > > versions:
>> >> > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> >> > > > > > > > > >
>> >> > > > > > > > > > In the last sub-section of that section, it
>> describes a
>> >> > tool
>> >> > > > > called
>> >> > > > > > > > > > validate_config.py that can be run the same
way as
>> >> > > > > > master_metplus.py
>> >> > > > > > > > > > (passing in configs with -c) and it will step
you
>> >> through
>> >> > > find
>> >> > > > > and
>> >> > > > > > > > > replace
>> >> > > > > > > > > > commands to update your configuration files.
>> >> > > > > > > > > >
>> >> > > > > > > > > > However, this tool only works if deprecated
variables
>> >> are
>> >> > > added
>> >> > > > > to
>> >> > > > > > > the
>> >> > > > > > > > > > list to be processed. I added many of the
variables
>> that
>> >> > were
>> >> > > > > > changed
>> >> > > > > > > > in
>> >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I am
not
>> very
>> >> > > familiar
>> >> > > > > > with
>> >> > > > > > > > this
>> >> > > > > > > > > > wrapper so I may have missed some.
>> >> > > > > > > > > >
>> >> > > > > > > > > > I apologize that this has been such a tedious
process
>> >> for
>> >> > > you.
>> >> > > > If
>> >> > > > > > > you'd
>> >> > > > > > > > > > like to send me your current version I can use
that
>> >> info to
>> >> > > > > update
>> >> > > > > > > this
>> >> > > > > > > > > > functionality to make things easier going
forward.
>> >> > > > > > > > > >
>> >> > > > > > > > > > Thanks,
>> >> > > > > > > > > > George
>> >> > > > > > > > > >
>> >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
>> >> > > > > > > > > > > Hi Edward,
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > The first error looks like an environment
issue.
>> You
>> >> may
>> >> > > have
>> >> > > > > > some
>> >> > > > > > > > > > > disconnect in the module loads you ran. I
would
>> purge
>> >> the
>> >> > > > > > modules,
>> >> > > > > > > > > > > then try
>> >> > > > > > > > > > > to set up the environment to run METplus
again
>> (listed
>> >> > here
>> >> > > > for
>> >> > > > > > > > > > > reference:
>> >> > > > > > > > > > >
>> >> > > > > >
>> >> https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
>> >> > > > > > > > > > > builds)
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > I don't see red text through MET-Help and
I'm not
>> >> seeing
>> >> > > the
>> >> > > > > > second
>> >> > > > > > > > > > > error,
>> >> > > > > > > > > > > but hopefully clearing up the environment
issues
>> >> resolves
>> >> > > the
>> >> > > > > 2nd
>> >> > > > > > > > > > > issue.
>> >> > > > > > > > > > > Please let me know if it does not.
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis
>> and
>> >> > > > MakePlots
>> >> > > > > > > > > > > wrappers,
>> >> > > > > > > > > > > so any information you could provide on
things that
>> >> > didn't
>> >> > > > work
>> >> > > > > > > that
>> >> > > > > > > > > > > you
>> >> > > > > > > > > > > had to change from the examples would be
very
>> helpful.
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > Thanks,
>> >> > > > > > > > > > > George
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach -
>> NOAA
>> >> > > > > Affiliate
>> >> > > > > > > via
>> >> > > > > > > > > > > RT <
>> >> > > > > > > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484
was acted
>> >> upon.
>> >> > > > > > > > > > > > Transaction: Ticket created by
>> >> > edward.strobach at noaa.gov
>> >> > > > > > > > > > > >        Queue: met_help
>> >> > > > > > > > > > > >      Subject: command_builder.py error
>> >> > > > > > > > > > > >        Owner: Nobody
>> >> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
>> >> > > > > > > > > > > >       Status: new
>> >> > > > > > > > > > > >  Ticket <URL:
>> >> > > > > > > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > Good afternoon,
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > I'm in the process of converting
StatAnalysis
>> >> > > andMakePlots
>> >> > > > to
>> >> > > > > > > > metplus
>> >> > > > > > > > > > > > version 3.0 format from 2.1.
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > I've isolated the commands that are
deprecated,
>> >> > replaced
>> >> > > > the
>> >> > > > > > > > > > > > functions that
>> >> > > > > > > > > > > > no longer exist, and finished debugging
some
>> issues
>> >> > > related
>> >> > > > > to
>> >> > > > > > > time
>> >> > > > > > > > > > > > string
>> >> > > > > > > > > > > > formatting.  In side my log file (located
here: *
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> >> > > > > > > > > > > > there is are two errors - possibly related
-
>> >> > highlighted
>> >> > > in
>> >> > > > > red
>> >> > > > > > > > > > > > below.  The
>> >> > > > > > > > > > > > first one points to a library issue.  The
>> directory
>> >> in
>> >> > > > > question
>> >> > > > > > > > > > > > exists, but
>> >> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
>> >> library
>> >> > > is
>> >> > > > > > > expected
>> >> > > > > > > > > > > > to
>> >> > > > > > > > > > > > reside there?  The second issue, which is
not too
>> >> > > > revealing,
>> >> > > > > > > points
>> >> > > > > > > > > > > > to the
>> >> > > > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
>> >> > related
>> >> > > > to
>> >> > > > > > the
>> >> > > > > > > > > > > > first
>> >> > > > > > > > > > > > error.  I did take the STATAnalysisConfig
file
>> from
>> >> > > another
>> >> > > > > > > metplus
>> >> > > > > > > > > > > > location that I've been working on into a
>> directory
>> >> I
>> >> > > > created
>> >> > > > > > to
>> >> > > > > > > > put
>> >> > > > > > > > > > > > the
>> >> > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
>> >> directory
>> >> > > was
>> >> > > > > > taken
>> >> > > > > > > > > > > > from a
>> >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout of
>> the
>> >> > file
>> >> > > > > would
>> >> > > > > > be
>> >> > > > > > > > > > > > okay.
>> >> > > > > > > > > > > > The information below seems like what I
want.
>> I'm
>> >> > > looping
>> >> > > > > over
>> >> > > > > > > 06,
>> >> > > > > > > > > > > > 12
>> >> > > > > > > > > > > > initial times and grouping the 00-23 VALID
hours
>> for
>> >> > each
>> >> > > > > day.
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
>> >> COMMAND:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > > > > > -lookin
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > > > > > -config
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > >
>> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> >> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
>> >> > > > > (command_runner.py:124)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > app_name is: stat_analysis, output sent
to:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> >> > > > > > > > > > > > MET OUTPUT:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>> >>
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> >> > > > > > > > > > > > error while loading shared libraries:
>> >> > > libpython3.6m.so.1.0:
>> >> > > > > > > cannot
>> >> > > > > > > > > > > > open
>> >> > > > > > > > > > > > shared object file: No such file or
directory
>> >> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
>> >> > > > > (command_runner.py:191)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > Finished running
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > > > > > in
>> >> > > > > > > > > > > > 0:00:00.204271
>> >> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:100)
>> >> > > > > > > > > > > > ERROR:
>> >> > > > > > > > > > > > (command_builder.py:733) MET command
returned a
>> >> > non-zero
>> >> > > > > return
>> >> > > > > > > > code:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > > > > > -lookin
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > > > > > -config
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > >
>> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO:
>> Check
>> >> the
>> >> > > > > logfile
>> >> > > > > > > for
>> >> > > > > > > > > > > > more
>> >> > > > > > > > > > > > information on why it failed
>> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
>> >> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
>> >> > template:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
>> >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
>> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: ALPHA:
>> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: COV_THRESH:
>> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: DESC:
>> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_THRESH:
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_UNITS:
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
"010000",
>> >> "020000",
>> >> > > > > "030000",
>> >> > > > > > > > > > > > "040000",
>> >> > > > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
>> >> > > "100000",
>> >> > > > > > > > "110000",
>> >> > > > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
>> >> > > "170000",
>> >> > > > > > > > "180000",
>> >> > > > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_LEAD:
>> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_THRESH:
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_UNITS:
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: -lookin:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:140)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > ALPHA=
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > COV_THRESH=
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > DESC=
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_INIT_BEG=
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_INIT_END=
>> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_LEAD="000000"
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_LEVEL="A1"
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_THRESH=
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_UNITS=
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
>> >> "030000",
>> >> > > > > > "040000",
>> >> > > > > > > > > > > > "050000",
>> >> > > > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
>> >> > > "110000",
>> >> > > > > > > > "120000",
>> >> > > > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
>> >> > > "180000",
>> >> > > > > > > > "190000",
>> >> > > > > > > > > > > > "200000", "210000", "220000", "230000"
>> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> >> > > > > > (command_builder.py:254)
>> >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > > > > > FCST_VAR="OZCON"
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > that appear to ori.  I took this file over
from
>> >> another
>> >> > > > V3.0
>> >> > > > > > > > > > > > location,
>> >> > > > > > > > > > > > assuming that this would be acceptable.
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > > Edward Strobach
>> >> > > > > > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > > > > > IMSG Contractor
>> >> > > > > > > > > > > > Cubicle#: 2029
>> >> > > > > > > > > > > > 301-683-3717
>> >> > > > > > > > > > > >
>> >> > > > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > > > --
>> >> > > > > > > > > Edward Strobach
>> >> > > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > > IMSG Contractor
>> >> > > > > > > > > Cubicle#: 2029
>> >> > > > > > > > > 301-683-3717
>> >> > > > > > > > >
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > > > --
>> >> > > > > > > > George McCabe - Software Engineer III
>> >> > > > > > > > National Center for Atmospheric Research
>> >> > > > > > > > Research Applications Laboratory
>> >> > > > > > > > 303-497-2768
>> >> > > > > > > > ---
>> >> > > > > > > > My working day may not be your working day. Please
do not
>> >> feel
>> >> > > > > obliged
>> >> > > > > > to
>> >> > > > > > > > reply to this email outside of your normal working
hours.
>> >> > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > > > --
>> >> > > > > > > Edward Strobach
>> >> > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > IMSG Contractor
>> >> > > > > > > Cubicle#: 2029
>> >> > > > > > > 301-683-3717
>> >> > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > > > --
>> >> > > > > > George McCabe - Software Engineer III
>> >> > > > > > National Center for Atmospheric Research
>> >> > > > > > Research Applications Laboratory
>> >> > > > > > 303-497-2768
>> >> > > > > > ---
>> >> > > > > > My working day may not be your working day. Please do
not
>> feel
>> >> > > obliged
>> >> > > > to
>> >> > > > > > reply to this email outside of your normal working
hours.
>> >> > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > > > --
>> >> > > > > Edward Strobach
>> >> > > > > EMC/NCEP/NWS/
>> >> > > > > IMSG Contractor
>> >> > > > > Cubicle#: 2029
>> >> > > > > 301-683-3717
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > > --
>> >> > > > George McCabe - Software Engineer III
>> >> > > > National Center for Atmospheric Research
>> >> > > > Research Applications Laboratory
>> >> > > > 303-497-2768
>> >> > > > ---
>> >> > > > My working day may not be your working day. Please do not
feel
>> >> obliged
>> >> > to
>> >> > > > reply to this email outside of your normal working hours.
>> >> > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > Julie Prestopnik
>> >> > > Software Engineer
>> >> > > National Center for Atmospheric Research
>> >> > > Research Applications Laboratory
>> >> > > Phone: 303.497.8399
>> >> > > Email: jpresto at ucar.edu
>> >> > >
>> >> > > My working day may not be your working day.  Please do not
feel
>> >> obliged
>> >> > to
>> >> > > reply to this email outside of your normal working hours.
>> >> > >
>> >> > >
>> >> >
>> >> > --
>> >> > Edward Strobach
>> >> > EMC/NCEP/NWS/
>> >> > IMSG Contractor
>> >> > Cubicle#: 2029
>> >> > 301-683-3717
>> >> >
>> >> >
>> >>
>> >> --
>> >> Julie Prestopnik
>> >> Software Engineer
>> >> National Center for Atmospheric Research
>> >> Research Applications Laboratory
>> >> Phone: 303.497.8399
>> >> Email: jpresto at ucar.edu
>> >>
>> >> My working day may not be your working day.  Please do not feel
>> obliged to
>> >> reply to this email outside of your normal working hours.
>> >>
>> >>
>> >
>> > --
>> > Edward Strobach
>> > EMC/NCEP/NWS/
>> > IMSG Contractor
>> > Cubicle#: 2029
>> > 301-683-3717
>> >
>>
>>
>> --
>> Edward Strobach
>> EMC/NCEP/NWS/
>> IMSG Contractor
>> Cubicle#: 2029
>> 301-683-3717
>>
>>
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>


--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 15:53:54 2020

no worries.  I'll do just that.  Thanks again

On Wed, Jun 3, 2020 at 5:49 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Actually, my apologies for the error, but you should actually set
the
> following since MET is compiled with an existing NetCDF module:
>
> export
NCDUMP="/usrx/local/prod/packages/ips/18.0.1/netcdf/4.5.0/bin"
>
> Julie
>
> On Wed, Jun 3, 2020 at 3:38 PM Julie Prestopnik <jpresto at ucar.edu>
wrote:
>
> > Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
METplus-3.0
> >> not METplus-3.0.1.
> >>
> > That is true in a few places:
> >
> >> export
> >>
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> >> export
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> >>
> > export METplus_version="3.0"
> >> export MET_version="9.0"
> >>
> >
> > In addition to changing those, you should also change:
> >
> >> export
> NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> >
> > to
> >
> >> export NCDUMP="
> >>
> >>
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> >
> >
> > Julie
> >
> >
> >
> > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >>
> >> i managed to fix that weird issue.  I think you should be able to
see my
> >> .bashrc now.  I'm going to look to see what I did..
> >>
> >> On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate <
> >> edward.strobach at noaa.gov> wrote:
> >>
> >> > l don't know.  I've never encountered this issue.  I simply
copied and
> >> > pasted - or so I thought - the module contents under the WCOSS-
DELL.
> I
> >> can
> >> > do pwd and see that I'm in /u/Edward.Strobach, but many other
commands
> >> do
> >> > not work.  It's related to something I must have done in the
.bashrc:
> >> >
> >> > -bash: export:
> >> >
> >>
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
>  x!
> >>
> >>
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> >> > not a valid identifier
> >> >
> >> > I've been at this too long and am probably starting to make
mistakes..
> >> >
> >> > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> >> met_help at ucar.edu>
> >> > wrote:
> >> >
> >> >> Is there anything I can do to help?  I tried to look in
> >> /u/Edward.Strobach
> >> >> to see if I could access your .bashrc file, however, I don't
even see
> >> >> a /u/Edward.Strobach directory, which I don't fully
understand...
> >> >>
> >> >> Julie
> >> >>
> >> >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
Affiliate via
> RT
> >> <
> >> >> met_help at ucar.edu> wrote:
> >> >>
> >> >> >
> >> >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> >> >
> >> >> > I realize that, but now I messed up my .bashrc file in such
a way
> >> that I
> >> >> > can't use vi or ls, so I'm kind of stuck until I can deal
with that
> >> >> >
> >> >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> >> >> met_help at ucar.edu>
> >> >> > wrote:
> >> >> >
> >> >> > > Hi Edward and George.
> >> >> > >
> >> >> > > I believe Edward is running on Venus but looking at the
> directions
> >> for
> >> >> > > Mars, because there was previously no modulefile for
> metplus/3.0.1
> >> on
> >> >> > > Venus, but there was on Mars.  However, I just created a
> modulefile
> >> >> for
> >> >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
Edward,
> please
> >> >> start
> >> >> > > fresh with a new login to Venus and try running:
> >> >> > >
> >> >> > > > module use
> >> >> > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> >> > > > module load metplus/3.0.1
> >> >> > >
> >> >> > >
> >> >> > > Please let us know how the testing goes.  In the meantime,
I'll
> >> try to
> >> >> > > reproduce the problem you are experiencing.  I may need
some help
> >> from
> >> >> > > George, but hopefully, getting the right environment set
up will
> >> help
> >> >> > > resolve the issue you are having.
> >> >> > >
> >> >> > > Julie
> >> >> > >
> >> >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> >> >> met_help at ucar.edu>
> >> >> > > wrote:
> >> >> > >
> >> >> > > >
> >> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> >> >> > > >
> >> >> > > > Which machine are you running on? The instructions for
the NOAA
> >> >> > machines
> >> >> > > > vary.
> >> >> > > >
> >> >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
Affiliate
> >> via
> >> >> RT
> >> >> > <
> >> >> > > > met_help at ucar.edu> wrote:
> >> >> > > >
> >> >> > > > >
> >> >> > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >
> >> >> > > > >
> >> >> > > > > The first line is under my .bashrc in
/u/Edward.Strobach.
> >> >> > > > >
> >> >> > > > > The second line was added and that's when I got the
> following:
> >> >> > > > >
> >> >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> >> >> > > > >
> >> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> >> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> >> >> > > > > Lmod has detected the following error:  The following
> module(s)
> >> >> are
> >> >> > > > > unknown: "metplus/3.0.1"
> >> >> > > > >
> >> >> > > > > Please check the spelling or version number. Also try
"module
> >> >> spider
> >> >> > > ..."
> >> >> > > > > It is also possible your cache file is out-of-date; it
may
> >> help to
> >> >> > try:
> >> >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> >> >> > > > >
> >> >> > > > > Also make sure that all modulefiles written in TCL
start with
> >> the
> >> >> > > string
> >> >> > > > > #%Module
> >> >> > > > >
> >> >> > > > >
> >> >> > > > >
> >> >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> >> >> > met_help at ucar.edu
> >> >> > > >
> >> >> > > > > wrote:
> >> >> > > > >
> >> >> > > > > > Hi Edward,
> >> >> > > > > >
> >> >> > > > > > Did you run this first?
> >> >> > > > > >
> >> >> > > > > > module use
> >> >> > > > > >
> >> >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> >> > > > > >
> >> >> > > > > > I believe you need to run that so it can find the
> >> metplus/3.0.1
> >> >> > > module.
> >> >> > > > > >
> >> >> > > > > >
> >> >> > > > > >
> >> >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach -
NOAA
> >> Affiliate
> >> >> via
> >> >> > > RT
> >> >> > > > <
> >> >> > > > > > met_help at ucar.edu> wrote:
> >> >> > > > > >
> >> >> > > > > > >
> >> >> > > > > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >> >
> >> >> > > > > > >
> >> >> > > > > > > There was only one mention of deprecated, and it
was at
> the
> >> >> top
> >> >> > of
> >> >> > > > the
> >> >> > > > > > log
> >> >> > > > > > > "Checking for deprecated env..".  There were no
other
> >> >> mentions;
> >> >> > > > > however,
> >> >> > > > > > > there were warnings for certain variables not
being set.
> >> Other
> >> >> > than
> >> >> > > > > that
> >> >> > > > > > I
> >> >> > > > > > > get DEBUG messages - presumably because I set
things to
> >> DEBUG
> >> >> -
> >> >> > and
> >> >> > > > > those
> >> >> > > > > > > two error messages.
> >> >> > > > > > >
> >> >> > > > > > > I figured the second was related to the first.  A
> >> reference to
> >> >> > > > > libraries
> >> >> > > > > > > makes me feel like it's an environment issue, but
my
> >> bashrc is
> >> >> > > > already
> >> >> > > > > > set
> >> >> > > > > > > up with the recommended Dell modules settings.
> >> >> > > > > > >
> >> >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via
RT <
> >> >> > > > met_help at ucar.edu
> >> >> > > > > >
> >> >> > > > > > > wrote:
> >> >> > > > > > >
> >> >> > > > > > > > Hi Edward,
> >> >> > > > > > > >
> >> >> > > > > > > > Even if you don't run the validate script,
METplus
> should
> >> >> error
> >> >> > > out
> >> >> > > > > > > > immediately and give you a list of variables
that are
> >> >> > deprecated
> >> >> > > > and
> >> >> > > > > a
> >> >> > > > > > > > suggestion if possible, so I am guessing that
the
> changes
> >> >> > weren't
> >> >> > > > > > > covered.
> >> >> > > > > > > >
> >> >> > > > > > > > The 2nd error is related to the first. The
libpython
> >> error
> >> >> is
> >> >> > > what
> >> >> > > > > came
> >> >> > > > > > > > from the actual call to stat_analysis and the
2nd error
> >> is
> >> >> just
> >> >> > > > > telling
> >> >> > > > > > > you
> >> >> > > > > > > > that the stat_analysis command returned non-zero
value,
> >> >> which
> >> >> > > means
> >> >> > > > > > that
> >> >> > > > > > > it
> >> >> > > > > > > > failed.
> >> >> > > > > > > >
> >> >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach -
NOAA
> >> >> Affiliate
> >> >> > > via
> >> >> > > > > RT
> >> >> > > > > > <
> >> >> > > > > > > > met_help at ucar.edu> wrote:
> >> >> > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > > > <URL:
> >> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >> > > >
> >> >> > > > > > > > >
> >> >> > > > > > > > > I think I've already removed the out-of-date
variable
> >> >> names
> >> >> > > with
> >> >> > > > > the
> >> >> > > > > > > v3.1
> >> >> > > > > > > > > names.  I can look into that option if this
proves
> not
> >> to
> >> >> be
> >> >> > an
> >> >> > > > > > > > environment
> >> >> > > > > > > > > issue.  I do know that I was pretty carefully
making
> >> the
> >> >> > > changes
> >> >> > > > > > > between
> >> >> > > > > > > > > versions, but I could have still missed
something.
> >> >> > > > > > > > >
> >> >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe
via RT <
> >> >> > > > > > met_help at ucar.edu
> >> >> > > > > > > >
> >> >> > > > > > > > > wrote:
> >> >> > > > > > > > >
> >> >> > > > > > > > > > Hi Edward,
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > I'm not sure if I mentioned this to you or
not, but
> >> >> there
> >> >> > is
> >> >> > > a
> >> >> > > > > > > section
> >> >> > > > > > > > in
> >> >> > > > > > > > > > the User's Guide about updating config
variables
> from
> >> >> older
> >> >> > > > > > versions:
> >> >> > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > In the last sub-section of that section, it
> >> describes a
> >> >> > tool
> >> >> > > > > called
> >> >> > > > > > > > > > validate_config.py that can be run the same
way as
> >> >> > > > > > master_metplus.py
> >> >> > > > > > > > > > (passing in configs with -c) and it will
step you
> >> >> through
> >> >> > > find
> >> >> > > > > and
> >> >> > > > > > > > > replace
> >> >> > > > > > > > > > commands to update your configuration files.
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > However, this tool only works if deprecated
> variables
> >> >> are
> >> >> > > added
> >> >> > > > > to
> >> >> > > > > > > the
> >> >> > > > > > > > > > list to be processed. I added many of the
variables
> >> that
> >> >> > were
> >> >> > > > > > changed
> >> >> > > > > > > > in
> >> >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I
am not
> >> very
> >> >> > > familiar
> >> >> > > > > > with
> >> >> > > > > > > > this
> >> >> > > > > > > > > > wrapper so I may have missed some.
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > I apologize that this has been such a
tedious
> process
> >> >> for
> >> >> > > you.
> >> >> > > > If
> >> >> > > > > > > you'd
> >> >> > > > > > > > > > like to send me your current version I can
use that
> >> >> info to
> >> >> > > > > update
> >> >> > > > > > > this
> >> >> > > > > > > > > > functionality to make things easier going
forward.
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > Thanks,
> >> >> > > > > > > > > > George
> >> >> > > > > > > > > >
> >> >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> >> >> > > > > > > > > > > Hi Edward,
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > The first error looks like an environment
issue.
> >> You
> >> >> may
> >> >> > > have
> >> >> > > > > > some
> >> >> > > > > > > > > > > disconnect in the module loads you ran. I
would
> >> purge
> >> >> the
> >> >> > > > > > modules,
> >> >> > > > > > > > > > > then try
> >> >> > > > > > > > > > > to set up the environment to run METplus
again
> >> (listed
> >> >> > here
> >> >> > > > for
> >> >> > > > > > > > > > > reference:
> >> >> > > > > > > > > > >
> >> >> > > > > >
> >> >> https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> >> >> > > > > > > > > > > builds)
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > I don't see red text through MET-Help and
I'm not
> >> >> seeing
> >> >> > > the
> >> >> > > > > > second
> >> >> > > > > > > > > > > error,
> >> >> > > > > > > > > > > but hopefully clearing up the environment
issues
> >> >> resolves
> >> >> > > the
> >> >> > > > > 2nd
> >> >> > > > > > > > > > > issue.
> >> >> > > > > > > > > > > Please let me know if it does not.
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > Also, I have been trying to clean up
StatAnalysis
> >> and
> >> >> > > > MakePlots
> >> >> > > > > > > > > > > wrappers,
> >> >> > > > > > > > > > > so any information you could provide on
things
> that
> >> >> > didn't
> >> >> > > > work
> >> >> > > > > > > that
> >> >> > > > > > > > > > > you
> >> >> > > > > > > > > > > had to change from the examples would be
very
> >> helpful.
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > Thanks,
> >> >> > > > > > > > > > > George
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach -
> >> NOAA
> >> >> > > > > Affiliate
> >> >> > > > > > > via
> >> >> > > > > > > > > > > RT <
> >> >> > > > > > > > > > > met_help at ucar.edu> wrote:
> >> >> > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484
was
> acted
> >> >> upon.
> >> >> > > > > > > > > > > > Transaction: Ticket created by
> >> >> > edward.strobach at noaa.gov
> >> >> > > > > > > > > > > >        Queue: met_help
> >> >> > > > > > > > > > > >      Subject: command_builder.py error
> >> >> > > > > > > > > > > >        Owner: Nobody
> >> >> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> >> >> > > > > > > > > > > >       Status: new
> >> >> > > > > > > > > > > >  Ticket <URL:
> >> >> > > > > > > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >> > > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > Good afternoon,
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > I'm in the process of converting
StatAnalysis
> >> >> > > andMakePlots
> >> >> > > > to
> >> >> > > > > > > > metplus
> >> >> > > > > > > > > > > > version 3.0 format from 2.1.
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > I've isolated the commands that are
deprecated,
> >> >> > replaced
> >> >> > > > the
> >> >> > > > > > > > > > > > functions that
> >> >> > > > > > > > > > > > no longer exist, and finished debugging
some
> >> issues
> >> >> > > related
> >> >> > > > > to
> >> >> > > > > > > time
> >> >> > > > > > > > > > > > string
> >> >> > > > > > > > > > > > formatting.  In side my log file
(located
> here: *
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> >> >> > > > > > > > > > > > there is are two errors - possibly
related -
> >> >> > highlighted
> >> >> > > in
> >> >> > > > > red
> >> >> > > > > > > > > > > > below.  The
> >> >> > > > > > > > > > > > first one points to a library issue.
The
> >> directory
> >> >> in
> >> >> > > > > question
> >> >> > > > > > > > > > > > exists, but
> >> >> > > > > > > > > > > > there is nothing in it.  Is that the
referenced
> >> >> library
> >> >> > > is
> >> >> > > > > > > expected
> >> >> > > > > > > > > > > > to
> >> >> > > > > > > > > > > > reside there?  The second issue, which
is not
> too
> >> >> > > > revealing,
> >> >> > > > > > > points
> >> >> > > > > > > > > > > > to the
> >> >> > > > > > > > > > > > STATAnalysisConfig file, which I think
is
> somehow
> >> >> > related
> >> >> > > > to
> >> >> > > > > > the
> >> >> > > > > > > > > > > > first
> >> >> > > > > > > > > > > > error.  I did take the
STATAnalysisConfig file
> >> from
> >> >> > > another
> >> >> > > > > > > metplus
> >> >> > > > > > > > > > > > location that I've been working on into
a
> >> directory
> >> >> I
> >> >> > > > created
> >> >> > > > > > to
> >> >> > > > > > > > put
> >> >> > > > > > > > > > > > the
> >> >> > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
> >> >> directory
> >> >> > > was
> >> >> > > > > > taken
> >> >> > > > > > > > > > > > from a
> >> >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout of
> >> the
> >> >> > file
> >> >> > > > > would
> >> >> > > > > > be
> >> >> > > > > > > > > > > > okay.
> >> >> > > > > > > > > > > > The information below seems like what I
want.
> >> I'm
> >> >> > > looping
> >> >> > > > > over
> >> >> > > > > > > 06,
> >> >> > > > > > > > > > > > 12
> >> >> > > > > > > > > > > > initial times and grouping the 00-23
VALID
> hours
> >> for
> >> >> > each
> >> >> > > > > day.
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
> >> >> COMMAND:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > >
> >> >> > > >
> >> >> >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> >> > > > > > > > > > > > -lookin
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> >> > > > > > > > > > > > -config
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > >
> >> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> >> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> >> >> > > > > (command_runner.py:124)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > app_name is: stat_analysis, output sent
to:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> >> >> > > > > > > > > > > > MET OUTPUT:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > >
> >> >> > > >
> >> >> >
> >> >>
> >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> >> >> > > > > > > > > > > > error while loading shared libraries:
> >> >> > > libpython3.6m.so.1.0:
> >> >> > > > > > > cannot
> >> >> > > > > > > > > > > > open
> >> >> > > > > > > > > > > > shared object file: No such file or
directory
> >> >> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> >> >> > > > > (command_runner.py:191)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > Finished running
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > >
> >> >> > > >
> >> >> >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> >> > > > > > > > > > > > in
> >> >> > > > > > > > > > > > 0:00:00.204271
> >> >> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:100)
> >> >> > > > > > > > > > > > ERROR:
> >> >> > > > > > > > > > > > (command_builder.py:733) MET command
returned a
> >> >> > non-zero
> >> >> > > > > return
> >> >> > > > > > > > code:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > >
> >> >> > > >
> >> >> >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> >> > > > > > > > > > > > -lookin
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> >> > > > > > > > > > > > -config
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > >
> >> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO:
> >> Check
> >> >> the
> >> >> > > > > logfile
> >> >> > > > > > > for
> >> >> > > > > > > > > > > > more
> >> >> > > > > > > > > > > > information on why it failed
> >> >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> >> >> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
> >> >> > template:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> >> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> >> >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> >> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: ALPHA:
> >> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: COV_THRESH:
> >> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: DESC:
> >> >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
"010000",
> >> >> "020000",
> >> >> > > > > "030000",
> >> >> > > > > > > > > > > > "040000",
> >> >> > > > > > > > > > > > "050000", "060000", "070000", "080000",
> "090000",
> >> >> > > "100000",
> >> >> > > > > > > > "110000",
> >> >> > > > > > > > > > > > "120000", "130000", "140000", "150000",
> "160000",
> >> >> > > "170000",
> >> >> > > > > > > > "180000",
> >> >> > > > > > > > > > > > "190000", "200000", "210000", "220000",
> "230000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> >> >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: -lookin:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> >> >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:140)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > >
> >> >> >
> >> >>
> >>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > ALPHA=
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > COV_THRESH=
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > DESC=
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_INIT_BEG=
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_INIT_END=
> >> >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_LEAD="000000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_LEVEL="A1"
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_THRESH=
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_UNITS=
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
> >> >> "030000",
> >> >> > > > > > "040000",
> >> >> > > > > > > > > > > > "050000",
> >> >> > > > > > > > > > > > "060000", "070000", "080000", "090000",
> "100000",
> >> >> > > "110000",
> >> >> > > > > > > > "120000",
> >> >> > > > > > > > > > > > "130000", "140000", "150000", "160000",
> "170000",
> >> >> > > "180000",
> >> >> > > > > > > > "190000",
> >> >> > > > > > > > > > > > "200000", "210000", "220000", "230000"
> >> >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> >> > > > > > (command_builder.py:254)
> >> >> > > > > > > > > > > > DEBUG:
> >> >> > > > > > > > > > > > FCST_VAR="OZCON"
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > that appear to ori.  I took this file
over from
> >> >> another
> >> >> > > > V3.0
> >> >> > > > > > > > > > > > location,
> >> >> > > > > > > > > > > > assuming that this would be acceptable.
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > > Edward Strobach
> >> >> > > > > > > > > > > > EMC/NCEP/NWS/
> >> >> > > > > > > > > > > > IMSG Contractor
> >> >> > > > > > > > > > > > Cubicle#: 2029
> >> >> > > > > > > > > > > > 301-683-3717
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > > > --
> >> >> > > > > > > > > Edward Strobach
> >> >> > > > > > > > > EMC/NCEP/NWS/
> >> >> > > > > > > > > IMSG Contractor
> >> >> > > > > > > > > Cubicle#: 2029
> >> >> > > > > > > > > 301-683-3717
> >> >> > > > > > > > >
> >> >> > > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > > > --
> >> >> > > > > > > > George McCabe - Software Engineer III
> >> >> > > > > > > > National Center for Atmospheric Research
> >> >> > > > > > > > Research Applications Laboratory
> >> >> > > > > > > > 303-497-2768
> >> >> > > > > > > > ---
> >> >> > > > > > > > My working day may not be your working day.
Please do
> not
> >> >> feel
> >> >> > > > > obliged
> >> >> > > > > > to
> >> >> > > > > > > > reply to this email outside of your normal
working
> hours.
> >> >> > > > > > > >
> >> >> > > > > > > >
> >> >> > > > > > >
> >> >> > > > > > > --
> >> >> > > > > > > Edward Strobach
> >> >> > > > > > > EMC/NCEP/NWS/
> >> >> > > > > > > IMSG Contractor
> >> >> > > > > > > Cubicle#: 2029
> >> >> > > > > > > 301-683-3717
> >> >> > > > > > >
> >> >> > > > > > >
> >> >> > > > > >
> >> >> > > > > > --
> >> >> > > > > > George McCabe - Software Engineer III
> >> >> > > > > > National Center for Atmospheric Research
> >> >> > > > > > Research Applications Laboratory
> >> >> > > > > > 303-497-2768
> >> >> > > > > > ---
> >> >> > > > > > My working day may not be your working day. Please
do not
> >> feel
> >> >> > > obliged
> >> >> > > > to
> >> >> > > > > > reply to this email outside of your normal working
hours.
> >> >> > > > > >
> >> >> > > > > >
> >> >> > > > >
> >> >> > > > > --
> >> >> > > > > Edward Strobach
> >> >> > > > > EMC/NCEP/NWS/
> >> >> > > > > IMSG Contractor
> >> >> > > > > Cubicle#: 2029
> >> >> > > > > 301-683-3717
> >> >> > > > >
> >> >> > > > >
> >> >> > > >
> >> >> > > > --
> >> >> > > > George McCabe - Software Engineer III
> >> >> > > > National Center for Atmospheric Research
> >> >> > > > Research Applications Laboratory
> >> >> > > > 303-497-2768
> >> >> > > > ---
> >> >> > > > My working day may not be your working day. Please do
not feel
> >> >> obliged
> >> >> > to
> >> >> > > > reply to this email outside of your normal working
hours.
> >> >> > > >
> >> >> > > >
> >> >> > >
> >> >> > > --
> >> >> > > Julie Prestopnik
> >> >> > > Software Engineer
> >> >> > > National Center for Atmospheric Research
> >> >> > > Research Applications Laboratory
> >> >> > > Phone: 303.497.8399
> >> >> > > Email: jpresto at ucar.edu
> >> >> > >
> >> >> > > My working day may not be your working day.  Please do not
feel
> >> >> obliged
> >> >> > to
> >> >> > > reply to this email outside of your normal working hours.
> >> >> > >
> >> >> > >
> >> >> >
> >> >> > --
> >> >> > Edward Strobach
> >> >> > EMC/NCEP/NWS/
> >> >> > IMSG Contractor
> >> >> > Cubicle#: 2029
> >> >> > 301-683-3717
> >> >> >
> >> >> >
> >> >>
> >> >> --
> >> >> Julie Prestopnik
> >> >> Software Engineer
> >> >> National Center for Atmospheric Research
> >> >> Research Applications Laboratory
> >> >> Phone: 303.497.8399
> >> >> Email: jpresto at ucar.edu
> >> >>
> >> >> My working day may not be your working day.  Please do not
feel
> >> obliged to
> >> >> reply to this email outside of your normal working hours.
> >> >>
> >> >>
> >> >
> >> > --
> >> > Edward Strobach
> >> > EMC/NCEP/NWS/
> >> > IMSG Contractor
> >> > Cubicle#: 2029
> >> > 301-683-3717
> >> >
> >>
> >>
> >> --
> >> Edward Strobach
> >> EMC/NCEP/NWS/
> >> IMSG Contractor
> >> Cubicle#: 2029
> >> 301-683-3717
> >>
> >>
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
>
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Wed Jun 03 16:00:00 2020

No worries!  We're happy to help.  We hope you'll get a successful
run.
Please let us know how it goes.

Julie

On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> Okay. I think I understand that error now.  I'm sorry I overlooked
that.  I
> kept thinking that something else was going on. Thanks Julie and
George
>
> On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
>
> > >
> > > Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
> METplus-3.0
> > > not METplus-3.0.1.
> > >
> > That is true in a few places:
> >
> > > export
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > export
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > >
> > export METplus_version="3.0"
> > > export MET_version="9.0"
> > >
> >
> > In addition to changing those, you should also change:
> >
> > > export
> NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> >
> > to
> >
> > > export NCDUMP="
> > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> >
> >
> > Julie
> >
> >
> >
> > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > i managed to fix that weird issue.  I think you should be able
to see
> my
> > > .bashrc now.  I'm going to look to see what I did..
> > >
> > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA Affiliate
<
> > > edward.strobach at noaa.gov> wrote:
> > >
> > > > l don't know.  I've never encountered this issue.  I simply
copied
> and
> > > > pasted - or so I thought - the module contents under the
> WCOSS-DELL.  I
> > > can
> > > > do pwd and see that I'm in /u/Edward.Strobach, but many other
> commands
> > do
> > > > not work.  It's related to something I must have done in the
.bashrc:
> > > >
> > > > -bash: export:
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > not a valid identifier
> > > >
> > > > I've been at this too long and am probably starting to make
> mistakes..
> > > >
> > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >> Is there anything I can do to help?  I tried to look in
> > > /u/Edward.Strobach
> > > >> to see if I could access your .bashrc file, however, I don't
even
> see
> > > >> a /u/Edward.Strobach directory, which I don't fully
understand...
> > > >>
> > > >> Julie
> > > >>
> > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
Affiliate via
> > RT <
> > > >> met_help at ucar.edu> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > >> >
> > > >> > I realize that, but now I messed up my .bashrc file in such
a way
> > > that I
> > > >> > can't use vi or ls, so I'm kind of stuck until I can deal
with
> that
> > > >> >
> > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> > > >> met_help at ucar.edu>
> > > >> > wrote:
> > > >> >
> > > >> > > Hi Edward and George.
> > > >> > >
> > > >> > > I believe Edward is running on Venus but looking at the
> directions
> > > for
> > > >> > > Mars, because there was previously no modulefile for
> metplus/3.0.1
> > > on
> > > >> > > Venus, but there was on Mars.  However, I just created a
> > modulefile
> > > >> for
> > > >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
Edward,
> > please
> > > >> start
> > > >> > > fresh with a new login to Venus and try running:
> > > >> > >
> > > >> > > > module use
> > > >> > > >
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > module load metplus/3.0.1
> > > >> > >
> > > >> > >
> > > >> > > Please let us know how the testing goes.  In the
meantime, I'll
> > try
> > > to
> > > >> > > reproduce the problem you are experiencing.  I may need
some
> help
> > > from
> > > >> > > George, but hopefully, getting the right environment set
up will
> > > help
> > > >> > > resolve the issue you are having.
> > > >> > >
> > > >> > > Julie
> > > >> > >
> > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> > > >> met_help at ucar.edu>
> > > >> > > wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > >> > > >
> > > >> > > > Which machine are you running on? The instructions for
the
> NOAA
> > > >> > machines
> > > >> > > > vary.
> > > >> > > >
> > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
> Affiliate
> > > via
> > > >> RT
> > > >> > <
> > > >> > > > met_help at ucar.edu> wrote:
> > > >> > > >
> > > >> > > > >
> > > >> > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > >> > > > >
> > > >> > > > > The first line is under my .bashrc in
/u/Edward.Strobach.
> > > >> > > > >
> > > >> > > > > The second line was added and that's when I got the
> following:
> > > >> > > > >
> > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > >> > > > >
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > >> > > > > Lmod has detected the following error:  The following
> > module(s)
> > > >> are
> > > >> > > > > unknown: "metplus/3.0.1"
> > > >> > > > >
> > > >> > > > > Please check the spelling or version number. Also try
> "module
> > > >> spider
> > > >> > > ..."
> > > >> > > > > It is also possible your cache file is out-of-date;
it may
> > help
> > > to
> > > >> > try:
> > > >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > >> > > > >
> > > >> > > > > Also make sure that all modulefiles written in TCL
start
> with
> > > the
> > > >> > > string
> > > >> > > > > #%Module
> > > >> > > > >
> > > >> > > > >
> > > >> > > > >
> > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> > > >> > met_help at ucar.edu
> > > >> > > >
> > > >> > > > > wrote:
> > > >> > > > >
> > > >> > > > > > Hi Edward,
> > > >> > > > > >
> > > >> > > > > > Did you run this first?
> > > >> > > > > >
> > > >> > > > > > module use
> > > >> > > > > >
> > > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > > >
> > > >> > > > > > I believe you need to run that so it can find the
> > > metplus/3.0.1
> > > >> > > module.
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach -
NOAA
> > > Affiliate
> > > >> via
> > > >> > > RT
> > > >> > > > <
> > > >> > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > >
> > > >> > > > > > >
> > > >> > > > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> >
> > > >> > > > > > >
> > > >> > > > > > > There was only one mention of deprecated, and it
was at
> > the
> > > >> top
> > > >> > of
> > > >> > > > the
> > > >> > > > > > log
> > > >> > > > > > > "Checking for deprecated env..".  There were no
other
> > > >> mentions;
> > > >> > > > > however,
> > > >> > > > > > > there were warnings for certain variables not
being set.
> > > Other
> > > >> > than
> > > >> > > > > that
> > > >> > > > > > I
> > > >> > > > > > > get DEBUG messages - presumably because I set
things to
> > > DEBUG
> > > >> -
> > > >> > and
> > > >> > > > > those
> > > >> > > > > > > two error messages.
> > > >> > > > > > >
> > > >> > > > > > > I figured the second was related to the first.  A
> > reference
> > > to
> > > >> > > > > libraries
> > > >> > > > > > > makes me feel like it's an environment issue, but
my
> > bashrc
> > > is
> > > >> > > > already
> > > >> > > > > > set
> > > >> > > > > > > up with the recommended Dell modules settings.
> > > >> > > > > > >
> > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via
RT <
> > > >> > > > met_help at ucar.edu
> > > >> > > > > >
> > > >> > > > > > > wrote:
> > > >> > > > > > >
> > > >> > > > > > > > Hi Edward,
> > > >> > > > > > > >
> > > >> > > > > > > > Even if you don't run the validate script,
METplus
> > should
> > > >> error
> > > >> > > out
> > > >> > > > > > > > immediately and give you a list of variables
that are
> > > >> > deprecated
> > > >> > > > and
> > > >> > > > > a
> > > >> > > > > > > > suggestion if possible, so I am guessing that
the
> > changes
> > > >> > weren't
> > > >> > > > > > > covered.
> > > >> > > > > > > >
> > > >> > > > > > > > The 2nd error is related to the first. The
libpython
> > error
> > > >> is
> > > >> > > what
> > > >> > > > > came
> > > >> > > > > > > > from the actual call to stat_analysis and the
2nd
> error
> > is
> > > >> just
> > > >> > > > > telling
> > > >> > > > > > > you
> > > >> > > > > > > > that the stat_analysis command returned non-
zero
> value,
> > > >> which
> > > >> > > means
> > > >> > > > > > that
> > > >> > > > > > > it
> > > >> > > > > > > > failed.
> > > >> > > > > > > >
> > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach
- NOAA
> > > >> Affiliate
> > > >> > > via
> > > >> > > > > RT
> > > >> > > > > > <
> > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > <URL:
> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > I think I've already removed the out-of-date
> variable
> > > >> names
> > > >> > > with
> > > >> > > > > the
> > > >> > > > > > > v3.1
> > > >> > > > > > > > > names.  I can look into that option if this
proves
> not
> > > to
> > > >> be
> > > >> > an
> > > >> > > > > > > > environment
> > > >> > > > > > > > > issue.  I do know that I was pretty carefully
making
> > the
> > > >> > > changes
> > > >> > > > > > > between
> > > >> > > > > > > > > versions, but I could have still missed
something.
> > > >> > > > > > > > >
> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe
via RT
> <
> > > >> > > > > > met_help at ucar.edu
> > > >> > > > > > > >
> > > >> > > > > > > > > wrote:
> > > >> > > > > > > > >
> > > >> > > > > > > > > > Hi Edward,
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > I'm not sure if I mentioned this to you or
not,
> but
> > > >> there
> > > >> > is
> > > >> > > a
> > > >> > > > > > > section
> > > >> > > > > > > > in
> > > >> > > > > > > > > > the User's Guide about updating config
variables
> > from
> > > >> older
> > > >> > > > > > versions:
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > In the last sub-section of that section, it
> > describes
> > > a
> > > >> > tool
> > > >> > > > > called
> > > >> > > > > > > > > > validate_config.py that can be run the same
way as
> > > >> > > > > > master_metplus.py
> > > >> > > > > > > > > > (passing in configs with -c) and it will
step you
> > > >> through
> > > >> > > find
> > > >> > > > > and
> > > >> > > > > > > > > replace
> > > >> > > > > > > > > > commands to update your configuration
files.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > However, this tool only works if deprecated
> > variables
> > > >> are
> > > >> > > added
> > > >> > > > > to
> > > >> > > > > > > the
> > > >> > > > > > > > > > list to be processed. I added many of the
> variables
> > > that
> > > >> > were
> > > >> > > > > > changed
> > > >> > > > > > > > in
> > > >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but I
am not
> > very
> > > >> > > familiar
> > > >> > > > > > with
> > > >> > > > > > > > this
> > > >> > > > > > > > > > wrapper so I may have missed some.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > I apologize that this has been such a
tedious
> > process
> > > >> for
> > > >> > > you.
> > > >> > > > If
> > > >> > > > > > > you'd
> > > >> > > > > > > > > > like to send me your current version I can
use
> that
> > > >> info to
> > > >> > > > > update
> > > >> > > > > > > this
> > > >> > > > > > > > > > functionality to make things easier going
forward.
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > Thanks,
> > > >> > > > > > > > > > George
> > > >> > > > > > > > > >
> > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > >> > > > > > > > > > > Hi Edward,
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > The first error looks like an environment
issue.
> > You
> > > >> may
> > > >> > > have
> > > >> > > > > > some
> > > >> > > > > > > > > > > disconnect in the module loads you ran. I
would
> > > purge
> > > >> the
> > > >> > > > > > modules,
> > > >> > > > > > > > > > > then try
> > > >> > > > > > > > > > > to set up the environment to run METplus
again
> > > (listed
> > > >> > here
> > > >> > > > for
> > > >> > > > > > > > > > > reference:
> > > >> > > > > > > > > > >
> > > >> > > > > >
> > > >> https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > >> > > > > > > > > > > builds)
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > I don't see red text through MET-Help and
I'm
> not
> > > >> seeing
> > > >> > > the
> > > >> > > > > > second
> > > >> > > > > > > > > > > error,
> > > >> > > > > > > > > > > but hopefully clearing up the environment
issues
> > > >> resolves
> > > >> > > the
> > > >> > > > > 2nd
> > > >> > > > > > > > > > > issue.
> > > >> > > > > > > > > > > Please let me know if it does not.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Also, I have been trying to clean up
> StatAnalysis
> > > and
> > > >> > > > MakePlots
> > > >> > > > > > > > > > > wrappers,
> > > >> > > > > > > > > > > so any information you could provide on
things
> > that
> > > >> > didn't
> > > >> > > > work
> > > >> > > > > > > that
> > > >> > > > > > > > > > > you
> > > >> > > > > > > > > > > had to change from the examples would be
very
> > > helpful.
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > Thanks,
> > > >> > > > > > > > > > > George
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
Strobach
> -
> > > NOAA
> > > >> > > > > Affiliate
> > > >> > > > > > > via
> > > >> > > > > > > > > > > RT <
> > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484
was
> > acted
> > > >> upon.
> > > >> > > > > > > > > > > > Transaction: Ticket created by
> > > >> > edward.strobach at noaa.gov
> > > >> > > > > > > > > > > >        Queue: met_help
> > > >> > > > > > > > > > > >      Subject: command_builder.py error
> > > >> > > > > > > > > > > >        Owner: Nobody
> > > >> > > > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > >> > > > > > > > > > > >       Status: new
> > > >> > > > > > > > > > > >  Ticket <URL:
> > > >> > > > > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > Good afternoon,
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > I'm in the process of converting
StatAnalysis
> > > >> > > andMakePlots
> > > >> > > > to
> > > >> > > > > > > > metplus
> > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > I've isolated the commands that are
> deprecated,
> > > >> > replaced
> > > >> > > > the
> > > >> > > > > > > > > > > > functions that
> > > >> > > > > > > > > > > > no longer exist, and finished debugging
some
> > > issues
> > > >> > > related
> > > >> > > > > to
> > > >> > > > > > > time
> > > >> > > > > > > > > > > > string
> > > >> > > > > > > > > > > > formatting.  In side my log file
(located
> here:
> > *
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > >> > > > > > > > > > > > there is are two errors - possibly
related -
> > > >> > highlighted
> > > >> > > in
> > > >> > > > > red
> > > >> > > > > > > > > > > > below.  The
> > > >> > > > > > > > > > > > first one points to a library issue.
The
> > > directory
> > > >> in
> > > >> > > > > question
> > > >> > > > > > > > > > > > exists, but
> > > >> > > > > > > > > > > > there is nothing in it.  Is that the
> referenced
> > > >> library
> > > >> > > is
> > > >> > > > > > > expected
> > > >> > > > > > > > > > > > to
> > > >> > > > > > > > > > > > reside there?  The second issue, which
is not
> > too
> > > >> > > > revealing,
> > > >> > > > > > > points
> > > >> > > > > > > > > > > > to the
> > > >> > > > > > > > > > > > STATAnalysisConfig file, which I think
is
> > somehow
> > > >> > related
> > > >> > > > to
> > > >> > > > > > the
> > > >> > > > > > > > > > > > first
> > > >> > > > > > > > > > > > error.  I did take the
STATAnalysisConfig file
> > > from
> > > >> > > another
> > > >> > > > > > > metplus
> > > >> > > > > > > > > > > > location that I've been working on into
a
> > > directory
> > > >> I
> > > >> > > > created
> > > >> > > > > > to
> > > >> > > > > > > > put
> > > >> > > > > > > > > > > > the
> > > >> > > > > > > > > > > > copied version there.  The
STATAnalysisConfig
> > > >> directory
> > > >> > > was
> > > >> > > > > > taken
> > > >> > > > > > > > > > > > from a
> > > >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout
> of
> > > the
> > > >> > file
> > > >> > > > > would
> > > >> > > > > > be
> > > >> > > > > > > > > > > > okay.
> > > >> > > > > > > > > > > > The information below seems like what I
want.
> > I'm
> > > >> > > looping
> > > >> > > > > over
> > > >> > > > > > > 06,
> > > >> > > > > > > > > > > > 12
> > > >> > > > > > > > > > > > initial times and grouping the 00-23
VALID
> hours
> > > for
> > > >> > each
> > > >> > > > > day.
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis
INFO:
> > > >> COMMAND:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > > > > > -lookin
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > > > > > -config
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > >> > > > > (command_runner.py:124)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > app_name is: stat_analysis, output sent
to:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > >> > > > > > > > > > > > MET OUTPUT:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > >> > > > > > > > > > > > error while loading shared libraries:
> > > >> > > libpython3.6m.so.1.0:
> > > >> > > > > > > cannot
> > > >> > > > > > > > > > > > open
> > > >> > > > > > > > > > > > shared object file: No such file or
directory
> > > >> > > > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > >> > > > > (command_runner.py:191)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > Finished running
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > > > > > in
> > > >> > > > > > > > > > > > 0:00:00.204271
> > > >> > > > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:100)
> > > >> > > > > > > > > > > > ERROR:
> > > >> > > > > > > > > > > > (command_builder.py:733) MET command
returned
> a
> > > >> > non-zero
> > > >> > > > > return
> > > >> > > > > > > > code:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > > > > > -lookin
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > > > > > -config
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
INFO:
> > > Check
> > > >> the
> > > >> > > > > logfile
> > > >> > > > > > > for
> > > >> > > > > > > > > > > > more
> > > >> > > > > > > > > > > > information on why it failed
> > > >> > > > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > >> > > > > > > > > > > > DEBUG: Building dump_row filename from
default
> > > >> > template:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: DESC:
> > > >> > > > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
"010000",
> > > >> "020000",
> > > >> > > > > "030000",
> > > >> > > > > > > > > > > > "040000",
> > > >> > > > > > > > > > > > "050000", "060000", "070000", "080000",
> > "090000",
> > > >> > > "100000",
> > > >> > > > > > > > "110000",
> > > >> > > > > > > > > > > > "120000", "130000", "140000", "150000",
> > "160000",
> > > >> > > "170000",
> > > >> > > > > > > > "180000",
> > > >> > > > > > > > > > > > "190000", "200000", "210000", "220000",
> "230000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > >> > > > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > >> > > > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:140)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > ALPHA=
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > COV_THRESH=
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > DESC=
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_INIT_END=
> > > >> > > > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_THRESH=
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_UNITS=
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
"020000",
> > > >> "030000",
> > > >> > > > > > "040000",
> > > >> > > > > > > > > > > > "050000",
> > > >> > > > > > > > > > > > "060000", "070000", "080000", "090000",
> > "100000",
> > > >> > > "110000",
> > > >> > > > > > > > "120000",
> > > >> > > > > > > > > > > > "130000", "140000", "150000", "160000",
> > "170000",
> > > >> > > "180000",
> > > >> > > > > > > > "190000",
> > > >> > > > > > > > > > > > "200000", "210000", "220000", "230000"
> > > >> > > > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > that appear to ori.  I took this file
over
> from
> > > >> another
> > > >> > > > V3.0
> > > >> > > > > > > > > > > > location,
> > > >> > > > > > > > > > > > assuming that this would be acceptable.
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > > Edward Strobach
> > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > > > > > IMSG Contractor
> > > >> > > > > > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > > > > > 301-683-3717
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > > > --
> > > >> > > > > > > > > Edward Strobach
> > > >> > > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > > IMSG Contractor
> > > >> > > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > > 301-683-3717
> > > >> > > > > > > > >
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > --
> > > >> > > > > > > > George McCabe - Software Engineer III
> > > >> > > > > > > > National Center for Atmospheric Research
> > > >> > > > > > > > Research Applications Laboratory
> > > >> > > > > > > > 303-497-2768
> > > >> > > > > > > > ---
> > > >> > > > > > > > My working day may not be your working day.
Please do
> > not
> > > >> feel
> > > >> > > > > obliged
> > > >> > > > > > to
> > > >> > > > > > > > reply to this email outside of your normal
working
> > hours.
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > --
> > > >> > > > > > > Edward Strobach
> > > >> > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > IMSG Contractor
> > > >> > > > > > > Cubicle#: 2029
> > > >> > > > > > > 301-683-3717
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > > > --
> > > >> > > > > > George McCabe - Software Engineer III
> > > >> > > > > > National Center for Atmospheric Research
> > > >> > > > > > Research Applications Laboratory
> > > >> > > > > > 303-497-2768
> > > >> > > > > > ---
> > > >> > > > > > My working day may not be your working day. Please
do not
> > feel
> > > >> > > obliged
> > > >> > > > to
> > > >> > > > > > reply to this email outside of your normal working
hours.
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Edward Strobach
> > > >> > > > > EMC/NCEP/NWS/
> > > >> > > > > IMSG Contractor
> > > >> > > > > Cubicle#: 2029
> > > >> > > > > 301-683-3717
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > George McCabe - Software Engineer III
> > > >> > > > National Center for Atmospheric Research
> > > >> > > > Research Applications Laboratory
> > > >> > > > 303-497-2768
> > > >> > > > ---
> > > >> > > > My working day may not be your working day. Please do
not feel
> > > >> obliged
> > > >> > to
> > > >> > > > reply to this email outside of your normal working
hours.
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > > --
> > > >> > > Julie Prestopnik
> > > >> > > Software Engineer
> > > >> > > National Center for Atmospheric Research
> > > >> > > Research Applications Laboratory
> > > >> > > Phone: 303.497.8399
> > > >> > > Email: jpresto at ucar.edu
> > > >> > >
> > > >> > > My working day may not be your working day.  Please do
not feel
> > > >> obliged
> > > >> > to
> > > >> > > reply to this email outside of your normal working hours.
> > > >> > >
> > > >> > >
> > > >> >
> > > >> > --
> > > >> > Edward Strobach
> > > >> > EMC/NCEP/NWS/
> > > >> > IMSG Contractor
> > > >> > Cubicle#: 2029
> > > >> > 301-683-3717
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> Julie Prestopnik
> > > >> Software Engineer
> > > >> National Center for Atmospheric Research
> > > >> Research Applications Laboratory
> > > >> Phone: 303.497.8399
> > > >> Email: jpresto at ucar.edu
> > > >>
> > > >> My working day may not be your working day.  Please do not
feel
> > obliged
> > > to
> > > >> reply to this email outside of your normal working hours.
> > > >>
> > > >>
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Wed Jun 03 16:12:05 2020

will do!

On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> No worries!  We're happy to help.  We hope you'll get a successful
run.
> Please let us know how it goes.
>
> Julie
>
> On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > Okay. I think I understand that error now.  I'm sorry I overlooked
> that.  I
> > kept thinking that something else was going on. Thanks Julie and
George
> >
> > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > > >
> > > > Note that your job1_v3 points to met-9.0 not met-9.0.1 and to
> > METplus-3.0
> > > > not METplus-3.0.1.
> > > >
> > > That is true in a few places:
> > >
> > > > export
> > > >
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > > export
> HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > >
> > > export METplus_version="3.0"
> > > > export MET_version="9.0"
> > > >
> > >
> > > In addition to changing those, you should also change:
> > >
> > > > export
> > NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > >
> > > to
> > >
> > > > export NCDUMP="
> > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > >
> > >
> > > Julie
> > >
> > >
> > >
> > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > i managed to fix that weird issue.  I think you should be able
to see
> > my
> > > > .bashrc now.  I'm going to look to see what I did..
> > > >
> > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
Affiliate <
> > > > edward.strobach at noaa.gov> wrote:
> > > >
> > > > > l don't know.  I've never encountered this issue.  I simply
copied
> > and
> > > > > pasted - or so I thought - the module contents under the
> > WCOSS-DELL.  I
> > > > can
> > > > > do pwd and see that I'm in /u/Edward.Strobach, but many
other
> > commands
> > > do
> > > > > not work.  It's related to something I must have done in the
> .bashrc:
> > > > >
> > > > > -bash: export:
> > > > >
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > > >
> > > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > > not a valid identifier
> > > > >
> > > > > I've been at this too long and am probably starting to make
> > mistakes..
> > > > >
> > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> > > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > >> Is there anything I can do to help?  I tried to look in
> > > > /u/Edward.Strobach
> > > > >> to see if I could access your .bashrc file, however, I
don't even
> > see
> > > > >> a /u/Edward.Strobach directory, which I don't fully
understand...
> > > > >>
> > > > >> Julie
> > > > >>
> > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
Affiliate
> via
> > > RT <
> > > > >> met_help at ucar.edu> wrote:
> > > > >>
> > > > >> >
> > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >> >
> > > > >> > I realize that, but now I messed up my .bashrc file in
such a
> way
> > > > that I
> > > > >> > can't use vi or ls, so I'm kind of stuck until I can deal
with
> > that
> > > > >> >
> > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > wrote:
> > > > >> >
> > > > >> > > Hi Edward and George.
> > > > >> > >
> > > > >> > > I believe Edward is running on Venus but looking at the
> > directions
> > > > for
> > > > >> > > Mars, because there was previously no modulefile for
> > metplus/3.0.1
> > > > on
> > > > >> > > Venus, but there was on Mars.  However, I just created
a
> > > modulefile
> > > > >> for
> > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
Edward,
> > > please
> > > > >> start
> > > > >> > > fresh with a new login to Venus and try running:
> > > > >> > >
> > > > >> > > > module use
> > > > >> > > >
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > >> > > > module load metplus/3.0.1
> > > > >> > >
> > > > >> > >
> > > > >> > > Please let us know how the testing goes.  In the
meantime,
> I'll
> > > try
> > > > to
> > > > >> > > reproduce the problem you are experiencing.  I may need
some
> > help
> > > > from
> > > > >> > > George, but hopefully, getting the right environment
set up
> will
> > > > help
> > > > >> > > resolve the issue you are having.
> > > > >> > >
> > > > >> > > Julie
> > > > >> > >
> > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> > > > >> met_help at ucar.edu>
> > > > >> > > wrote:
> > > > >> > >
> > > > >> > > >
> > > > >> > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > > >> > > >
> > > > >> > > > Which machine are you running on? The instructions
for the
> > NOAA
> > > > >> > machines
> > > > >> > > > vary.
> > > > >> > > >
> > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA
> > Affiliate
> > > > via
> > > > >> RT
> > > > >> > <
> > > > >> > > > met_help at ucar.edu> wrote:
> > > > >> > > >
> > > > >> > > > >
> > > > >> > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > > >> > > > >
> > > > >> > > > > The first line is under my .bashrc in
/u/Edward.Strobach.
> > > > >> > > > >
> > > > >> > > > > The second line was added and that's when I got the
> > following:
> > > > >> > > > >
> > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > >> > > > >
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
metplus/3.0.1
> > > > >> > > > > Lmod has detected the following error:  The
following
> > > module(s)
> > > > >> are
> > > > >> > > > > unknown: "metplus/3.0.1"
> > > > >> > > > >
> > > > >> > > > > Please check the spelling or version number. Also
try
> > "module
> > > > >> spider
> > > > >> > > ..."
> > > > >> > > > > It is also possible your cache file is out-of-date;
it may
> > > help
> > > > to
> > > > >> > try:
> > > > >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > > >> > > > >
> > > > >> > > > > Also make sure that all modulefiles written in TCL
start
> > with
> > > > the
> > > > >> > > string
> > > > >> > > > > #%Module
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<
> > > > >> > met_help at ucar.edu
> > > > >> > > >
> > > > >> > > > > wrote:
> > > > >> > > > >
> > > > >> > > > > > Hi Edward,
> > > > >> > > > > >
> > > > >> > > > > > Did you run this first?
> > > > >> > > > > >
> > > > >> > > > > > module use
> > > > >> > > > > >
> > > > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > >> > > > > >
> > > > >> > > > > > I believe you need to run that so it can find the
> > > > metplus/3.0.1
> > > > >> > > module.
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach -
NOAA
> > > > Affiliate
> > > > >> via
> > > > >> > > RT
> > > > >> > > > <
> > > > >> > > > > > met_help at ucar.edu> wrote:
> > > > >> > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >> >
> > > > >> > > > > > >
> > > > >> > > > > > > There was only one mention of deprecated, and
it was
> at
> > > the
> > > > >> top
> > > > >> > of
> > > > >> > > > the
> > > > >> > > > > > log
> > > > >> > > > > > > "Checking for deprecated env..".  There were no
other
> > > > >> mentions;
> > > > >> > > > > however,
> > > > >> > > > > > > there were warnings for certain variables not
being
> set.
> > > > Other
> > > > >> > than
> > > > >> > > > > that
> > > > >> > > > > > I
> > > > >> > > > > > > get DEBUG messages - presumably because I set
things
> to
> > > > DEBUG
> > > > >> -
> > > > >> > and
> > > > >> > > > > those
> > > > >> > > > > > > two error messages.
> > > > >> > > > > > >
> > > > >> > > > > > > I figured the second was related to the first.
A
> > > reference
> > > > to
> > > > >> > > > > libraries
> > > > >> > > > > > > makes me feel like it's an environment issue,
but my
> > > bashrc
> > > > is
> > > > >> > > > already
> > > > >> > > > > > set
> > > > >> > > > > > > up with the recommended Dell modules settings.
> > > > >> > > > > > >
> > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe
via RT <
> > > > >> > > > met_help at ucar.edu
> > > > >> > > > > >
> > > > >> > > > > > > wrote:
> > > > >> > > > > > >
> > > > >> > > > > > > > Hi Edward,
> > > > >> > > > > > > >
> > > > >> > > > > > > > Even if you don't run the validate script,
METplus
> > > should
> > > > >> error
> > > > >> > > out
> > > > >> > > > > > > > immediately and give you a list of variables
that
> are
> > > > >> > deprecated
> > > > >> > > > and
> > > > >> > > > > a
> > > > >> > > > > > > > suggestion if possible, so I am guessing that
the
> > > changes
> > > > >> > weren't
> > > > >> > > > > > > covered.
> > > > >> > > > > > > >
> > > > >> > > > > > > > The 2nd error is related to the first. The
libpython
> > > error
> > > > >> is
> > > > >> > > what
> > > > >> > > > > came
> > > > >> > > > > > > > from the actual call to stat_analysis and the
2nd
> > error
> > > is
> > > > >> just
> > > > >> > > > > telling
> > > > >> > > > > > > you
> > > > >> > > > > > > > that the stat_analysis command returned non-
zero
> > value,
> > > > >> which
> > > > >> > > means
> > > > >> > > > > > that
> > > > >> > > > > > > it
> > > > >> > > > > > > > failed.
> > > > >> > > > > > > >
> > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward
Strobach -
> NOAA
> > > > >> Affiliate
> > > > >> > > via
> > > > >> > > > > RT
> > > > >> > > > > > <
> > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > > >> > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > <URL:
> > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >> > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > I think I've already removed the out-of-
date
> > variable
> > > > >> names
> > > > >> > > with
> > > > >> > > > > the
> > > > >> > > > > > > v3.1
> > > > >> > > > > > > > > names.  I can look into that option if this
proves
> > not
> > > > to
> > > > >> be
> > > > >> > an
> > > > >> > > > > > > > environment
> > > > >> > > > > > > > > issue.  I do know that I was pretty
carefully
> making
> > > the
> > > > >> > > changes
> > > > >> > > > > > > between
> > > > >> > > > > > > > > versions, but I could have still missed
something.
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George
McCabe via
> RT
> > <
> > > > >> > > > > > met_help at ucar.edu
> > > > >> > > > > > > >
> > > > >> > > > > > > > > wrote:
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > > Hi Edward,
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > I'm not sure if I mentioned this to you
or not,
> > but
> > > > >> there
> > > > >> > is
> > > > >> > > a
> > > > >> > > > > > > section
> > > > >> > > > > > > > in
> > > > >> > > > > > > > > > the User's Guide about updating config
variables
> > > from
> > > > >> older
> > > > >> > > > > > versions:
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > In the last sub-section of that section,
it
> > > describes
> > > > a
> > > > >> > tool
> > > > >> > > > > called
> > > > >> > > > > > > > > > validate_config.py that can be run the
same way
> as
> > > > >> > > > > > master_metplus.py
> > > > >> > > > > > > > > > (passing in configs with -c) and it will
step
> you
> > > > >> through
> > > > >> > > find
> > > > >> > > > > and
> > > > >> > > > > > > > > replace
> > > > >> > > > > > > > > > commands to update your configuration
files.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > However, this tool only works if
deprecated
> > > variables
> > > > >> are
> > > > >> > > added
> > > > >> > > > > to
> > > > >> > > > > > > the
> > > > >> > > > > > > > > > list to be processed. I added many of the
> > variables
> > > > that
> > > > >> > were
> > > > >> > > > > > changed
> > > > >> > > > > > > > in
> > > > >> > > > > > > > > > StatAnalysis and MakePlots wrappers, but
I am
> not
> > > very
> > > > >> > > familiar
> > > > >> > > > > > with
> > > > >> > > > > > > > this
> > > > >> > > > > > > > > > wrapper so I may have missed some.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > I apologize that this has been such a
tedious
> > > process
> > > > >> for
> > > > >> > > you.
> > > > >> > > > If
> > > > >> > > > > > > you'd
> > > > >> > > > > > > > > > like to send me your current version I
can use
> > that
> > > > >> info to
> > > > >> > > > > update
> > > > >> > > > > > > this
> > > > >> > > > > > > > > > functionality to make things easier going
> forward.
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > George
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe
wrote:
> > > > >> > > > > > > > > > > Hi Edward,
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > The first error looks like an
environment
> issue.
> > > You
> > > > >> may
> > > > >> > > have
> > > > >> > > > > > some
> > > > >> > > > > > > > > > > disconnect in the module loads you ran.
I
> would
> > > > purge
> > > > >> the
> > > > >> > > > > > modules,
> > > > >> > > > > > > > > > > then try
> > > > >> > > > > > > > > > > to set up the environment to run
METplus again
> > > > (listed
> > > > >> > here
> > > > >> > > > for
> > > > >> > > > > > > > > > > reference:
> > > > >> > > > > > > > > > >
> > > > >> > > > > >
> > > > >> https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > >> > > > > > > > > > > builds)
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > I don't see red text through MET-Help
and I'm
> > not
> > > > >> seeing
> > > > >> > > the
> > > > >> > > > > > second
> > > > >> > > > > > > > > > > error,
> > > > >> > > > > > > > > > > but hopefully clearing up the
environment
> issues
> > > > >> resolves
> > > > >> > > the
> > > > >> > > > > 2nd
> > > > >> > > > > > > > > > > issue.
> > > > >> > > > > > > > > > > Please let me know if it does not.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Also, I have been trying to clean up
> > StatAnalysis
> > > > and
> > > > >> > > > MakePlots
> > > > >> > > > > > > > > > > wrappers,
> > > > >> > > > > > > > > > > so any information you could provide on
things
> > > that
> > > > >> > didn't
> > > > >> > > > work
> > > > >> > > > > > > that
> > > > >> > > > > > > > > > > you
> > > > >> > > > > > > > > > > had to change from the examples would
be very
> > > > helpful.
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > Thanks,
> > > > >> > > > > > > > > > > George
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward
> Strobach
> > -
> > > > NOAA
> > > > >> > > > > Affiliate
> > > > >> > > > > > > via
> > > > >> > > > > > > > > > > RT <
> > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > >> > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request
95484 was
> > > acted
> > > > >> upon.
> > > > >> > > > > > > > > > > > Transaction: Ticket created by
> > > > >> > edward.strobach at noaa.gov
> > > > >> > > > > > > > > > > >        Queue: met_help
> > > > >> > > > > > > > > > > >      Subject: command_builder.py
error
> > > > >> > > > > > > > > > > >        Owner: Nobody
> > > > >> > > > > > > > > > > >   Requestors:
edward.strobach at noaa.gov
> > > > >> > > > > > > > > > > >       Status: new
> > > > >> > > > > > > > > > > >  Ticket <URL:
> > > > >> > > > > > > > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >> > > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > Good afternoon,
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > I'm in the process of converting
> StatAnalysis
> > > > >> > > andMakePlots
> > > > >> > > > to
> > > > >> > > > > > > > metplus
> > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > I've isolated the commands that are
> > deprecated,
> > > > >> > replaced
> > > > >> > > > the
> > > > >> > > > > > > > > > > > functions that
> > > > >> > > > > > > > > > > > no longer exist, and finished
debugging some
> > > > issues
> > > > >> > > related
> > > > >> > > > > to
> > > > >> > > > > > > time
> > > > >> > > > > > > > > > > > string
> > > > >> > > > > > > > > > > > formatting.  In side my log file
(located
> > here:
> > > *
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > >> > > > > > > > > > > > there is are two errors - possibly
related -
> > > > >> > highlighted
> > > > >> > > in
> > > > >> > > > > red
> > > > >> > > > > > > > > > > > below.  The
> > > > >> > > > > > > > > > > > first one points to a library issue.
The
> > > > directory
> > > > >> in
> > > > >> > > > > question
> > > > >> > > > > > > > > > > > exists, but
> > > > >> > > > > > > > > > > > there is nothing in it.  Is that the
> > referenced
> > > > >> library
> > > > >> > > is
> > > > >> > > > > > > expected
> > > > >> > > > > > > > > > > > to
> > > > >> > > > > > > > > > > > reside there?  The second issue,
which is
> not
> > > too
> > > > >> > > > revealing,
> > > > >> > > > > > > points
> > > > >> > > > > > > > > > > > to the
> > > > >> > > > > > > > > > > > STATAnalysisConfig file, which I
think is
> > > somehow
> > > > >> > related
> > > > >> > > > to
> > > > >> > > > > > the
> > > > >> > > > > > > > > > > > first
> > > > >> > > > > > > > > > > > error.  I did take the
STATAnalysisConfig
> file
> > > > from
> > > > >> > > another
> > > > >> > > > > > > metplus
> > > > >> > > > > > > > > > > > location that I've been working on
into a
> > > > directory
> > > > >> I
> > > > >> > > > created
> > > > >> > > > > > to
> > > > >> > > > > > > > put
> > > > >> > > > > > > > > > > > the
> > > > >> > > > > > > > > > > > copied version there.  The
> STATAnalysisConfig
> > > > >> directory
> > > > >> > > was
> > > > >> > > > > > taken
> > > > >> > > > > > > > > > > > from a
> > > > >> > > > > > > > > > > > V.3.1 location, so I assumed that the
layout
> > of
> > > > the
> > > > >> > file
> > > > >> > > > > would
> > > > >> > > > > > be
> > > > >> > > > > > > > > > > > okay.
> > > > >> > > > > > > > > > > > The information below seems like what
I
> want.
> > > I'm
> > > > >> > > looping
> > > > >> > > > > over
> > > > >> > > > > > > 06,
> > > > >> > > > > > > > > > > > 12
> > > > >> > > > > > > > > > > > initial times and grouping the 00-23
VALID
> > hours
> > > > for
> > > > >> > each
> > > > >> > > > > day.
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > 06/03 17:41:20.927
metplus.StatAnalysis
> INFO:
> > > > >> COMMAND:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > >> > > > > > > > > > > > -lookin
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > >> > > > > > > > > > > > -config
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > >> > > > > > > > > > > > 06/03 17:41:20.928
metplus.StatAnalysis
> > > > >> > > > > (command_runner.py:124)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > app_name is: stat_analysis, output
sent to:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > >> > > > > > > > > > > > MET OUTPUT:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > > >>
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > >> > > > > > > > > > > > error while loading shared libraries:
> > > > >> > > libpython3.6m.so.1.0:
> > > > >> > > > > > > cannot
> > > > >> > > > > > > > > > > > open
> > > > >> > > > > > > > > > > > shared object file: No such file or
> directory
> > > > >> > > > > > > > > > > > 06/03 17:41:21.133
metplus.StatAnalysis
> > > > >> > > > > (command_runner.py:191)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > Finished running
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > >> > > > > > > > > > > > in
> > > > >> > > > > > > > > > > > 0:00:00.204271
> > > > >> > > > > > > > > > > > 06/03 17:41:21.134
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:100)
> > > > >> > > > > > > > > > > > ERROR:
> > > > >> > > > > > > > > > > > (command_builder.py:733) MET command
> returned
> > a
> > > > >> > non-zero
> > > > >> > > > > return
> > > > >> > > > > > > > code:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > >
> > > > >> > > >
> > > > >> >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > >> > > > > > > > > > > > -lookin
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > >> > > > > > > > > > > > -config
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> INFO:
> > > > Check
> > > > >> the
> > > > >> > > > > logfile
> > > > >> > > > > > > for
> > > > >> > > > > > > > > > > > more
> > > > >> > > > > > > > > > > > information on why it failed
> > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > >> > > > > > > > > > > > DEBUG: Building dump_row filename
from
> default
> > > > >> > template:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
"010000",
> > > > >> "020000",
> > > > >> > > > > "030000",
> > > > >> > > > > > > > > > > > "040000",
> > > > >> > > > > > > > > > > > "050000", "060000", "070000",
"080000",
> > > "090000",
> > > > >> > > "100000",
> > > > >> > > > > > > > "110000",
> > > > >> > > > > > > > > > > > "120000", "130000", "140000",
"150000",
> > > "160000",
> > > > >> > > "170000",
> > > > >> > > > > > > > "180000",
> > > > >> > > > > > > > > > > > "190000", "200000", "210000",
"220000",
> > "230000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
20200525_000000
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
20200525_230000
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:140)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > >
> > > > >> >
> > > > >>
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > ALPHA=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > COV_THRESH=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > DESC=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_THRESH=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_UNITS=
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
> "020000",
> > > > >> "030000",
> > > > >> > > > > > "040000",
> > > > >> > > > > > > > > > > > "050000",
> > > > >> > > > > > > > > > > > "060000", "070000", "080000",
"090000",
> > > "100000",
> > > > >> > > "110000",
> > > > >> > > > > > > > "120000",
> > > > >> > > > > > > > > > > > "130000", "140000", "150000",
"160000",
> > > "170000",
> > > > >> > > "180000",
> > > > >> > > > > > > > "190000",
> > > > >> > > > > > > > > > > > "200000", "210000", "220000",
"230000"
> > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > >> > > > > > (command_builder.py:254)
> > > > >> > > > > > > > > > > > DEBUG:
> > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > that appear to ori.  I took this file
over
> > from
> > > > >> another
> > > > >> > > > V3.0
> > > > >> > > > > > > > > > > > location,
> > > > >> > > > > > > > > > > > assuming that this would be
acceptable.
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > > Edward Strobach
> > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > >> > > > > > > > > > > > IMSG Contractor
> > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > > >> > > > > > > > > > > > 301-683-3717
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > > > --
> > > > >> > > > > > > > > Edward Strobach
> > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > > >> > > > > > > > > IMSG Contractor
> > > > >> > > > > > > > > Cubicle#: 2029
> > > > >> > > > > > > > > 301-683-3717
> > > > >> > > > > > > > >
> > > > >> > > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > > > --
> > > > >> > > > > > > > George McCabe - Software Engineer III
> > > > >> > > > > > > > National Center for Atmospheric Research
> > > > >> > > > > > > > Research Applications Laboratory
> > > > >> > > > > > > > 303-497-2768
> > > > >> > > > > > > > ---
> > > > >> > > > > > > > My working day may not be your working day.
Please
> do
> > > not
> > > > >> feel
> > > > >> > > > > obliged
> > > > >> > > > > > to
> > > > >> > > > > > > > reply to this email outside of your normal
working
> > > hours.
> > > > >> > > > > > > >
> > > > >> > > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > > > --
> > > > >> > > > > > > Edward Strobach
> > > > >> > > > > > > EMC/NCEP/NWS/
> > > > >> > > > > > > IMSG Contractor
> > > > >> > > > > > > Cubicle#: 2029
> > > > >> > > > > > > 301-683-3717
> > > > >> > > > > > >
> > > > >> > > > > > >
> > > > >> > > > > >
> > > > >> > > > > > --
> > > > >> > > > > > George McCabe - Software Engineer III
> > > > >> > > > > > National Center for Atmospheric Research
> > > > >> > > > > > Research Applications Laboratory
> > > > >> > > > > > 303-497-2768
> > > > >> > > > > > ---
> > > > >> > > > > > My working day may not be your working day.
Please do
> not
> > > feel
> > > > >> > > obliged
> > > > >> > > > to
> > > > >> > > > > > reply to this email outside of your normal
working
> hours.
> > > > >> > > > > >
> > > > >> > > > > >
> > > > >> > > > >
> > > > >> > > > > --
> > > > >> > > > > Edward Strobach
> > > > >> > > > > EMC/NCEP/NWS/
> > > > >> > > > > IMSG Contractor
> > > > >> > > > > Cubicle#: 2029
> > > > >> > > > > 301-683-3717
> > > > >> > > > >
> > > > >> > > > >
> > > > >> > > >
> > > > >> > > > --
> > > > >> > > > George McCabe - Software Engineer III
> > > > >> > > > National Center for Atmospheric Research
> > > > >> > > > Research Applications Laboratory
> > > > >> > > > 303-497-2768
> > > > >> > > > ---
> > > > >> > > > My working day may not be your working day. Please do
not
> feel
> > > > >> obliged
> > > > >> > to
> > > > >> > > > reply to this email outside of your normal working
hours.
> > > > >> > > >
> > > > >> > > >
> > > > >> > >
> > > > >> > > --
> > > > >> > > Julie Prestopnik
> > > > >> > > Software Engineer
> > > > >> > > National Center for Atmospheric Research
> > > > >> > > Research Applications Laboratory
> > > > >> > > Phone: 303.497.8399
> > > > >> > > Email: jpresto at ucar.edu
> > > > >> > >
> > > > >> > > My working day may not be your working day.  Please do
not
> feel
> > > > >> obliged
> > > > >> > to
> > > > >> > > reply to this email outside of your normal working
hours.
> > > > >> > >
> > > > >> > >
> > > > >> >
> > > > >> > --
> > > > >> > Edward Strobach
> > > > >> > EMC/NCEP/NWS/
> > > > >> > IMSG Contractor
> > > > >> > Cubicle#: 2029
> > > > >> > 301-683-3717
> > > > >> >
> > > > >> >
> > > > >>
> > > > >> --
> > > > >> Julie Prestopnik
> > > > >> Software Engineer
> > > > >> National Center for Atmospheric Research
> > > > >> Research Applications Laboratory
> > > > >> Phone: 303.497.8399
> > > > >> Email: jpresto at ucar.edu
> > > > >>
> > > > >> My working day may not be your working day.  Please do not
feel
> > > obliged
> > > > to
> > > > >> reply to this email outside of your normal working hours.
> > > > >>
> > > > >>
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day.  Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Wed Jun 03 17:03:45 2020

Hi Edward,

I'm taking a look at your config files to try to see if I can see
anything
obvious that is wrong. It is a little confusing to follow the way you
have
it set up where you set a variable in one file, then reference it in
the
next. It would make a little more sense to keep your machine conf
pretty
clean, with only top level configurations, like INPUT_BASE,
OUTPUT_BASE,
MET_INSTALL_DIR (from the [dir] section, the others in machine_v3.conf
aren't needed), anything in the [exe] section, and system wide
settings,
like LOG_ variables. The rest of the variables make more sense to put
in
the use case conf file only, i.e. instead of setting

VALIDBEG = {ENV[VALID_B]}
VALIDEND = {ENV[VALID_E]}

 in machine_v3.conf and setting

VALID_BEG = {VALIDBEG}
VALID_END = {VALIDEND}

in the plot conf, just set

VALID_BEG = {ENV[VALID_B]}
VALID_END = {ENV[VALID_E]}

in the plot conf. This will make it easier to follow instead of having
to
hop between 3 files.

If you'd like, you could tar up the input files to StatAnalysis and I
can
have Julie or someone else pull them down so I can try to work through
the
errors locally. I am also happy to set up a meeting where you can
screen
share and we can go through the errors together. Let me know what you
think.

Thanks,
George


On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> will do!
>
> On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT
<met_help at ucar.edu>
> wrote:
>
> > No worries!  We're happy to help.  We hope you'll get a successful
run.
> > Please let us know how it goes.
> >
> > Julie
> >
> > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > Okay. I think I understand that error now.  I'm sorry I
overlooked
> > that.  I
> > > kept thinking that something else was going on. Thanks Julie and
George
> > >
> > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > > > >
> > > > > Note that your job1_v3 points to met-9.0 not met-9.0.1 and
to
> > > METplus-3.0
> > > > > not METplus-3.0.1.
> > > > >
> > > > That is true in a few places:
> > > >
> > > > > export
> > > > >
> > > >
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > > > export
> > HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > > >
> > > > export METplus_version="3.0"
> > > > > export MET_version="9.0"
> > > > >
> > > >
> > > > In addition to changing those, you should also change:
> > > >
> > > > > export
> > >
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > >
> > > > to
> > > >
> > > > > export NCDUMP="
> > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > >
> > > >
> > > > Julie
> > > >
> > > >
> > > >
> > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > i managed to fix that weird issue.  I think you should be
able to
> see
> > > my
> > > > > .bashrc now.  I'm going to look to see what I did..
> > > > >
> > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
Affiliate <
> > > > > edward.strobach at noaa.gov> wrote:
> > > > >
> > > > > > l don't know.  I've never encountered this issue.  I
simply
> copied
> > > and
> > > > > > pasted - or so I thought - the module contents under the
> > > WCOSS-DELL.  I
> > > > > can
> > > > > > do pwd and see that I'm in /u/Edward.Strobach, but many
other
> > > commands
> > > > do
> > > > > > not work.  It's related to something I must have done in
the
> > .bashrc:
> > > > > >
> > > > > > -bash: export:
> > > > > >
> > > > >
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > > > >
> > > > >
> > > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > > > not a valid identifier
> > > > > >
> > > > > > I've been at this too long and am probably starting to
make
> > > mistakes..
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> > > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > >> Is there anything I can do to help?  I tried to look in
> > > > > /u/Edward.Strobach
> > > > > >> to see if I could access your .bashrc file, however, I
don't
> even
> > > see
> > > > > >> a /u/Edward.Strobach directory, which I don't fully
> understand...
> > > > > >>
> > > > > >> Julie
> > > > > >>
> > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
Affiliate
> > via
> > > > RT <
> > > > > >> met_help at ucar.edu> wrote:
> > > > > >>
> > > > > >> >
> > > > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > > > >> >
> > > > > >> > I realize that, but now I messed up my .bashrc file in
such a
> > way
> > > > > that I
> > > > > >> > can't use vi or ls, so I'm kind of stuck until I can
deal with
> > > that
> > > > > >> >
> > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via RT
<
> > > > > >> met_help at ucar.edu>
> > > > > >> > wrote:
> > > > > >> >
> > > > > >> > > Hi Edward and George.
> > > > > >> > >
> > > > > >> > > I believe Edward is running on Venus but looking at
the
> > > directions
> > > > > for
> > > > > >> > > Mars, because there was previously no modulefile for
> > > metplus/3.0.1
> > > > > on
> > > > > >> > > Venus, but there was on Mars.  However, I just
created a
> > > > modulefile
> > > > > >> for
> > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
Edward,
> > > > please
> > > > > >> start
> > > > > >> > > fresh with a new login to Venus and try running:
> > > > > >> > >
> > > > > >> > > > module use
> > > > > >> > > >
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > >> > > > module load metplus/3.0.1
> > > > > >> > >
> > > > > >> > >
> > > > > >> > > Please let us know how the testing goes.  In the
meantime,
> > I'll
> > > > try
> > > > > to
> > > > > >> > > reproduce the problem you are experiencing.  I may
need some
> > > help
> > > > > from
> > > > > >> > > George, but hopefully, getting the right environment
set up
> > will
> > > > > help
> > > > > >> > > resolve the issue you are having.
> > > > > >> > >
> > > > > >> > > Julie
> > > > > >> > >
> > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT <
> > > > > >> met_help at ucar.edu>
> > > > > >> > > wrote:
> > > > > >> > >
> > > > > >> > > >
> > > > > >> > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > > > >> > > >
> > > > > >> > > > Which machine are you running on? The instructions
for the
> > > NOAA
> > > > > >> > machines
> > > > > >> > > > vary.
> > > > > >> > > >
> > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach -
NOAA
> > > Affiliate
> > > > > via
> > > > > >> RT
> > > > > >> > <
> > > > > >> > > > met_help at ucar.edu> wrote:
> > > > > >> > > >
> > > > > >> > > > >
> > > > > >> > > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >
> > > > > >> > > > >
> > > > > >> > > > > The first line is under my .bashrc in
> /u/Edward.Strobach.
> > > > > >> > > > >
> > > > > >> > > > > The second line was added and that's when I got
the
> > > following:
> > > > > >> > > > >
> > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > > >> > > > >
> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
metplus/3.0.1
> > > > > >> > > > > Lmod has detected the following error:  The
following
> > > > module(s)
> > > > > >> are
> > > > > >> > > > > unknown: "metplus/3.0.1"
> > > > > >> > > > >
> > > > > >> > > > > Please check the spelling or version number. Also
try
> > > "module
> > > > > >> spider
> > > > > >> > > ..."
> > > > > >> > > > > It is also possible your cache file is out-of-
date; it
> may
> > > > help
> > > > > to
> > > > > >> > try:
> > > > > >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > > > >> > > > >
> > > > > >> > > > > Also make sure that all modulefiles written in
TCL start
> > > with
> > > > > the
> > > > > >> > > string
> > > > > >> > > > > #%Module
> > > > > >> > > > >
> > > > > >> > > > >
> > > > > >> > > > >
> > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via
RT <
> > > > > >> > met_help at ucar.edu
> > > > > >> > > >
> > > > > >> > > > > wrote:
> > > > > >> > > > >
> > > > > >> > > > > > Hi Edward,
> > > > > >> > > > > >
> > > > > >> > > > > > Did you run this first?
> > > > > >> > > > > >
> > > > > >> > > > > > module use
> > > > > >> > > > > >
> > > > > >>
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > >> > > > > >
> > > > > >> > > > > > I believe you need to run that so it can find
the
> > > > > metplus/3.0.1
> > > > > >> > > module.
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach
- NOAA
> > > > > Affiliate
> > > > > >> via
> > > > > >> > > RT
> > > > > >> > > > <
> > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > > > >> > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >> >
> > > > > >> > > > > > >
> > > > > >> > > > > > > There was only one mention of deprecated, and
it was
> > at
> > > > the
> > > > > >> top
> > > > > >> > of
> > > > > >> > > > the
> > > > > >> > > > > > log
> > > > > >> > > > > > > "Checking for deprecated env..".  There were
no
> other
> > > > > >> mentions;
> > > > > >> > > > > however,
> > > > > >> > > > > > > there were warnings for certain variables not
being
> > set.
> > > > > Other
> > > > > >> > than
> > > > > >> > > > > that
> > > > > >> > > > > > I
> > > > > >> > > > > > > get DEBUG messages - presumably because I set
things
> > to
> > > > > DEBUG
> > > > > >> -
> > > > > >> > and
> > > > > >> > > > > those
> > > > > >> > > > > > > two error messages.
> > > > > >> > > > > > >
> > > > > >> > > > > > > I figured the second was related to the
first.  A
> > > > reference
> > > > > to
> > > > > >> > > > > libraries
> > > > > >> > > > > > > makes me feel like it's an environment issue,
but my
> > > > bashrc
> > > > > is
> > > > > >> > > > already
> > > > > >> > > > > > set
> > > > > >> > > > > > > up with the recommended Dell modules
settings.
> > > > > >> > > > > > >
> > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe
via RT
> <
> > > > > >> > > > met_help at ucar.edu
> > > > > >> > > > > >
> > > > > >> > > > > > > wrote:
> > > > > >> > > > > > >
> > > > > >> > > > > > > > Hi Edward,
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > Even if you don't run the validate script,
METplus
> > > > should
> > > > > >> error
> > > > > >> > > out
> > > > > >> > > > > > > > immediately and give you a list of
variables that
> > are
> > > > > >> > deprecated
> > > > > >> > > > and
> > > > > >> > > > > a
> > > > > >> > > > > > > > suggestion if possible, so I am guessing
that the
> > > > changes
> > > > > >> > weren't
> > > > > >> > > > > > > covered.
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > The 2nd error is related to the first. The
> libpython
> > > > error
> > > > > >> is
> > > > > >> > > what
> > > > > >> > > > > came
> > > > > >> > > > > > > > from the actual call to stat_analysis and
the 2nd
> > > error
> > > > is
> > > > > >> just
> > > > > >> > > > > telling
> > > > > >> > > > > > > you
> > > > > >> > > > > > > > that the stat_analysis command returned
non-zero
> > > value,
> > > > > >> which
> > > > > >> > > means
> > > > > >> > > > > > that
> > > > > >> > > > > > > it
> > > > > >> > > > > > > > failed.
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward
Strobach -
> > NOAA
> > > > > >> Affiliate
> > > > > >> > > via
> > > > > >> > > > > RT
> > > > > >> > > > > > <
> > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > <URL:
> > > > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >> > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > I think I've already removed the out-of-
date
> > > variable
> > > > > >> names
> > > > > >> > > with
> > > > > >> > > > > the
> > > > > >> > > > > > > v3.1
> > > > > >> > > > > > > > > names.  I can look into that option if
this
> proves
> > > not
> > > > > to
> > > > > >> be
> > > > > >> > an
> > > > > >> > > > > > > > environment
> > > > > >> > > > > > > > > issue.  I do know that I was pretty
carefully
> > making
> > > > the
> > > > > >> > > changes
> > > > > >> > > > > > > between
> > > > > >> > > > > > > > > versions, but I could have still missed
> something.
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George
McCabe via
> > RT
> > > <
> > > > > >> > > > > > met_help at ucar.edu
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > > wrote:
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > > Hi Edward,
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > I'm not sure if I mentioned this to you
or
> not,
> > > but
> > > > > >> there
> > > > > >> > is
> > > > > >> > > a
> > > > > >> > > > > > > section
> > > > > >> > > > > > > > in
> > > > > >> > > > > > > > > > the User's Guide about updating config
> variables
> > > > from
> > > > > >> older
> > > > > >> > > > > > versions:
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > In the last sub-section of that
section, it
> > > > describes
> > > > > a
> > > > > >> > tool
> > > > > >> > > > > called
> > > > > >> > > > > > > > > > validate_config.py that can be run the
same
> way
> > as
> > > > > >> > > > > > master_metplus.py
> > > > > >> > > > > > > > > > (passing in configs with -c) and it
will step
> > you
> > > > > >> through
> > > > > >> > > find
> > > > > >> > > > > and
> > > > > >> > > > > > > > > replace
> > > > > >> > > > > > > > > > commands to update your configuration
files.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > However, this tool only works if
deprecated
> > > > variables
> > > > > >> are
> > > > > >> > > added
> > > > > >> > > > > to
> > > > > >> > > > > > > the
> > > > > >> > > > > > > > > > list to be processed. I added many of
the
> > > variables
> > > > > that
> > > > > >> > were
> > > > > >> > > > > > changed
> > > > > >> > > > > > > > in
> > > > > >> > > > > > > > > > StatAnalysis and MakePlots wrappers,
but I am
> > not
> > > > very
> > > > > >> > > familiar
> > > > > >> > > > > > with
> > > > > >> > > > > > > > this
> > > > > >> > > > > > > > > > wrapper so I may have missed some.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > I apologize that this has been such a
tedious
> > > > process
> > > > > >> for
> > > > > >> > > you.
> > > > > >> > > > If
> > > > > >> > > > > > > you'd
> > > > > >> > > > > > > > > > like to send me your current version I
can use
> > > that
> > > > > >> info to
> > > > > >> > > > > update
> > > > > >> > > > > > > this
> > > > > >> > > > > > > > > > functionality to make things easier
going
> > forward.
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > George
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe
wrote:
> > > > > >> > > > > > > > > > > Hi Edward,
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > The first error looks like an
environment
> > issue.
> > > > You
> > > > > >> may
> > > > > >> > > have
> > > > > >> > > > > > some
> > > > > >> > > > > > > > > > > disconnect in the module loads you
ran. I
> > would
> > > > > purge
> > > > > >> the
> > > > > >> > > > > > modules,
> > > > > >> > > > > > > > > > > then try
> > > > > >> > > > > > > > > > > to set up the environment to run
METplus
> again
> > > > > (listed
> > > > > >> > here
> > > > > >> > > > for
> > > > > >> > > > > > > > > > > reference:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > >
> > > > > >>
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > >> > > > > > > > > > > builds)
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > I don't see red text through MET-Help
and
> I'm
> > > not
> > > > > >> seeing
> > > > > >> > > the
> > > > > >> > > > > > second
> > > > > >> > > > > > > > > > > error,
> > > > > >> > > > > > > > > > > but hopefully clearing up the
environment
> > issues
> > > > > >> resolves
> > > > > >> > > the
> > > > > >> > > > > 2nd
> > > > > >> > > > > > > > > > > issue.
> > > > > >> > > > > > > > > > > Please let me know if it does not.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > Also, I have been trying to clean up
> > > StatAnalysis
> > > > > and
> > > > > >> > > > MakePlots
> > > > > >> > > > > > > > > > > wrappers,
> > > > > >> > > > > > > > > > > so any information you could provide
on
> things
> > > > that
> > > > > >> > didn't
> > > > > >> > > > work
> > > > > >> > > > > > > that
> > > > > >> > > > > > > > > > > you
> > > > > >> > > > > > > > > > > had to change from the examples would
be
> very
> > > > > helpful.
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > Thanks,
> > > > > >> > > > > > > > > > > George
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM
Edward
> > Strobach
> > > -
> > > > > NOAA
> > > > > >> > > > > Affiliate
> > > > > >> > > > > > > via
> > > > > >> > > > > > > > > > > RT <
> > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > >> > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request
95484
> was
> > > > acted
> > > > > >> upon.
> > > > > >> > > > > > > > > > > > Transaction: Ticket created by
> > > > > >> > edward.strobach at noaa.gov
> > > > > >> > > > > > > > > > > >        Queue: met_help
> > > > > >> > > > > > > > > > > >      Subject: command_builder.py
error
> > > > > >> > > > > > > > > > > >        Owner: Nobody
> > > > > >> > > > > > > > > > > >   Requestors:
edward.strobach at noaa.gov
> > > > > >> > > > > > > > > > > >       Status: new
> > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > > > >> > > > > > > > >
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >> > > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > Good afternoon,
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > I'm in the process of converting
> > StatAnalysis
> > > > > >> > > andMakePlots
> > > > > >> > > > to
> > > > > >> > > > > > > > metplus
> > > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > I've isolated the commands that are
> > > deprecated,
> > > > > >> > replaced
> > > > > >> > > > the
> > > > > >> > > > > > > > > > > > functions that
> > > > > >> > > > > > > > > > > > no longer exist, and finished
debugging
> some
> > > > > issues
> > > > > >> > > related
> > > > > >> > > > > to
> > > > > >> > > > > > > time
> > > > > >> > > > > > > > > > > > string
> > > > > >> > > > > > > > > > > > formatting.  In side my log file
(located
> > > here:
> > > > *
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > >> > > > > > > > > > > > there is are two errors - possibly
> related -
> > > > > >> > highlighted
> > > > > >> > > in
> > > > > >> > > > > red
> > > > > >> > > > > > > > > > > > below.  The
> > > > > >> > > > > > > > > > > > first one points to a library
issue.  The
> > > > > directory
> > > > > >> in
> > > > > >> > > > > question
> > > > > >> > > > > > > > > > > > exists, but
> > > > > >> > > > > > > > > > > > there is nothing in it.  Is that
the
> > > referenced
> > > > > >> library
> > > > > >> > > is
> > > > > >> > > > > > > expected
> > > > > >> > > > > > > > > > > > to
> > > > > >> > > > > > > > > > > > reside there?  The second issue,
which is
> > not
> > > > too
> > > > > >> > > > revealing,
> > > > > >> > > > > > > points
> > > > > >> > > > > > > > > > > > to the
> > > > > >> > > > > > > > > > > > STATAnalysisConfig file, which I
think is
> > > > somehow
> > > > > >> > related
> > > > > >> > > > to
> > > > > >> > > > > > the
> > > > > >> > > > > > > > > > > > first
> > > > > >> > > > > > > > > > > > error.  I did take the
STATAnalysisConfig
> > file
> > > > > from
> > > > > >> > > another
> > > > > >> > > > > > > metplus
> > > > > >> > > > > > > > > > > > location that I've been working on
into a
> > > > > directory
> > > > > >> I
> > > > > >> > > > created
> > > > > >> > > > > > to
> > > > > >> > > > > > > > put
> > > > > >> > > > > > > > > > > > the
> > > > > >> > > > > > > > > > > > copied version there.  The
> > STATAnalysisConfig
> > > > > >> directory
> > > > > >> > > was
> > > > > >> > > > > > taken
> > > > > >> > > > > > > > > > > > from a
> > > > > >> > > > > > > > > > > > V.3.1 location, so I assumed that
the
> layout
> > > of
> > > > > the
> > > > > >> > file
> > > > > >> > > > > would
> > > > > >> > > > > > be
> > > > > >> > > > > > > > > > > > okay.
> > > > > >> > > > > > > > > > > > The information below seems like
what I
> > want.
> > > > I'm
> > > > > >> > > looping
> > > > > >> > > > > over
> > > > > >> > > > > > > 06,
> > > > > >> > > > > > > > > > > > 12
> > > > > >> > > > > > > > > > > > initial times and grouping the 00-
23 VALID
> > > hours
> > > > > for
> > > > > >> > each
> > > > > >> > > > > day.
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
metplus.StatAnalysis
> > INFO:
> > > > > >> COMMAND:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > >> > > > > > > > > > > > -lookin
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > >> > > > > > > > > > > > -config
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
metplus.StatAnalysis
> > > > > >> > > > > (command_runner.py:124)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > app_name is: stat_analysis, output
sent
> to:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > > >>
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > >> > > > > > > > > > > > error while loading shared
libraries:
> > > > > >> > > libpython3.6m.so.1.0:
> > > > > >> > > > > > > cannot
> > > > > >> > > > > > > > > > > > open
> > > > > >> > > > > > > > > > > > shared object file: No such file or
> > directory
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
metplus.StatAnalysis
> > > > > >> > > > > (command_runner.py:191)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > Finished running
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > >> > > > > > > > > > > > in
> > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:100)
> > > > > >> > > > > > > > > > > > ERROR:
> > > > > >> > > > > > > > > > > > (command_builder.py:733) MET
command
> > returned
> > > a
> > > > > >> > non-zero
> > > > > >> > > > > return
> > > > > >> > > > > > > > code:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > >
> > > > > >> > > >
> > > > > >> >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > >> > > > > > > > > > > > -lookin
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > >> > > > > > > > > > > > -config
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > >
> > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> > INFO:
> > > > > Check
> > > > > >> the
> > > > > >> > > > > logfile
> > > > > >> > > > > > > for
> > > > > >> > > > > > > > > > > > more
> > > > > >> > > > > > > > > > > > information on why it failed
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > >> > > > > > > > > > > > DEBUG: Building dump_row filename
from
> > default
> > > > > >> > template:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
SETTINGS....
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
> "010000",
> > > > > >> "020000",
> > > > > >> > > > > "030000",
> > > > > >> > > > > > > > > > > > "040000",
> > > > > >> > > > > > > > > > > > "050000", "060000", "070000",
"080000",
> > > > "090000",
> > > > > >> > > "100000",
> > > > > >> > > > > > > > "110000",
> > > > > >> > > > > > > > > > > > "120000", "130000", "140000",
"150000",
> > > > "160000",
> > > > > >> > > "170000",
> > > > > >> > > > > > > > "180000",
> > > > > >> > > > > > > > > > > > "190000", "200000", "210000",
"220000",
> > > "230000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
20200525_000000
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
20200525_230000
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:140)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> >
> > > > > >>
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > ALPHA=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > COV_THRESH=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > DESC=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000", "010000",
> > "020000",
> > > > > >> "030000",
> > > > > >> > > > > > "040000",
> > > > > >> > > > > > > > > > > > "050000",
> > > > > >> > > > > > > > > > > > "060000", "070000", "080000",
"090000",
> > > > "100000",
> > > > > >> > > "110000",
> > > > > >> > > > > > > > "120000",
> > > > > >> > > > > > > > > > > > "130000", "140000", "150000",
"160000",
> > > > "170000",
> > > > > >> > > "180000",
> > > > > >> > > > > > > > "190000",
> > > > > >> > > > > > > > > > > > "200000", "210000", "220000",
"230000"
> > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > >> > > > > > (command_builder.py:254)
> > > > > >> > > > > > > > > > > > DEBUG:
> > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > that appear to ori.  I took this
file over
> > > from
> > > > > >> another
> > > > > >> > > > V3.0
> > > > > >> > > > > > > > > > > > location,
> > > > > >> > > > > > > > > > > > assuming that this would be
acceptable.
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > > Edward Strobach
> > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > >> > > > > > > > > > > > IMSG Contractor
> > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > > > >> > > > > > > > > > > > 301-683-3717
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > > --
> > > > > >> > > > > > > > > Edward Strobach
> > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > > > >> > > > > > > > > IMSG Contractor
> > > > > >> > > > > > > > > Cubicle#: 2029
> > > > > >> > > > > > > > > 301-683-3717
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > > > --
> > > > > >> > > > > > > > George McCabe - Software Engineer III
> > > > > >> > > > > > > > National Center for Atmospheric Research
> > > > > >> > > > > > > > Research Applications Laboratory
> > > > > >> > > > > > > > 303-497-2768
> > > > > >> > > > > > > > ---
> > > > > >> > > > > > > > My working day may not be your working day.
Please
> > do
> > > > not
> > > > > >> feel
> > > > > >> > > > > obliged
> > > > > >> > > > > > to
> > > > > >> > > > > > > > reply to this email outside of your normal
working
> > > > hours.
> > > > > >> > > > > > > >
> > > > > >> > > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > > > --
> > > > > >> > > > > > > Edward Strobach
> > > > > >> > > > > > > EMC/NCEP/NWS/
> > > > > >> > > > > > > IMSG Contractor
> > > > > >> > > > > > > Cubicle#: 2029
> > > > > >> > > > > > > 301-683-3717
> > > > > >> > > > > > >
> > > > > >> > > > > > >
> > > > > >> > > > > >
> > > > > >> > > > > > --
> > > > > >> > > > > > George McCabe - Software Engineer III
> > > > > >> > > > > > National Center for Atmospheric Research
> > > > > >> > > > > > Research Applications Laboratory
> > > > > >> > > > > > 303-497-2768
> > > > > >> > > > > > ---
> > > > > >> > > > > > My working day may not be your working day.
Please do
> > not
> > > > feel
> > > > > >> > > obliged
> > > > > >> > > > to
> > > > > >> > > > > > reply to this email outside of your normal
working
> > hours.
> > > > > >> > > > > >
> > > > > >> > > > > >
> > > > > >> > > > >
> > > > > >> > > > > --
> > > > > >> > > > > Edward Strobach
> > > > > >> > > > > EMC/NCEP/NWS/
> > > > > >> > > > > IMSG Contractor
> > > > > >> > > > > Cubicle#: 2029
> > > > > >> > > > > 301-683-3717
> > > > > >> > > > >
> > > > > >> > > > >
> > > > > >> > > >
> > > > > >> > > > --
> > > > > >> > > > George McCabe - Software Engineer III
> > > > > >> > > > National Center for Atmospheric Research
> > > > > >> > > > Research Applications Laboratory
> > > > > >> > > > 303-497-2768
> > > > > >> > > > ---
> > > > > >> > > > My working day may not be your working day. Please
do not
> > feel
> > > > > >> obliged
> > > > > >> > to
> > > > > >> > > > reply to this email outside of your normal working
hours.
> > > > > >> > > >
> > > > > >> > > >
> > > > > >> > >
> > > > > >> > > --
> > > > > >> > > Julie Prestopnik
> > > > > >> > > Software Engineer
> > > > > >> > > National Center for Atmospheric Research
> > > > > >> > > Research Applications Laboratory
> > > > > >> > > Phone: 303.497.8399
> > > > > >> > > Email: jpresto at ucar.edu
> > > > > >> > >
> > > > > >> > > My working day may not be your working day.  Please
do not
> > feel
> > > > > >> obliged
> > > > > >> > to
> > > > > >> > > reply to this email outside of your normal working
hours.
> > > > > >> > >
> > > > > >> > >
> > > > > >> >
> > > > > >> > --
> > > > > >> > Edward Strobach
> > > > > >> > EMC/NCEP/NWS/
> > > > > >> > IMSG Contractor
> > > > > >> > Cubicle#: 2029
> > > > > >> > 301-683-3717
> > > > > >> >
> > > > > >> >
> > > > > >>
> > > > > >> --
> > > > > >> Julie Prestopnik
> > > > > >> Software Engineer
> > > > > >> National Center for Atmospheric Research
> > > > > >> Research Applications Laboratory
> > > > > >> Phone: 303.497.8399
> > > > > >> Email: jpresto at ucar.edu
> > > > > >>
> > > > > >> My working day may not be your working day.  Please do
not feel
> > > > obliged
> > > > > to
> > > > > >> reply to this email outside of your normal working hours.
> > > > > >>
> > > > > >>
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day.  Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 04:32:13 2020

I understand George.  I haven't adopted best practices quite yet I
guess.
My confusion lies in separating machine.conf and the plot*.conf.  I've
been
duplicating the definitions in both because it's not clear to me what
belongs in machine.conf and what should belong in the other.  Perhaps
what
I'll do is try to clean up the machine.conf and share with you the new
conf
files so that it is easier to follow.  In truth, I'm hoping to learn
from
this process so that I can create verification packages through
metplus in
an efficient way. Right now it's growing pains.

On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> I'm taking a look at your config files to try to see if I can see
anything
> obvious that is wrong. It is a little confusing to follow the way
you have
> it set up where you set a variable in one file, then reference it in
the
> next. It would make a little more sense to keep your machine conf
pretty
> clean, with only top level configurations, like INPUT_BASE,
OUTPUT_BASE,
> MET_INSTALL_DIR (from the [dir] section, the others in
machine_v3.conf
> aren't needed), anything in the [exe] section, and system wide
settings,
> like LOG_ variables. The rest of the variables make more sense to
put in
> the use case conf file only, i.e. instead of setting
>
> VALIDBEG = {ENV[VALID_B]}
> VALIDEND = {ENV[VALID_E]}
>
>  in machine_v3.conf and setting
>
> VALID_BEG = {VALIDBEG}
> VALID_END = {VALIDEND}
>
> in the plot conf, just set
>
> VALID_BEG = {ENV[VALID_B]}
> VALID_END = {ENV[VALID_E]}
>
> in the plot conf. This will make it easier to follow instead of
having to
> hop between 3 files.
>
> If you'd like, you could tar up the input files to StatAnalysis and
I can
> have Julie or someone else pull them down so I can try to work
through the
> errors locally. I am also happy to set up a meeting where you can
screen
> share and we can go through the errors together. Let me know what
you
> think.
>
> Thanks,
> George
>
>
> On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > will do!
> >
> > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
> met_help at ucar.edu>
> > wrote:
> >
> > > No worries!  We're happy to help.  We hope you'll get a
successful run.
> > > Please let us know how it goes.
> > >
> > > Julie
> > >
> > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > Okay. I think I understand that error now.  I'm sorry I
overlooked
> > > that.  I
> > > > kept thinking that something else was going on. Thanks Julie
and
> George
> > > >
> > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
> > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > > >
> > > > > > Note that your job1_v3 points to met-9.0 not met-9.0.1 and
to
> > > > METplus-3.0
> > > > > > not METplus-3.0.1.
> > > > > >
> > > > > That is true in a few places:
> > > > >
> > > > > > export
> > > > > >
> > > > >
> > > >
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > > > > export
> > > HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > > > >
> > > > > export METplus_version="3.0"
> > > > > > export MET_version="9.0"
> > > > > >
> > > > >
> > > > > In addition to changing those, you should also change:
> > > > >
> > > > > > export
> > > >
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > > >
> > > > > to
> > > > >
> > > > > > export NCDUMP="
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > > >
> > > > >
> > > > > Julie
> > > > >
> > > > >
> > > > >
> > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > i managed to fix that weird issue.  I think you should be
able to
> > see
> > > > my
> > > > > > .bashrc now.  I'm going to look to see what I did..
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
Affiliate <
> > > > > > edward.strobach at noaa.gov> wrote:
> > > > > >
> > > > > > > l don't know.  I've never encountered this issue.  I
simply
> > copied
> > > > and
> > > > > > > pasted - or so I thought - the module contents under the
> > > > WCOSS-DELL.  I
> > > > > > can
> > > > > > > do pwd and see that I'm in /u/Edward.Strobach, but many
other
> > > > commands
> > > > > do
> > > > > > > not work.  It's related to something I must have done in
the
> > > .bashrc:
> > > > > > >
> > > > > > > -bash: export:
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > > > > not a valid identifier
> > > > > > >
> > > > > > > I've been at this too long and am probably starting to
make
> > > > mistakes..
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT <
> > > > > > met_help at ucar.edu>
> > > > > > > wrote:
> > > > > > >
> > > > > > >> Is there anything I can do to help?  I tried to look in
> > > > > > /u/Edward.Strobach
> > > > > > >> to see if I could access your .bashrc file, however, I
don't
> > even
> > > > see
> > > > > > >> a /u/Edward.Strobach directory, which I don't fully
> > understand...
> > > > > > >>
> > > > > > >> Julie
> > > > > > >>
> > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
> Affiliate
> > > via
> > > > > RT <
> > > > > > >> met_help at ucar.edu> wrote:
> > > > > > >>
> > > > > > >> >
> > > > > > >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > > > > >> >
> > > > > > >> > I realize that, but now I messed up my .bashrc file
in such
> a
> > > way
> > > > > > that I
> > > > > > >> > can't use vi or ls, so I'm kind of stuck until I can
deal
> with
> > > > that
> > > > > > >> >
> > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via
RT <
> > > > > > >> met_help at ucar.edu>
> > > > > > >> > wrote:
> > > > > > >> >
> > > > > > >> > > Hi Edward and George.
> > > > > > >> > >
> > > > > > >> > > I believe Edward is running on Venus but looking at
the
> > > > directions
> > > > > > for
> > > > > > >> > > Mars, because there was previously no modulefile
for
> > > > metplus/3.0.1
> > > > > > on
> > > > > > >> > > Venus, but there was on Mars.  However, I just
created a
> > > > > modulefile
> > > > > > >> for
> > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on Venus.
> Edward,
> > > > > please
> > > > > > >> start
> > > > > > >> > > fresh with a new login to Venus and try running:
> > > > > > >> > >
> > > > > > >> > > > module use
> > > > > > >> > > >
> > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > >> > > > module load metplus/3.0.1
> > > > > > >> > >
> > > > > > >> > >
> > > > > > >> > > Please let us know how the testing goes.  In the
meantime,
> > > I'll
> > > > > try
> > > > > > to
> > > > > > >> > > reproduce the problem you are experiencing.  I may
need
> some
> > > > help
> > > > > > from
> > > > > > >> > > George, but hopefully, getting the right
environment set
> up
> > > will
> > > > > > help
> > > > > > >> > > resolve the issue you are having.
> > > > > > >> > >
> > > > > > >> > > Julie
> > > > > > >> > >
> > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via RT
<
> > > > > > >> met_help at ucar.edu>
> > > > > > >> > > wrote:
> > > > > > >> > >
> > > > > > >> > > >
> > > > > > >> > > > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >
> > > > > > >> > > >
> > > > > > >> > > > Which machine are you running on? The
instructions for
> the
> > > > NOAA
> > > > > > >> > machines
> > > > > > >> > > > vary.
> > > > > > >> > > >
> > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach -
NOAA
> > > > Affiliate
> > > > > > via
> > > > > > >> RT
> > > > > > >> > <
> > > > > > >> > > > met_help at ucar.edu> wrote:
> > > > > > >> > > >
> > > > > > >> > > > >
> > > > > > >> > > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > > > The first line is under my .bashrc in
> > /u/Edward.Strobach.
> > > > > > >> > > > >
> > > > > > >> > > > > The second line was added and that's when I got
the
> > > > following:
> > > > > > >> > > > >
> > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > > > >> > > > >
> > > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
metplus/3.0.1
> > > > > > >> > > > > Lmod has detected the following error:  The
following
> > > > > module(s)
> > > > > > >> are
> > > > > > >> > > > > unknown: "metplus/3.0.1"
> > > > > > >> > > > >
> > > > > > >> > > > > Please check the spelling or version number.
Also try
> > > > "module
> > > > > > >> spider
> > > > > > >> > > ..."
> > > > > > >> > > > > It is also possible your cache file is out-of-
date; it
> > may
> > > > > help
> > > > > > to
> > > > > > >> > try:
> > > > > > >> > > > >   $ module --ignore-cache load "metplus/3.0.1"
> > > > > > >> > > > >
> > > > > > >> > > > > Also make sure that all modulefiles written in
TCL
> start
> > > > with
> > > > > > the
> > > > > > >> > > string
> > > > > > >> > > > > #%Module
> > > > > > >> > > > >
> > > > > > >> > > > >
> > > > > > >> > > > >
> > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe
via RT <
> > > > > > >> > met_help at ucar.edu
> > > > > > >> > > >
> > > > > > >> > > > > wrote:
> > > > > > >> > > > >
> > > > > > >> > > > > > Hi Edward,
> > > > > > >> > > > > >
> > > > > > >> > > > > > Did you run this first?
> > > > > > >> > > > > >
> > > > > > >> > > > > > module use
> > > > > > >> > > > > >
> > > > > > >>
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > >> > > > > >
> > > > > > >> > > > > > I believe you need to run that so it can find
the
> > > > > > metplus/3.0.1
> > > > > > >> > > module.
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
Strobach -
> NOAA
> > > > > > Affiliate
> > > > > > >> via
> > > > > > >> > > RT
> > > > > > >> > > > <
> > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > > > > >> > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >> >
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > There was only one mention of deprecated,
and it
> was
> > > at
> > > > > the
> > > > > > >> top
> > > > > > >> > of
> > > > > > >> > > > the
> > > > > > >> > > > > > log
> > > > > > >> > > > > > > "Checking for deprecated env..".  There
were no
> > other
> > > > > > >> mentions;
> > > > > > >> > > > > however,
> > > > > > >> > > > > > > there were warnings for certain variables
not
> being
> > > set.
> > > > > > Other
> > > > > > >> > than
> > > > > > >> > > > > that
> > > > > > >> > > > > > I
> > > > > > >> > > > > > > get DEBUG messages - presumably because I
set
> things
> > > to
> > > > > > DEBUG
> > > > > > >> -
> > > > > > >> > and
> > > > > > >> > > > > those
> > > > > > >> > > > > > > two error messages.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > I figured the second was related to the
first.  A
> > > > > reference
> > > > > > to
> > > > > > >> > > > > libraries
> > > > > > >> > > > > > > makes me feel like it's an environment
issue, but
> my
> > > > > bashrc
> > > > > > is
> > > > > > >> > > > already
> > > > > > >> > > > > > set
> > > > > > >> > > > > > > up with the recommended Dell modules
settings.
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George
McCabe via
> RT
> > <
> > > > > > >> > > > met_help at ucar.edu
> > > > > > >> > > > > >
> > > > > > >> > > > > > > wrote:
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > > Hi Edward,
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > Even if you don't run the validate
script,
> METplus
> > > > > should
> > > > > > >> error
> > > > > > >> > > out
> > > > > > >> > > > > > > > immediately and give you a list of
variables
> that
> > > are
> > > > > > >> > deprecated
> > > > > > >> > > > and
> > > > > > >> > > > > a
> > > > > > >> > > > > > > > suggestion if possible, so I am guessing
that
> the
> > > > > changes
> > > > > > >> > weren't
> > > > > > >> > > > > > > covered.
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > The 2nd error is related to the first.
The
> > libpython
> > > > > error
> > > > > > >> is
> > > > > > >> > > what
> > > > > > >> > > > > came
> > > > > > >> > > > > > > > from the actual call to stat_analysis and
the
> 2nd
> > > > error
> > > > > is
> > > > > > >> just
> > > > > > >> > > > > telling
> > > > > > >> > > > > > > you
> > > > > > >> > > > > > > > that the stat_analysis command returned
non-zero
> > > > value,
> > > > > > >> which
> > > > > > >> > > means
> > > > > > >> > > > > > that
> > > > > > >> > > > > > > it
> > > > > > >> > > > > > > > failed.
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward
Strobach -
> > > NOAA
> > > > > > >> Affiliate
> > > > > > >> > > via
> > > > > > >> > > > > RT
> > > > > > >> > > > > > <
> > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > <URL:
> > > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >> > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > I think I've already removed the out-
of-date
> > > > variable
> > > > > > >> names
> > > > > > >> > > with
> > > > > > >> > > > > the
> > > > > > >> > > > > > > v3.1
> > > > > > >> > > > > > > > > names.  I can look into that option if
this
> > proves
> > > > not
> > > > > > to
> > > > > > >> be
> > > > > > >> > an
> > > > > > >> > > > > > > > environment
> > > > > > >> > > > > > > > > issue.  I do know that I was pretty
carefully
> > > making
> > > > > the
> > > > > > >> > > changes
> > > > > > >> > > > > > > between
> > > > > > >> > > > > > > > > versions, but I could have still missed
> > something.
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George
McCabe
> via
> > > RT
> > > > <
> > > > > > >> > > > > > met_help at ucar.edu
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > > wrote:
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > > Hi Edward,
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > I'm not sure if I mentioned this to
you or
> > not,
> > > > but
> > > > > > >> there
> > > > > > >> > is
> > > > > > >> > > a
> > > > > > >> > > > > > > section
> > > > > > >> > > > > > > > in
> > > > > > >> > > > > > > > > > the User's Guide about updating
config
> > variables
> > > > > from
> > > > > > >> older
> > > > > > >> > > > > > versions:
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > In the last sub-section of that
section, it
> > > > > describes
> > > > > > a
> > > > > > >> > tool
> > > > > > >> > > > > called
> > > > > > >> > > > > > > > > > validate_config.py that can be run
the same
> > way
> > > as
> > > > > > >> > > > > > master_metplus.py
> > > > > > >> > > > > > > > > > (passing in configs with -c) and it
will
> step
> > > you
> > > > > > >> through
> > > > > > >> > > find
> > > > > > >> > > > > and
> > > > > > >> > > > > > > > > replace
> > > > > > >> > > > > > > > > > commands to update your configuration
files.
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > However, this tool only works if
deprecated
> > > > > variables
> > > > > > >> are
> > > > > > >> > > added
> > > > > > >> > > > > to
> > > > > > >> > > > > > > the
> > > > > > >> > > > > > > > > > list to be processed. I added many of
the
> > > > variables
> > > > > > that
> > > > > > >> > were
> > > > > > >> > > > > > changed
> > > > > > >> > > > > > > > in
> > > > > > >> > > > > > > > > > StatAnalysis and MakePlots wrappers,
but I
> am
> > > not
> > > > > very
> > > > > > >> > > familiar
> > > > > > >> > > > > > with
> > > > > > >> > > > > > > > this
> > > > > > >> > > > > > > > > > wrapper so I may have missed some.
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > I apologize that this has been such a
> tedious
> > > > > process
> > > > > > >> for
> > > > > > >> > > you.
> > > > > > >> > > > If
> > > > > > >> > > > > > > you'd
> > > > > > >> > > > > > > > > > like to send me your current version
I can
> use
> > > > that
> > > > > > >> info to
> > > > > > >> > > > > update
> > > > > > >> > > > > > > this
> > > > > > >> > > > > > > > > > functionality to make things easier
going
> > > forward.
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > Thanks,
> > > > > > >> > > > > > > > > > George
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe
wrote:
> > > > > > >> > > > > > > > > > > Hi Edward,
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > The first error looks like an
environment
> > > issue.
> > > > > You
> > > > > > >> may
> > > > > > >> > > have
> > > > > > >> > > > > > some
> > > > > > >> > > > > > > > > > > disconnect in the module loads you
ran. I
> > > would
> > > > > > purge
> > > > > > >> the
> > > > > > >> > > > > > modules,
> > > > > > >> > > > > > > > > > > then try
> > > > > > >> > > > > > > > > > > to set up the environment to run
METplus
> > again
> > > > > > (listed
> > > > > > >> > here
> > > > > > >> > > > for
> > > > > > >> > > > > > > > > > > reference:
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > >
> > > > > > >>
> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > > > > >> > > > > > > > > > > builds)
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > I don't see red text through MET-
Help and
> > I'm
> > > > not
> > > > > > >> seeing
> > > > > > >> > > the
> > > > > > >> > > > > > second
> > > > > > >> > > > > > > > > > > error,
> > > > > > >> > > > > > > > > > > but hopefully clearing up the
environment
> > > issues
> > > > > > >> resolves
> > > > > > >> > > the
> > > > > > >> > > > > 2nd
> > > > > > >> > > > > > > > > > > issue.
> > > > > > >> > > > > > > > > > > Please let me know if it does not.
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > Also, I have been trying to clean
up
> > > > StatAnalysis
> > > > > > and
> > > > > > >> > > > MakePlots
> > > > > > >> > > > > > > > > > > wrappers,
> > > > > > >> > > > > > > > > > > so any information you could
provide on
> > things
> > > > > that
> > > > > > >> > didn't
> > > > > > >> > > > work
> > > > > > >> > > > > > > that
> > > > > > >> > > > > > > > > > > you
> > > > > > >> > > > > > > > > > > had to change from the examples
would be
> > very
> > > > > > helpful.
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > Thanks,
> > > > > > >> > > > > > > > > > > George
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM
Edward
> > > Strobach
> > > > -
> > > > > > NOAA
> > > > > > >> > > > > Affiliate
> > > > > > >> > > > > > > via
> > > > > > >> > > > > > > > > > > RT <
> > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > >> > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020: Request
95484
> > was
> > > > > acted
> > > > > > >> upon.
> > > > > > >> > > > > > > > > > > > Transaction: Ticket created by
> > > > > > >> > edward.strobach at noaa.gov
> > > > > > >> > > > > > > > > > > >        Queue: met_help
> > > > > > >> > > > > > > > > > > >      Subject: command_builder.py
error
> > > > > > >> > > > > > > > > > > >        Owner: Nobody
> > > > > > >> > > > > > > > > > > >   Requestors:
edward.strobach at noaa.gov
> > > > > > >> > > > > > > > > > > >       Status: new
> > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > > > > >> > > > > > > > >
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >> > > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > Good afternoon,
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > I'm in the process of converting
> > > StatAnalysis
> > > > > > >> > > andMakePlots
> > > > > > >> > > > to
> > > > > > >> > > > > > > > metplus
> > > > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > I've isolated the commands that
are
> > > > deprecated,
> > > > > > >> > replaced
> > > > > > >> > > > the
> > > > > > >> > > > > > > > > > > > functions that
> > > > > > >> > > > > > > > > > > > no longer exist, and finished
debugging
> > some
> > > > > > issues
> > > > > > >> > > related
> > > > > > >> > > > > to
> > > > > > >> > > > > > > time
> > > > > > >> > > > > > > > > > > > string
> > > > > > >> > > > > > > > > > > > formatting.  In side my log file
> (located
> > > > here:
> > > > > *
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > >> > > > > > > > > > > > there is are two errors -
possibly
> > related -
> > > > > > >> > highlighted
> > > > > > >> > > in
> > > > > > >> > > > > red
> > > > > > >> > > > > > > > > > > > below.  The
> > > > > > >> > > > > > > > > > > > first one points to a library
issue.
> The
> > > > > > directory
> > > > > > >> in
> > > > > > >> > > > > question
> > > > > > >> > > > > > > > > > > > exists, but
> > > > > > >> > > > > > > > > > > > there is nothing in it.  Is that
the
> > > > referenced
> > > > > > >> library
> > > > > > >> > > is
> > > > > > >> > > > > > > expected
> > > > > > >> > > > > > > > > > > > to
> > > > > > >> > > > > > > > > > > > reside there?  The second issue,
which
> is
> > > not
> > > > > too
> > > > > > >> > > > revealing,
> > > > > > >> > > > > > > points
> > > > > > >> > > > > > > > > > > > to the
> > > > > > >> > > > > > > > > > > > STATAnalysisConfig file, which I
think
> is
> > > > > somehow
> > > > > > >> > related
> > > > > > >> > > > to
> > > > > > >> > > > > > the
> > > > > > >> > > > > > > > > > > > first
> > > > > > >> > > > > > > > > > > > error.  I did take the
> STATAnalysisConfig
> > > file
> > > > > > from
> > > > > > >> > > another
> > > > > > >> > > > > > > metplus
> > > > > > >> > > > > > > > > > > > location that I've been working
on into
> a
> > > > > > directory
> > > > > > >> I
> > > > > > >> > > > created
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > put
> > > > > > >> > > > > > > > > > > > the
> > > > > > >> > > > > > > > > > > > copied version there.  The
> > > STATAnalysisConfig
> > > > > > >> directory
> > > > > > >> > > was
> > > > > > >> > > > > > taken
> > > > > > >> > > > > > > > > > > > from a
> > > > > > >> > > > > > > > > > > > V.3.1 location, so I assumed that
the
> > layout
> > > > of
> > > > > > the
> > > > > > >> > file
> > > > > > >> > > > > would
> > > > > > >> > > > > > be
> > > > > > >> > > > > > > > > > > > okay.
> > > > > > >> > > > > > > > > > > > The information below seems like
what I
> > > want.
> > > > > I'm
> > > > > > >> > > looping
> > > > > > >> > > > > over
> > > > > > >> > > > > > > 06,
> > > > > > >> > > > > > > > > > > > 12
> > > > > > >> > > > > > > > > > > > initial times and grouping the
00-23
> VALID
> > > > hours
> > > > > > for
> > > > > > >> > each
> > > > > > >> > > > > day.
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
metplus.StatAnalysis
> > > INFO:
> > > > > > >> COMMAND:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > >
> > > > > > >> >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > >> > > > > > > > > > > > -lookin
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > >> > > > > > > > > > > > -config
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
metplus.StatAnalysis
> > > > > > >> > > > > (command_runner.py:124)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > app_name is: stat_analysis,
output sent
> > to:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > >> > > > > > > > > > > > error while loading shared
libraries:
> > > > > > >> > > libpython3.6m.so.1.0:
> > > > > > >> > > > > > > cannot
> > > > > > >> > > > > > > > > > > > open
> > > > > > >> > > > > > > > > > > > shared object file: No such file
or
> > > directory
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
metplus.StatAnalysis
> > > > > > >> > > > > (command_runner.py:191)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > Finished running
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > >
> > > > > > >> >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > >> > > > > > > > > > > > in
> > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:100)
> > > > > > >> > > > > > > > > > > > ERROR:
> > > > > > >> > > > > > > > > > > > (command_builder.py:733) MET
command
> > > returned
> > > > a
> > > > > > >> > non-zero
> > > > > > >> > > > > return
> > > > > > >> > > > > > > > code:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > >
> > > > > > >> >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > >> > > > > > > > > > > > -lookin
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > >> > > > > > > > > > > > -config
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > >
> > > > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> > > INFO:
> > > > > > Check
> > > > > > >> the
> > > > > > >> > > > > logfile
> > > > > > >> > > > > > > for
> > > > > > >> > > > > > > > > > > > more
> > > > > > >> > > > > > > > > > > > information on why it failed
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row filename
from
> > > default
> > > > > > >> > template:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
SETTINGS....
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000",
> > "010000",
> > > > > > >> "020000",
> > > > > > >> > > > > "030000",
> > > > > > >> > > > > > > > > > > > "040000",
> > > > > > >> > > > > > > > > > > > "050000", "060000", "070000",
"080000",
> > > > > "090000",
> > > > > > >> > > "100000",
> > > > > > >> > > > > > > > "110000",
> > > > > > >> > > > > > > > > > > > "120000", "130000", "140000",
"150000",
> > > > > "160000",
> > > > > > >> > > "170000",
> > > > > > >> > > > > > > > "180000",
> > > > > > >> > > > > > > > > > > > "190000", "200000", "210000",
"220000",
> > > > "230000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2",
"VL1L2"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
20200525_000000
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
20200525_230000
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:140)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >>
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > ALPHA=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > COV_THRESH=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > DESC=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
"010000",
> > > "020000",
> > > > > > >> "030000",
> > > > > > >> > > > > > "040000",
> > > > > > >> > > > > > > > > > > > "050000",
> > > > > > >> > > > > > > > > > > > "060000", "070000", "080000",
"090000",
> > > > > "100000",
> > > > > > >> > > "110000",
> > > > > > >> > > > > > > > "120000",
> > > > > > >> > > > > > > > > > > > "130000", "140000", "150000",
"160000",
> > > > > "170000",
> > > > > > >> > > "180000",
> > > > > > >> > > > > > > > "190000",
> > > > > > >> > > > > > > > > > > > "200000", "210000", "220000",
"230000"
> > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
metplus.StatAnalysis
> > > > > > >> > > > > > (command_builder.py:254)
> > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > that appear to ori.  I took this
file
> over
> > > > from
> > > > > > >> another
> > > > > > >> > > > V3.0
> > > > > > >> > > > > > > > > > > > location,
> > > > > > >> > > > > > > > > > > > assuming that this would be
acceptable.
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > > Edward Strobach
> > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > >> > > > > > > > > > > > IMSG Contractor
> > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > > > > >> > > > > > > > > > > > 301-683-3717
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > > --
> > > > > > >> > > > > > > > > Edward Strobach
> > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > > > > >> > > > > > > > > IMSG Contractor
> > > > > > >> > > > > > > > > Cubicle#: 2029
> > > > > > >> > > > > > > > > 301-683-3717
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > > --
> > > > > > >> > > > > > > > George McCabe - Software Engineer III
> > > > > > >> > > > > > > > National Center for Atmospheric Research
> > > > > > >> > > > > > > > Research Applications Laboratory
> > > > > > >> > > > > > > > 303-497-2768
> > > > > > >> > > > > > > > ---
> > > > > > >> > > > > > > > My working day may not be your working
day.
> Please
> > > do
> > > > > not
> > > > > > >> feel
> > > > > > >> > > > > obliged
> > > > > > >> > > > > > to
> > > > > > >> > > > > > > > reply to this email outside of your
normal
> working
> > > > > hours.
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > > > --
> > > > > > >> > > > > > > Edward Strobach
> > > > > > >> > > > > > > EMC/NCEP/NWS/
> > > > > > >> > > > > > > IMSG Contractor
> > > > > > >> > > > > > > Cubicle#: 2029
> > > > > > >> > > > > > > 301-683-3717
> > > > > > >> > > > > > >
> > > > > > >> > > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > > > --
> > > > > > >> > > > > > George McCabe - Software Engineer III
> > > > > > >> > > > > > National Center for Atmospheric Research
> > > > > > >> > > > > > Research Applications Laboratory
> > > > > > >> > > > > > 303-497-2768
> > > > > > >> > > > > > ---
> > > > > > >> > > > > > My working day may not be your working day.
Please
> do
> > > not
> > > > > feel
> > > > > > >> > > obliged
> > > > > > >> > > > to
> > > > > > >> > > > > > reply to this email outside of your normal
working
> > > hours.
> > > > > > >> > > > > >
> > > > > > >> > > > > >
> > > > > > >> > > > >
> > > > > > >> > > > > --
> > > > > > >> > > > > Edward Strobach
> > > > > > >> > > > > EMC/NCEP/NWS/
> > > > > > >> > > > > IMSG Contractor
> > > > > > >> > > > > Cubicle#: 2029
> > > > > > >> > > > > 301-683-3717
> > > > > > >> > > > >
> > > > > > >> > > > >
> > > > > > >> > > >
> > > > > > >> > > > --
> > > > > > >> > > > George McCabe - Software Engineer III
> > > > > > >> > > > National Center for Atmospheric Research
> > > > > > >> > > > Research Applications Laboratory
> > > > > > >> > > > 303-497-2768
> > > > > > >> > > > ---
> > > > > > >> > > > My working day may not be your working day.
Please do
> not
> > > feel
> > > > > > >> obliged
> > > > > > >> > to
> > > > > > >> > > > reply to this email outside of your normal
working
> hours.
> > > > > > >> > > >
> > > > > > >> > > >
> > > > > > >> > >
> > > > > > >> > > --
> > > > > > >> > > Julie Prestopnik
> > > > > > >> > > Software Engineer
> > > > > > >> > > National Center for Atmospheric Research
> > > > > > >> > > Research Applications Laboratory
> > > > > > >> > > Phone: 303.497.8399
> > > > > > >> > > Email: jpresto at ucar.edu
> > > > > > >> > >
> > > > > > >> > > My working day may not be your working day.  Please
do not
> > > feel
> > > > > > >> obliged
> > > > > > >> > to
> > > > > > >> > > reply to this email outside of your normal working
hours.
> > > > > > >> > >
> > > > > > >> > >
> > > > > > >> >
> > > > > > >> > --
> > > > > > >> > Edward Strobach
> > > > > > >> > EMC/NCEP/NWS/
> > > > > > >> > IMSG Contractor
> > > > > > >> > Cubicle#: 2029
> > > > > > >> > 301-683-3717
> > > > > > >> >
> > > > > > >> >
> > > > > > >>
> > > > > > >> --
> > > > > > >> Julie Prestopnik
> > > > > > >> Software Engineer
> > > > > > >> National Center for Atmospheric Research
> > > > > > >> Research Applications Laboratory
> > > > > > >> Phone: 303.497.8399
> > > > > > >> Email: jpresto at ucar.edu
> > > > > > >>
> > > > > > >> My working day may not be your working day.  Please do
not
> feel
> > > > > obliged
> > > > > > to
> > > > > > >> reply to this email outside of your normal working
hours.
> > > > > > >>
> > > > > > >>
> > > > > > >
> > > > > > > --
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day.  Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > Julie Prestopnik
> > > Software Engineer
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > Phone: 303.497.8399
> > > Email: jpresto at ucar.edu
> > >
> > > My working day may not be your working day.  Please do not feel
obliged
> > to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 08:17:43 2020

Hi Edward,

Think of the machine conf as a conf file that corresponds to a user
and
machine where you are running. It contains settings that will be
applied to
every run of METplus on that machine as that user. I often name mine
containing my username and machine I am using it on to make it clear
to me
what it is used for. Here is an example of what is in a conf file
called
mccabe.kiowa.conf:

[dir]
OUTPUT_BASE = /d1/personal/mccabe/out

INPUT_BASE = /d1/projects/METplus/METplus_Data
MET_INSTALL_DIR = /usr/local/met-9.0.1

[config]
LOG_LEVEL = DEBUG
#LOG_MET_VERBOSITY = 5
#DO_NOT_RUN_EXE = yes
#LOG_TIMESTAMP_USE_DATATIME = True
#LOG_MET_OUTPUT_TO_METPLUS=no

[exe]
WGRIB2 = /usr/local/bin/wgrib2
CUT = /usr/bin/cut
TR = /usr/bin/tr
RM = /bin/rm
NCAP2 = /usr/local/nco/bin/ncap2
CONVERT = /usr/bin/convert
NCDUMP = /usr/local/netcdf/bin/ncdump
EGREP = /bin/egrep


It sets up my environment to run. I also leave a few logging items
commented out so I can easily change things when I am debugging, like
boosting the MET log verbosity. Once I am set up on a new computer, I
rarely change anything in this file except for OUTPUT_BASE (if I want
to
write output to a different directory) or changing logging settings.
The
location of the input data won't change, and the MET install dir will
only
change when a new version of MET is released. Since you are running on
NOAA
machines that use module loads, you don't need to set any of the [exe]
items since they are found in the path.

Think of the plot*.conf as a use case configuration file. It contains
information specific to that use case you need to run. It shouldn't
contain
any variables from the user environment conf, but it can reference
these
values in other variables, such as setting an _OUTPUT_DIR to a path
relative to OUTPUT_BASE, i.e.

GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat


When you want to run your use case, you will pass in the use case conf
files first, then your user environment conf last. This ensures that
if a
variable like OUTPUT_BASE is set in another conf when it shouldn't be,
then
your user conf will have the final say and overwrite any values set
earlier. Here is an example:

master_metplus.py -c
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
~/mccabe.kiowa.conf

I hope that helps clear up what belongs in each of these conf files.
Let me
know if you have any other questions or concerns.

Thanks,
George

On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> I understand George.  I haven't adopted best practices quite yet I
guess.
> My confusion lies in separating machine.conf and the plot*.conf.
I've been
> duplicating the definitions in both because it's not clear to me
what
> belongs in machine.conf and what should belong in the other.
Perhaps what
> I'll do is try to clean up the machine.conf and share with you the
new conf
> files so that it is easier to follow.  In truth, I'm hoping to learn
from
> this process so that I can create verification packages through
metplus in
> an efficient way. Right now it's growing pains.
>
> On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward,
> >
> > I'm taking a look at your config files to try to see if I can see
> anything
> > obvious that is wrong. It is a little confusing to follow the way
you
> have
> > it set up where you set a variable in one file, then reference it
in the
> > next. It would make a little more sense to keep your machine conf
pretty
> > clean, with only top level configurations, like INPUT_BASE,
OUTPUT_BASE,
> > MET_INSTALL_DIR (from the [dir] section, the others in
machine_v3.conf
> > aren't needed), anything in the [exe] section, and system wide
settings,
> > like LOG_ variables. The rest of the variables make more sense to
put in
> > the use case conf file only, i.e. instead of setting
> >
> > VALIDBEG = {ENV[VALID_B]}
> > VALIDEND = {ENV[VALID_E]}
> >
> >  in machine_v3.conf and setting
> >
> > VALID_BEG = {VALIDBEG}
> > VALID_END = {VALIDEND}
> >
> > in the plot conf, just set
> >
> > VALID_BEG = {ENV[VALID_B]}
> > VALID_END = {ENV[VALID_E]}
> >
> > in the plot conf. This will make it easier to follow instead of
having to
> > hop between 3 files.
> >
> > If you'd like, you could tar up the input files to StatAnalysis
and I can
> > have Julie or someone else pull them down so I can try to work
through
> the
> > errors locally. I am also happy to set up a meeting where you can
screen
> > share and we can go through the errors together. Let me know what
you
> > think.
> >
> > Thanks,
> > George
> >
> >
> > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > will do!
> > >
> > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
> > met_help at ucar.edu>
> > > wrote:
> > >
> > > > No worries!  We're happy to help.  We hope you'll get a
successful
> run.
> > > > Please let us know how it goes.
> > > >
> > > > Julie
> > > >
> > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > Okay. I think I understand that error now.  I'm sorry I
overlooked
> > > > that.  I
> > > > > kept thinking that something else was going on. Thanks Julie
and
> > George
> > > > >
> > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
> > > > met_help at ucar.edu>
> > > > > wrote:
> > > > >
> > > > > > >
> > > > > > > Note that your job1_v3 points to met-9.0 not met-9.0.1
and to
> > > > > METplus-3.0
> > > > > > > not METplus-3.0.1.
> > > > > > >
> > > > > > That is true in a few places:
> > > > > >
> > > > > > > export
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > > > > > export
> > > >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > > > > >
> > > > > > export METplus_version="3.0"
> > > > > > > export MET_version="9.0"
> > > > > > >
> > > > > >
> > > > > > In addition to changing those, you should also change:
> > > > > >
> > > > > > > export
> > > > >
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > > > >
> > > > > > to
> > > > > >
> > > > > > > export NCDUMP="
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > > > >
> > > > > >
> > > > > > Julie
> > > > > >
> > > > > >
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
Affiliate
> via
> > > RT
> > > > <
> > > > > > met_help at ucar.edu> wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > > > > >
> > > > > > > i managed to fix that weird issue.  I think you should
be able
> to
> > > see
> > > > > my
> > > > > > > .bashrc now.  I'm going to look to see what I did..
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
> Affiliate <
> > > > > > > edward.strobach at noaa.gov> wrote:
> > > > > > >
> > > > > > > > l don't know.  I've never encountered this issue.  I
simply
> > > copied
> > > > > and
> > > > > > > > pasted - or so I thought - the module contents under
the
> > > > > WCOSS-DELL.  I
> > > > > > > can
> > > > > > > > do pwd and see that I'm in /u/Edward.Strobach, but
many other
> > > > > commands
> > > > > > do
> > > > > > > > not work.  It's related to something I must have done
in the
> > > > .bashrc:
> > > > > > > >
> > > > > > > > -bash: export:
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > > > > > not a valid identifier
> > > > > > > >
> > > > > > > > I've been at this too long and am probably starting to
make
> > > > > mistakes..
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via RT
<
> > > > > > > met_help at ucar.edu>
> > > > > > > > wrote:
> > > > > > > >
> > > > > > > >> Is there anything I can do to help?  I tried to look
in
> > > > > > > /u/Edward.Strobach
> > > > > > > >> to see if I could access your .bashrc file, however,
I don't
> > > even
> > > > > see
> > > > > > > >> a /u/Edward.Strobach directory, which I don't fully
> > > understand...
> > > > > > > >>
> > > > > > > >> Julie
> > > > > > > >>
> > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach - NOAA
> > Affiliate
> > > > via
> > > > > > RT <
> > > > > > > >> met_help at ucar.edu> wrote:
> > > > > > > >>
> > > > > > > >> >
> > > > > > > >> > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > > > > > >> >
> > > > > > > >> > I realize that, but now I messed up my .bashrc file
in
> such
> > a
> > > > way
> > > > > > > that I
> > > > > > > >> > can't use vi or ls, so I'm kind of stuck until I
can deal
> > with
> > > > > that
> > > > > > > >> >
> > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik via
RT <
> > > > > > > >> met_help at ucar.edu>
> > > > > > > >> > wrote:
> > > > > > > >> >
> > > > > > > >> > > Hi Edward and George.
> > > > > > > >> > >
> > > > > > > >> > > I believe Edward is running on Venus but looking
at the
> > > > > directions
> > > > > > > for
> > > > > > > >> > > Mars, because there was previously no modulefile
for
> > > > > metplus/3.0.1
> > > > > > > on
> > > > > > > >> > > Venus, but there was on Mars.  However, I just
created a
> > > > > > modulefile
> > > > > > > >> for
> > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on
Venus.
> > Edward,
> > > > > > please
> > > > > > > >> start
> > > > > > > >> > > fresh with a new login to Venus and try running:
> > > > > > > >> > >
> > > > > > > >> > > > module use
> > > > > > > >> > > >
> > > > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > >> > > > module load metplus/3.0.1
> > > > > > > >> > >
> > > > > > > >> > >
> > > > > > > >> > > Please let us know how the testing goes.  In the
> meantime,
> > > > I'll
> > > > > > try
> > > > > > > to
> > > > > > > >> > > reproduce the problem you are experiencing.  I
may need
> > some
> > > > > help
> > > > > > > from
> > > > > > > >> > > George, but hopefully, getting the right
environment set
> > up
> > > > will
> > > > > > > help
> > > > > > > >> > > resolve the issue you are having.
> > > > > > > >> > >
> > > > > > > >> > > Julie
> > > > > > > >> > >
> > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe via
RT <
> > > > > > > >> met_help at ucar.edu>
> > > > > > > >> > > wrote:
> > > > > > > >> > >
> > > > > > > >> > > >
> > > > > > > >> > > > <URL:
> > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > >
> > > > > > > >> > > >
> > > > > > > >> > > > Which machine are you running on? The
instructions for
> > the
> > > > > NOAA
> > > > > > > >> > machines
> > > > > > > >> > > > vary.
> > > > > > > >> > > >
> > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach
- NOAA
> > > > > Affiliate
> > > > > > > via
> > > > > > > >> RT
> > > > > > > >> > <
> > > > > > > >> > > > met_help at ucar.edu> wrote:
> > > > > > > >> > > >
> > > > > > > >> > > > >
> > > > > > > >> > > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > > > The first line is under my .bashrc in
> > > /u/Edward.Strobach.
> > > > > > > >> > > > >
> > > > > > > >> > > > > The second line was added and that's when I
got the
> > > > > following:
> > > > > > > >> > > > >
> > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > > > > >> > > > >
> > > > > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
> metplus/3.0.1
> > > > > > > >> > > > > Lmod has detected the following error:  The
> following
> > > > > > module(s)
> > > > > > > >> are
> > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > > > > > > >> > > > >
> > > > > > > >> > > > > Please check the spelling or version number.
Also
> try
> > > > > "module
> > > > > > > >> spider
> > > > > > > >> > > ..."
> > > > > > > >> > > > > It is also possible your cache file is out-
of-date;
> it
> > > may
> > > > > > help
> > > > > > > to
> > > > > > > >> > try:
> > > > > > > >> > > > >   $ module --ignore-cache load
"metplus/3.0.1"
> > > > > > > >> > > > >
> > > > > > > >> > > > > Also make sure that all modulefiles written
in TCL
> > start
> > > > > with
> > > > > > > the
> > > > > > > >> > > string
> > > > > > > >> > > > > #%Module
> > > > > > > >> > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe
via RT
> <
> > > > > > > >> > met_help at ucar.edu
> > > > > > > >> > > >
> > > > > > > >> > > > > wrote:
> > > > > > > >> > > > >
> > > > > > > >> > > > > > Hi Edward,
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > Did you run this first?
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > module use
> > > > > > > >> > > > > >
> > > > > > > >>
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > I believe you need to run that so it can
find the
> > > > > > > metplus/3.0.1
> > > > > > > >> > > module.
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
Strobach -
> > NOAA
> > > > > > > Affiliate
> > > > > > > >> via
> > > > > > > >> > > RT
> > > > > > > >> > > > <
> > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > >> >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > There was only one mention of deprecated,
and it
> > was
> > > > at
> > > > > > the
> > > > > > > >> top
> > > > > > > >> > of
> > > > > > > >> > > > the
> > > > > > > >> > > > > > log
> > > > > > > >> > > > > > > "Checking for deprecated env..".  There
were no
> > > other
> > > > > > > >> mentions;
> > > > > > > >> > > > > however,
> > > > > > > >> > > > > > > there were warnings for certain variables
not
> > being
> > > > set.
> > > > > > > Other
> > > > > > > >> > than
> > > > > > > >> > > > > that
> > > > > > > >> > > > > > I
> > > > > > > >> > > > > > > get DEBUG messages - presumably because I
set
> > things
> > > > to
> > > > > > > DEBUG
> > > > > > > >> -
> > > > > > > >> > and
> > > > > > > >> > > > > those
> > > > > > > >> > > > > > > two error messages.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > I figured the second was related to the
first.
> A
> > > > > > reference
> > > > > > > to
> > > > > > > >> > > > > libraries
> > > > > > > >> > > > > > > makes me feel like it's an environment
issue,
> but
> > my
> > > > > > bashrc
> > > > > > > is
> > > > > > > >> > > > already
> > > > > > > >> > > > > > set
> > > > > > > >> > > > > > > up with the recommended Dell modules
settings.
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George
McCabe via
> > RT
> > > <
> > > > > > > >> > > > met_help at ucar.edu
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > > wrote:
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > > Hi Edward,
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > Even if you don't run the validate
script,
> > METplus
> > > > > > should
> > > > > > > >> error
> > > > > > > >> > > out
> > > > > > > >> > > > > > > > immediately and give you a list of
variables
> > that
> > > > are
> > > > > > > >> > deprecated
> > > > > > > >> > > > and
> > > > > > > >> > > > > a
> > > > > > > >> > > > > > > > suggestion if possible, so I am
guessing that
> > the
> > > > > > changes
> > > > > > > >> > weren't
> > > > > > > >> > > > > > > covered.
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > The 2nd error is related to the first.
The
> > > libpython
> > > > > > error
> > > > > > > >> is
> > > > > > > >> > > what
> > > > > > > >> > > > > came
> > > > > > > >> > > > > > > > from the actual call to stat_analysis
and the
> > 2nd
> > > > > error
> > > > > > is
> > > > > > > >> just
> > > > > > > >> > > > > telling
> > > > > > > >> > > > > > > you
> > > > > > > >> > > > > > > > that the stat_analysis command returned
> non-zero
> > > > > value,
> > > > > > > >> which
> > > > > > > >> > > means
> > > > > > > >> > > > > > that
> > > > > > > >> > > > > > > it
> > > > > > > >> > > > > > > > failed.
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward
> Strobach -
> > > > NOAA
> > > > > > > >> Affiliate
> > > > > > > >> > > via
> > > > > > > >> > > > > RT
> > > > > > > >> > > > > > <
> > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > <URL:
> > > > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > >> > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > I think I've already removed the out-
of-date
> > > > > variable
> > > > > > > >> names
> > > > > > > >> > > with
> > > > > > > >> > > > > the
> > > > > > > >> > > > > > > v3.1
> > > > > > > >> > > > > > > > > names.  I can look into that option
if this
> > > proves
> > > > > not
> > > > > > > to
> > > > > > > >> be
> > > > > > > >> > an
> > > > > > > >> > > > > > > > environment
> > > > > > > >> > > > > > > > > issue.  I do know that I was pretty
> carefully
> > > > making
> > > > > > the
> > > > > > > >> > > changes
> > > > > > > >> > > > > > > between
> > > > > > > >> > > > > > > > > versions, but I could have still
missed
> > > something.
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George
McCabe
> > via
> > > > RT
> > > > > <
> > > > > > > >> > > > > > met_help at ucar.edu
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > > wrote:
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > > Hi Edward,
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > I'm not sure if I mentioned this to
you or
> > > not,
> > > > > but
> > > > > > > >> there
> > > > > > > >> > is
> > > > > > > >> > > a
> > > > > > > >> > > > > > > section
> > > > > > > >> > > > > > > > in
> > > > > > > >> > > > > > > > > > the User's Guide about updating
config
> > > variables
> > > > > > from
> > > > > > > >> older
> > > > > > > >> > > > > > versions:
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > In the last sub-section of that
section,
> it
> > > > > > describes
> > > > > > > a
> > > > > > > >> > tool
> > > > > > > >> > > > > called
> > > > > > > >> > > > > > > > > > validate_config.py that can be run
the
> same
> > > way
> > > > as
> > > > > > > >> > > > > > master_metplus.py
> > > > > > > >> > > > > > > > > > (passing in configs with -c) and it
will
> > step
> > > > you
> > > > > > > >> through
> > > > > > > >> > > find
> > > > > > > >> > > > > and
> > > > > > > >> > > > > > > > > replace
> > > > > > > >> > > > > > > > > > commands to update your
configuration
> files.
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > However, this tool only works if
> deprecated
> > > > > > variables
> > > > > > > >> are
> > > > > > > >> > > added
> > > > > > > >> > > > > to
> > > > > > > >> > > > > > > the
> > > > > > > >> > > > > > > > > > list to be processed. I added many
of the
> > > > > variables
> > > > > > > that
> > > > > > > >> > were
> > > > > > > >> > > > > > changed
> > > > > > > >> > > > > > > > in
> > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
wrappers, but I
> > am
> > > > not
> > > > > > very
> > > > > > > >> > > familiar
> > > > > > > >> > > > > > with
> > > > > > > >> > > > > > > > this
> > > > > > > >> > > > > > > > > > wrapper so I may have missed some.
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > I apologize that this has been such
a
> > tedious
> > > > > > process
> > > > > > > >> for
> > > > > > > >> > > you.
> > > > > > > >> > > > If
> > > > > > > >> > > > > > > you'd
> > > > > > > >> > > > > > > > > > like to send me your current
version I can
> > use
> > > > > that
> > > > > > > >> info to
> > > > > > > >> > > > > update
> > > > > > > >> > > > > > > this
> > > > > > > >> > > > > > > > > > functionality to make things easier
going
> > > > forward.
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > Thanks,
> > > > > > > >> > > > > > > > > > George
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe
wrote:
> > > > > > > >> > > > > > > > > > > Hi Edward,
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > The first error looks like an
> environment
> > > > issue.
> > > > > > You
> > > > > > > >> may
> > > > > > > >> > > have
> > > > > > > >> > > > > > some
> > > > > > > >> > > > > > > > > > > disconnect in the module loads
you ran.
> I
> > > > would
> > > > > > > purge
> > > > > > > >> the
> > > > > > > >> > > > > > modules,
> > > > > > > >> > > > > > > > > > > then try
> > > > > > > >> > > > > > > > > > > to set up the environment to run
METplus
> > > again
> > > > > > > (listed
> > > > > > > >> > here
> > > > > > > >> > > > for
> > > > > > > >> > > > > > > > > > > reference:
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >>
> > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > >> > > > > > > > > > > builds)
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > I don't see red text through MET-
Help
> and
> > > I'm
> > > > > not
> > > > > > > >> seeing
> > > > > > > >> > > the
> > > > > > > >> > > > > > second
> > > > > > > >> > > > > > > > > > > error,
> > > > > > > >> > > > > > > > > > > but hopefully clearing up the
> environment
> > > > issues
> > > > > > > >> resolves
> > > > > > > >> > > the
> > > > > > > >> > > > > 2nd
> > > > > > > >> > > > > > > > > > > issue.
> > > > > > > >> > > > > > > > > > > Please let me know if it does
not.
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > Also, I have been trying to clean
up
> > > > > StatAnalysis
> > > > > > > and
> > > > > > > >> > > > MakePlots
> > > > > > > >> > > > > > > > > > > wrappers,
> > > > > > > >> > > > > > > > > > > so any information you could
provide on
> > > things
> > > > > > that
> > > > > > > >> > didn't
> > > > > > > >> > > > work
> > > > > > > >> > > > > > > that
> > > > > > > >> > > > > > > > > > > you
> > > > > > > >> > > > > > > > > > > had to change from the examples
would be
> > > very
> > > > > > > helpful.
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > Thanks,
> > > > > > > >> > > > > > > > > > > George
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM
Edward
> > > > Strobach
> > > > > -
> > > > > > > NOAA
> > > > > > > >> > > > > Affiliate
> > > > > > > >> > > > > > > via
> > > > > > > >> > > > > > > > > > > RT <
> > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > >> > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020:
Request
> 95484
> > > was
> > > > > > acted
> > > > > > > >> upon.
> > > > > > > >> > > > > > > > > > > > Transaction: Ticket created by
> > > > > > > >> > edward.strobach at noaa.gov
> > > > > > > >> > > > > > > > > > > >        Queue: met_help
> > > > > > > >> > > > > > > > > > > >      Subject:
command_builder.py error
> > > > > > > >> > > > > > > > > > > >        Owner: Nobody
> > > > > > > >> > > > > > > > > > > >   Requestors:
> edward.strobach at noaa.gov
> > > > > > > >> > > > > > > > > > > >       Status: new
> > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > > > > > >> > > > > > > > >
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > >> > > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > Good afternoon,
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > I'm in the process of
converting
> > > > StatAnalysis
> > > > > > > >> > > andMakePlots
> > > > > > > >> > > > to
> > > > > > > >> > > > > > > > metplus
> > > > > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > I've isolated the commands that
are
> > > > > deprecated,
> > > > > > > >> > replaced
> > > > > > > >> > > > the
> > > > > > > >> > > > > > > > > > > > functions that
> > > > > > > >> > > > > > > > > > > > no longer exist, and finished
> debugging
> > > some
> > > > > > > issues
> > > > > > > >> > > related
> > > > > > > >> > > > > to
> > > > > > > >> > > > > > > time
> > > > > > > >> > > > > > > > > > > > string
> > > > > > > >> > > > > > > > > > > > formatting.  In side my log
file
> > (located
> > > > > here:
> > > > > > *
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > >> > > > > > > > > > > > there is are two errors -
possibly
> > > related -
> > > > > > > >> > highlighted
> > > > > > > >> > > in
> > > > > > > >> > > > > red
> > > > > > > >> > > > > > > > > > > > below.  The
> > > > > > > >> > > > > > > > > > > > first one points to a library
issue.
> > The
> > > > > > > directory
> > > > > > > >> in
> > > > > > > >> > > > > question
> > > > > > > >> > > > > > > > > > > > exists, but
> > > > > > > >> > > > > > > > > > > > there is nothing in it.  Is
that the
> > > > > referenced
> > > > > > > >> library
> > > > > > > >> > > is
> > > > > > > >> > > > > > > expected
> > > > > > > >> > > > > > > > > > > > to
> > > > > > > >> > > > > > > > > > > > reside there?  The second
issue, which
> > is
> > > > not
> > > > > > too
> > > > > > > >> > > > revealing,
> > > > > > > >> > > > > > > points
> > > > > > > >> > > > > > > > > > > > to the
> > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file, which
I think
> > is
> > > > > > somehow
> > > > > > > >> > related
> > > > > > > >> > > > to
> > > > > > > >> > > > > > the
> > > > > > > >> > > > > > > > > > > > first
> > > > > > > >> > > > > > > > > > > > error.  I did take the
> > STATAnalysisConfig
> > > > file
> > > > > > > from
> > > > > > > >> > > another
> > > > > > > >> > > > > > > metplus
> > > > > > > >> > > > > > > > > > > > location that I've been working
on
> into
> > a
> > > > > > > directory
> > > > > > > >> I
> > > > > > > >> > > > created
> > > > > > > >> > > > > > to
> > > > > > > >> > > > > > > > put
> > > > > > > >> > > > > > > > > > > > the
> > > > > > > >> > > > > > > > > > > > copied version there.  The
> > > > STATAnalysisConfig
> > > > > > > >> directory
> > > > > > > >> > > was
> > > > > > > >> > > > > > taken
> > > > > > > >> > > > > > > > > > > > from a
> > > > > > > >> > > > > > > > > > > > V.3.1 location, so I assumed
that the
> > > layout
> > > > > of
> > > > > > > the
> > > > > > > >> > file
> > > > > > > >> > > > > would
> > > > > > > >> > > > > > be
> > > > > > > >> > > > > > > > > > > > okay.
> > > > > > > >> > > > > > > > > > > > The information below seems
like what
> I
> > > > want.
> > > > > > I'm
> > > > > > > >> > > looping
> > > > > > > >> > > > > over
> > > > > > > >> > > > > > > 06,
> > > > > > > >> > > > > > > > > > > > 12
> > > > > > > >> > > > > > > > > > > > initial times and grouping the
00-23
> > VALID
> > > > > hours
> > > > > > > for
> > > > > > > >> > each
> > > > > > > >> > > > > day.
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> metplus.StatAnalysis
> > > > INFO:
> > > > > > > >> COMMAND:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > >
> > > > > > > >> >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > >> > > > > > > > > > > > -lookin
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > >> > > > > > > > > > > > -config
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> metplus.StatAnalysis
> > > > > > > >> > > > > (command_runner.py:124)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > app_name is: stat_analysis,
output
> sent
> > > to:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > >> > > > > > > > > > > > error while loading shared
libraries:
> > > > > > > >> > > libpython3.6m.so.1.0:
> > > > > > > >> > > > > > > cannot
> > > > > > > >> > > > > > > > > > > > open
> > > > > > > >> > > > > > > > > > > > shared object file: No such
file or
> > > > directory
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> metplus.StatAnalysis
> > > > > > > >> > > > > (command_runner.py:191)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > Finished running
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > >
> > > > > > > >> >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > >> > > > > > > > > > > > in
> > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:100)
> > > > > > > >> > > > > > > > > > > > ERROR:
> > > > > > > >> > > > > > > > > > > > (command_builder.py:733) MET
command
> > > > returned
> > > > > a
> > > > > > > >> > non-zero
> > > > > > > >> > > > > return
> > > > > > > >> > > > > > > > code:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > >
> > > > > > > >> >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > >> > > > > > > > > > > > -lookin
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > >> > > > > > > > > > > > -config
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > >
> > > > > > >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> metplus.StatAnalysis
> > > > INFO:
> > > > > > > Check
> > > > > > > >> the
> > > > > > > >> > > > > logfile
> > > > > > > >> > > > > > > for
> > > > > > > >> > > > > > > > > > > > more
> > > > > > > >> > > > > > > > > > > > information on why it failed
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
filename from
> > > > default
> > > > > > > >> > template:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
SETTINGS....
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
"000000",
> > > "010000",
> > > > > > > >> "020000",
> > > > > > > >> > > > > "030000",
> > > > > > > >> > > > > > > > > > > > "040000",
> > > > > > > >> > > > > > > > > > > > "050000", "060000", "070000",
> "080000",
> > > > > > "090000",
> > > > > > > >> > > "100000",
> > > > > > > >> > > > > > > > "110000",
> > > > > > > >> > > > > > > > > > > > "120000", "130000", "140000",
> "150000",
> > > > > > "160000",
> > > > > > > >> > > "170000",
> > > > > > > >> > > > > > > > "180000",
> > > > > > > >> > > > > > > > > > > > "190000", "200000", "210000",
> "220000",
> > > > > "230000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2",
"VL1L2"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
-dump_row
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
20200525_000000
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
20200525_230000
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:140)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >>
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > ALPHA=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > DESC=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
"010000",
> > > > "020000",
> > > > > > > >> "030000",
> > > > > > > >> > > > > > "040000",
> > > > > > > >> > > > > > > > > > > > "050000",
> > > > > > > >> > > > > > > > > > > > "060000", "070000", "080000",
> "090000",
> > > > > > "100000",
> > > > > > > >> > > "110000",
> > > > > > > >> > > > > > > > "120000",
> > > > > > > >> > > > > > > > > > > > "130000", "140000", "150000",
> "160000",
> > > > > > "170000",
> > > > > > > >> > > "180000",
> > > > > > > >> > > > > > > > "190000",
> > > > > > > >> > > > > > > > > > > > "200000", "210000", "220000",
"230000"
> > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> metplus.StatAnalysis
> > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > that appear to ori.  I took
this file
> > over
> > > > > from
> > > > > > > >> another
> > > > > > > >> > > > V3.0
> > > > > > > >> > > > > > > > > > > > location,
> > > > > > > >> > > > > > > > > > > > assuming that this would be
> acceptable.
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > > Edward Strobach
> > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > > > > > >> > > > > > > > > > > > 301-683-3717
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > > --
> > > > > > > >> > > > > > > > > Edward Strobach
> > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > >> > > > > > > > > IMSG Contractor
> > > > > > > >> > > > > > > > > Cubicle#: 2029
> > > > > > > >> > > > > > > > > 301-683-3717
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > > --
> > > > > > > >> > > > > > > > George McCabe - Software Engineer III
> > > > > > > >> > > > > > > > National Center for Atmospheric
Research
> > > > > > > >> > > > > > > > Research Applications Laboratory
> > > > > > > >> > > > > > > > 303-497-2768
> > > > > > > >> > > > > > > > ---
> > > > > > > >> > > > > > > > My working day may not be your working
day.
> > Please
> > > > do
> > > > > > not
> > > > > > > >> feel
> > > > > > > >> > > > > obliged
> > > > > > > >> > > > > > to
> > > > > > > >> > > > > > > > reply to this email outside of your
normal
> > working
> > > > > > hours.
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > > --
> > > > > > > >> > > > > > > Edward Strobach
> > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > > > > > > >> > > > > > > IMSG Contractor
> > > > > > > >> > > > > > > Cubicle#: 2029
> > > > > > > >> > > > > > > 301-683-3717
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > > > --
> > > > > > > >> > > > > > George McCabe - Software Engineer III
> > > > > > > >> > > > > > National Center for Atmospheric Research
> > > > > > > >> > > > > > Research Applications Laboratory
> > > > > > > >> > > > > > 303-497-2768
> > > > > > > >> > > > > > ---
> > > > > > > >> > > > > > My working day may not be your working day.
Please
> > do
> > > > not
> > > > > > feel
> > > > > > > >> > > obliged
> > > > > > > >> > > > to
> > > > > > > >> > > > > > reply to this email outside of your normal
working
> > > > hours.
> > > > > > > >> > > > > >
> > > > > > > >> > > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > > > --
> > > > > > > >> > > > > Edward Strobach
> > > > > > > >> > > > > EMC/NCEP/NWS/
> > > > > > > >> > > > > IMSG Contractor
> > > > > > > >> > > > > Cubicle#: 2029
> > > > > > > >> > > > > 301-683-3717
> > > > > > > >> > > > >
> > > > > > > >> > > > >
> > > > > > > >> > > >
> > > > > > > >> > > > --
> > > > > > > >> > > > George McCabe - Software Engineer III
> > > > > > > >> > > > National Center for Atmospheric Research
> > > > > > > >> > > > Research Applications Laboratory
> > > > > > > >> > > > 303-497-2768
> > > > > > > >> > > > ---
> > > > > > > >> > > > My working day may not be your working day.
Please do
> > not
> > > > feel
> > > > > > > >> obliged
> > > > > > > >> > to
> > > > > > > >> > > > reply to this email outside of your normal
working
> > hours.
> > > > > > > >> > > >
> > > > > > > >> > > >
> > > > > > > >> > >
> > > > > > > >> > > --
> > > > > > > >> > > Julie Prestopnik
> > > > > > > >> > > Software Engineer
> > > > > > > >> > > National Center for Atmospheric Research
> > > > > > > >> > > Research Applications Laboratory
> > > > > > > >> > > Phone: 303.497.8399
> > > > > > > >> > > Email: jpresto at ucar.edu
> > > > > > > >> > >
> > > > > > > >> > > My working day may not be your working day.
Please do
> not
> > > > feel
> > > > > > > >> obliged
> > > > > > > >> > to
> > > > > > > >> > > reply to this email outside of your normal
working
> hours.
> > > > > > > >> > >
> > > > > > > >> > >
> > > > > > > >> >
> > > > > > > >> > --
> > > > > > > >> > Edward Strobach
> > > > > > > >> > EMC/NCEP/NWS/
> > > > > > > >> > IMSG Contractor
> > > > > > > >> > Cubicle#: 2029
> > > > > > > >> > 301-683-3717
> > > > > > > >> >
> > > > > > > >> >
> > > > > > > >>
> > > > > > > >> --
> > > > > > > >> Julie Prestopnik
> > > > > > > >> Software Engineer
> > > > > > > >> National Center for Atmospheric Research
> > > > > > > >> Research Applications Laboratory
> > > > > > > >> Phone: 303.497.8399
> > > > > > > >> Email: jpresto at ucar.edu
> > > > > > > >>
> > > > > > > >> My working day may not be your working day.  Please
do not
> > feel
> > > > > > obliged
> > > > > > > to
> > > > > > > >> reply to this email outside of your normal working
hours.
> > > > > > > >>
> > > > > > > >>
> > > > > > > >
> > > > > > > > --
> > > > > > > > Edward Strobach
> > > > > > > > EMC/NCEP/NWS/
> > > > > > > > IMSG Contractor
> > > > > > > > Cubicle#: 2029
> > > > > > > > 301-683-3717
> > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Julie Prestopnik
> > > > > > Software Engineer
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > Phone: 303.497.8399
> > > > > > Email: jpresto at ucar.edu
> > > > > >
> > > > > > My working day may not be your working day.  Please do not
feel
> > > obliged
> > > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > Julie Prestopnik
> > > > Software Engineer
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > Phone: 303.497.8399
> > > > Email: jpresto at ucar.edu
> > > >
> > > > My working day may not be your working day.  Please do not
feel
> obliged
> > > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 09:01:53 2020

That explanation was very helpful. Thanks George.  I'll make
adjustments in
the machine.conf that are general to all cases while defining case
specific
details in the plot*conf

On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> Think of the machine conf as a conf file that corresponds to a user
and
> machine where you are running. It contains settings that will be
applied to
> every run of METplus on that machine as that user. I often name mine
> containing my username and machine I am using it on to make it clear
to me
> what it is used for. Here is an example of what is in a conf file
called
> mccabe.kiowa.conf:
>
> [dir]
> OUTPUT_BASE = /d1/personal/mccabe/out
>
> INPUT_BASE = /d1/projects/METplus/METplus_Data
> MET_INSTALL_DIR = /usr/local/met-9.0.1
>
> [config]
> LOG_LEVEL = DEBUG
> #LOG_MET_VERBOSITY = 5
> #DO_NOT_RUN_EXE = yes
> #LOG_TIMESTAMP_USE_DATATIME = True
> #LOG_MET_OUTPUT_TO_METPLUS=no
>
> [exe]
> WGRIB2 = /usr/local/bin/wgrib2
> CUT = /usr/bin/cut
> TR = /usr/bin/tr
> RM = /bin/rm
> NCAP2 = /usr/local/nco/bin/ncap2
> CONVERT = /usr/bin/convert
> NCDUMP = /usr/local/netcdf/bin/ncdump
> EGREP = /bin/egrep
>
>
> It sets up my environment to run. I also leave a few logging items
> commented out so I can easily change things when I am debugging,
like
> boosting the MET log verbosity. Once I am set up on a new computer,
I
> rarely change anything in this file except for OUTPUT_BASE (if I
want to
> write output to a different directory) or changing logging settings.
The
> location of the input data won't change, and the MET install dir
will only
> change when a new version of MET is released. Since you are running
on NOAA
> machines that use module loads, you don't need to set any of the
[exe]
> items since they are found in the path.
>
> Think of the plot*.conf as a use case configuration file. It
contains
> information specific to that use case you need to run. It shouldn't
contain
> any variables from the user environment conf, but it can reference
these
> values in other variables, such as setting an _OUTPUT_DIR to a path
> relative to OUTPUT_BASE, i.e.
>
> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
>
>
> When you want to run your use case, you will pass in the use case
conf
> files first, then your user environment conf last. This ensures that
if a
> variable like OUTPUT_BASE is set in another conf when it shouldn't
be, then
> your user conf will have the final say and overwrite any values set
> earlier. Here is an example:
>
> master_metplus.py -c
> ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
> ~/mccabe.kiowa.conf
>
> I hope that helps clear up what belongs in each of these conf files.
Let me
> know if you have any other questions or concerns.
>
> Thanks,
> George
>
> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > I understand George.  I haven't adopted best practices quite yet I
guess.
> > My confusion lies in separating machine.conf and the plot*.conf.
I've
> been
> > duplicating the definitions in both because it's not clear to me
what
> > belongs in machine.conf and what should belong in the other.
Perhaps
> what
> > I'll do is try to clean up the machine.conf and share with you the
new
> conf
> > files so that it is easier to follow.  In truth, I'm hoping to
learn from
> > this process so that I can create verification packages through
metplus
> in
> > an efficient way. Right now it's growing pains.
> >
> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward,
> > >
> > > I'm taking a look at your config files to try to see if I can
see
> > anything
> > > obvious that is wrong. It is a little confusing to follow the
way you
> > have
> > > it set up where you set a variable in one file, then reference
it in
> the
> > > next. It would make a little more sense to keep your machine
conf
> pretty
> > > clean, with only top level configurations, like INPUT_BASE,
> OUTPUT_BASE,
> > > MET_INSTALL_DIR (from the [dir] section, the others in
machine_v3.conf
> > > aren't needed), anything in the [exe] section, and system wide
> settings,
> > > like LOG_ variables. The rest of the variables make more sense
to put
> in
> > > the use case conf file only, i.e. instead of setting
> > >
> > > VALIDBEG = {ENV[VALID_B]}
> > > VALIDEND = {ENV[VALID_E]}
> > >
> > >  in machine_v3.conf and setting
> > >
> > > VALID_BEG = {VALIDBEG}
> > > VALID_END = {VALIDEND}
> > >
> > > in the plot conf, just set
> > >
> > > VALID_BEG = {ENV[VALID_B]}
> > > VALID_END = {ENV[VALID_E]}
> > >
> > > in the plot conf. This will make it easier to follow instead of
having
> to
> > > hop between 3 files.
> > >
> > > If you'd like, you could tar up the input files to StatAnalysis
and I
> can
> > > have Julie or someone else pull them down so I can try to work
through
> > the
> > > errors locally. I am also happy to set up a meeting where you
can
> screen
> > > share and we can go through the errors together. Let me know
what you
> > > think.
> > >
> > > Thanks,
> > > George
> > >
> > >
> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > will do!
> > > >
> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
> > > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > > > No worries!  We're happy to help.  We hope you'll get a
successful
> > run.
> > > > > Please let us know how it goes.
> > > > >
> > > > > Julie
> > > > >
> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > Okay. I think I understand that error now.  I'm sorry I
> overlooked
> > > > > that.  I
> > > > > > kept thinking that something else was going on. Thanks
Julie and
> > > George
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
> > > > > met_help at ucar.edu>
> > > > > > wrote:
> > > > > >
> > > > > > > >
> > > > > > > > Note that your job1_v3 points to met-9.0 not met-9.0.1
and to
> > > > > > METplus-3.0
> > > > > > > > not METplus-3.0.1.
> > > > > > > >
> > > > > > > That is true in a few places:
> > > > > > >
> > > > > > > > export
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > > > > > > export
> > > > >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > > > > > >
> > > > > > > export METplus_version="3.0"
> > > > > > > > export MET_version="9.0"
> > > > > > > >
> > > > > > >
> > > > > > > In addition to changing those, you should also change:
> > > > > > >
> > > > > > > > export
> > > > > >
> NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > > > > >
> > > > > > > to
> > > > > > >
> > > > > > > > export NCDUMP="
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > > > > >
> > > > > > >
> > > > > > > Julie
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
Affiliate
> > via
> > > > RT
> > > > > <
> > > > > > > met_help at ucar.edu> wrote:
> > > > > > >
> > > > > > > >
> > > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > > > > > > >
> > > > > > > > i managed to fix that weird issue.  I think you should
be
> able
> > to
> > > > see
> > > > > > my
> > > > > > > > .bashrc now.  I'm going to look to see what I did..
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
> > Affiliate <
> > > > > > > > edward.strobach at noaa.gov> wrote:
> > > > > > > >
> > > > > > > > > l don't know.  I've never encountered this issue.  I
simply
> > > > copied
> > > > > > and
> > > > > > > > > pasted - or so I thought - the module contents under
the
> > > > > > WCOSS-DELL.  I
> > > > > > > > can
> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach, but
many
> other
> > > > > > commands
> > > > > > > do
> > > > > > > > > not work.  It's related to something I must have
done in
> the
> > > > > .bashrc:
> > > > > > > > >
> > > > > > > > > -bash: export:
> > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > > > > > > > not a valid identifier
> > > > > > > > >
> > > > > > > > > I've been at this too long and am probably starting
to make
> > > > > > mistakes..
> > > > > > > > >
> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via
RT <
> > > > > > > > met_help at ucar.edu>
> > > > > > > > > wrote:
> > > > > > > > >
> > > > > > > > >> Is there anything I can do to help?  I tried to
look in
> > > > > > > > /u/Edward.Strobach
> > > > > > > > >> to see if I could access your .bashrc file,
however, I
> don't
> > > > even
> > > > > > see
> > > > > > > > >> a /u/Edward.Strobach directory, which I don't fully
> > > > understand...
> > > > > > > > >>
> > > > > > > > >> Julie
> > > > > > > > >>
> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach -
NOAA
> > > Affiliate
> > > > > via
> > > > > > > RT <
> > > > > > > > >> met_help at ucar.edu> wrote:
> > > > > > > > >>
> > > > > > > > >> >
> > > > > > > > >> > <URL:
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > >
> > > > > > > > >> >
> > > > > > > > >> > I realize that, but now I messed up my .bashrc
file in
> > such
> > > a
> > > > > way
> > > > > > > > that I
> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck until I
can
> deal
> > > with
> > > > > > that
> > > > > > > > >> >
> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik
via RT <
> > > > > > > > >> met_help at ucar.edu>
> > > > > > > > >> > wrote:
> > > > > > > > >> >
> > > > > > > > >> > > Hi Edward and George.
> > > > > > > > >> > >
> > > > > > > > >> > > I believe Edward is running on Venus but
looking at
> the
> > > > > > directions
> > > > > > > > for
> > > > > > > > >> > > Mars, because there was previously no
modulefile for
> > > > > > metplus/3.0.1
> > > > > > > > on
> > > > > > > > >> > > Venus, but there was on Mars.  However, I just
> created a
> > > > > > > modulefile
> > > > > > > > >> for
> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on
Venus.
> > > Edward,
> > > > > > > please
> > > > > > > > >> start
> > > > > > > > >> > > fresh with a new login to Venus and try
running:
> > > > > > > > >> > >
> > > > > > > > >> > > > module use
> > > > > > > > >> > > >
> > > > > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > > >> > > > module load metplus/3.0.1
> > > > > > > > >> > >
> > > > > > > > >> > >
> > > > > > > > >> > > Please let us know how the testing goes.  In
the
> > meantime,
> > > > > I'll
> > > > > > > try
> > > > > > > > to
> > > > > > > > >> > > reproduce the problem you are experiencing.  I
may
> need
> > > some
> > > > > > help
> > > > > > > > from
> > > > > > > > >> > > George, but hopefully, getting the right
environment
> set
> > > up
> > > > > will
> > > > > > > > help
> > > > > > > > >> > > resolve the issue you are having.
> > > > > > > > >> > >
> > > > > > > > >> > > Julie
> > > > > > > > >> > >
> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe
via RT <
> > > > > > > > >> met_help at ucar.edu>
> > > > > > > > >> > > wrote:
> > > > > > > > >> > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > <URL:
> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > Which machine are you running on? The
instructions
> for
> > > the
> > > > > > NOAA
> > > > > > > > >> > machines
> > > > > > > > >> > > > vary.
> > > > > > > > >> > > >
> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach -
> NOAA
> > > > > > Affiliate
> > > > > > > > via
> > > > > > > > >> RT
> > > > > > > > >> > <
> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> > > > > > > > >> > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > The first line is under my .bashrc in
> > > > /u/Edward.Strobach.
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > The second line was added and that's when I
got
> the
> > > > > > following:
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > > > > > > > >> > > > >
> > > > > > > >
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
> > metplus/3.0.1
> > > > > > > > >> > > > > Lmod has detected the following error:  The
> > following
> > > > > > > module(s)
> > > > > > > > >> are
> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Please check the spelling or version
number. Also
> > try
> > > > > > "module
> > > > > > > > >> spider
> > > > > > > > >> > > ..."
> > > > > > > > >> > > > > It is also possible your cache file is
> out-of-date;
> > it
> > > > may
> > > > > > > help
> > > > > > > > to
> > > > > > > > >> > try:
> > > > > > > > >> > > > >   $ module --ignore-cache load
"metplus/3.0.1"
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > Also make sure that all modulefiles written
in TCL
> > > start
> > > > > > with
> > > > > > > > the
> > > > > > > > >> > > string
> > > > > > > > >> > > > > #%Module
> > > > > > > > >> > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe via
> RT
> > <
> > > > > > > > >> > met_help at ucar.edu
> > > > > > > > >> > > >
> > > > > > > > >> > > > > wrote:
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > > Hi Edward,
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > Did you run this first?
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > module use
> > > > > > > > >> > > > > >
> > > > > > > > >>
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > I believe you need to run that so it can
find
> the
> > > > > > > > metplus/3.0.1
> > > > > > > > >> > > module.
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
Strobach -
> > > NOAA
> > > > > > > > Affiliate
> > > > > > > > >> via
> > > > > > > > >> > > RT
> > > > > > > > >> > > > <
> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > <URL:
> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > >> >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > There was only one mention of
deprecated, and
> it
> > > was
> > > > > at
> > > > > > > the
> > > > > > > > >> top
> > > > > > > > >> > of
> > > > > > > > >> > > > the
> > > > > > > > >> > > > > > log
> > > > > > > > >> > > > > > > "Checking for deprecated env..".  There
were
> no
> > > > other
> > > > > > > > >> mentions;
> > > > > > > > >> > > > > however,
> > > > > > > > >> > > > > > > there were warnings for certain
variables not
> > > being
> > > > > set.
> > > > > > > > Other
> > > > > > > > >> > than
> > > > > > > > >> > > > > that
> > > > > > > > >> > > > > > I
> > > > > > > > >> > > > > > > get DEBUG messages - presumably because
I set
> > > things
> > > > > to
> > > > > > > > DEBUG
> > > > > > > > >> -
> > > > > > > > >> > and
> > > > > > > > >> > > > > those
> > > > > > > > >> > > > > > > two error messages.
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > I figured the second was related to the
first.
> > A
> > > > > > > reference
> > > > > > > > to
> > > > > > > > >> > > > > libraries
> > > > > > > > >> > > > > > > makes me feel like it's an environment
issue,
> > but
> > > my
> > > > > > > bashrc
> > > > > > > > is
> > > > > > > > >> > > > already
> > > > > > > > >> > > > > > set
> > > > > > > > >> > > > > > > up with the recommended Dell modules
settings.
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George
McCabe
> via
> > > RT
> > > > <
> > > > > > > > >> > > > met_help at ucar.edu
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > > wrote:
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > > Hi Edward,
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > Even if you don't run the validate
script,
> > > METplus
> > > > > > > should
> > > > > > > > >> error
> > > > > > > > >> > > out
> > > > > > > > >> > > > > > > > immediately and give you a list of
variables
> > > that
> > > > > are
> > > > > > > > >> > deprecated
> > > > > > > > >> > > > and
> > > > > > > > >> > > > > a
> > > > > > > > >> > > > > > > > suggestion if possible, so I am
guessing
> that
> > > the
> > > > > > > changes
> > > > > > > > >> > weren't
> > > > > > > > >> > > > > > > covered.
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > The 2nd error is related to the
first. The
> > > > libpython
> > > > > > > error
> > > > > > > > >> is
> > > > > > > > >> > > what
> > > > > > > > >> > > > > came
> > > > > > > > >> > > > > > > > from the actual call to stat_analysis
and
> the
> > > 2nd
> > > > > > error
> > > > > > > is
> > > > > > > > >> just
> > > > > > > > >> > > > > telling
> > > > > > > > >> > > > > > > you
> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
> > non-zero
> > > > > > value,
> > > > > > > > >> which
> > > > > > > > >> > > means
> > > > > > > > >> > > > > > that
> > > > > > > > >> > > > > > > it
> > > > > > > > >> > > > > > > > failed.
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward
> > Strobach -
> > > > > NOAA
> > > > > > > > >> Affiliate
> > > > > > > > >> > > via
> > > > > > > > >> > > > > RT
> > > > > > > > >> > > > > > <
> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > <URL:
> > > > > > > > >> >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > >> > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > I think I've already removed the
> out-of-date
> > > > > > variable
> > > > > > > > >> names
> > > > > > > > >> > > with
> > > > > > > > >> > > > > the
> > > > > > > > >> > > > > > > v3.1
> > > > > > > > >> > > > > > > > > names.  I can look into that option
if
> this
> > > > proves
> > > > > > not
> > > > > > > > to
> > > > > > > > >> be
> > > > > > > > >> > an
> > > > > > > > >> > > > > > > > environment
> > > > > > > > >> > > > > > > > > issue.  I do know that I was pretty
> > carefully
> > > > > making
> > > > > > > the
> > > > > > > > >> > > changes
> > > > > > > > >> > > > > > > between
> > > > > > > > >> > > > > > > > > versions, but I could have still
missed
> > > > something.
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
> McCabe
> > > via
> > > > > RT
> > > > > > <
> > > > > > > > >> > > > > > met_help at ucar.edu
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > > wrote:
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > > Hi Edward,
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned this
to you
> or
> > > > not,
> > > > > > but
> > > > > > > > >> there
> > > > > > > > >> > is
> > > > > > > > >> > > a
> > > > > > > > >> > > > > > > section
> > > > > > > > >> > > > > > > > in
> > > > > > > > >> > > > > > > > > > the User's Guide about updating
config
> > > > variables
> > > > > > > from
> > > > > > > > >> older
> > > > > > > > >> > > > > > versions:
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > In the last sub-section of that
section,
> > it
> > > > > > > describes
> > > > > > > > a
> > > > > > > > >> > tool
> > > > > > > > >> > > > > called
> > > > > > > > >> > > > > > > > > > validate_config.py that can be
run the
> > same
> > > > way
> > > > > as
> > > > > > > > >> > > > > > master_metplus.py
> > > > > > > > >> > > > > > > > > > (passing in configs with -c) and
it will
> > > step
> > > > > you
> > > > > > > > >> through
> > > > > > > > >> > > find
> > > > > > > > >> > > > > and
> > > > > > > > >> > > > > > > > > replace
> > > > > > > > >> > > > > > > > > > commands to update your
configuration
> > files.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > However, this tool only works if
> > deprecated
> > > > > > > variables
> > > > > > > > >> are
> > > > > > > > >> > > added
> > > > > > > > >> > > > > to
> > > > > > > > >> > > > > > > the
> > > > > > > > >> > > > > > > > > > list to be processed. I added
many of
> the
> > > > > > variables
> > > > > > > > that
> > > > > > > > >> > were
> > > > > > > > >> > > > > > changed
> > > > > > > > >> > > > > > > > in
> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
wrappers,
> but I
> > > am
> > > > > not
> > > > > > > very
> > > > > > > > >> > > familiar
> > > > > > > > >> > > > > > with
> > > > > > > > >> > > > > > > > this
> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > I apologize that this has been
such a
> > > tedious
> > > > > > > process
> > > > > > > > >> for
> > > > > > > > >> > > you.
> > > > > > > > >> > > > If
> > > > > > > > >> > > > > > > you'd
> > > > > > > > >> > > > > > > > > > like to send me your current
version I
> can
> > > use
> > > > > > that
> > > > > > > > >> info to
> > > > > > > > >> > > > > update
> > > > > > > > >> > > > > > > this
> > > > > > > > >> > > > > > > > > > functionality to make things
easier
> going
> > > > > forward.
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > > > George
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
> wrote:
> > > > > > > > >> > > > > > > > > > > Hi Edward,
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > The first error looks like an
> > environment
> > > > > issue.
> > > > > > > You
> > > > > > > > >> may
> > > > > > > > >> > > have
> > > > > > > > >> > > > > > some
> > > > > > > > >> > > > > > > > > > > disconnect in the module loads
you
> ran.
> > I
> > > > > would
> > > > > > > > purge
> > > > > > > > >> the
> > > > > > > > >> > > > > > modules,
> > > > > > > > >> > > > > > > > > > > then try
> > > > > > > > >> > > > > > > > > > > to set up the environment to
run
> METplus
> > > > again
> > > > > > > > (listed
> > > > > > > > >> > here
> > > > > > > > >> > > > for
> > > > > > > > >> > > > > > > > > > > reference:
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >>
> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > >> > > > > > > > > > > builds)
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > I don't see red text through
MET-Help
> > and
> > > > I'm
> > > > > > not
> > > > > > > > >> seeing
> > > > > > > > >> > > the
> > > > > > > > >> > > > > > second
> > > > > > > > >> > > > > > > > > > > error,
> > > > > > > > >> > > > > > > > > > > but hopefully clearing up the
> > environment
> > > > > issues
> > > > > > > > >> resolves
> > > > > > > > >> > > the
> > > > > > > > >> > > > > 2nd
> > > > > > > > >> > > > > > > > > > > issue.
> > > > > > > > >> > > > > > > > > > > Please let me know if it does
not.
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Also, I have been trying to
clean up
> > > > > > StatAnalysis
> > > > > > > > and
> > > > > > > > >> > > > MakePlots
> > > > > > > > >> > > > > > > > > > > wrappers,
> > > > > > > > >> > > > > > > > > > > so any information you could
provide
> on
> > > > things
> > > > > > > that
> > > > > > > > >> > didn't
> > > > > > > > >> > > > work
> > > > > > > > >> > > > > > > that
> > > > > > > > >> > > > > > > > > > > you
> > > > > > > > >> > > > > > > > > > > had to change from the examples
would
> be
> > > > very
> > > > > > > > helpful.
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > Thanks,
> > > > > > > > >> > > > > > > > > > > George
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM
Edward
> > > > > Strobach
> > > > > > -
> > > > > > > > NOAA
> > > > > > > > >> > > > > Affiliate
> > > > > > > > >> > > > > > > via
> > > > > > > > >> > > > > > > > > > > RT <
> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >> > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020:
Request
> > 95484
> > > > was
> > > > > > > acted
> > > > > > > > >> upon.
> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket created
by
> > > > > > > > >> > edward.strobach at noaa.gov
> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
> > > > > > > > >> > > > > > > > > > > >      Subject:
command_builder.py
> error
> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
> > > > > > > > >> > > > > > > > > > > >   Requestors:
> > edward.strobach at noaa.gov
> > > > > > > > >> > > > > > > > > > > >       Status: new
> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > > > > > > >> > > > > > > > >
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > >> > > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > I'm in the process of
converting
> > > > > StatAnalysis
> > > > > > > > >> > > andMakePlots
> > > > > > > > >> > > > to
> > > > > > > > >> > > > > > > > metplus
> > > > > > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > I've isolated the commands
that are
> > > > > > deprecated,
> > > > > > > > >> > replaced
> > > > > > > > >> > > > the
> > > > > > > > >> > > > > > > > > > > > functions that
> > > > > > > > >> > > > > > > > > > > > no longer exist, and finished
> > debugging
> > > > some
> > > > > > > > issues
> > > > > > > > >> > > related
> > > > > > > > >> > > > > to
> > > > > > > > >> > > > > > > time
> > > > > > > > >> > > > > > > > > > > > string
> > > > > > > > >> > > > > > > > > > > > formatting.  In side my log
file
> > > (located
> > > > > > here:
> > > > > > > *
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > >> > > > > > > > > > > > there is are two errors -
possibly
> > > > related -
> > > > > > > > >> > highlighted
> > > > > > > > >> > > in
> > > > > > > > >> > > > > red
> > > > > > > > >> > > > > > > > > > > > below.  The
> > > > > > > > >> > > > > > > > > > > > first one points to a library
issue.
> > > The
> > > > > > > > directory
> > > > > > > > >> in
> > > > > > > > >> > > > > question
> > > > > > > > >> > > > > > > > > > > > exists, but
> > > > > > > > >> > > > > > > > > > > > there is nothing in it.  Is
that the
> > > > > > referenced
> > > > > > > > >> library
> > > > > > > > >> > > is
> > > > > > > > >> > > > > > > expected
> > > > > > > > >> > > > > > > > > > > > to
> > > > > > > > >> > > > > > > > > > > > reside there?  The second
issue,
> which
> > > is
> > > > > not
> > > > > > > too
> > > > > > > > >> > > > revealing,
> > > > > > > > >> > > > > > > points
> > > > > > > > >> > > > > > > > > > > > to the
> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which I
> think
> > > is
> > > > > > > somehow
> > > > > > > > >> > related
> > > > > > > > >> > > > to
> > > > > > > > >> > > > > > the
> > > > > > > > >> > > > > > > > > > > > first
> > > > > > > > >> > > > > > > > > > > > error.  I did take the
> > > STATAnalysisConfig
> > > > > file
> > > > > > > > from
> > > > > > > > >> > > another
> > > > > > > > >> > > > > > > metplus
> > > > > > > > >> > > > > > > > > > > > location that I've been
working on
> > into
> > > a
> > > > > > > > directory
> > > > > > > > >> I
> > > > > > > > >> > > > created
> > > > > > > > >> > > > > > to
> > > > > > > > >> > > > > > > > put
> > > > > > > > >> > > > > > > > > > > > the
> > > > > > > > >> > > > > > > > > > > > copied version there.  The
> > > > > STATAnalysisConfig
> > > > > > > > >> directory
> > > > > > > > >> > > was
> > > > > > > > >> > > > > > taken
> > > > > > > > >> > > > > > > > > > > > from a
> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I assumed
that
> the
> > > > layout
> > > > > > of
> > > > > > > > the
> > > > > > > > >> > file
> > > > > > > > >> > > > > would
> > > > > > > > >> > > > > > be
> > > > > > > > >> > > > > > > > > > > > okay.
> > > > > > > > >> > > > > > > > > > > > The information below seems
like
> what
> > I
> > > > > want.
> > > > > > > I'm
> > > > > > > > >> > > looping
> > > > > > > > >> > > > > over
> > > > > > > > >> > > > > > > 06,
> > > > > > > > >> > > > > > > > > > > > 12
> > > > > > > > >> > > > > > > > > > > > initial times and grouping
the 00-23
> > > VALID
> > > > > > hours
> > > > > > > > for
> > > > > > > > >> > each
> > > > > > > > >> > > > > day.
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> > metplus.StatAnalysis
> > > > > INFO:
> > > > > > > > >> COMMAND:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > >
> > > > > > > > >> >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > >> > > > > > > > > > > > -lookin
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > >> > > > > > > > > > > > -config
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> > metplus.StatAnalysis
> > > > > > > > >> > > > > (command_runner.py:124)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > app_name is: stat_analysis,
output
> > sent
> > > > to:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > >> > > > > > > > > > > > error while loading shared
> libraries:
> > > > > > > > >> > > libpython3.6m.so.1.0:
> > > > > > > > >> > > > > > > cannot
> > > > > > > > >> > > > > > > > > > > > open
> > > > > > > > >> > > > > > > > > > > > shared object file: No such
file or
> > > > > directory
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> > metplus.StatAnalysis
> > > > > > > > >> > > > > (command_runner.py:191)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > Finished running
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > >
> > > > > > > > >> >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > >> > > > > > > > > > > > in
> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:100)
> > > > > > > > >> > > > > > > > > > > > ERROR:
> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733) MET
command
> > > > > returned
> > > > > > a
> > > > > > > > >> > non-zero
> > > > > > > > >> > > > > return
> > > > > > > > >> > > > > > > > code:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > >
> > > > > > > > >> >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > >> > > > > > > > > > > > -lookin
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > >> > > > > > > > > > > > -config
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > metplus.StatAnalysis
> > > > > INFO:
> > > > > > > > Check
> > > > > > > > >> the
> > > > > > > > >> > > > > logfile
> > > > > > > > >> > > > > > > for
> > > > > > > > >> > > > > > > > > > > > more
> > > > > > > > >> > > > > > > > > > > > information on why it failed
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
filename
> from
> > > > > default
> > > > > > > > >> > template:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
> SETTINGS....
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
"000000",
> > > > "010000",
> > > > > > > > >> "020000",
> > > > > > > > >> > > > > "030000",
> > > > > > > > >> > > > > > > > > > > > "040000",
> > > > > > > > >> > > > > > > > > > > > "050000", "060000", "070000",
> > "080000",
> > > > > > > "090000",
> > > > > > > > >> > > "100000",
> > > > > > > > >> > > > > > > > "110000",
> > > > > > > > >> > > > > > > > > > > > "120000", "130000", "140000",
> > "150000",
> > > > > > > "160000",
> > > > > > > > >> > > "170000",
> > > > > > > > >> > > > > > > > "180000",
> > > > > > > > >> > > > > > > > > > > > "190000", "200000", "210000",
> > "220000",
> > > > > > "230000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2",
"VL1L2"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
-dump_row
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
> 20200525_000000
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
> 20200525_230000
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:140)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > ALPHA=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > DESC=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
"010000",
> > > > > "020000",
> > > > > > > > >> "030000",
> > > > > > > > >> > > > > > "040000",
> > > > > > > > >> > > > > > > > > > > > "050000",
> > > > > > > > >> > > > > > > > > > > > "060000", "070000", "080000",
> > "090000",
> > > > > > > "100000",
> > > > > > > > >> > > "110000",
> > > > > > > > >> > > > > > > > "120000",
> > > > > > > > >> > > > > > > > > > > > "130000", "140000", "150000",
> > "160000",
> > > > > > > "170000",
> > > > > > > > >> > > "180000",
> > > > > > > > >> > > > > > > > "190000",
> > > > > > > > >> > > > > > > > > > > > "200000", "210000", "220000",
> "230000"
> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > metplus.StatAnalysis
> > > > > > > > >> > > > > > (command_builder.py:254)
> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I took
this
> file
> > > over
> > > > > > from
> > > > > > > > >> another
> > > > > > > > >> > > > V3.0
> > > > > > > > >> > > > > > > > > > > > location,
> > > > > > > > >> > > > > > > > > > > > assuming that this would be
> > acceptable.
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > > --
> > > > > > > > >> > > > > > > > > Edward Strobach
> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > >> > > > > > > > > IMSG Contractor
> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> > > > > > > > >> > > > > > > > > 301-683-3717
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > > --
> > > > > > > > >> > > > > > > > George McCabe - Software Engineer III
> > > > > > > > >> > > > > > > > National Center for Atmospheric
Research
> > > > > > > > >> > > > > > > > Research Applications Laboratory
> > > > > > > > >> > > > > > > > 303-497-2768
> > > > > > > > >> > > > > > > > ---
> > > > > > > > >> > > > > > > > My working day may not be your
working day.
> > > Please
> > > > > do
> > > > > > > not
> > > > > > > > >> feel
> > > > > > > > >> > > > > obliged
> > > > > > > > >> > > > > > to
> > > > > > > > >> > > > > > > > reply to this email outside of your
normal
> > > working
> > > > > > > hours.
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > > --
> > > > > > > > >> > > > > > > Edward Strobach
> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > > > > > > > >> > > > > > > IMSG Contractor
> > > > > > > > >> > > > > > > Cubicle#: 2029
> > > > > > > > >> > > > > > > 301-683-3717
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > > --
> > > > > > > > >> > > > > > George McCabe - Software Engineer III
> > > > > > > > >> > > > > > National Center for Atmospheric Research
> > > > > > > > >> > > > > > Research Applications Laboratory
> > > > > > > > >> > > > > > 303-497-2768
> > > > > > > > >> > > > > > ---
> > > > > > > > >> > > > > > My working day may not be your working
day.
> Please
> > > do
> > > > > not
> > > > > > > feel
> > > > > > > > >> > > obliged
> > > > > > > > >> > > > to
> > > > > > > > >> > > > > > reply to this email outside of your
normal
> working
> > > > > hours.
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > > > --
> > > > > > > > >> > > > > Edward Strobach
> > > > > > > > >> > > > > EMC/NCEP/NWS/
> > > > > > > > >> > > > > IMSG Contractor
> > > > > > > > >> > > > > Cubicle#: 2029
> > > > > > > > >> > > > > 301-683-3717
> > > > > > > > >> > > > >
> > > > > > > > >> > > > >
> > > > > > > > >> > > >
> > > > > > > > >> > > > --
> > > > > > > > >> > > > George McCabe - Software Engineer III
> > > > > > > > >> > > > National Center for Atmospheric Research
> > > > > > > > >> > > > Research Applications Laboratory
> > > > > > > > >> > > > 303-497-2768
> > > > > > > > >> > > > ---
> > > > > > > > >> > > > My working day may not be your working day.
Please
> do
> > > not
> > > > > feel
> > > > > > > > >> obliged
> > > > > > > > >> > to
> > > > > > > > >> > > > reply to this email outside of your normal
working
> > > hours.
> > > > > > > > >> > > >
> > > > > > > > >> > > >
> > > > > > > > >> > >
> > > > > > > > >> > > --
> > > > > > > > >> > > Julie Prestopnik
> > > > > > > > >> > > Software Engineer
> > > > > > > > >> > > National Center for Atmospheric Research
> > > > > > > > >> > > Research Applications Laboratory
> > > > > > > > >> > > Phone: 303.497.8399
> > > > > > > > >> > > Email: jpresto at ucar.edu
> > > > > > > > >> > >
> > > > > > > > >> > > My working day may not be your working day.
Please do
> > not
> > > > > feel
> > > > > > > > >> obliged
> > > > > > > > >> > to
> > > > > > > > >> > > reply to this email outside of your normal
working
> > hours.
> > > > > > > > >> > >
> > > > > > > > >> > >
> > > > > > > > >> >
> > > > > > > > >> > --
> > > > > > > > >> > Edward Strobach
> > > > > > > > >> > EMC/NCEP/NWS/
> > > > > > > > >> > IMSG Contractor
> > > > > > > > >> > Cubicle#: 2029
> > > > > > > > >> > 301-683-3717
> > > > > > > > >> >
> > > > > > > > >> >
> > > > > > > > >>
> > > > > > > > >> --
> > > > > > > > >> Julie Prestopnik
> > > > > > > > >> Software Engineer
> > > > > > > > >> National Center for Atmospheric Research
> > > > > > > > >> Research Applications Laboratory
> > > > > > > > >> Phone: 303.497.8399
> > > > > > > > >> Email: jpresto at ucar.edu
> > > > > > > > >>
> > > > > > > > >> My working day may not be your working day.  Please
do not
> > > feel
> > > > > > > obliged
> > > > > > > > to
> > > > > > > > >> reply to this email outside of your normal working
hours.
> > > > > > > > >>
> > > > > > > > >>
> > > > > > > > >
> > > > > > > > > --
> > > > > > > > > Edward Strobach
> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > IMSG Contractor
> > > > > > > > > Cubicle#: 2029
> > > > > > > > > 301-683-3717
> > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > > --
> > > > > > > > Edward Strobach
> > > > > > > > EMC/NCEP/NWS/
> > > > > > > > IMSG Contractor
> > > > > > > > Cubicle#: 2029
> > > > > > > > 301-683-3717
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Julie Prestopnik
> > > > > > > Software Engineer
> > > > > > > National Center for Atmospheric Research
> > > > > > > Research Applications Laboratory
> > > > > > > Phone: 303.497.8399
> > > > > > > Email: jpresto at ucar.edu
> > > > > > >
> > > > > > > My working day may not be your working day.  Please do
not feel
> > > > obliged
> > > > > > to
> > > > > > > reply to this email outside of your normal working
hours.
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Julie Prestopnik
> > > > > Software Engineer
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > Phone: 303.497.8399
> > > > > Email: jpresto at ucar.edu
> > > > >
> > > > > My working day may not be your working day.  Please do not
feel
> > obliged
> > > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 10:52:58 2020

There were a couple of leftover errors, but I think I resolved them
except
one.  The two that were resolved were related to UnboundError and
NameError.  However, the one that I can't see to resolve is this:
FileNotFoundError: [Errno 2] No such file or directory:
'/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin/stat_analysis'

I looked to see if my setup had this, but it seems that it doesn't.
Is
there a stat_analysis location that I can source from?

I also made sure to follow George's suggestion; now my set-up looks
cleaner
and less confusing.  Thanks for the pointers!


On Wed, Jun 3, 2020 at 5:02 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Which machine are you running on? The instructions for the NOAA
machines
> vary.
>
> On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > The first line is under my .bashrc in /u/Edward.Strobach.
> >
> > The second line was added and that's when I got the following:
> >
> > [Edward.Strobach at v72a1 ~]$ module use
> >  /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > Lmod has detected the following error:  The following module(s)
are
> > unknown: "metplus/3.0.1"
> >
> > Please check the spelling or version number. Also try "module
spider ..."
> > It is also possible your cache file is out-of-date; it may help to
try:
> >   $ module --ignore-cache load "metplus/3.0.1"
> >
> > Also make sure that all modulefiles written in TCL start with the
string
> > #%Module
> >
> >
> >
> > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hi Edward,
> > >
> > > Did you run this first?
> > >
> > > module use
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >
> > > I believe you need to run that so it can find the metplus/3.0.1
module.
> > >
> > >
> > >
> > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >
> > > > There was only one mention of deprecated, and it was at the
top of
> the
> > > log
> > > > "Checking for deprecated env..".  There were no other
mentions;
> > however,
> > > > there were warnings for certain variables not being set. Other
than
> > that
> > > I
> > > > get DEBUG messages - presumably because I set things to DEBUG
- and
> > those
> > > > two error messages.
> > > >
> > > > I figured the second was related to the first.  A reference to
> > libraries
> > > > makes me feel like it's an environment issue, but my bashrc is
> already
> > > set
> > > > up with the recommended Dell modules settings.
> > > >
> > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> met_help at ucar.edu
> > >
> > > > wrote:
> > > >
> > > > > Hi Edward,
> > > > >
> > > > > Even if you don't run the validate script, METplus should
error out
> > > > > immediately and give you a list of variables that are
deprecated
> and
> > a
> > > > > suggestion if possible, so I am guessing that the changes
weren't
> > > > covered.
> > > > >
> > > > > The 2nd error is related to the first. The libpython error
is what
> > came
> > > > > from the actual call to stat_analysis and the 2nd error is
just
> > telling
> > > > you
> > > > > that the stat_analysis command returned non-zero value,
which means
> > > that
> > > > it
> > > > > failed.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate via
> > RT
> > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > > >
> > > > > > I think I've already removed the out-of-date variable
names with
> > the
> > > > v3.1
> > > > > > names.  I can look into that option if this proves not to
be an
> > > > > environment
> > > > > > issue.  I do know that I was pretty carefully making the
changes
> > > > between
> > > > > > versions, but I could have still missed something.
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > > met_help at ucar.edu
> > > > >
> > > > > > wrote:
> > > > > >
> > > > > > > Hi Edward,
> > > > > > >
> > > > > > > I'm not sure if I mentioned this to you or not, but
there is a
> > > > section
> > > > > in
> > > > > > > the User's Guide about updating config variables from
older
> > > versions:
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > >
> > > > > > > In the last sub-section of that section, it describes a
tool
> > called
> > > > > > > validate_config.py that can be run the same way as
> > > master_metplus.py
> > > > > > > (passing in configs with -c) and it will step you
through find
> > and
> > > > > > replace
> > > > > > > commands to update your configuration files.
> > > > > > >
> > > > > > > However, this tool only works if deprecated variables
are added
> > to
> > > > the
> > > > > > > list to be processed. I added many of the variables that
were
> > > changed
> > > > > in
> > > > > > > StatAnalysis and MakePlots wrappers, but I am not very
familiar
> > > with
> > > > > this
> > > > > > > wrapper so I may have missed some.
> > > > > > >
> > > > > > > I apologize that this has been such a tedious process
for you.
> If
> > > > you'd
> > > > > > > like to send me your current version I can use that info
to
> > update
> > > > this
> > > > > > > functionality to make things easier going forward.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > George
> > > > > > >
> > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > Hi Edward,
> > > > > > > >
> > > > > > > > The first error looks like an environment issue. You
may have
> > > some
> > > > > > > > disconnect in the module loads you ran. I would purge
the
> > > modules,
> > > > > > > > then try
> > > > > > > > to set up the environment to run METplus again (listed
here
> for
> > > > > > > > reference:
> > > > > > > >
> > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > builds)
> > > > > > > >
> > > > > > > > I don't see red text through MET-Help and I'm not
seeing the
> > > second
> > > > > > > > error,
> > > > > > > > but hopefully clearing up the environment issues
resolves the
> > 2nd
> > > > > > > > issue.
> > > > > > > > Please let me know if it does not.
> > > > > > > >
> > > > > > > > Also, I have been trying to clean up StatAnalysis and
> MakePlots
> > > > > > > > wrappers,
> > > > > > > > so any information you could provide on things that
didn't
> work
> > > > that
> > > > > > > > you
> > > > > > > > had to change from the examples would be very helpful.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > George
> > > > > > > >
> > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach - NOAA
> > Affiliate
> > > > via
> > > > > > > > RT <
> > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > >
> > > > > > > > >
> > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
> > > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
> > > > > > > > >        Queue: met_help
> > > > > > > > >      Subject: command_builder.py error
> > > > > > > > >        Owner: Nobody
> > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > >       Status: new
> > > > > > > > >  Ticket <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > >
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Good afternoon,
> > > > > > > > >
> > > > > > > > > I'm in the process of converting StatAnalysis
andMakePlots
> to
> > > > > metplus
> > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > >
> > > > > > > > > I've isolated the commands that are deprecated,
replaced
> the
> > > > > > > > > functions that
> > > > > > > > > no longer exist, and finished debugging some issues
related
> > to
> > > > time
> > > > > > > > > string
> > > > > > > > > formatting.  In side my log file (located here: *
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > there is are two errors - possibly related -
highlighted in
> > red
> > > > > > > > > below.  The
> > > > > > > > > first one points to a library issue.  The directory
in
> > question
> > > > > > > > > exists, but
> > > > > > > > > there is nothing in it.  Is that the referenced
library is
> > > > expected
> > > > > > > > > to
> > > > > > > > > reside there?  The second issue, which is not too
> revealing,
> > > > points
> > > > > > > > > to the
> > > > > > > > > STATAnalysisConfig file, which I think is somehow
related
> to
> > > the
> > > > > > > > > first
> > > > > > > > > error.  I did take the STATAnalysisConfig file from
another
> > > > metplus
> > > > > > > > > location that I've been working on into a directory
I
> created
> > > to
> > > > > put
> > > > > > > > > the
> > > > > > > > > copied version there.  The STATAnalysisConfig
directory was
> > > taken
> > > > > > > > > from a
> > > > > > > > > V.3.1 location, so I assumed that the layout of the
file
> > would
> > > be
> > > > > > > > > okay.
> > > > > > > > > The information below seems like what I want.  I'm
looping
> > over
> > > > 06,
> > > > > > > > > 12
> > > > > > > > > initial times and grouping the 00-23 VALID hours for
each
> > day.
> > > > > > > > >
> > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > -lookin
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > -config
> > > > > > > > >
> > > > > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > (command_runner.py:124)
> > > > > > > > > DEBUG:
> > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > MET OUTPUT:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > error while loading shared libraries:
libpython3.6m.so.1.0:
> > > > cannot
> > > > > > > > > open
> > > > > > > > > shared object file: No such file or directory
> > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > (command_runner.py:191)
> > > > > > > > > DEBUG:
> > > > > > > > > Finished running
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > in
> > > > > > > > > 0:00:00.204271
> > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > (command_builder.py:100)
> > > > > > > > > ERROR:
> > > > > > > > > (command_builder.py:733) MET command returned a non-
zero
> > return
> > > > > code:
> > > > > > > > >
> > > > > > >
> > > > >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > -lookin
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > -config
> > > > > > > > >
> > > > > > > > >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO: Check
the
> > logfile
> > > > for
> > > > > > > > > more
> > > > > > > > > information on why it failed
> > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > DEBUG: Building dump_row filename from default
template:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: DESC:
> > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > "030000",
> > > > > > > > > "040000",
> > > > > > > > > "050000", "060000", "070000", "080000", "090000",
"100000",
> > > > > "110000",
> > > > > > > > > "120000", "130000", "140000", "150000", "160000",
"170000",
> > > > > "180000",
> > > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: -lookin:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:140)
> > > > > > > > > DEBUG:
> > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > ALPHA=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > COV_THRESH=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > DESC=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_END=
> > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_THRESH=
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_UNITS=
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > > "040000",
> > > > > > > > > "050000",
> > > > > > > > > "060000", "070000", "080000", "090000", "100000",
"110000",
> > > > > "120000",
> > > > > > > > > "130000", "140000", "150000", "160000", "170000",
"180000",
> > > > > "190000",
> > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > (command_builder.py:254)
> > > > > > > > > DEBUG:
> > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > that appear to ori.  I took this file over from
another
> V3.0
> > > > > > > > > location,
> > > > > > > > > assuming that this would be acceptable.
> > > > > > > > >
> > > > > > > > >
> > > > > > > > > Edward Strobach
> > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > IMSG Contractor
> > > > > > > > > Cubicle#: 2029
> > > > > > > > > 301-683-3717
> > > > > > > > >
> > > > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Edward Strobach
> > > > > > EMC/NCEP/NWS/
> > > > > > IMSG Contractor
> > > > > > Cubicle#: 2029
> > > > > > 301-683-3717
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > George McCabe - Software Engineer III
> > > > > National Center for Atmospheric Research
> > > > > Research Applications Laboratory
> > > > > 303-497-2768
> > > > > ---
> > > > > My working day may not be your working day. Please do not
feel
> > obliged
> > > to
> > > > > reply to this email outside of your normal working hours.
> > > > >
> > > > >
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Thu Jun 04 10:57:44 2020

Hi Ed.  My apologies.  You are correct in that there was no bin
directory.
I have since linked a bin directory to the exec directory where the
executables lived (although I thought I had done that yesterday...).
You
don't need to change anything.  Please give it another try.

Thanks.

Julie

On Thu, Jun 4, 2020 at 10:53 AM Edward Strobach - NOAA Affiliate via
RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> There were a couple of leftover errors, but I think I resolved them
except
> one.  The two that were resolved were related to UnboundError and
> NameError.  However, the one that I can't see to resolve is this:
> FileNotFoundError: [Errno 2] No such file or directory:
>
>
'/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin/stat_analysis'
>
> I looked to see if my setup had this, but it seems that it doesn't.
Is
> there a stat_analysis location that I can source from?
>
> I also made sure to follow George's suggestion; now my set-up looks
cleaner
> and less confusing.  Thanks for the pointers!
>
>
> On Wed, Jun 3, 2020 at 5:02 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Which machine are you running on? The instructions for the NOAA
machines
> > vary.
> >
> > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > The first line is under my .bashrc in /u/Edward.Strobach.
> > >
> > > The second line was added and that's when I got the following:
> > >
> > > [Edward.Strobach at v72a1 ~]$ module use
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> > > Lmod has detected the following error:  The following module(s)
are
> > > unknown: "metplus/3.0.1"
> > >
> > > Please check the spelling or version number. Also try "module
spider
> ..."
> > > It is also possible your cache file is out-of-date; it may help
to try:
> > >   $ module --ignore-cache load "metplus/3.0.1"
> > >
> > > Also make sure that all modulefiles written in TCL start with
the
> string
> > > #%Module
> > >
> > >
> > >
> > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT
<met_help at ucar.edu
> >
> > > wrote:
> > >
> > > > Hi Edward,
> > > >
> > > > Did you run this first?
> > > >
> > > > module use
> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >
> > > > I believe you need to run that so it can find the
metplus/3.0.1
> module.
> > > >
> > > >
> > > >
> > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > > >
> > > > > There was only one mention of deprecated, and it was at the
top of
> > the
> > > > log
> > > > > "Checking for deprecated env..".  There were no other
mentions;
> > > however,
> > > > > there were warnings for certain variables not being set.
Other than
> > > that
> > > > I
> > > > > get DEBUG messages - presumably because I set things to
DEBUG - and
> > > those
> > > > > two error messages.
> > > > >
> > > > > I figured the second was related to the first.  A reference
to
> > > libraries
> > > > > makes me feel like it's an environment issue, but my bashrc
is
> > already
> > > > set
> > > > > up with the recommended Dell modules settings.
> > > > >
> > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> > met_help at ucar.edu
> > > >
> > > > > wrote:
> > > > >
> > > > > > Hi Edward,
> > > > > >
> > > > > > Even if you don't run the validate script, METplus should
error
> out
> > > > > > immediately and give you a list of variables that are
deprecated
> > and
> > > a
> > > > > > suggestion if possible, so I am guessing that the changes
weren't
> > > > > covered.
> > > > > >
> > > > > > The 2nd error is related to the first. The libpython error
is
> what
> > > came
> > > > > > from the actual call to stat_analysis and the 2nd error is
just
> > > telling
> > > > > you
> > > > > > that the stat_analysis command returned non-zero value,
which
> means
> > > > that
> > > > > it
> > > > > > failed.
> > > > > >
> > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate
> via
> > > RT
> > > > <
> > > > > > met_help at ucar.edu> wrote:
> > > > > >
> > > > > > >
> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > > > > >
> > > > > > > I think I've already removed the out-of-date variable
names
> with
> > > the
> > > > > v3.1
> > > > > > > names.  I can look into that option if this proves not
to be an
> > > > > > environment
> > > > > > > issue.  I do know that I was pretty carefully making the
> changes
> > > > > between
> > > > > > > versions, but I could have still missed something.
> > > > > > >
> > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> > > > met_help at ucar.edu
> > > > > >
> > > > > > > wrote:
> > > > > > >
> > > > > > > > Hi Edward,
> > > > > > > >
> > > > > > > > I'm not sure if I mentioned this to you or not, but
there is
> a
> > > > > section
> > > > > > in
> > > > > > > > the User's Guide about updating config variables from
older
> > > > versions:
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > > > > > >
> > > > > > > > In the last sub-section of that section, it describes
a tool
> > > called
> > > > > > > > validate_config.py that can be run the same way as
> > > > master_metplus.py
> > > > > > > > (passing in configs with -c) and it will step you
through
> find
> > > and
> > > > > > > replace
> > > > > > > > commands to update your configuration files.
> > > > > > > >
> > > > > > > > However, this tool only works if deprecated variables
are
> added
> > > to
> > > > > the
> > > > > > > > list to be processed. I added many of the variables
that were
> > > > changed
> > > > > > in
> > > > > > > > StatAnalysis and MakePlots wrappers, but I am not very
> familiar
> > > > with
> > > > > > this
> > > > > > > > wrapper so I may have missed some.
> > > > > > > >
> > > > > > > > I apologize that this has been such a tedious process
for
> you.
> > If
> > > > > you'd
> > > > > > > > like to send me your current version I can use that
info to
> > > update
> > > > > this
> > > > > > > > functionality to make things easier going forward.
> > > > > > > >
> > > > > > > > Thanks,
> > > > > > > > George
> > > > > > > >
> > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> > > > > > > > > Hi Edward,
> > > > > > > > >
> > > > > > > > > The first error looks like an environment issue. You
may
> have
> > > > some
> > > > > > > > > disconnect in the module loads you ran. I would
purge the
> > > > modules,
> > > > > > > > > then try
> > > > > > > > > to set up the environment to run METplus again
(listed here
> > for
> > > > > > > > > reference:
> > > > > > > > >
> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > > > > > > > builds)
> > > > > > > > >
> > > > > > > > > I don't see red text through MET-Help and I'm not
seeing
> the
> > > > second
> > > > > > > > > error,
> > > > > > > > > but hopefully clearing up the environment issues
resolves
> the
> > > 2nd
> > > > > > > > > issue.
> > > > > > > > > Please let me know if it does not.
> > > > > > > > >
> > > > > > > > > Also, I have been trying to clean up StatAnalysis
and
> > MakePlots
> > > > > > > > > wrappers,
> > > > > > > > > so any information you could provide on things that
didn't
> > work
> > > > > that
> > > > > > > > > you
> > > > > > > > > had to change from the examples would be very
helpful.
> > > > > > > > >
> > > > > > > > > Thanks,
> > > > > > > > > George
> > > > > > > > >
> > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach -
NOAA
> > > Affiliate
> > > > > via
> > > > > > > > > RT <
> > > > > > > > > met_help at ucar.edu> wrote:
> > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
> > > > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
> > > > > > > > > >        Queue: met_help
> > > > > > > > > >      Subject: command_builder.py error
> > > > > > > > > >        Owner: Nobody
> > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> > > > > > > > > >       Status: new
> > > > > > > > > >  Ticket <URL:
> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Good afternoon,
> > > > > > > > > >
> > > > > > > > > > I'm in the process of converting StatAnalysis
> andMakePlots
> > to
> > > > > > metplus
> > > > > > > > > > version 3.0 format from 2.1.
> > > > > > > > > >
> > > > > > > > > > I've isolated the commands that are deprecated,
replaced
> > the
> > > > > > > > > > functions that
> > > > > > > > > > no longer exist, and finished debugging some
issues
> related
> > > to
> > > > > time
> > > > > > > > > > string
> > > > > > > > > > formatting.  In side my log file (located here: *
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > > > > > > > > there is are two errors - possibly related -
highlighted
> in
> > > red
> > > > > > > > > > below.  The
> > > > > > > > > > first one points to a library issue.  The
directory in
> > > question
> > > > > > > > > > exists, but
> > > > > > > > > > there is nothing in it.  Is that the referenced
library
> is
> > > > > expected
> > > > > > > > > > to
> > > > > > > > > > reside there?  The second issue, which is not too
> > revealing,
> > > > > points
> > > > > > > > > > to the
> > > > > > > > > > STATAnalysisConfig file, which I think is somehow
related
> > to
> > > > the
> > > > > > > > > > first
> > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
> another
> > > > > metplus
> > > > > > > > > > location that I've been working on into a
directory I
> > created
> > > > to
> > > > > > put
> > > > > > > > > > the
> > > > > > > > > > copied version there.  The STATAnalysisConfig
directory
> was
> > > > taken
> > > > > > > > > > from a
> > > > > > > > > > V.3.1 location, so I assumed that the layout of
the file
> > > would
> > > > be
> > > > > > > > > > okay.
> > > > > > > > > > The information below seems like what I want.  I'm
> looping
> > > over
> > > > > 06,
> > > > > > > > > > 12
> > > > > > > > > > initial times and grouping the 00-23 VALID hours
for each
> > > day.
> > > > > > > > > >
> > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > -lookin
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > -config
> > > > > > > > > >
> > > > > > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> > > (command_runner.py:124)
> > > > > > > > > > DEBUG:
> > > > > > > > > > app_name is: stat_analysis, output sent to:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > > > > > > > > MET OUTPUT:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > > > > > > > > error while loading shared libraries:
> libpython3.6m.so.1.0:
> > > > > cannot
> > > > > > > > > > open
> > > > > > > > > > shared object file: No such file or directory
> > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> > > (command_runner.py:191)
> > > > > > > > > > DEBUG:
> > > > > > > > > > Finished running
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > in
> > > > > > > > > > 0:00:00.204271
> > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> > > > (command_builder.py:100)
> > > > > > > > > > ERROR:
> > > > > > > > > > (command_builder.py:733) MET command returned a
non-zero
> > > return
> > > > > > code:
> > > > > > > > > >
> > > > > > > >
> > > > > >
> > > >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > > > > > > > > -lookin
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > -config
> > > > > > > > > >
> > > > > > > > > >
> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check the
> > > logfile
> > > > > for
> > > > > > > > > > more
> > > > > > > > > > information on why it failed
> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:788)
> > > > > > > > > > DEBUG: Building dump_row filename from default
template:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1833)
> > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: ALPHA:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: COV_THRESH:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: DESC:
> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_THRESH:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_UNITS:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> > > "030000",
> > > > > > > > > > "040000",
> > > > > > > > > > "050000", "060000", "070000", "080000", "090000",
> "100000",
> > > > > > "110000",
> > > > > > > > > > "120000", "130000", "140000", "150000", "160000",
> "170000",
> > > > > > "180000",
> > > > > > > > > > "190000", "200000", "210000", "220000", "230000"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: INTERP_PNTS:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: MODEL: "AQ"
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_LEAD:
> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_THRESH:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_UNITS:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: -lookin:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: FCST_INIT_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_VALID_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> > > > > > > > > > DEBUG: OBS_INIT_END:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:140)
> > > > > > > > > > DEBUG:
> > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > >
> > > > >
> > > >
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > ALPHA=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > COV_THRESH=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > DESC=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_BEG=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_END=
> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_INIT_HOUR="120000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_LEAD="000000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_LEVEL="A1"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_THRESH=
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_UNITS=
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_BEG=20200525_000000
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_END=20200525_230000
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
> > > > "040000",
> > > > > > > > > > "050000",
> > > > > > > > > > "060000", "070000", "080000", "090000", "100000",
> "110000",
> > > > > > "120000",
> > > > > > > > > > "130000", "140000", "150000", "160000", "170000",
> "180000",
> > > > > > "190000",
> > > > > > > > > > "200000", "210000", "220000", "230000"
> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> > > > (command_builder.py:254)
> > > > > > > > > > DEBUG:
> > > > > > > > > > FCST_VAR="OZCON"
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > that appear to ori.  I took this file over from
another
> > V3.0
> > > > > > > > > > location,
> > > > > > > > > > assuming that this would be acceptable.
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > > > > Edward Strobach
> > > > > > > > > > EMC/NCEP/NWS/
> > > > > > > > > > IMSG Contractor
> > > > > > > > > > Cubicle#: 2029
> > > > > > > > > > 301-683-3717
> > > > > > > > > >
> > > > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > > >
> > > > > > >
> > > > > > > --
> > > > > > > Edward Strobach
> > > > > > > EMC/NCEP/NWS/
> > > > > > > IMSG Contractor
> > > > > > > Cubicle#: 2029
> > > > > > > 301-683-3717
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > George McCabe - Software Engineer III
> > > > > > National Center for Atmospheric Research
> > > > > > Research Applications Laboratory
> > > > > > 303-497-2768
> > > > > > ---
> > > > > > My working day may not be your working day. Please do not
feel
> > > obliged
> > > > to
> > > > > > reply to this email outside of your normal working hours.
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Edward Strobach
> > > > > EMC/NCEP/NWS/
> > > > > IMSG Contractor
> > > > > Cubicle#: 2029
> > > > > 301-683-3717
> > > > >
> > > > >
> > > >
> > > > --
> > > > George McCabe - Software Engineer III
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > 303-497-2768
> > > > ---
> > > > My working day may not be your working day. Please do not feel
> obliged
> > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 11:44:13 2020

Despite all these efforts I still arrive at similar issues.  The
issues
that I thought I resolved were not actually resolved.  I looked on the
metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST were
set.
I originally used what I defined from my environment.  When that
didn't
work I set it empty.  Looking at the metplus guide, I only saw
examples
where they set as empty.  the plot_time_series.py (and others) didn't
seem
to like that and required that it be set.  Setting it also did not
bode
well.  I'm sure this is related to MakePlots since StatAnalysis only
processes the data into .stat form.  This is becoming painful because
I
can't move forward on anything.  Additionally, if I process statistics
such
as this:
export plot_stats_list="bias, rmse, fbar_obar"
do I need to loop through that?



On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate <
edward.strobach at noaa.gov> wrote:

> That explanation was very helpful. Thanks George.  I'll make
adjustments
> in the machine.conf that are general to all cases while defining
case
> specific details in the plot*conf
>
> On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
>> Hi Edward,
>>
>> Think of the machine conf as a conf file that corresponds to a user
and
>> machine where you are running. It contains settings that will be
applied
>> to
>> every run of METplus on that machine as that user. I often name
mine
>> containing my username and machine I am using it on to make it
clear to me
>> what it is used for. Here is an example of what is in a conf file
called
>> mccabe.kiowa.conf:
>>
>> [dir]
>> OUTPUT_BASE = /d1/personal/mccabe/out
>>
>> INPUT_BASE = /d1/projects/METplus/METplus_Data
>> MET_INSTALL_DIR = /usr/local/met-9.0.1
>>
>> [config]
>> LOG_LEVEL = DEBUG
>> #LOG_MET_VERBOSITY = 5
>> #DO_NOT_RUN_EXE = yes
>> #LOG_TIMESTAMP_USE_DATATIME = True
>> #LOG_MET_OUTPUT_TO_METPLUS=no
>>
>> [exe]
>> WGRIB2 = /usr/local/bin/wgrib2
>> CUT = /usr/bin/cut
>> TR = /usr/bin/tr
>> RM = /bin/rm
>> NCAP2 = /usr/local/nco/bin/ncap2
>> CONVERT = /usr/bin/convert
>> NCDUMP = /usr/local/netcdf/bin/ncdump
>> EGREP = /bin/egrep
>>
>>
>> It sets up my environment to run. I also leave a few logging items
>> commented out so I can easily change things when I am debugging,
like
>> boosting the MET log verbosity. Once I am set up on a new computer,
I
>> rarely change anything in this file except for OUTPUT_BASE (if I
want to
>> write output to a different directory) or changing logging
settings. The
>> location of the input data won't change, and the MET install dir
will only
>> change when a new version of MET is released. Since you are running
on
>> NOAA
>> machines that use module loads, you don't need to set any of the
[exe]
>> items since they are found in the path.
>>
>> Think of the plot*.conf as a use case configuration file. It
contains
>> information specific to that use case you need to run. It shouldn't
>> contain
>> any variables from the user environment conf, but it can reference
these
>> values in other variables, such as setting an _OUTPUT_DIR to a path
>> relative to OUTPUT_BASE, i.e.
>>
>> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
>>
>>
>> When you want to run your use case, you will pass in the use case
conf
>> files first, then your user environment conf last. This ensures
that if a
>> variable like OUTPUT_BASE is set in another conf when it shouldn't
be,
>> then
>> your user conf will have the final say and overwrite any values set
>> earlier. Here is an example:
>>
>> master_metplus.py -c
>> ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
>> ~/mccabe.kiowa.conf
>>
>> I hope that helps clear up what belongs in each of these conf
files. Let
>> me
>> know if you have any other questions or concerns.
>>
>> Thanks,
>> George
>>
>> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate via
RT <
>> met_help at ucar.edu> wrote:
>>
>> >
>> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> >
>> > I understand George.  I haven't adopted best practices quite yet
I
>> guess.
>> > My confusion lies in separating machine.conf and the plot*.conf.
I've
>> been
>> > duplicating the definitions in both because it's not clear to me
what
>> > belongs in machine.conf and what should belong in the other.
Perhaps
>> what
>> > I'll do is try to clean up the machine.conf and share with you
the new
>> conf
>> > files so that it is easier to follow.  In truth, I'm hoping to
learn
>> from
>> > this process so that I can create verification packages through
metplus
>> in
>> > an efficient way. Right now it's growing pains.
>> >
>> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT
<met_help at ucar.edu>
>> > wrote:
>> >
>> > > Hi Edward,
>> > >
>> > > I'm taking a look at your config files to try to see if I can
see
>> > anything
>> > > obvious that is wrong. It is a little confusing to follow the
way you
>> > have
>> > > it set up where you set a variable in one file, then reference
it in
>> the
>> > > next. It would make a little more sense to keep your machine
conf
>> pretty
>> > > clean, with only top level configurations, like INPUT_BASE,
>> OUTPUT_BASE,
>> > > MET_INSTALL_DIR (from the [dir] section, the others in
machine_v3.conf
>> > > aren't needed), anything in the [exe] section, and system wide
>> settings,
>> > > like LOG_ variables. The rest of the variables make more sense
to put
>> in
>> > > the use case conf file only, i.e. instead of setting
>> > >
>> > > VALIDBEG = {ENV[VALID_B]}
>> > > VALIDEND = {ENV[VALID_E]}
>> > >
>> > >  in machine_v3.conf and setting
>> > >
>> > > VALID_BEG = {VALIDBEG}
>> > > VALID_END = {VALIDEND}
>> > >
>> > > in the plot conf, just set
>> > >
>> > > VALID_BEG = {ENV[VALID_B]}
>> > > VALID_END = {ENV[VALID_E]}
>> > >
>> > > in the plot conf. This will make it easier to follow instead of
>> having to
>> > > hop between 3 files.
>> > >
>> > > If you'd like, you could tar up the input files to StatAnalysis
and I
>> can
>> > > have Julie or someone else pull them down so I can try to work
through
>> > the
>> > > errors locally. I am also happy to set up a meeting where you
can
>> screen
>> > > share and we can go through the errors together. Let me know
what you
>> > > think.
>> > >
>> > > Thanks,
>> > > George
>> > >
>> > >
>> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA Affiliate
via
>> RT <
>> > > met_help at ucar.edu> wrote:
>> > >
>> > > >
>> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
>> > > >
>> > > > will do!
>> > > >
>> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
>> > > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > > > No worries!  We're happy to help.  We hope you'll get a
successful
>> > run.
>> > > > > Please let us know how it goes.
>> > > > >
>> > > > > Julie
>> > > > >
>> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
Affiliate
>> via
>> > RT
>> > > <
>> > > > > met_help at ucar.edu> wrote:
>> > > > >
>> > > > > >
>> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > > > > >
>> > > > > > Okay. I think I understand that error now.  I'm sorry I
>> overlooked
>> > > > > that.  I
>> > > > > > kept thinking that something else was going on. Thanks
Julie and
>> > > George
>> > > > > >
>> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT <
>> > > > > met_help at ucar.edu>
>> > > > > > wrote:
>> > > > > >
>> > > > > > > >
>> > > > > > > > Note that your job1_v3 points to met-9.0 not met-
9.0.1 and
>> to
>> > > > > > METplus-3.0
>> > > > > > > > not METplus-3.0.1.
>> > > > > > > >
>> > > > > > > That is true in a few places:
>> > > > > > >
>> > > > > > > > export
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
>> > > > > > > > export
>> > > > >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>> > > > > > > >
>> > > > > > > export METplus_version="3.0"
>> > > > > > > > export MET_version="9.0"
>> > > > > > > >
>> > > > > > >
>> > > > > > > In addition to changing those, you should also change:
>> > > > > > >
>> > > > > > > > export
>> > > > > >
>> NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>> > > > > > >
>> > > > > > > to
>> > > > > > >
>> > > > > > > > export NCDUMP="
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>> > > > > > >
>> > > > > > >
>> > > > > > > Julie
>> > > > > > >
>> > > > > > >
>> > > > > > >
>> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
>> Affiliate
>> > via
>> > > > RT
>> > > > > <
>> > > > > > > met_help at ucar.edu> wrote:
>> > > > > > >
>> > > > > > > >
>> > > > > > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > >
>> > > > > > > >
>> > > > > > > > i managed to fix that weird issue.  I think you
should be
>> able
>> > to
>> > > > see
>> > > > > > my
>> > > > > > > > .bashrc now.  I'm going to look to see what I did..
>> > > > > > > >
>> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach - NOAA
>> > Affiliate <
>> > > > > > > > edward.strobach at noaa.gov> wrote:
>> > > > > > > >
>> > > > > > > > > l don't know.  I've never encountered this issue.
I
>> simply
>> > > > copied
>> > > > > > and
>> > > > > > > > > pasted - or so I thought - the module contents
under the
>> > > > > > WCOSS-DELL.  I
>> > > > > > > > can
>> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach, but
many
>> other
>> > > > > > commands
>> > > > > > > do
>> > > > > > > > > not work.  It's related to something I must have
done in
>> the
>> > > > > .bashrc:
>> > > > > > > > >
>> > > > > > > > > -bash: export:
>> > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usrx!
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
>> > > > > > > > > not a valid identifier
>> > > > > > > > >
>> > > > > > > > > I've been at this too long and am probably starting
to
>> make
>> > > > > > mistakes..
>> > > > > > > > >
>> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik via
RT <
>> > > > > > > > met_help at ucar.edu>
>> > > > > > > > > wrote:
>> > > > > > > > >
>> > > > > > > > >> Is there anything I can do to help?  I tried to
look in
>> > > > > > > > /u/Edward.Strobach
>> > > > > > > > >> to see if I could access your .bashrc file,
however, I
>> don't
>> > > > even
>> > > > > > see
>> > > > > > > > >> a /u/Edward.Strobach directory, which I don't
fully
>> > > > understand...
>> > > > > > > > >>
>> > > > > > > > >> Julie
>> > > > > > > > >>
>> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach -
NOAA
>> > > Affiliate
>> > > > > via
>> > > > > > > RT <
>> > > > > > > > >> met_help at ucar.edu> wrote:
>> > > > > > > > >>
>> > > > > > > > >> >
>> > > > > > > > >> > <URL:
>> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > >
>> > > > > > > > >> >
>> > > > > > > > >> > I realize that, but now I messed up my .bashrc
file in
>> > such
>> > > a
>> > > > > way
>> > > > > > > > that I
>> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck until I
can
>> deal
>> > > with
>> > > > > > that
>> > > > > > > > >> >
>> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie Prestopnik
via RT
>> <
>> > > > > > > > >> met_help at ucar.edu>
>> > > > > > > > >> > wrote:
>> > > > > > > > >> >
>> > > > > > > > >> > > Hi Edward and George.
>> > > > > > > > >> > >
>> > > > > > > > >> > > I believe Edward is running on Venus but
looking at
>> the
>> > > > > > directions
>> > > > > > > > for
>> > > > > > > > >> > > Mars, because there was previously no
modulefile for
>> > > > > > metplus/3.0.1
>> > > > > > > > on
>> > > > > > > > >> > > Venus, but there was on Mars.  However, I just
>> created a
>> > > > > > > modulefile
>> > > > > > > > >> for
>> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on
Venus.
>> > > Edward,
>> > > > > > > please
>> > > > > > > > >> start
>> > > > > > > > >> > > fresh with a new login to Venus and try
running:
>> > > > > > > > >> > >
>> > > > > > > > >> > > > module use
>> > > > > > > > >> > > >
>> > > > > > >
>> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > > > > > >> > > > module load metplus/3.0.1
>> > > > > > > > >> > >
>> > > > > > > > >> > >
>> > > > > > > > >> > > Please let us know how the testing goes.  In
the
>> > meantime,
>> > > > > I'll
>> > > > > > > try
>> > > > > > > > to
>> > > > > > > > >> > > reproduce the problem you are experiencing.  I
may
>> need
>> > > some
>> > > > > > help
>> > > > > > > > from
>> > > > > > > > >> > > George, but hopefully, getting the right
environment
>> set
>> > > up
>> > > > > will
>> > > > > > > > help
>> > > > > > > > >> > > resolve the issue you are having.
>> > > > > > > > >> > >
>> > > > > > > > >> > > Julie
>> > > > > > > > >> > >
>> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe
via RT <
>> > > > > > > > >> met_help at ucar.edu>
>> > > > > > > > >> > > wrote:
>> > > > > > > > >> > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > <URL:
>> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > Which machine are you running on? The
instructions
>> for
>> > > the
>> > > > > > NOAA
>> > > > > > > > >> > machines
>> > > > > > > > >> > > > vary.
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach -
>> NOAA
>> > > > > > Affiliate
>> > > > > > > > via
>> > > > > > > > >> RT
>> > > > > > > > >> > <
>> > > > > > > > >> > > > met_help at ucar.edu> wrote:
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > <URL:
>> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > The first line is under my .bashrc in
>> > > > /u/Edward.Strobach.
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > The second line was added and that's when
I got
>> the
>> > > > > > following:
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
>> > > > > > > > >> > > > >
>> > > > > > > >
>> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
>> > metplus/3.0.1
>> > > > > > > > >> > > > > Lmod has detected the following error:
The
>> > following
>> > > > > > > module(s)
>> > > > > > > > >> are
>> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > Please check the spelling or version
number. Also
>> > try
>> > > > > > "module
>> > > > > > > > >> spider
>> > > > > > > > >> > > ..."
>> > > > > > > > >> > > > > It is also possible your cache file is
>> out-of-date;
>> > it
>> > > > may
>> > > > > > > help
>> > > > > > > > to
>> > > > > > > > >> > try:
>> > > > > > > > >> > > > >   $ module --ignore-cache load
"metplus/3.0.1"
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > Also make sure that all modulefiles
written in
>> TCL
>> > > start
>> > > > > > with
>> > > > > > > > the
>> > > > > > > > >> > > string
>> > > > > > > > >> > > > > #%Module
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe via
>> RT
>> > <
>> > > > > > > > >> > met_help at ucar.edu
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > > wrote:
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > > Hi Edward,
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > Did you run this first?
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > module use
>> > > > > > > > >> > > > > >
>> > > > > > > > >>
>> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > I believe you need to run that so it can
find
>> the
>> > > > > > > > metplus/3.0.1
>> > > > > > > > >> > > module.
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
Strobach
>> -
>> > > NOAA
>> > > > > > > > Affiliate
>> > > > > > > > >> via
>> > > > > > > > >> > > RT
>> > > > > > > > >> > > > <
>> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > <URL:
>> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > > >> >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > There was only one mention of
deprecated,
>> and it
>> > > was
>> > > > > at
>> > > > > > > the
>> > > > > > > > >> top
>> > > > > > > > >> > of
>> > > > > > > > >> > > > the
>> > > > > > > > >> > > > > > log
>> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There were
>> no
>> > > > other
>> > > > > > > > >> mentions;
>> > > > > > > > >> > > > > however,
>> > > > > > > > >> > > > > > > there were warnings for certain
variables not
>> > > being
>> > > > > set.
>> > > > > > > > Other
>> > > > > > > > >> > than
>> > > > > > > > >> > > > > that
>> > > > > > > > >> > > > > > I
>> > > > > > > > >> > > > > > > get DEBUG messages - presumably
because I set
>> > > things
>> > > > > to
>> > > > > > > > DEBUG
>> > > > > > > > >> -
>> > > > > > > > >> > and
>> > > > > > > > >> > > > > those
>> > > > > > > > >> > > > > > > two error messages.
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > I figured the second was related to
the
>> first.
>> > A
>> > > > > > > reference
>> > > > > > > > to
>> > > > > > > > >> > > > > libraries
>> > > > > > > > >> > > > > > > makes me feel like it's an environment
issue,
>> > but
>> > > my
>> > > > > > > bashrc
>> > > > > > > > is
>> > > > > > > > >> > > > already
>> > > > > > > > >> > > > > > set
>> > > > > > > > >> > > > > > > up with the recommended Dell modules
>> settings.
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM George
McCabe
>> via
>> > > RT
>> > > > <
>> > > > > > > > >> > > > met_help at ucar.edu
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > > wrote:
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > > Hi Edward,
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > Even if you don't run the validate
script,
>> > > METplus
>> > > > > > > should
>> > > > > > > > >> error
>> > > > > > > > >> > > out
>> > > > > > > > >> > > > > > > > immediately and give you a list of
>> variables
>> > > that
>> > > > > are
>> > > > > > > > >> > deprecated
>> > > > > > > > >> > > > and
>> > > > > > > > >> > > > > a
>> > > > > > > > >> > > > > > > > suggestion if possible, so I am
guessing
>> that
>> > > the
>> > > > > > > changes
>> > > > > > > > >> > weren't
>> > > > > > > > >> > > > > > > covered.
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > The 2nd error is related to the
first. The
>> > > > libpython
>> > > > > > > error
>> > > > > > > > >> is
>> > > > > > > > >> > > what
>> > > > > > > > >> > > > > came
>> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis and
>> the
>> > > 2nd
>> > > > > > error
>> > > > > > > is
>> > > > > > > > >> just
>> > > > > > > > >> > > > > telling
>> > > > > > > > >> > > > > > > you
>> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
>> > non-zero
>> > > > > > value,
>> > > > > > > > >> which
>> > > > > > > > >> > > means
>> > > > > > > > >> > > > > > that
>> > > > > > > > >> > > > > > > it
>> > > > > > > > >> > > > > > > > failed.
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
>> > Strobach -
>> > > > > NOAA
>> > > > > > > > >> Affiliate
>> > > > > > > > >> > > via
>> > > > > > > > >> > > > > RT
>> > > > > > > > >> > > > > > <
>> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > > <URL:
>> > > > > > > > >> >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > > I think I've already removed the
>> out-of-date
>> > > > > > variable
>> > > > > > > > >> names
>> > > > > > > > >> > > with
>> > > > > > > > >> > > > > the
>> > > > > > > > >> > > > > > > v3.1
>> > > > > > > > >> > > > > > > > > names.  I can look into that
option if
>> this
>> > > > proves
>> > > > > > not
>> > > > > > > > to
>> > > > > > > > >> be
>> > > > > > > > >> > an
>> > > > > > > > >> > > > > > > > environment
>> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
>> > carefully
>> > > > > making
>> > > > > > > the
>> > > > > > > > >> > > changes
>> > > > > > > > >> > > > > > > between
>> > > > > > > > >> > > > > > > > > versions, but I could have still
missed
>> > > > something.
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
>> McCabe
>> > > via
>> > > > > RT
>> > > > > > <
>> > > > > > > > >> > > > > > met_help at ucar.edu
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > > wrote:
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > > > Hi Edward,
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned this
to
>> you or
>> > > > not,
>> > > > > > but
>> > > > > > > > >> there
>> > > > > > > > >> > is
>> > > > > > > > >> > > a
>> > > > > > > > >> > > > > > > section
>> > > > > > > > >> > > > > > > > in
>> > > > > > > > >> > > > > > > > > > the User's Guide about updating
config
>> > > > variables
>> > > > > > > from
>> > > > > > > > >> older
>> > > > > > > > >> > > > > > versions:
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > In the last sub-section of that
>> section,
>> > it
>> > > > > > > describes
>> > > > > > > > a
>> > > > > > > > >> > tool
>> > > > > > > > >> > > > > called
>> > > > > > > > >> > > > > > > > > > validate_config.py that can be
run the
>> > same
>> > > > way
>> > > > > as
>> > > > > > > > >> > > > > > master_metplus.py
>> > > > > > > > >> > > > > > > > > > (passing in configs with -c) and
it
>> will
>> > > step
>> > > > > you
>> > > > > > > > >> through
>> > > > > > > > >> > > find
>> > > > > > > > >> > > > > and
>> > > > > > > > >> > > > > > > > > replace
>> > > > > > > > >> > > > > > > > > > commands to update your
configuration
>> > files.
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > However, this tool only works if
>> > deprecated
>> > > > > > > variables
>> > > > > > > > >> are
>> > > > > > > > >> > > added
>> > > > > > > > >> > > > > to
>> > > > > > > > >> > > > > > > the
>> > > > > > > > >> > > > > > > > > > list to be processed. I added
many of
>> the
>> > > > > > variables
>> > > > > > > > that
>> > > > > > > > >> > were
>> > > > > > > > >> > > > > > changed
>> > > > > > > > >> > > > > > > > in
>> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
wrappers,
>> but I
>> > > am
>> > > > > not
>> > > > > > > very
>> > > > > > > > >> > > familiar
>> > > > > > > > >> > > > > > with
>> > > > > > > > >> > > > > > > > this
>> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > I apologize that this has been
such a
>> > > tedious
>> > > > > > > process
>> > > > > > > > >> for
>> > > > > > > > >> > > you.
>> > > > > > > > >> > > > If
>> > > > > > > > >> > > > > > > you'd
>> > > > > > > > >> > > > > > > > > > like to send me your current
version I
>> can
>> > > use
>> > > > > > that
>> > > > > > > > >> info to
>> > > > > > > > >> > > > > update
>> > > > > > > > >> > > > > > > this
>> > > > > > > > >> > > > > > > > > > functionality to make things
easier
>> going
>> > > > > forward.
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > Thanks,
>> > > > > > > > >> > > > > > > > > > George
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
>> wrote:
>> > > > > > > > >> > > > > > > > > > > Hi Edward,
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > The first error looks like an
>> > environment
>> > > > > issue.
>> > > > > > > You
>> > > > > > > > >> may
>> > > > > > > > >> > > have
>> > > > > > > > >> > > > > > some
>> > > > > > > > >> > > > > > > > > > > disconnect in the module loads
you
>> ran.
>> > I
>> > > > > would
>> > > > > > > > purge
>> > > > > > > > >> the
>> > > > > > > > >> > > > > > modules,
>> > > > > > > > >> > > > > > > > > > > then try
>> > > > > > > > >> > > > > > > > > > > to set up the environment to
run
>> METplus
>> > > > again
>> > > > > > > > (listed
>> > > > > > > > >> > here
>> > > > > > > > >> > > > for
>> > > > > > > > >> > > > > > > > > > > reference:
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >>
>> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
>> > > > > > > > >> > > > > > > > > > > builds)
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > I don't see red text through
MET-Help
>> > and
>> > > > I'm
>> > > > > > not
>> > > > > > > > >> seeing
>> > > > > > > > >> > > the
>> > > > > > > > >> > > > > > second
>> > > > > > > > >> > > > > > > > > > > error,
>> > > > > > > > >> > > > > > > > > > > but hopefully clearing up the
>> > environment
>> > > > > issues
>> > > > > > > > >> resolves
>> > > > > > > > >> > > the
>> > > > > > > > >> > > > > 2nd
>> > > > > > > > >> > > > > > > > > > > issue.
>> > > > > > > > >> > > > > > > > > > > Please let me know if it does
not.
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > Also, I have been trying to
clean up
>> > > > > > StatAnalysis
>> > > > > > > > and
>> > > > > > > > >> > > > MakePlots
>> > > > > > > > >> > > > > > > > > > > wrappers,
>> > > > > > > > >> > > > > > > > > > > so any information you could
provide
>> on
>> > > > things
>> > > > > > > that
>> > > > > > > > >> > didn't
>> > > > > > > > >> > > > work
>> > > > > > > > >> > > > > > > that
>> > > > > > > > >> > > > > > > > > > > you
>> > > > > > > > >> > > > > > > > > > > had to change from the
examples
>> would be
>> > > > very
>> > > > > > > > helpful.
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > Thanks,
>> > > > > > > > >> > > > > > > > > > > George
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01
PM
>> Edward
>> > > > > Strobach
>> > > > > > -
>> > > > > > > > NOAA
>> > > > > > > > >> > > > > Affiliate
>> > > > > > > > >> > > > > > > via
>> > > > > > > > >> > > > > > > > > > > RT <
>> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
>> > > > > > > > >> > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020:
Request
>> > 95484
>> > > > was
>> > > > > > > acted
>> > > > > > > > >> upon.
>> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket created
by
>> > > > > > > > >> > edward.strobach at noaa.gov
>> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
>> > > > > > > > >> > > > > > > > > > > >      Subject:
command_builder.py
>> error
>> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
>> > > > > > > > >> > > > > > > > > > > >   Requestors:
>> > edward.strobach at noaa.gov
>> > > > > > > > >> > > > > > > > > > > >       Status: new
>> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
>> > > > > > > > >> > > > > > > > >
>> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > > >> > > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > Good afternoon,
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > I'm in the process of
converting
>> > > > > StatAnalysis
>> > > > > > > > >> > > andMakePlots
>> > > > > > > > >> > > > to
>> > > > > > > > >> > > > > > > > metplus
>> > > > > > > > >> > > > > > > > > > > > version 3.0 format from 2.1.
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > I've isolated the commands
that are
>> > > > > > deprecated,
>> > > > > > > > >> > replaced
>> > > > > > > > >> > > > the
>> > > > > > > > >> > > > > > > > > > > > functions that
>> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
>> > debugging
>> > > > some
>> > > > > > > > issues
>> > > > > > > > >> > > related
>> > > > > > > > >> > > > > to
>> > > > > > > > >> > > > > > > time
>> > > > > > > > >> > > > > > > > > > > > string
>> > > > > > > > >> > > > > > > > > > > > formatting.  In side my log
file
>> > > (located
>> > > > > > here:
>> > > > > > > *
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> > > > > > > > >> > > > > > > > > > > > there is are two errors -
possibly
>> > > > related -
>> > > > > > > > >> > highlighted
>> > > > > > > > >> > > in
>> > > > > > > > >> > > > > red
>> > > > > > > > >> > > > > > > > > > > > below.  The
>> > > > > > > > >> > > > > > > > > > > > first one points to a
library
>> issue.
>> > > The
>> > > > > > > > directory
>> > > > > > > > >> in
>> > > > > > > > >> > > > > question
>> > > > > > > > >> > > > > > > > > > > > exists, but
>> > > > > > > > >> > > > > > > > > > > > there is nothing in it.  Is
that
>> the
>> > > > > > referenced
>> > > > > > > > >> library
>> > > > > > > > >> > > is
>> > > > > > > > >> > > > > > > expected
>> > > > > > > > >> > > > > > > > > > > > to
>> > > > > > > > >> > > > > > > > > > > > reside there?  The second
issue,
>> which
>> > > is
>> > > > > not
>> > > > > > > too
>> > > > > > > > >> > > > revealing,
>> > > > > > > > >> > > > > > > points
>> > > > > > > > >> > > > > > > > > > > > to the
>> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which I
>> think
>> > > is
>> > > > > > > somehow
>> > > > > > > > >> > related
>> > > > > > > > >> > > > to
>> > > > > > > > >> > > > > > the
>> > > > > > > > >> > > > > > > > > > > > first
>> > > > > > > > >> > > > > > > > > > > > error.  I did take the
>> > > STATAnalysisConfig
>> > > > > file
>> > > > > > > > from
>> > > > > > > > >> > > another
>> > > > > > > > >> > > > > > > metplus
>> > > > > > > > >> > > > > > > > > > > > location that I've been
working on
>> > into
>> > > a
>> > > > > > > > directory
>> > > > > > > > >> I
>> > > > > > > > >> > > > created
>> > > > > > > > >> > > > > > to
>> > > > > > > > >> > > > > > > > put
>> > > > > > > > >> > > > > > > > > > > > the
>> > > > > > > > >> > > > > > > > > > > > copied version there.  The
>> > > > > STATAnalysisConfig
>> > > > > > > > >> directory
>> > > > > > > > >> > > was
>> > > > > > > > >> > > > > > taken
>> > > > > > > > >> > > > > > > > > > > > from a
>> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I assumed
that
>> the
>> > > > layout
>> > > > > > of
>> > > > > > > > the
>> > > > > > > > >> > file
>> > > > > > > > >> > > > > would
>> > > > > > > > >> > > > > > be
>> > > > > > > > >> > > > > > > > > > > > okay.
>> > > > > > > > >> > > > > > > > > > > > The information below seems
like
>> what
>> > I
>> > > > > want.
>> > > > > > > I'm
>> > > > > > > > >> > > looping
>> > > > > > > > >> > > > > over
>> > > > > > > > >> > > > > > > 06,
>> > > > > > > > >> > > > > > > > > > > > 12
>> > > > > > > > >> > > > > > > > > > > > initial times and grouping
the
>> 00-23
>> > > VALID
>> > > > > > hours
>> > > > > > > > for
>> > > > > > > > >> > each
>> > > > > > > > >> > > > > day.
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
>> > metplus.StatAnalysis
>> > > > > INFO:
>> > > > > > > > >> COMMAND:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > >> > > > > > > > > > > > -lookin
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > >> > > > > > > > > > > > -config
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > >
>> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > (command_runner.py:124)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > app_name is: stat_analysis,
output
>> > sent
>> > > > to:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> > > > > > > > >> > > > > > > > > > > > error while loading shared
>> libraries:
>> > > > > > > > >> > > libpython3.6m.so.1.0:
>> > > > > > > > >> > > > > > > cannot
>> > > > > > > > >> > > > > > > > > > > > open
>> > > > > > > > >> > > > > > > > > > > > shared object file: No such
file or
>> > > > > directory
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > (command_runner.py:191)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > Finished running
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > >> > > > > > > > > > > > in
>> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:100)
>> > > > > > > > >> > > > > > > > > > > > ERROR:
>> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733) MET
>> command
>> > > > > returned
>> > > > > > a
>> > > > > > > > >> > non-zero
>> > > > > > > > >> > > > > return
>> > > > > > > > >> > > > > > > > code:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > >> > > > > > > > > > > > -lookin
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > >> > > > > > > > > > > > -config
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > >
>> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> > metplus.StatAnalysis
>> > > > > INFO:
>> > > > > > > > Check
>> > > > > > > > >> the
>> > > > > > > > >> > > > > logfile
>> > > > > > > > >> > > > > > > for
>> > > > > > > > >> > > > > > > > > > > > more
>> > > > > > > > >> > > > > > > > > > > > information on why it failed
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
filename
>> from
>> > > > > default
>> > > > > > > > >> > template:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
>> SETTINGS....
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
"000000",
>> > > > "010000",
>> > > > > > > > >> "020000",
>> > > > > > > > >> > > > > "030000",
>> > > > > > > > >> > > > > > > > > > > > "040000",
>> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
>> > "080000",
>> > > > > > > "090000",
>> > > > > > > > >> > > "100000",
>> > > > > > > > >> > > > > > > > "110000",
>> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
>> > "150000",
>> > > > > > > "160000",
>> > > > > > > > >> > > "170000",
>> > > > > > > > >> > > > > > > > "180000",
>> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
>> > "220000",
>> > > > > > "230000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2",
"VL1L2"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
-dump_row
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
>> 20200525_000000
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
>> 20200525_230000
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:140)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > ALPHA=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > DESC=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
"010000",
>> > > > > "020000",
>> > > > > > > > >> "030000",
>> > > > > > > > >> > > > > > "040000",
>> > > > > > > > >> > > > > > > > > > > > "050000",
>> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
>> > "090000",
>> > > > > > > "100000",
>> > > > > > > > >> > > "110000",
>> > > > > > > > >> > > > > > > > "120000",
>> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
>> > "160000",
>> > > > > > > "170000",
>> > > > > > > > >> > > "180000",
>> > > > > > > > >> > > > > > > > "190000",
>> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
>> "230000"
>> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > metplus.StatAnalysis
>> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I took
this
>> file
>> > > over
>> > > > > > from
>> > > > > > > > >> another
>> > > > > > > > >> > > > V3.0
>> > > > > > > > >> > > > > > > > > > > > location,
>> > > > > > > > >> > > > > > > > > > > > assuming that this would be
>> > acceptable.
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > > Edward Strobach
>> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
>> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
>> > > > > > > > >> > > > > > > > > > > > 301-683-3717
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > > --
>> > > > > > > > >> > > > > > > > > Edward Strobach
>> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > >> > > > > > > > > IMSG Contractor
>> > > > > > > > >> > > > > > > > > Cubicle#: 2029
>> > > > > > > > >> > > > > > > > > 301-683-3717
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > > --
>> > > > > > > > >> > > > > > > > George McCabe - Software Engineer
III
>> > > > > > > > >> > > > > > > > National Center for Atmospheric
Research
>> > > > > > > > >> > > > > > > > Research Applications Laboratory
>> > > > > > > > >> > > > > > > > 303-497-2768
>> > > > > > > > >> > > > > > > > ---
>> > > > > > > > >> > > > > > > > My working day may not be your
working day.
>> > > Please
>> > > > > do
>> > > > > > > not
>> > > > > > > > >> feel
>> > > > > > > > >> > > > > obliged
>> > > > > > > > >> > > > > > to
>> > > > > > > > >> > > > > > > > reply to this email outside of your
normal
>> > > working
>> > > > > > > hours.
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > > --
>> > > > > > > > >> > > > > > > Edward Strobach
>> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
>> > > > > > > > >> > > > > > > IMSG Contractor
>> > > > > > > > >> > > > > > > Cubicle#: 2029
>> > > > > > > > >> > > > > > > 301-683-3717
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > > --
>> > > > > > > > >> > > > > > George McCabe - Software Engineer III
>> > > > > > > > >> > > > > > National Center for Atmospheric Research
>> > > > > > > > >> > > > > > Research Applications Laboratory
>> > > > > > > > >> > > > > > 303-497-2768
>> > > > > > > > >> > > > > > ---
>> > > > > > > > >> > > > > > My working day may not be your working
day.
>> Please
>> > > do
>> > > > > not
>> > > > > > > feel
>> > > > > > > > >> > > obliged
>> > > > > > > > >> > > > to
>> > > > > > > > >> > > > > > reply to this email outside of your
normal
>> working
>> > > > > hours.
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > > --
>> > > > > > > > >> > > > > Edward Strobach
>> > > > > > > > >> > > > > EMC/NCEP/NWS/
>> > > > > > > > >> > > > > IMSG Contractor
>> > > > > > > > >> > > > > Cubicle#: 2029
>> > > > > > > > >> > > > > 301-683-3717
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > > > --
>> > > > > > > > >> > > > George McCabe - Software Engineer III
>> > > > > > > > >> > > > National Center for Atmospheric Research
>> > > > > > > > >> > > > Research Applications Laboratory
>> > > > > > > > >> > > > 303-497-2768
>> > > > > > > > >> > > > ---
>> > > > > > > > >> > > > My working day may not be your working day.
Please
>> do
>> > > not
>> > > > > feel
>> > > > > > > > >> obliged
>> > > > > > > > >> > to
>> > > > > > > > >> > > > reply to this email outside of your normal
working
>> > > hours.
>> > > > > > > > >> > > >
>> > > > > > > > >> > > >
>> > > > > > > > >> > >
>> > > > > > > > >> > > --
>> > > > > > > > >> > > Julie Prestopnik
>> > > > > > > > >> > > Software Engineer
>> > > > > > > > >> > > National Center for Atmospheric Research
>> > > > > > > > >> > > Research Applications Laboratory
>> > > > > > > > >> > > Phone: 303.497.8399
>> > > > > > > > >> > > Email: jpresto at ucar.edu
>> > > > > > > > >> > >
>> > > > > > > > >> > > My working day may not be your working day.
Please
>> do
>> > not
>> > > > > feel
>> > > > > > > > >> obliged
>> > > > > > > > >> > to
>> > > > > > > > >> > > reply to this email outside of your normal
working
>> > hours.
>> > > > > > > > >> > >
>> > > > > > > > >> > >
>> > > > > > > > >> >
>> > > > > > > > >> > --
>> > > > > > > > >> > Edward Strobach
>> > > > > > > > >> > EMC/NCEP/NWS/
>> > > > > > > > >> > IMSG Contractor
>> > > > > > > > >> > Cubicle#: 2029
>> > > > > > > > >> > 301-683-3717
>> > > > > > > > >> >
>> > > > > > > > >> >
>> > > > > > > > >>
>> > > > > > > > >> --
>> > > > > > > > >> Julie Prestopnik
>> > > > > > > > >> Software Engineer
>> > > > > > > > >> National Center for Atmospheric Research
>> > > > > > > > >> Research Applications Laboratory
>> > > > > > > > >> Phone: 303.497.8399
>> > > > > > > > >> Email: jpresto at ucar.edu
>> > > > > > > > >>
>> > > > > > > > >> My working day may not be your working day.
Please do
>> not
>> > > feel
>> > > > > > > obliged
>> > > > > > > > to
>> > > > > > > > >> reply to this email outside of your normal working
hours.
>> > > > > > > > >>
>> > > > > > > > >>
>> > > > > > > > >
>> > > > > > > > > --
>> > > > > > > > > Edward Strobach
>> > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > > IMSG Contractor
>> > > > > > > > > Cubicle#: 2029
>> > > > > > > > > 301-683-3717
>> > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > > --
>> > > > > > > > Edward Strobach
>> > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > IMSG Contractor
>> > > > > > > > Cubicle#: 2029
>> > > > > > > > 301-683-3717
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Julie Prestopnik
>> > > > > > > Software Engineer
>> > > > > > > National Center for Atmospheric Research
>> > > > > > > Research Applications Laboratory
>> > > > > > > Phone: 303.497.8399
>> > > > > > > Email: jpresto at ucar.edu
>> > > > > > >
>> > > > > > > My working day may not be your working day.  Please do
not
>> feel
>> > > > obliged
>> > > > > > to
>> > > > > > > reply to this email outside of your normal working
hours.
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > Edward Strobach
>> > > > > > EMC/NCEP/NWS/
>> > > > > > IMSG Contractor
>> > > > > > Cubicle#: 2029
>> > > > > > 301-683-3717
>> > > > > >
>> > > > > >
>> > > > >
>> > > > > --
>> > > > > Julie Prestopnik
>> > > > > Software Engineer
>> > > > > National Center for Atmospheric Research
>> > > > > Research Applications Laboratory
>> > > > > Phone: 303.497.8399
>> > > > > Email: jpresto at ucar.edu
>> > > > >
>> > > > > My working day may not be your working day.  Please do not
feel
>> > obliged
>> > > > to
>> > > > > reply to this email outside of your normal working hours.
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > Edward Strobach
>> > > > EMC/NCEP/NWS/
>> > > > IMSG Contractor
>> > > > Cubicle#: 2029
>> > > > 301-683-3717
>> > > >
>> > > >
>> > >
>> > > --
>> > > George McCabe - Software Engineer III
>> > > National Center for Atmospheric Research
>> > > Research Applications Laboratory
>> > > 303-497-2768
>> > > ---
>> > > My working day may not be your working day. Please do not feel
>> obliged to
>> > > reply to this email outside of your normal working hours.
>> > >
>> > >
>> >
>> > --
>> > Edward Strobach
>> > EMC/NCEP/NWS/
>> > IMSG Contractor
>> > Cubicle#: 2029
>> > 301-683-3717
>> >
>> >
>>
>> --
>> George McCabe - Software Engineer III
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> 303-497-2768
>> ---
>> My working day may not be your working day. Please do not feel
obliged to
>> reply to this email outside of your normal working hours.
>>
>>
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>


--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 12:35:28 2020

Hi Edward,

I have been working through issues with StatAnalysis and MakePlots
together
and discovered a few things that might help with your case.

- The StatAnalysis output file that was created was empty. This is
because
the configurations in StatAnalysis.conf were set so that all the lines
were
being discarded. I was able to change these settings to get output
from
StatAnalysis, however, the output file expected by MakePlots expected
the
level values in the filename, which contain commas since they are
NetCDF
data.

/d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat

Attached is the conf file I used that was able to get output from
StatAnalysis, but still fails running MakePlots. I hope that helps.

I am copying Mallory on here to see if she has run these tools on
NetCDF
data and if she was able to configure METplus to use different names
to
read the data in MakePlots. Mallory, do you have any ideas?

Thanks,
George

On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate via
RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> Despite all these efforts I still arrive at similar issues.  The
issues
> that I thought I resolved were not actually resolved.  I looked on
the
> metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST were
set.
> I originally used what I defined from my environment.  When that
didn't
> work I set it empty.  Looking at the metplus guide, I only saw
examples
> where they set as empty.  the plot_time_series.py (and others)
didn't seem
> to like that and required that it be set.  Setting it also did not
bode
> well.  I'm sure this is related to MakePlots since StatAnalysis only
> processes the data into .stat form.  This is becoming painful
because I
> can't move forward on anything.  Additionally, if I process
statistics such
> as this:
> export plot_stats_list="bias, rmse, fbar_obar"
> do I need to loop through that?
>
>
>
> On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate <
> edward.strobach at noaa.gov> wrote:
>
> > That explanation was very helpful. Thanks George.  I'll make
adjustments
> > in the machine.conf that are general to all cases while defining
case
> > specific details in the plot*conf
> >
> > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> >> Hi Edward,
> >>
> >> Think of the machine conf as a conf file that corresponds to a
user and
> >> machine where you are running. It contains settings that will be
applied
> >> to
> >> every run of METplus on that machine as that user. I often name
mine
> >> containing my username and machine I am using it on to make it
clear to
> me
> >> what it is used for. Here is an example of what is in a conf file
called
> >> mccabe.kiowa.conf:
> >>
> >> [dir]
> >> OUTPUT_BASE = /d1/personal/mccabe/out
> >>
> >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> >>
> >> [config]
> >> LOG_LEVEL = DEBUG
> >> #LOG_MET_VERBOSITY = 5
> >> #DO_NOT_RUN_EXE = yes
> >> #LOG_TIMESTAMP_USE_DATATIME = True
> >> #LOG_MET_OUTPUT_TO_METPLUS=no
> >>
> >> [exe]
> >> WGRIB2 = /usr/local/bin/wgrib2
> >> CUT = /usr/bin/cut
> >> TR = /usr/bin/tr
> >> RM = /bin/rm
> >> NCAP2 = /usr/local/nco/bin/ncap2
> >> CONVERT = /usr/bin/convert
> >> NCDUMP = /usr/local/netcdf/bin/ncdump
> >> EGREP = /bin/egrep
> >>
> >>
> >> It sets up my environment to run. I also leave a few logging
items
> >> commented out so I can easily change things when I am debugging,
like
> >> boosting the MET log verbosity. Once I am set up on a new
computer, I
> >> rarely change anything in this file except for OUTPUT_BASE (if I
want to
> >> write output to a different directory) or changing logging
settings. The
> >> location of the input data won't change, and the MET install dir
will
> only
> >> change when a new version of MET is released. Since you are
running on
> >> NOAA
> >> machines that use module loads, you don't need to set any of the
[exe]
> >> items since they are found in the path.
> >>
> >> Think of the plot*.conf as a use case configuration file. It
contains
> >> information specific to that use case you need to run. It
shouldn't
> >> contain
> >> any variables from the user environment conf, but it can
reference these
> >> values in other variables, such as setting an _OUTPUT_DIR to a
path
> >> relative to OUTPUT_BASE, i.e.
> >>
> >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> >>
> >>
> >> When you want to run your use case, you will pass in the use case
conf
> >> files first, then your user environment conf last. This ensures
that if
> a
> >> variable like OUTPUT_BASE is set in another conf when it
shouldn't be,
> >> then
> >> your user conf will have the final say and overwrite any values
set
> >> earlier. Here is an example:
> >>
> >> master_metplus.py -c
> >> ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf
-c
> >> ~/mccabe.kiowa.conf
> >>
> >> I hope that helps clear up what belongs in each of these conf
files. Let
> >> me
> >> know if you have any other questions or concerns.
> >>
> >> Thanks,
> >> George
> >>
> >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate
via RT <
> >> met_help at ucar.edu> wrote:
> >>
> >> >
> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> >
> >> > I understand George.  I haven't adopted best practices quite
yet I
> >> guess.
> >> > My confusion lies in separating machine.conf and the
plot*.conf.  I've
> >> been
> >> > duplicating the definitions in both because it's not clear to
me what
> >> > belongs in machine.conf and what should belong in the other.
Perhaps
> >> what
> >> > I'll do is try to clean up the machine.conf and share with you
the new
> >> conf
> >> > files so that it is easier to follow.  In truth, I'm hoping to
learn
> >> from
> >> > this process so that I can create verification packages through
> metplus
> >> in
> >> > an efficient way. Right now it's growing pains.
> >> >
> >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
> met_help at ucar.edu>
> >> > wrote:
> >> >
> >> > > Hi Edward,
> >> > >
> >> > > I'm taking a look at your config files to try to see if I can
see
> >> > anything
> >> > > obvious that is wrong. It is a little confusing to follow the
way
> you
> >> > have
> >> > > it set up where you set a variable in one file, then
reference it in
> >> the
> >> > > next. It would make a little more sense to keep your machine
conf
> >> pretty
> >> > > clean, with only top level configurations, like INPUT_BASE,
> >> OUTPUT_BASE,
> >> > > MET_INSTALL_DIR (from the [dir] section, the others in
> machine_v3.conf
> >> > > aren't needed), anything in the [exe] section, and system
wide
> >> settings,
> >> > > like LOG_ variables. The rest of the variables make more
sense to
> put
> >> in
> >> > > the use case conf file only, i.e. instead of setting
> >> > >
> >> > > VALIDBEG = {ENV[VALID_B]}
> >> > > VALIDEND = {ENV[VALID_E]}
> >> > >
> >> > >  in machine_v3.conf and setting
> >> > >
> >> > > VALID_BEG = {VALIDBEG}
> >> > > VALID_END = {VALIDEND}
> >> > >
> >> > > in the plot conf, just set
> >> > >
> >> > > VALID_BEG = {ENV[VALID_B]}
> >> > > VALID_END = {ENV[VALID_E]}
> >> > >
> >> > > in the plot conf. This will make it easier to follow instead
of
> >> having to
> >> > > hop between 3 files.
> >> > >
> >> > > If you'd like, you could tar up the input files to
StatAnalysis and
> I
> >> can
> >> > > have Julie or someone else pull them down so I can try to
work
> through
> >> > the
> >> > > errors locally. I am also happy to set up a meeting where you
can
> >> screen
> >> > > share and we can go through the errors together. Let me know
what
> you
> >> > > think.
> >> > >
> >> > > Thanks,
> >> > > George
> >> > >
> >> > >
> >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate via
> >> RT <
> >> > > met_help at ucar.edu> wrote:
> >> > >
> >> > > >
> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> > > >
> >> > > > will do!
> >> > > >
> >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
> >> > > met_help at ucar.edu>
> >> > > > wrote:
> >> > > >
> >> > > > > No worries!  We're happy to help.  We hope you'll get a
> successful
> >> > run.
> >> > > > > Please let us know how it goes.
> >> > > > >
> >> > > > > Julie
> >> > > > >
> >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
Affiliate
> >> via
> >> > RT
> >> > > <
> >> > > > > met_help at ucar.edu> wrote:
> >> > > > >
> >> > > > > >
> >> > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> >> > > > > >
> >> > > > > > Okay. I think I understand that error now.  I'm sorry I
> >> overlooked
> >> > > > > that.  I
> >> > > > > > kept thinking that something else was going on. Thanks
Julie
> and
> >> > > George
> >> > > > > >
> >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT
<
> >> > > > > met_help at ucar.edu>
> >> > > > > > wrote:
> >> > > > > >
> >> > > > > > > >
> >> > > > > > > > Note that your job1_v3 points to met-9.0 not met-
9.0.1 and
> >> to
> >> > > > > > METplus-3.0
> >> > > > > > > > not METplus-3.0.1.
> >> > > > > > > >
> >> > > > > > > That is true in a few places:
> >> > > > > > >
> >> > > > > > > > export
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> >> > > > > > > > export
> >> > > > >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> >> > > > > > > >
> >> > > > > > > export METplus_version="3.0"
> >> > > > > > > > export MET_version="9.0"
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > > In addition to changing those, you should also
change:
> >> > > > > > >
> >> > > > > > > > export
> >> > > > > >
> >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> >> > > > > > >
> >> > > > > > > to
> >> > > > > > >
> >> > > > > > > > export NCDUMP="
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > Julie
> >> > > > > > >
> >> > > > > > >
> >> > > > > > >
> >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach - NOAA
> >> Affiliate
> >> > via
> >> > > > RT
> >> > > > > <
> >> > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > >
> >> > > > > > > >
> >> > > > > > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > >
> >> > > > > > > >
> >> > > > > > > > i managed to fix that weird issue.  I think you
should be
> >> able
> >> > to
> >> > > > see
> >> > > > > > my
> >> > > > > > > > .bashrc now.  I'm going to look to see what I did..
> >> > > > > > > >
> >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach -
NOAA
> >> > Affiliate <
> >> > > > > > > > edward.strobach at noaa.gov> wrote:
> >> > > > > > > >
> >> > > > > > > > > l don't know.  I've never encountered this issue.
I
> >> simply
> >> > > > copied
> >> > > > > > and
> >> > > > > > > > > pasted - or so I thought - the module contents
under the
> >> > > > > > WCOSS-DELL.  I
> >> > > > > > > > can
> >> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach,
but many
> >> other
> >> > > > > > commands
> >> > > > > > > do
> >> > > > > > > > > not work.  It's related to something I must have
done in
> >> the
> >> > > > > .bashrc:
> >> > > > > > > > >
> >> > > > > > > > > -bash: export:
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
>  x!
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> >> > > > > > > > > not a valid identifier
> >> > > > > > > > >
> >> > > > > > > > > I've been at this too long and am probably
starting to
> >> make
> >> > > > > > mistakes..
> >> > > > > > > > >
> >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik
via RT <
> >> > > > > > > > met_help at ucar.edu>
> >> > > > > > > > > wrote:
> >> > > > > > > > >
> >> > > > > > > > >> Is there anything I can do to help?  I tried to
look in
> >> > > > > > > > /u/Edward.Strobach
> >> > > > > > > > >> to see if I could access your .bashrc file,
however, I
> >> don't
> >> > > > even
> >> > > > > > see
> >> > > > > > > > >> a /u/Edward.Strobach directory, which I don't
fully
> >> > > > understand...
> >> > > > > > > > >>
> >> > > > > > > > >> Julie
> >> > > > > > > > >>
> >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach -
NOAA
> >> > > Affiliate
> >> > > > > via
> >> > > > > > > RT <
> >> > > > > > > > >> met_help at ucar.edu> wrote:
> >> > > > > > > > >>
> >> > > > > > > > >> >
> >> > > > > > > > >> > <URL:
> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > >
> >> > > > > > > > >> >
> >> > > > > > > > >> > I realize that, but now I messed up my .bashrc
file
> in
> >> > such
> >> > > a
> >> > > > > way
> >> > > > > > > > that I
> >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck until
I can
> >> deal
> >> > > with
> >> > > > > > that
> >> > > > > > > > >> >
> >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik via
> RT
> >> <
> >> > > > > > > > >> met_help at ucar.edu>
> >> > > > > > > > >> > wrote:
> >> > > > > > > > >> >
> >> > > > > > > > >> > > Hi Edward and George.
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > I believe Edward is running on Venus but
looking at
> >> the
> >> > > > > > directions
> >> > > > > > > > for
> >> > > > > > > > >> > > Mars, because there was previously no
modulefile
> for
> >> > > > > > metplus/3.0.1
> >> > > > > > > > on
> >> > > > > > > > >> > > Venus, but there was on Mars.  However, I
just
> >> created a
> >> > > > > > > modulefile
> >> > > > > > > > >> for
> >> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1) on
Venus.
> >> > > Edward,
> >> > > > > > > please
> >> > > > > > > > >> start
> >> > > > > > > > >> > > fresh with a new login to Venus and try
running:
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > > module use
> >> > > > > > > > >> > > >
> >> > > > > > >
> >> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > > > > > >> > > > module load metplus/3.0.1
> >> > > > > > > > >> > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > Please let us know how the testing goes.  In
the
> >> > meantime,
> >> > > > > I'll
> >> > > > > > > try
> >> > > > > > > > to
> >> > > > > > > > >> > > reproduce the problem you are experiencing.
I may
> >> need
> >> > > some
> >> > > > > > help
> >> > > > > > > > from
> >> > > > > > > > >> > > George, but hopefully, getting the right
> environment
> >> set
> >> > > up
> >> > > > > will
> >> > > > > > > > help
> >> > > > > > > > >> > > resolve the issue you are having.
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > Julie
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George McCabe
via
> RT <
> >> > > > > > > > >> met_help at ucar.edu>
> >> > > > > > > > >> > > wrote:
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > <URL:
> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > Which machine are you running on? The
> instructions
> >> for
> >> > > the
> >> > > > > > NOAA
> >> > > > > > > > >> > machines
> >> > > > > > > > >> > > > vary.
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach -
> >> NOAA
> >> > > > > > Affiliate
> >> > > > > > > > via
> >> > > > > > > > >> RT
> >> > > > > > > > >> > <
> >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > <URL:
> >> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > The first line is under my .bashrc in
> >> > > > /u/Edward.Strobach.
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > The second line was added and that's
when I got
> >> the
> >> > > > > > following:
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> >> > > > > > > > >> > > > >
> >> > > > > > > >
> >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
> >> > metplus/3.0.1
> >> > > > > > > > >> > > > > Lmod has detected the following error:
The
> >> > following
> >> > > > > > > module(s)
> >> > > > > > > > >> are
> >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > Please check the spelling or version
number.
> Also
> >> > try
> >> > > > > > "module
> >> > > > > > > > >> spider
> >> > > > > > > > >> > > ..."
> >> > > > > > > > >> > > > > It is also possible your cache file is
> >> out-of-date;
> >> > it
> >> > > > may
> >> > > > > > > help
> >> > > > > > > > to
> >> > > > > > > > >> > try:
> >> > > > > > > > >> > > > >   $ module --ignore-cache load
"metplus/3.0.1"
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > Also make sure that all modulefiles
written in
> >> TCL
> >> > > start
> >> > > > > > with
> >> > > > > > > > the
> >> > > > > > > > >> > > string
> >> > > > > > > > >> > > > > #%Module
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe
> via
> >> RT
> >> > <
> >> > > > > > > > >> > met_help at ucar.edu
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > > wrote:
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > > Hi Edward,
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > Did you run this first?
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > module use
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >>
> >> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > I believe you need to run that so it
can find
> >> the
> >> > > > > > > > metplus/3.0.1
> >> > > > > > > > >> > > module.
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
> Strobach
> >> -
> >> > > NOAA
> >> > > > > > > > Affiliate
> >> > > > > > > > >> via
> >> > > > > > > > >> > > RT
> >> > > > > > > > >> > > > <
> >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > <URL:
> >> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > > >> >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > There was only one mention of
deprecated,
> >> and it
> >> > > was
> >> > > > > at
> >> > > > > > > the
> >> > > > > > > > >> top
> >> > > > > > > > >> > of
> >> > > > > > > > >> > > > the
> >> > > > > > > > >> > > > > > log
> >> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There
> were
> >> no
> >> > > > other
> >> > > > > > > > >> mentions;
> >> > > > > > > > >> > > > > however,
> >> > > > > > > > >> > > > > > > there were warnings for certain
variables
> not
> >> > > being
> >> > > > > set.
> >> > > > > > > > Other
> >> > > > > > > > >> > than
> >> > > > > > > > >> > > > > that
> >> > > > > > > > >> > > > > > I
> >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
because I
> set
> >> > > things
> >> > > > > to
> >> > > > > > > > DEBUG
> >> > > > > > > > >> -
> >> > > > > > > > >> > and
> >> > > > > > > > >> > > > > those
> >> > > > > > > > >> > > > > > > two error messages.
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > I figured the second was related to
the
> >> first.
> >> > A
> >> > > > > > > reference
> >> > > > > > > > to
> >> > > > > > > > >> > > > > libraries
> >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
> issue,
> >> > but
> >> > > my
> >> > > > > > > bashrc
> >> > > > > > > > is
> >> > > > > > > > >> > > > already
> >> > > > > > > > >> > > > > > set
> >> > > > > > > > >> > > > > > > up with the recommended Dell modules
> >> settings.
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
> McCabe
> >> via
> >> > > RT
> >> > > > <
> >> > > > > > > > >> > > > met_help at ucar.edu
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > > wrote:
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > > Hi Edward,
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > Even if you don't run the validate
> script,
> >> > > METplus
> >> > > > > > > should
> >> > > > > > > > >> error
> >> > > > > > > > >> > > out
> >> > > > > > > > >> > > > > > > > immediately and give you a list of
> >> variables
> >> > > that
> >> > > > > are
> >> > > > > > > > >> > deprecated
> >> > > > > > > > >> > > > and
> >> > > > > > > > >> > > > > a
> >> > > > > > > > >> > > > > > > > suggestion if possible, so I am
guessing
> >> that
> >> > > the
> >> > > > > > > changes
> >> > > > > > > > >> > weren't
> >> > > > > > > > >> > > > > > > covered.
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > The 2nd error is related to the
first.
> The
> >> > > > libpython
> >> > > > > > > error
> >> > > > > > > > >> is
> >> > > > > > > > >> > > what
> >> > > > > > > > >> > > > > came
> >> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis and
> >> the
> >> > > 2nd
> >> > > > > > error
> >> > > > > > > is
> >> > > > > > > > >> just
> >> > > > > > > > >> > > > > telling
> >> > > > > > > > >> > > > > > > you
> >> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
> >> > non-zero
> >> > > > > > value,
> >> > > > > > > > >> which
> >> > > > > > > > >> > > means
> >> > > > > > > > >> > > > > > that
> >> > > > > > > > >> > > > > > > it
> >> > > > > > > > >> > > > > > > > failed.
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
> >> > Strobach -
> >> > > > > NOAA
> >> > > > > > > > >> Affiliate
> >> > > > > > > > >> > > via
> >> > > > > > > > >> > > > > RT
> >> > > > > > > > >> > > > > > <
> >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > > <URL:
> >> > > > > > > > >> >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > > I think I've already removed the
> >> out-of-date
> >> > > > > > variable
> >> > > > > > > > >> names
> >> > > > > > > > >> > > with
> >> > > > > > > > >> > > > > the
> >> > > > > > > > >> > > > > > > v3.1
> >> > > > > > > > >> > > > > > > > > names.  I can look into that
option if
> >> this
> >> > > > proves
> >> > > > > > not
> >> > > > > > > > to
> >> > > > > > > > >> be
> >> > > > > > > > >> > an
> >> > > > > > > > >> > > > > > > > environment
> >> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
> >> > carefully
> >> > > > > making
> >> > > > > > > the
> >> > > > > > > > >> > > changes
> >> > > > > > > > >> > > > > > > between
> >> > > > > > > > >> > > > > > > > > versions, but I could have still
missed
> >> > > > something.
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
> >> McCabe
> >> > > via
> >> > > > > RT
> >> > > > > > <
> >> > > > > > > > >> > > > > > met_help at ucar.edu
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > > wrote:
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > Hi Edward,
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned
this to
> >> you or
> >> > > > not,
> >> > > > > > but
> >> > > > > > > > >> there
> >> > > > > > > > >> > is
> >> > > > > > > > >> > > a
> >> > > > > > > > >> > > > > > > section
> >> > > > > > > > >> > > > > > > > in
> >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
> config
> >> > > > variables
> >> > > > > > > from
> >> > > > > > > > >> older
> >> > > > > > > > >> > > > > > versions:
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > In the last sub-section of
that
> >> section,
> >> > it
> >> > > > > > > describes
> >> > > > > > > > a
> >> > > > > > > > >> > tool
> >> > > > > > > > >> > > > > called
> >> > > > > > > > >> > > > > > > > > > validate_config.py that can be
run
> the
> >> > same
> >> > > > way
> >> > > > > as
> >> > > > > > > > >> > > > > > master_metplus.py
> >> > > > > > > > >> > > > > > > > > > (passing in configs with -c)
and it
> >> will
> >> > > step
> >> > > > > you
> >> > > > > > > > >> through
> >> > > > > > > > >> > > find
> >> > > > > > > > >> > > > > and
> >> > > > > > > > >> > > > > > > > > replace
> >> > > > > > > > >> > > > > > > > > > commands to update your
configuration
> >> > files.
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > However, this tool only works
if
> >> > deprecated
> >> > > > > > > variables
> >> > > > > > > > >> are
> >> > > > > > > > >> > > added
> >> > > > > > > > >> > > > > to
> >> > > > > > > > >> > > > > > > the
> >> > > > > > > > >> > > > > > > > > > list to be processed. I added
many of
> >> the
> >> > > > > > variables
> >> > > > > > > > that
> >> > > > > > > > >> > were
> >> > > > > > > > >> > > > > > changed
> >> > > > > > > > >> > > > > > > > in
> >> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
wrappers,
> >> but I
> >> > > am
> >> > > > > not
> >> > > > > > > very
> >> > > > > > > > >> > > familiar
> >> > > > > > > > >> > > > > > with
> >> > > > > > > > >> > > > > > > > this
> >> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > I apologize that this has been
such a
> >> > > tedious
> >> > > > > > > process
> >> > > > > > > > >> for
> >> > > > > > > > >> > > you.
> >> > > > > > > > >> > > > If
> >> > > > > > > > >> > > > > > > you'd
> >> > > > > > > > >> > > > > > > > > > like to send me your current
version
> I
> >> can
> >> > > use
> >> > > > > > that
> >> > > > > > > > >> info to
> >> > > > > > > > >> > > > > update
> >> > > > > > > > >> > > > > > > this
> >> > > > > > > > >> > > > > > > > > > functionality to make things
easier
> >> going
> >> > > > > forward.
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > Thanks,
> >> > > > > > > > >> > > > > > > > > > George
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
> >> wrote:
> >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > The first error looks like
an
> >> > environment
> >> > > > > issue.
> >> > > > > > > You
> >> > > > > > > > >> may
> >> > > > > > > > >> > > have
> >> > > > > > > > >> > > > > > some
> >> > > > > > > > >> > > > > > > > > > > disconnect in the module
loads you
> >> ran.
> >> > I
> >> > > > > would
> >> > > > > > > > purge
> >> > > > > > > > >> the
> >> > > > > > > > >> > > > > > modules,
> >> > > > > > > > >> > > > > > > > > > > then try
> >> > > > > > > > >> > > > > > > > > > > to set up the environment to
run
> >> METplus
> >> > > > again
> >> > > > > > > > (listed
> >> > > > > > > > >> > here
> >> > > > > > > > >> > > > for
> >> > > > > > > > >> > > > > > > > > > > reference:
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >>
> >> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> >> > > > > > > > >> > > > > > > > > > > builds)
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > I don't see red text through
> MET-Help
> >> > and
> >> > > > I'm
> >> > > > > > not
> >> > > > > > > > >> seeing
> >> > > > > > > > >> > > the
> >> > > > > > > > >> > > > > > second
> >> > > > > > > > >> > > > > > > > > > > error,
> >> > > > > > > > >> > > > > > > > > > > but hopefully clearing up
the
> >> > environment
> >> > > > > issues
> >> > > > > > > > >> resolves
> >> > > > > > > > >> > > the
> >> > > > > > > > >> > > > > 2nd
> >> > > > > > > > >> > > > > > > > > > > issue.
> >> > > > > > > > >> > > > > > > > > > > Please let me know if it
does not.
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > Also, I have been trying to
clean
> up
> >> > > > > > StatAnalysis
> >> > > > > > > > and
> >> > > > > > > > >> > > > MakePlots
> >> > > > > > > > >> > > > > > > > > > > wrappers,
> >> > > > > > > > >> > > > > > > > > > > so any information you could
> provide
> >> on
> >> > > > things
> >> > > > > > > that
> >> > > > > > > > >> > didn't
> >> > > > > > > > >> > > > work
> >> > > > > > > > >> > > > > > > that
> >> > > > > > > > >> > > > > > > > > > > you
> >> > > > > > > > >> > > > > > > > > > > had to change from the
examples
> >> would be
> >> > > > very
> >> > > > > > > > helpful.
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > Thanks,
> >> > > > > > > > >> > > > > > > > > > > George
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at 12:01
PM
> >> Edward
> >> > > > > Strobach
> >> > > > > > -
> >> > > > > > > > NOAA
> >> > > > > > > > >> > > > > Affiliate
> >> > > > > > > > >> > > > > > > via
> >> > > > > > > > >> > > > > > > > > > > RT <
> >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > > >> > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020:
Request
> >> > 95484
> >> > > > was
> >> > > > > > > acted
> >> > > > > > > > >> upon.
> >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created by
> >> > > > > > > > >> > edward.strobach at noaa.gov
> >> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
> >> > > > > > > > >> > > > > > > > > > > >      Subject:
command_builder.py
> >> error
> >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
> >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> >> > edward.strobach at noaa.gov
> >> > > > > > > > >> > > > > > > > > > > >       Status: new
> >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > > >> > > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
converting
> >> > > > > StatAnalysis
> >> > > > > > > > >> > > andMakePlots
> >> > > > > > > > >> > > > to
> >> > > > > > > > >> > > > > > > > metplus
> >> > > > > > > > >> > > > > > > > > > > > version 3.0 format from
2.1.
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > I've isolated the commands
that
> are
> >> > > > > > deprecated,
> >> > > > > > > > >> > replaced
> >> > > > > > > > >> > > > the
> >> > > > > > > > >> > > > > > > > > > > > functions that
> >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
> >> > debugging
> >> > > > some
> >> > > > > > > > issues
> >> > > > > > > > >> > > related
> >> > > > > > > > >> > > > > to
> >> > > > > > > > >> > > > > > > time
> >> > > > > > > > >> > > > > > > > > > > > string
> >> > > > > > > > >> > > > > > > > > > > > formatting.  In side my
log file
> >> > > (located
> >> > > > > > here:
> >> > > > > > > *
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> >> > > > > > > > >> > > > > > > > > > > > there is are two errors -
> possibly
> >> > > > related -
> >> > > > > > > > >> > highlighted
> >> > > > > > > > >> > > in
> >> > > > > > > > >> > > > > red
> >> > > > > > > > >> > > > > > > > > > > > below.  The
> >> > > > > > > > >> > > > > > > > > > > > first one points to a
library
> >> issue.
> >> > > The
> >> > > > > > > > directory
> >> > > > > > > > >> in
> >> > > > > > > > >> > > > > question
> >> > > > > > > > >> > > > > > > > > > > > exists, but
> >> > > > > > > > >> > > > > > > > > > > > there is nothing in it.
Is that
> >> the
> >> > > > > > referenced
> >> > > > > > > > >> library
> >> > > > > > > > >> > > is
> >> > > > > > > > >> > > > > > > expected
> >> > > > > > > > >> > > > > > > > > > > > to
> >> > > > > > > > >> > > > > > > > > > > > reside there?  The second
issue,
> >> which
> >> > > is
> >> > > > > not
> >> > > > > > > too
> >> > > > > > > > >> > > > revealing,
> >> > > > > > > > >> > > > > > > points
> >> > > > > > > > >> > > > > > > > > > > > to the
> >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which I
> >> think
> >> > > is
> >> > > > > > > somehow
> >> > > > > > > > >> > related
> >> > > > > > > > >> > > > to
> >> > > > > > > > >> > > > > > the
> >> > > > > > > > >> > > > > > > > > > > > first
> >> > > > > > > > >> > > > > > > > > > > > error.  I did take the
> >> > > STATAnalysisConfig
> >> > > > > file
> >> > > > > > > > from
> >> > > > > > > > >> > > another
> >> > > > > > > > >> > > > > > > metplus
> >> > > > > > > > >> > > > > > > > > > > > location that I've been
working
> on
> >> > into
> >> > > a
> >> > > > > > > > directory
> >> > > > > > > > >> I
> >> > > > > > > > >> > > > created
> >> > > > > > > > >> > > > > > to
> >> > > > > > > > >> > > > > > > > put
> >> > > > > > > > >> > > > > > > > > > > > the
> >> > > > > > > > >> > > > > > > > > > > > copied version there.  The
> >> > > > > STATAnalysisConfig
> >> > > > > > > > >> directory
> >> > > > > > > > >> > > was
> >> > > > > > > > >> > > > > > taken
> >> > > > > > > > >> > > > > > > > > > > > from a
> >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed that
> >> the
> >> > > > layout
> >> > > > > > of
> >> > > > > > > > the
> >> > > > > > > > >> > file
> >> > > > > > > > >> > > > > would
> >> > > > > > > > >> > > > > > be
> >> > > > > > > > >> > > > > > > > > > > > okay.
> >> > > > > > > > >> > > > > > > > > > > > The information below
seems like
> >> what
> >> > I
> >> > > > > want.
> >> > > > > > > I'm
> >> > > > > > > > >> > > looping
> >> > > > > > > > >> > > > > over
> >> > > > > > > > >> > > > > > > 06,
> >> > > > > > > > >> > > > > > > > > > > > 12
> >> > > > > > > > >> > > > > > > > > > > > initial times and grouping
the
> >> 00-23
> >> > > VALID
> >> > > > > > hours
> >> > > > > > > > for
> >> > > > > > > > >> > each
> >> > > > > > > > >> > > > > day.
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> >> > metplus.StatAnalysis
> >> > > > > INFO:
> >> > > > > > > > >> COMMAND:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > >> > > > > > > > > > > > -lookin
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > >> > > > > > > > > > > > -config
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > >
> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > (command_runner.py:124)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
> output
> >> > sent
> >> > > > to:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> >> > > > > > > > >> > > > > > > > > > > > error while loading shared
> >> libraries:
> >> > > > > > > > >> > > libpython3.6m.so.1.0:
> >> > > > > > > > >> > > > > > > cannot
> >> > > > > > > > >> > > > > > > > > > > > open
> >> > > > > > > > >> > > > > > > > > > > > shared object file: No
such file
> or
> >> > > > > directory
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > (command_runner.py:191)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > Finished running
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > >> > > > > > > > > > > > in
> >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:100)
> >> > > > > > > > >> > > > > > > > > > > > ERROR:
> >> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733)
MET
> >> command
> >> > > > > returned
> >> > > > > > a
> >> > > > > > > > >> > non-zero
> >> > > > > > > > >> > > > > return
> >> > > > > > > > >> > > > > > > > code:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > >> > > > > > > > > > > > -lookin
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > >> > > > > > > > > > > > -config
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > >
> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> >> > metplus.StatAnalysis
> >> > > > > INFO:
> >> > > > > > > > Check
> >> > > > > > > > >> the
> >> > > > > > > > >> > > > > logfile
> >> > > > > > > > >> > > > > > > for
> >> > > > > > > > >> > > > > > > > > > > > more
> >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
filename
> >> from
> >> > > > > default
> >> > > > > > > > >> > template:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
> >> SETTINGS....
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
"000000",
> >> > > > "010000",
> >> > > > > > > > >> "020000",
> >> > > > > > > > >> > > > > "030000",
> >> > > > > > > > >> > > > > > > > > > > > "040000",
> >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
> >> > "080000",
> >> > > > > > > "090000",
> >> > > > > > > > >> > > "100000",
> >> > > > > > > > >> > > > > > > > "110000",
> >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
> >> > "150000",
> >> > > > > > > "160000",
> >> > > > > > > > >> > > "170000",
> >> > > > > > > > >> > > > > > > > "180000",
> >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
> >> > "220000",
> >> > > > > > "230000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2",
> "VL1L2"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
-dump_row
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
> >> 20200525_000000
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
> >> 20200525_230000
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:140)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > DESC=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
> "010000",
> >> > > > > "020000",
> >> > > > > > > > >> "030000",
> >> > > > > > > > >> > > > > > "040000",
> >> > > > > > > > >> > > > > > > > > > > > "050000",
> >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
> >> > "090000",
> >> > > > > > > "100000",
> >> > > > > > > > >> > > "110000",
> >> > > > > > > > >> > > > > > > > "120000",
> >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
> >> > "160000",
> >> > > > > > > "170000",
> >> > > > > > > > >> > > "180000",
> >> > > > > > > > >> > > > > > > > "190000",
> >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
> >> "230000"
> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > metplus.StatAnalysis
> >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I
took this
> >> file
> >> > > over
> >> > > > > > from
> >> > > > > > > > >> another
> >> > > > > > > > >> > > > V3.0
> >> > > > > > > > >> > > > > > > > > > > > location,
> >> > > > > > > > >> > > > > > > > > > > > assuming that this would
be
> >> > acceptable.
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > > --
> >> > > > > > > > >> > > > > > > > > Edward Strobach
> >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > >> > > > > > > > > IMSG Contractor
> >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> >> > > > > > > > >> > > > > > > > > 301-683-3717
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > > --
> >> > > > > > > > >> > > > > > > > George McCabe - Software Engineer
III
> >> > > > > > > > >> > > > > > > > National Center for Atmospheric
Research
> >> > > > > > > > >> > > > > > > > Research Applications Laboratory
> >> > > > > > > > >> > > > > > > > 303-497-2768
> >> > > > > > > > >> > > > > > > > ---
> >> > > > > > > > >> > > > > > > > My working day may not be your
working
> day.
> >> > > Please
> >> > > > > do
> >> > > > > > > not
> >> > > > > > > > >> feel
> >> > > > > > > > >> > > > > obliged
> >> > > > > > > > >> > > > > > to
> >> > > > > > > > >> > > > > > > > reply to this email outside of
your
> normal
> >> > > working
> >> > > > > > > hours.
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > > --
> >> > > > > > > > >> > > > > > > Edward Strobach
> >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > >> > > > > > > IMSG Contractor
> >> > > > > > > > >> > > > > > > Cubicle#: 2029
> >> > > > > > > > >> > > > > > > 301-683-3717
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > > --
> >> > > > > > > > >> > > > > > George McCabe - Software Engineer III
> >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
> >> > > > > > > > >> > > > > > Research Applications Laboratory
> >> > > > > > > > >> > > > > > 303-497-2768
> >> > > > > > > > >> > > > > > ---
> >> > > > > > > > >> > > > > > My working day may not be your working
day.
> >> Please
> >> > > do
> >> > > > > not
> >> > > > > > > feel
> >> > > > > > > > >> > > obliged
> >> > > > > > > > >> > > > to
> >> > > > > > > > >> > > > > > reply to this email outside of your
normal
> >> working
> >> > > > > hours.
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > > --
> >> > > > > > > > >> > > > > Edward Strobach
> >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> >> > > > > > > > >> > > > > IMSG Contractor
> >> > > > > > > > >> > > > > Cubicle#: 2029
> >> > > > > > > > >> > > > > 301-683-3717
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > > --
> >> > > > > > > > >> > > > George McCabe - Software Engineer III
> >> > > > > > > > >> > > > National Center for Atmospheric Research
> >> > > > > > > > >> > > > Research Applications Laboratory
> >> > > > > > > > >> > > > 303-497-2768
> >> > > > > > > > >> > > > ---
> >> > > > > > > > >> > > > My working day may not be your working
day.
> Please
> >> do
> >> > > not
> >> > > > > feel
> >> > > > > > > > >> obliged
> >> > > > > > > > >> > to
> >> > > > > > > > >> > > > reply to this email outside of your normal
> working
> >> > > hours.
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > --
> >> > > > > > > > >> > > Julie Prestopnik
> >> > > > > > > > >> > > Software Engineer
> >> > > > > > > > >> > > National Center for Atmospheric Research
> >> > > > > > > > >> > > Research Applications Laboratory
> >> > > > > > > > >> > > Phone: 303.497.8399
> >> > > > > > > > >> > > Email: jpresto at ucar.edu
> >> > > > > > > > >> > >
> >> > > > > > > > >> > > My working day may not be your working day.
Please
> >> do
> >> > not
> >> > > > > feel
> >> > > > > > > > >> obliged
> >> > > > > > > > >> > to
> >> > > > > > > > >> > > reply to this email outside of your normal
working
> >> > hours.
> >> > > > > > > > >> > >
> >> > > > > > > > >> > >
> >> > > > > > > > >> >
> >> > > > > > > > >> > --
> >> > > > > > > > >> > Edward Strobach
> >> > > > > > > > >> > EMC/NCEP/NWS/
> >> > > > > > > > >> > IMSG Contractor
> >> > > > > > > > >> > Cubicle#: 2029
> >> > > > > > > > >> > 301-683-3717
> >> > > > > > > > >> >
> >> > > > > > > > >> >
> >> > > > > > > > >>
> >> > > > > > > > >> --
> >> > > > > > > > >> Julie Prestopnik
> >> > > > > > > > >> Software Engineer
> >> > > > > > > > >> National Center for Atmospheric Research
> >> > > > > > > > >> Research Applications Laboratory
> >> > > > > > > > >> Phone: 303.497.8399
> >> > > > > > > > >> Email: jpresto at ucar.edu
> >> > > > > > > > >>
> >> > > > > > > > >> My working day may not be your working day.
Please do
> >> not
> >> > > feel
> >> > > > > > > obliged
> >> > > > > > > > to
> >> > > > > > > > >> reply to this email outside of your normal
working
> hours.
> >> > > > > > > > >>
> >> > > > > > > > >>
> >> > > > > > > > >
> >> > > > > > > > > --
> >> > > > > > > > > Edward Strobach
> >> > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > > IMSG Contractor
> >> > > > > > > > > Cubicle#: 2029
> >> > > > > > > > > 301-683-3717
> >> > > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > > --
> >> > > > > > > > Edward Strobach
> >> > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > IMSG Contractor
> >> > > > > > > > Cubicle#: 2029
> >> > > > > > > > 301-683-3717
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Julie Prestopnik
> >> > > > > > > Software Engineer
> >> > > > > > > National Center for Atmospheric Research
> >> > > > > > > Research Applications Laboratory
> >> > > > > > > Phone: 303.497.8399
> >> > > > > > > Email: jpresto at ucar.edu
> >> > > > > > >
> >> > > > > > > My working day may not be your working day.  Please
do not
> >> feel
> >> > > > obliged
> >> > > > > > to
> >> > > > > > > reply to this email outside of your normal working
hours.
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > Edward Strobach
> >> > > > > > EMC/NCEP/NWS/
> >> > > > > > IMSG Contractor
> >> > > > > > Cubicle#: 2029
> >> > > > > > 301-683-3717
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Julie Prestopnik
> >> > > > > Software Engineer
> >> > > > > National Center for Atmospheric Research
> >> > > > > Research Applications Laboratory
> >> > > > > Phone: 303.497.8399
> >> > > > > Email: jpresto at ucar.edu
> >> > > > >
> >> > > > > My working day may not be your working day.  Please do
not feel
> >> > obliged
> >> > > > to
> >> > > > > reply to this email outside of your normal working hours.
> >> > > > >
> >> > > > >
> >> > > >
> >> > > > --
> >> > > > Edward Strobach
> >> > > > EMC/NCEP/NWS/
> >> > > > IMSG Contractor
> >> > > > Cubicle#: 2029
> >> > > > 301-683-3717
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > > George McCabe - Software Engineer III
> >> > > National Center for Atmospheric Research
> >> > > Research Applications Laboratory
> >> > > 303-497-2768
> >> > > ---
> >> > > My working day may not be your working day. Please do not
feel
> >> obliged to
> >> > > reply to this email outside of your normal working hours.
> >> > >
> >> > >
> >> >
> >> > --
> >> > Edward Strobach
> >> > EMC/NCEP/NWS/
> >> > IMSG Contractor
> >> > Cubicle#: 2029
> >> > 301-683-3717
> >> >
> >> >
> >>
> >> --
> >> George McCabe - Software Engineer III
> >> National Center for Atmospheric Research
> >> Research Applications Laboratory
> >> 303-497-2768
> >> ---
> >> My working day may not be your working day. Please do not feel
obliged
> to
> >> reply to this email outside of your normal working hours.
> >>
> >>
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
>
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Mallory Row - NOAA Affiliate
Time: Thu Jun 04 12:51:47 2020

Hi George,

I haven't run MakePlots on .stat files that were produced with netCDF
data,
only grib files. Is MakePlots giving any useful information (sorry for
not
writing better logging messages before!)? I wonder if it might be
struggling with the way levels are formatted for netCDF variables...?

On Thu, Jun 4, 2020 at 2:35 PM George McCabe <mccabe at ucar.edu> wrote:

> Hi Edward,
>
> I have been working through issues with StatAnalysis and MakePlots
> together and discovered a few things that might help with your case.
>
> - The StatAnalysis output file that was created was empty. This is
because
> the configurations in StatAnalysis.conf were set so that all the
lines were
> being discarded. I was able to change these settings to get output
from
> StatAnalysis, however, the output file expected by MakePlots
expected the
> level values in the filename, which contain commas since they are
NetCDF
> data.
>
> /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
>
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
>
> Attached is the conf file I used that was able to get output from
> StatAnalysis, but still fails running MakePlots. I hope that helps.
>
> I am copying Mallory on here to see if she has run these tools on
NetCDF
> data and if she was able to configure METplus to use different names
to
> read the data in MakePlots. Mallory, do you have any ideas?
>
> Thanks,
> George
>
> On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>
>> Despite all these efforts I still arrive at similar issues.  The
issues
>> that I thought I resolved were not actually resolved.  I looked on
the
>> metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST
were set.
>> I originally used what I defined from my environment.  When that
didn't
>> work I set it empty.  Looking at the metplus guide, I only saw
examples
>> where they set as empty.  the plot_time_series.py (and others)
didn't seem
>> to like that and required that it be set.  Setting it also did not
bode
>> well.  I'm sure this is related to MakePlots since StatAnalysis
only
>> processes the data into .stat form.  This is becoming painful
because I
>> can't move forward on anything.  Additionally, if I process
statistics
>> such
>> as this:
>> export plot_stats_list="bias, rmse, fbar_obar"
>> do I need to loop through that?
>>
>>
>>
>> On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate <
>> edward.strobach at noaa.gov> wrote:
>>
>> > That explanation was very helpful. Thanks George.  I'll make
adjustments
>> > in the machine.conf that are general to all cases while defining
case
>> > specific details in the plot*conf
>> >
>> > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT
<met_help at ucar.edu
>> >
>> > wrote:
>> >
>> >> Hi Edward,
>> >>
>> >> Think of the machine conf as a conf file that corresponds to a
user and
>> >> machine where you are running. It contains settings that will be
>> applied
>> >> to
>> >> every run of METplus on that machine as that user. I often name
mine
>> >> containing my username and machine I am using it on to make it
clear
>> to me
>> >> what it is used for. Here is an example of what is in a conf
file
>> called
>> >> mccabe.kiowa.conf:
>> >>
>> >> [dir]
>> >> OUTPUT_BASE = /d1/personal/mccabe/out
>> >>
>> >> INPUT_BASE = /d1/projects/METplus/METplus_Data
>> >> MET_INSTALL_DIR = /usr/local/met-9.0.1
>> >>
>> >> [config]
>> >> LOG_LEVEL = DEBUG
>> >> #LOG_MET_VERBOSITY = 5
>> >> #DO_NOT_RUN_EXE = yes
>> >> #LOG_TIMESTAMP_USE_DATATIME = True
>> >> #LOG_MET_OUTPUT_TO_METPLUS=no
>> >>
>> >> [exe]
>> >> WGRIB2 = /usr/local/bin/wgrib2
>> >> CUT = /usr/bin/cut
>> >> TR = /usr/bin/tr
>> >> RM = /bin/rm
>> >> NCAP2 = /usr/local/nco/bin/ncap2
>> >> CONVERT = /usr/bin/convert
>> >> NCDUMP = /usr/local/netcdf/bin/ncdump
>> >> EGREP = /bin/egrep
>> >>
>> >>
>> >> It sets up my environment to run. I also leave a few logging
items
>> >> commented out so I can easily change things when I am debugging,
like
>> >> boosting the MET log verbosity. Once I am set up on a new
computer, I
>> >> rarely change anything in this file except for OUTPUT_BASE (if I
want
>> to
>> >> write output to a different directory) or changing logging
settings.
>> The
>> >> location of the input data won't change, and the MET install dir
will
>> only
>> >> change when a new version of MET is released. Since you are
running on
>> >> NOAA
>> >> machines that use module loads, you don't need to set any of the
[exe]
>> >> items since they are found in the path.
>> >>
>> >> Think of the plot*.conf as a use case configuration file. It
contains
>> >> information specific to that use case you need to run. It
shouldn't
>> >> contain
>> >> any variables from the user environment conf, but it can
reference
>> these
>> >> values in other variables, such as setting an _OUTPUT_DIR to a
path
>> >> relative to OUTPUT_BASE, i.e.
>> >>
>> >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
>> >>
>> >>
>> >> When you want to run your use case, you will pass in the use
case conf
>> >> files first, then your user environment conf last. This ensures
that
>> if a
>> >> variable like OUTPUT_BASE is set in another conf when it
shouldn't be,
>> >> then
>> >> your user conf will have the final say and overwrite any values
set
>> >> earlier. Here is an example:
>> >>
>> >> master_metplus.py -c
>> >> ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf
-c
>> >> ~/mccabe.kiowa.conf
>> >>
>> >> I hope that helps clear up what belongs in each of these conf
files.
>> Let
>> >> me
>> >> know if you have any other questions or concerns.
>> >>
>> >> Thanks,
>> >> George
>> >>
>> >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate
via RT
>> <
>> >> met_help at ucar.edu> wrote:
>> >>
>> >> >
>> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
>> >> >
>> >> > I understand George.  I haven't adopted best practices quite
yet I
>> >> guess.
>> >> > My confusion lies in separating machine.conf and the
plot*.conf.
>> I've
>> >> been
>> >> > duplicating the definitions in both because it's not clear to
me what
>> >> > belongs in machine.conf and what should belong in the other.
Perhaps
>> >> what
>> >> > I'll do is try to clean up the machine.conf and share with you
the
>> new
>> >> conf
>> >> > files so that it is easier to follow.  In truth, I'm hoping to
learn
>> >> from
>> >> > this process so that I can create verification packages
through
>> metplus
>> >> in
>> >> > an efficient way. Right now it's growing pains.
>> >> >
>> >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
>> met_help at ucar.edu>
>> >> > wrote:
>> >> >
>> >> > > Hi Edward,
>> >> > >
>> >> > > I'm taking a look at your config files to try to see if I
can see
>> >> > anything
>> >> > > obvious that is wrong. It is a little confusing to follow
the way
>> you
>> >> > have
>> >> > > it set up where you set a variable in one file, then
reference it
>> in
>> >> the
>> >> > > next. It would make a little more sense to keep your machine
conf
>> >> pretty
>> >> > > clean, with only top level configurations, like INPUT_BASE,
>> >> OUTPUT_BASE,
>> >> > > MET_INSTALL_DIR (from the [dir] section, the others in
>> machine_v3.conf
>> >> > > aren't needed), anything in the [exe] section, and system
wide
>> >> settings,
>> >> > > like LOG_ variables. The rest of the variables make more
sense to
>> put
>> >> in
>> >> > > the use case conf file only, i.e. instead of setting
>> >> > >
>> >> > > VALIDBEG = {ENV[VALID_B]}
>> >> > > VALIDEND = {ENV[VALID_E]}
>> >> > >
>> >> > >  in machine_v3.conf and setting
>> >> > >
>> >> > > VALID_BEG = {VALIDBEG}
>> >> > > VALID_END = {VALIDEND}
>> >> > >
>> >> > > in the plot conf, just set
>> >> > >
>> >> > > VALID_BEG = {ENV[VALID_B]}
>> >> > > VALID_END = {ENV[VALID_E]}
>> >> > >
>> >> > > in the plot conf. This will make it easier to follow instead
of
>> >> having to
>> >> > > hop between 3 files.
>> >> > >
>> >> > > If you'd like, you could tar up the input files to
StatAnalysis
>> and I
>> >> can
>> >> > > have Julie or someone else pull them down so I can try to
work
>> through
>> >> > the
>> >> > > errors locally. I am also happy to set up a meeting where
you can
>> >> screen
>> >> > > share and we can go through the errors together. Let me know
what
>> you
>> >> > > think.
>> >> > >
>> >> > > Thanks,
>> >> > > George
>> >> > >
>> >> > >
>> >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate via
>> >> RT <
>> >> > > met_help at ucar.edu> wrote:
>> >> > >
>> >> > > >
>> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> >> > > >
>> >> > > > will do!
>> >> > > >
>> >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
>> >> > > met_help at ucar.edu>
>> >> > > > wrote:
>> >> > > >
>> >> > > > > No worries!  We're happy to help.  We hope you'll get a
>> successful
>> >> > run.
>> >> > > > > Please let us know how it goes.
>> >> > > > >
>> >> > > > > Julie
>> >> > > > >
>> >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
Affiliate
>> >> via
>> >> > RT
>> >> > > <
>> >> > > > > met_help at ucar.edu> wrote:
>> >> > > > >
>> >> > > > > >
>> >> > > > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> >> > > > > >
>> >> > > > > > Okay. I think I understand that error now.  I'm sorry
I
>> >> overlooked
>> >> > > > > that.  I
>> >> > > > > > kept thinking that something else was going on. Thanks
Julie
>> and
>> >> > > George
>> >> > > > > >
>> >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via RT
<
>> >> > > > > met_help at ucar.edu>
>> >> > > > > > wrote:
>> >> > > > > >
>> >> > > > > > > >
>> >> > > > > > > > Note that your job1_v3 points to met-9.0 not met-
9.0.1
>> and
>> >> to
>> >> > > > > > METplus-3.0
>> >> > > > > > > > not METplus-3.0.1.
>> >> > > > > > > >
>> >> > > > > > > That is true in a few places:
>> >> > > > > > >
>> >> > > > > > > > export
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
>> >> > > > > > > > export
>> >> > > > >
>> HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>> >> > > > > > > >
>> >> > > > > > > export METplus_version="3.0"
>> >> > > > > > > > export MET_version="9.0"
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > > > In addition to changing those, you should also
change:
>> >> > > > > > >
>> >> > > > > > > > export
>> >> > > > > >
>> >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>> >> > > > > > >
>> >> > > > > > > to
>> >> > > > > > >
>> >> > > > > > > > export NCDUMP="
>> >> > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>> >> > > > > > >
>> >> > > > > > >
>> >> > > > > > > Julie
>> >> > > > > > >
>> >> > > > > > >
>> >> > > > > > >
>> >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach -
NOAA
>> >> Affiliate
>> >> > via
>> >> > > > RT
>> >> > > > > <
>> >> > > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > >
>> >> > > > > > > >
>> >> > > > > > > > <URL:
>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > >
>> >> > > > > > > >
>> >> > > > > > > > i managed to fix that weird issue.  I think you
should be
>> >> able
>> >> > to
>> >> > > > see
>> >> > > > > > my
>> >> > > > > > > > .bashrc now.  I'm going to look to see what I
did..
>> >> > > > > > > >
>> >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach -
NOAA
>> >> > Affiliate <
>> >> > > > > > > > edward.strobach at noaa.gov> wrote:
>> >> > > > > > > >
>> >> > > > > > > > > l don't know.  I've never encountered this
issue.  I
>> >> simply
>> >> > > > copied
>> >> > > > > > and
>> >> > > > > > > > > pasted - or so I thought - the module contents
under
>> the
>> >> > > > > > WCOSS-DELL.  I
>> >> > > > > > > > can
>> >> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach,
but many
>> >> other
>> >> > > > > > commands
>> >> > > > > > > do
>> >> > > > > > > > > not work.  It's related to something I must have
done
>> in
>> >> the
>> >> > > > > .bashrc:
>> >> > > > > > > > >
>> >> > > > > > > > > -bash: export:
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
>>  x!
>> >> > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
>> >> > > > > > > > > not a valid identifier
>> >> > > > > > > > >
>> >> > > > > > > > > I've been at this too long and am probably
starting to
>> >> make
>> >> > > > > > mistakes..
>> >> > > > > > > > >
>> >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik
via RT
>> <
>> >> > > > > > > > met_help at ucar.edu>
>> >> > > > > > > > > wrote:
>> >> > > > > > > > >
>> >> > > > > > > > >> Is there anything I can do to help?  I tried to
look
>> in
>> >> > > > > > > > /u/Edward.Strobach
>> >> > > > > > > > >> to see if I could access your .bashrc file,
however, I
>> >> don't
>> >> > > > even
>> >> > > > > > see
>> >> > > > > > > > >> a /u/Edward.Strobach directory, which I don't
fully
>> >> > > > understand...
>> >> > > > > > > > >>
>> >> > > > > > > > >> Julie
>> >> > > > > > > > >>
>> >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach
- NOAA
>> >> > > Affiliate
>> >> > > > > via
>> >> > > > > > > RT <
>> >> > > > > > > > >> met_help at ucar.edu> wrote:
>> >> > > > > > > > >>
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > <URL:
>> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc file
>> in
>> >> > such
>> >> > > a
>> >> > > > > way
>> >> > > > > > > > that I
>> >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck
until I can
>> >> deal
>> >> > > with
>> >> > > > > > that
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik via
>> RT
>> >> <
>> >> > > > > > > > >> met_help at ucar.edu>
>> >> > > > > > > > >> > wrote:
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > > Hi Edward and George.
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > I believe Edward is running on Venus but
looking
>> at
>> >> the
>> >> > > > > > directions
>> >> > > > > > > > for
>> >> > > > > > > > >> > > Mars, because there was previously no
modulefile
>> for
>> >> > > > > > metplus/3.0.1
>> >> > > > > > > > on
>> >> > > > > > > > >> > > Venus, but there was on Mars.  However, I
just
>> >> created a
>> >> > > > > > > modulefile
>> >> > > > > > > > >> for
>> >> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1)
on
>> Venus.
>> >> > > Edward,
>> >> > > > > > > please
>> >> > > > > > > > >> start
>> >> > > > > > > > >> > > fresh with a new login to Venus and try
running:
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > > module use
>> >> > > > > > > > >> > > >
>> >> > > > > > >
>> >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > > > > > >> > > > module load metplus/3.0.1
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > Please let us know how the testing goes.
In the
>> >> > meantime,
>> >> > > > > I'll
>> >> > > > > > > try
>> >> > > > > > > > to
>> >> > > > > > > > >> > > reproduce the problem you are experiencing.
I may
>> >> need
>> >> > > some
>> >> > > > > > help
>> >> > > > > > > > from
>> >> > > > > > > > >> > > George, but hopefully, getting the right
>> environment
>> >> set
>> >> > > up
>> >> > > > > will
>> >> > > > > > > > help
>> >> > > > > > > > >> > > resolve the issue you are having.
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > Julie
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe via
>> RT <
>> >> > > > > > > > >> met_help at ucar.edu>
>> >> > > > > > > > >> > > wrote:
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > <URL:
>> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > Which machine are you running on? The
>> instructions
>> >> for
>> >> > > the
>> >> > > > > > NOAA
>> >> > > > > > > > >> > machines
>> >> > > > > > > > >> > > > vary.
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach -
>> >> NOAA
>> >> > > > > > Affiliate
>> >> > > > > > > > via
>> >> > > > > > > > >> RT
>> >> > > > > > > > >> > <
>> >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > <URL:
>> >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > The first line is under my .bashrc in
>> >> > > > /u/Edward.Strobach.
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > The second line was added and that's
when I
>> got
>> >> the
>> >> > > > > > following:
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
>> >> > > > > > > > >> > > > >
>> >> > > > > > > >
>> >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
>> >> > metplus/3.0.1
>> >> > > > > > > > >> > > > > Lmod has detected the following error:
The
>> >> > following
>> >> > > > > > > module(s)
>> >> > > > > > > > >> are
>> >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > Please check the spelling or version
number.
>> Also
>> >> > try
>> >> > > > > > "module
>> >> > > > > > > > >> spider
>> >> > > > > > > > >> > > ..."
>> >> > > > > > > > >> > > > > It is also possible your cache file is
>> >> out-of-date;
>> >> > it
>> >> > > > may
>> >> > > > > > > help
>> >> > > > > > > > to
>> >> > > > > > > > >> > try:
>> >> > > > > > > > >> > > > >   $ module --ignore-cache load
"metplus/3.0.1"
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > Also make sure that all modulefiles
written in
>> >> TCL
>> >> > > start
>> >> > > > > > with
>> >> > > > > > > > the
>> >> > > > > > > > >> > > string
>> >> > > > > > > > >> > > > > #%Module
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe
>> via
>> >> RT
>> >> > <
>> >> > > > > > > > >> > met_help at ucar.edu
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > > wrote:
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > > Hi Edward,
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > Did you run this first?
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > module use
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >>
>> >> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > I believe you need to run that so it
can
>> find
>> >> the
>> >> > > > > > > > metplus/3.0.1
>> >> > > > > > > > >> > > module.
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM Edward
>> Strobach
>> >> -
>> >> > > NOAA
>> >> > > > > > > > Affiliate
>> >> > > > > > > > >> via
>> >> > > > > > > > >> > > RT
>> >> > > > > > > > >> > > > <
>> >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > <URL:
>> >> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > There was only one mention of
deprecated,
>> >> and it
>> >> > > was
>> >> > > > > at
>> >> > > > > > > the
>> >> > > > > > > > >> top
>> >> > > > > > > > >> > of
>> >> > > > > > > > >> > > > the
>> >> > > > > > > > >> > > > > > log
>> >> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There
>> were
>> >> no
>> >> > > > other
>> >> > > > > > > > >> mentions;
>> >> > > > > > > > >> > > > > however,
>> >> > > > > > > > >> > > > > > > there were warnings for certain
variables
>> not
>> >> > > being
>> >> > > > > set.
>> >> > > > > > > > Other
>> >> > > > > > > > >> > than
>> >> > > > > > > > >> > > > > that
>> >> > > > > > > > >> > > > > > I
>> >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
because I
>> set
>> >> > > things
>> >> > > > > to
>> >> > > > > > > > DEBUG
>> >> > > > > > > > >> -
>> >> > > > > > > > >> > and
>> >> > > > > > > > >> > > > > those
>> >> > > > > > > > >> > > > > > > two error messages.
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > I figured the second was related to
the
>> >> first.
>> >> > A
>> >> > > > > > > reference
>> >> > > > > > > > to
>> >> > > > > > > > >> > > > > libraries
>> >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
>> issue,
>> >> > but
>> >> > > my
>> >> > > > > > > bashrc
>> >> > > > > > > > is
>> >> > > > > > > > >> > > > already
>> >> > > > > > > > >> > > > > > set
>> >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
>> >> settings.
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
>> McCabe
>> >> via
>> >> > > RT
>> >> > > > <
>> >> > > > > > > > >> > > > met_help at ucar.edu
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > > wrote:
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > > Hi Edward,
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
>> script,
>> >> > > METplus
>> >> > > > > > > should
>> >> > > > > > > > >> error
>> >> > > > > > > > >> > > out
>> >> > > > > > > > >> > > > > > > > immediately and give you a list
of
>> >> variables
>> >> > > that
>> >> > > > > are
>> >> > > > > > > > >> > deprecated
>> >> > > > > > > > >> > > > and
>> >> > > > > > > > >> > > > > a
>> >> > > > > > > > >> > > > > > > > suggestion if possible, so I am
guessing
>> >> that
>> >> > > the
>> >> > > > > > > changes
>> >> > > > > > > > >> > weren't
>> >> > > > > > > > >> > > > > > > covered.
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > The 2nd error is related to the
first.
>> The
>> >> > > > libpython
>> >> > > > > > > error
>> >> > > > > > > > >> is
>> >> > > > > > > > >> > > what
>> >> > > > > > > > >> > > > > came
>> >> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis
>> and
>> >> the
>> >> > > 2nd
>> >> > > > > > error
>> >> > > > > > > is
>> >> > > > > > > > >> just
>> >> > > > > > > > >> > > > > telling
>> >> > > > > > > > >> > > > > > > you
>> >> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
>> >> > non-zero
>> >> > > > > > value,
>> >> > > > > > > > >> which
>> >> > > > > > > > >> > > means
>> >> > > > > > > > >> > > > > > that
>> >> > > > > > > > >> > > > > > > it
>> >> > > > > > > > >> > > > > > > > failed.
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
>> >> > Strobach -
>> >> > > > > NOAA
>> >> > > > > > > > >> Affiliate
>> >> > > > > > > > >> > > via
>> >> > > > > > > > >> > > > > RT
>> >> > > > > > > > >> > > > > > <
>> >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > <URL:
>> >> > > > > > > > >> >
>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > I think I've already removed
the
>> >> out-of-date
>> >> > > > > > variable
>> >> > > > > > > > >> names
>> >> > > > > > > > >> > > with
>> >> > > > > > > > >> > > > > the
>> >> > > > > > > > >> > > > > > > v3.1
>> >> > > > > > > > >> > > > > > > > > names.  I can look into that
option if
>> >> this
>> >> > > > proves
>> >> > > > > > not
>> >> > > > > > > > to
>> >> > > > > > > > >> be
>> >> > > > > > > > >> > an
>> >> > > > > > > > >> > > > > > > > environment
>> >> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
>> >> > carefully
>> >> > > > > making
>> >> > > > > > > the
>> >> > > > > > > > >> > > changes
>> >> > > > > > > > >> > > > > > > between
>> >> > > > > > > > >> > > > > > > > > versions, but I could have
still
>> missed
>> >> > > > something.
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
>> >> McCabe
>> >> > > via
>> >> > > > > RT
>> >> > > > > > <
>> >> > > > > > > > >> > > > > > met_help at ucar.edu
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > > wrote:
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > Hi Edward,
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned
this to
>> >> you or
>> >> > > > not,
>> >> > > > > > but
>> >> > > > > > > > >> there
>> >> > > > > > > > >> > is
>> >> > > > > > > > >> > > a
>> >> > > > > > > > >> > > > > > > section
>> >> > > > > > > > >> > > > > > > > in
>> >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
>> config
>> >> > > > variables
>> >> > > > > > > from
>> >> > > > > > > > >> older
>> >> > > > > > > > >> > > > > > versions:
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > In the last sub-section of
that
>> >> section,
>> >> > it
>> >> > > > > > > describes
>> >> > > > > > > > a
>> >> > > > > > > > >> > tool
>> >> > > > > > > > >> > > > > called
>> >> > > > > > > > >> > > > > > > > > > validate_config.py that can
be run
>> the
>> >> > same
>> >> > > > way
>> >> > > > > as
>> >> > > > > > > > >> > > > > > master_metplus.py
>> >> > > > > > > > >> > > > > > > > > > (passing in configs with -c)
and it
>> >> will
>> >> > > step
>> >> > > > > you
>> >> > > > > > > > >> through
>> >> > > > > > > > >> > > find
>> >> > > > > > > > >> > > > > and
>> >> > > > > > > > >> > > > > > > > > replace
>> >> > > > > > > > >> > > > > > > > > > commands to update your
>> configuration
>> >> > files.
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > However, this tool only works
if
>> >> > deprecated
>> >> > > > > > > variables
>> >> > > > > > > > >> are
>> >> > > > > > > > >> > > added
>> >> > > > > > > > >> > > > > to
>> >> > > > > > > > >> > > > > > > the
>> >> > > > > > > > >> > > > > > > > > > list to be processed. I added
many
>> of
>> >> the
>> >> > > > > > variables
>> >> > > > > > > > that
>> >> > > > > > > > >> > were
>> >> > > > > > > > >> > > > > > changed
>> >> > > > > > > > >> > > > > > > > in
>> >> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
wrappers,
>> >> but I
>> >> > > am
>> >> > > > > not
>> >> > > > > > > very
>> >> > > > > > > > >> > > familiar
>> >> > > > > > > > >> > > > > > with
>> >> > > > > > > > >> > > > > > > > this
>> >> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > I apologize that this has
been such
>> a
>> >> > > tedious
>> >> > > > > > > process
>> >> > > > > > > > >> for
>> >> > > > > > > > >> > > you.
>> >> > > > > > > > >> > > > If
>> >> > > > > > > > >> > > > > > > you'd
>> >> > > > > > > > >> > > > > > > > > > like to send me your current
>> version I
>> >> can
>> >> > > use
>> >> > > > > > that
>> >> > > > > > > > >> info to
>> >> > > > > > > > >> > > > > update
>> >> > > > > > > > >> > > > > > > this
>> >> > > > > > > > >> > > > > > > > > > functionality to make things
easier
>> >> going
>> >> > > > > forward.
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > Thanks,
>> >> > > > > > > > >> > > > > > > > > > George
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
>> >> wrote:
>> >> > > > > > > > >> > > > > > > > > > > Hi Edward,
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > The first error looks like
an
>> >> > environment
>> >> > > > > issue.
>> >> > > > > > > You
>> >> > > > > > > > >> may
>> >> > > > > > > > >> > > have
>> >> > > > > > > > >> > > > > > some
>> >> > > > > > > > >> > > > > > > > > > > disconnect in the module
loads you
>> >> ran.
>> >> > I
>> >> > > > > would
>> >> > > > > > > > purge
>> >> > > > > > > > >> the
>> >> > > > > > > > >> > > > > > modules,
>> >> > > > > > > > >> > > > > > > > > > > then try
>> >> > > > > > > > >> > > > > > > > > > > to set up the environment
to run
>> >> METplus
>> >> > > > again
>> >> > > > > > > > (listed
>> >> > > > > > > > >> > here
>> >> > > > > > > > >> > > > for
>> >> > > > > > > > >> > > > > > > > > > > reference:
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >>
>> >> > > >
>> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
>> >> > > > > > > > >> > > > > > > > > > > builds)
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
>> MET-Help
>> >> > and
>> >> > > > I'm
>> >> > > > > > not
>> >> > > > > > > > >> seeing
>> >> > > > > > > > >> > > the
>> >> > > > > > > > >> > > > > > second
>> >> > > > > > > > >> > > > > > > > > > > error,
>> >> > > > > > > > >> > > > > > > > > > > but hopefully clearing up
the
>> >> > environment
>> >> > > > > issues
>> >> > > > > > > > >> resolves
>> >> > > > > > > > >> > > the
>> >> > > > > > > > >> > > > > 2nd
>> >> > > > > > > > >> > > > > > > > > > > issue.
>> >> > > > > > > > >> > > > > > > > > > > Please let me know if it
does not.
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > Also, I have been trying to
clean
>> up
>> >> > > > > > StatAnalysis
>> >> > > > > > > > and
>> >> > > > > > > > >> > > > MakePlots
>> >> > > > > > > > >> > > > > > > > > > > wrappers,
>> >> > > > > > > > >> > > > > > > > > > > so any information you
could
>> provide
>> >> on
>> >> > > > things
>> >> > > > > > > that
>> >> > > > > > > > >> > didn't
>> >> > > > > > > > >> > > > work
>> >> > > > > > > > >> > > > > > > that
>> >> > > > > > > > >> > > > > > > > > > > you
>> >> > > > > > > > >> > > > > > > > > > > had to change from the
examples
>> >> would be
>> >> > > > very
>> >> > > > > > > > helpful.
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > Thanks,
>> >> > > > > > > > >> > > > > > > > > > > George
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at
12:01 PM
>> >> Edward
>> >> > > > > Strobach
>> >> > > > > > -
>> >> > > > > > > > NOAA
>> >> > > > > > > > >> > > > > Affiliate
>> >> > > > > > > > >> > > > > > > via
>> >> > > > > > > > >> > > > > > > > > > > RT <
>> >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
>> >> > > > > > > > >> > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53 2020:
>> Request
>> >> > 95484
>> >> > > > was
>> >> > > > > > > acted
>> >> > > > > > > > >> upon.
>> >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created by
>> >> > > > > > > > >> > edward.strobach at noaa.gov
>> >> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
>> >> > > > > > > > >> > > > > > > > > > > >      Subject:
command_builder.py
>> >> error
>> >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
>> >> > > > > > > > >> > > > > > > > > > > >   Requestors:
>> >> > edward.strobach at noaa.gov
>> >> > > > > > > > >> > > > > > > > > > > >       Status: new
>> >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >> > > > > > > > >> > > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
converting
>> >> > > > > StatAnalysis
>> >> > > > > > > > >> > > andMakePlots
>> >> > > > > > > > >> > > > to
>> >> > > > > > > > >> > > > > > > > metplus
>> >> > > > > > > > >> > > > > > > > > > > > version 3.0 format from
2.1.
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands that
>> are
>> >> > > > > > deprecated,
>> >> > > > > > > > >> > replaced
>> >> > > > > > > > >> > > > the
>> >> > > > > > > > >> > > > > > > > > > > > functions that
>> >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
>> >> > debugging
>> >> > > > some
>> >> > > > > > > > issues
>> >> > > > > > > > >> > > related
>> >> > > > > > > > >> > > > > to
>> >> > > > > > > > >> > > > > > > time
>> >> > > > > > > > >> > > > > > > > > > > > string
>> >> > > > > > > > >> > > > > > > > > > > > formatting.  In side my
log file
>> >> > > (located
>> >> > > > > > here:
>> >> > > > > > > *
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> >> > > > > > > > >> > > > > > > > > > > > there is are two errors -
>> possibly
>> >> > > > related -
>> >> > > > > > > > >> > highlighted
>> >> > > > > > > > >> > > in
>> >> > > > > > > > >> > > > > red
>> >> > > > > > > > >> > > > > > > > > > > > below.  The
>> >> > > > > > > > >> > > > > > > > > > > > first one points to a
library
>> >> issue.
>> >> > > The
>> >> > > > > > > > directory
>> >> > > > > > > > >> in
>> >> > > > > > > > >> > > > > question
>> >> > > > > > > > >> > > > > > > > > > > > exists, but
>> >> > > > > > > > >> > > > > > > > > > > > there is nothing in it.
Is that
>> >> the
>> >> > > > > > referenced
>> >> > > > > > > > >> library
>> >> > > > > > > > >> > > is
>> >> > > > > > > > >> > > > > > > expected
>> >> > > > > > > > >> > > > > > > > > > > > to
>> >> > > > > > > > >> > > > > > > > > > > > reside there?  The second
issue,
>> >> which
>> >> > > is
>> >> > > > > not
>> >> > > > > > > too
>> >> > > > > > > > >> > > > revealing,
>> >> > > > > > > > >> > > > > > > points
>> >> > > > > > > > >> > > > > > > > > > > > to the
>> >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which I
>> >> think
>> >> > > is
>> >> > > > > > > somehow
>> >> > > > > > > > >> > related
>> >> > > > > > > > >> > > > to
>> >> > > > > > > > >> > > > > > the
>> >> > > > > > > > >> > > > > > > > > > > > first
>> >> > > > > > > > >> > > > > > > > > > > > error.  I did take the
>> >> > > STATAnalysisConfig
>> >> > > > > file
>> >> > > > > > > > from
>> >> > > > > > > > >> > > another
>> >> > > > > > > > >> > > > > > > metplus
>> >> > > > > > > > >> > > > > > > > > > > > location that I've been
working
>> on
>> >> > into
>> >> > > a
>> >> > > > > > > > directory
>> >> > > > > > > > >> I
>> >> > > > > > > > >> > > > created
>> >> > > > > > > > >> > > > > > to
>> >> > > > > > > > >> > > > > > > > put
>> >> > > > > > > > >> > > > > > > > > > > > the
>> >> > > > > > > > >> > > > > > > > > > > > copied version there.
The
>> >> > > > > STATAnalysisConfig
>> >> > > > > > > > >> directory
>> >> > > > > > > > >> > > was
>> >> > > > > > > > >> > > > > > taken
>> >> > > > > > > > >> > > > > > > > > > > > from a
>> >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed
>> that
>> >> the
>> >> > > > layout
>> >> > > > > > of
>> >> > > > > > > > the
>> >> > > > > > > > >> > file
>> >> > > > > > > > >> > > > > would
>> >> > > > > > > > >> > > > > > be
>> >> > > > > > > > >> > > > > > > > > > > > okay.
>> >> > > > > > > > >> > > > > > > > > > > > The information below
seems like
>> >> what
>> >> > I
>> >> > > > > want.
>> >> > > > > > > I'm
>> >> > > > > > > > >> > > looping
>> >> > > > > > > > >> > > > > over
>> >> > > > > > > > >> > > > > > > 06,
>> >> > > > > > > > >> > > > > > > > > > > > 12
>> >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping the
>> >> 00-23
>> >> > > VALID
>> >> > > > > > hours
>> >> > > > > > > > for
>> >> > > > > > > > >> > each
>> >> > > > > > > > >> > > > > day.
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
>> >> > metplus.StatAnalysis
>> >> > > > > INFO:
>> >> > > > > > > > >> COMMAND:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > >> > > > > > > > > > > > -lookin
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > >> > > > > > > > > > > > -config
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > >
>> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > (command_runner.py:124)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
>> output
>> >> > sent
>> >> > > > to:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>> >>
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
>> >> libraries:
>> >> > > > > > > > >> > > libpython3.6m.so.1.0:
>> >> > > > > > > > >> > > > > > > cannot
>> >> > > > > > > > >> > > > > > > > > > > > open
>> >> > > > > > > > >> > > > > > > > > > > > shared object file: No
such
>> file or
>> >> > > > > directory
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > (command_runner.py:191)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > Finished running
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > >> > > > > > > > > > > > in
>> >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:100)
>> >> > > > > > > > >> > > > > > > > > > > > ERROR:
>> >> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733)
MET
>> >> command
>> >> > > > > returned
>> >> > > > > > a
>> >> > > > > > > > >> > non-zero
>> >> > > > > > > > >> > > > > return
>> >> > > > > > > > >> > > > > > > > code:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> >
>> >> > > > > > > >
>> >> > > > > >
>> >> > > >
>> >> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> >> > > > > > > > >> > > > > > > > > > > > -lookin
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > >> > > > > > > > > > > > -config
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > >
>> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> >> > metplus.StatAnalysis
>> >> > > > > INFO:
>> >> > > > > > > > Check
>> >> > > > > > > > >> the
>> >> > > > > > > > >> > > > > logfile
>> >> > > > > > > > >> > > > > > > for
>> >> > > > > > > > >> > > > > > > > > > > > more
>> >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
>> filename
>> >> from
>> >> > > > > default
>> >> > > > > > > > >> > template:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
>> >> SETTINGS....
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
>> "000000",
>> >> > > > "010000",
>> >> > > > > > > > >> "020000",
>> >> > > > > > > > >> > > > > "030000",
>> >> > > > > > > > >> > > > > > > > > > > > "040000",
>> >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
>> >> > "080000",
>> >> > > > > > > "090000",
>> >> > > > > > > > >> > > "100000",
>> >> > > > > > > > >> > > > > > > > "110000",
>> >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
>> >> > "150000",
>> >> > > > > > > "160000",
>> >> > > > > > > > >> > > "170000",
>> >> > > > > > > > >> > > > > > > > "180000",
>> >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
>> >> > "220000",
>> >> > > > > > "230000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
>> "VL1L2"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
>> -dump_row
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
>> >> 20200525_000000
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
>> >> 20200525_230000
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:140)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > >
>> >> > >
>> >> >
>> >>
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > ALPHA=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > DESC=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_VALID_HOUR="000000",
>> "010000",
>> >> > > > > "020000",
>> >> > > > > > > > >> "030000",
>> >> > > > > > > > >> > > > > > "040000",
>> >> > > > > > > > >> > > > > > > > > > > > "050000",
>> >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
>> >> > "090000",
>> >> > > > > > > "100000",
>> >> > > > > > > > >> > > "110000",
>> >> > > > > > > > >> > > > > > > > "120000",
>> >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
>> >> > "160000",
>> >> > > > > > > "170000",
>> >> > > > > > > > >> > > "180000",
>> >> > > > > > > > >> > > > > > > > "190000",
>> >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
>> >> "230000"
>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> >> > metplus.StatAnalysis
>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I
took this
>> >> file
>> >> > > over
>> >> > > > > > from
>> >> > > > > > > > >> another
>> >> > > > > > > > >> > > > V3.0
>> >> > > > > > > > >> > > > > > > > > > > > location,
>> >> > > > > > > > >> > > > > > > > > > > > assuming that this would
be
>> >> > acceptable.
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
>> >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
>> >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
>> >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > > --
>> >> > > > > > > > >> > > > > > > > > Edward Strobach
>> >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > >> > > > > > > > > IMSG Contractor
>> >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
>> >> > > > > > > > >> > > > > > > > > 301-683-3717
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > > --
>> >> > > > > > > > >> > > > > > > > George McCabe - Software Engineer
III
>> >> > > > > > > > >> > > > > > > > National Center for Atmospheric
Research
>> >> > > > > > > > >> > > > > > > > Research Applications Laboratory
>> >> > > > > > > > >> > > > > > > > 303-497-2768
>> >> > > > > > > > >> > > > > > > > ---
>> >> > > > > > > > >> > > > > > > > My working day may not be your
working
>> day.
>> >> > > Please
>> >> > > > > do
>> >> > > > > > > not
>> >> > > > > > > > >> feel
>> >> > > > > > > > >> > > > > obliged
>> >> > > > > > > > >> > > > > > to
>> >> > > > > > > > >> > > > > > > > reply to this email outside of
your
>> normal
>> >> > > working
>> >> > > > > > > hours.
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > > --
>> >> > > > > > > > >> > > > > > > Edward Strobach
>> >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > >> > > > > > > IMSG Contractor
>> >> > > > > > > > >> > > > > > > Cubicle#: 2029
>> >> > > > > > > > >> > > > > > > 301-683-3717
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > > --
>> >> > > > > > > > >> > > > > > George McCabe - Software Engineer III
>> >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
>> >> > > > > > > > >> > > > > > Research Applications Laboratory
>> >> > > > > > > > >> > > > > > 303-497-2768
>> >> > > > > > > > >> > > > > > ---
>> >> > > > > > > > >> > > > > > My working day may not be your
working day.
>> >> Please
>> >> > > do
>> >> > > > > not
>> >> > > > > > > feel
>> >> > > > > > > > >> > > obliged
>> >> > > > > > > > >> > > > to
>> >> > > > > > > > >> > > > > > reply to this email outside of your
normal
>> >> working
>> >> > > > > hours.
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > > --
>> >> > > > > > > > >> > > > > Edward Strobach
>> >> > > > > > > > >> > > > > EMC/NCEP/NWS/
>> >> > > > > > > > >> > > > > IMSG Contractor
>> >> > > > > > > > >> > > > > Cubicle#: 2029
>> >> > > > > > > > >> > > > > 301-683-3717
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > > --
>> >> > > > > > > > >> > > > George McCabe - Software Engineer III
>> >> > > > > > > > >> > > > National Center for Atmospheric Research
>> >> > > > > > > > >> > > > Research Applications Laboratory
>> >> > > > > > > > >> > > > 303-497-2768
>> >> > > > > > > > >> > > > ---
>> >> > > > > > > > >> > > > My working day may not be your working
day.
>> Please
>> >> do
>> >> > > not
>> >> > > > > feel
>> >> > > > > > > > >> obliged
>> >> > > > > > > > >> > to
>> >> > > > > > > > >> > > > reply to this email outside of your
normal
>> working
>> >> > > hours.
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > --
>> >> > > > > > > > >> > > Julie Prestopnik
>> >> > > > > > > > >> > > Software Engineer
>> >> > > > > > > > >> > > National Center for Atmospheric Research
>> >> > > > > > > > >> > > Research Applications Laboratory
>> >> > > > > > > > >> > > Phone: 303.497.8399
>> >> > > > > > > > >> > > Email: jpresto at ucar.edu
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > > My working day may not be your working day.
>> Please
>> >> do
>> >> > not
>> >> > > > > feel
>> >> > > > > > > > >> obliged
>> >> > > > > > > > >> > to
>> >> > > > > > > > >> > > reply to this email outside of your normal
working
>> >> > hours.
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> > >
>> >> > > > > > > > >> >
>> >> > > > > > > > >> > --
>> >> > > > > > > > >> > Edward Strobach
>> >> > > > > > > > >> > EMC/NCEP/NWS/
>> >> > > > > > > > >> > IMSG Contractor
>> >> > > > > > > > >> > Cubicle#: 2029
>> >> > > > > > > > >> > 301-683-3717
>> >> > > > > > > > >> >
>> >> > > > > > > > >> >
>> >> > > > > > > > >>
>> >> > > > > > > > >> --
>> >> > > > > > > > >> Julie Prestopnik
>> >> > > > > > > > >> Software Engineer
>> >> > > > > > > > >> National Center for Atmospheric Research
>> >> > > > > > > > >> Research Applications Laboratory
>> >> > > > > > > > >> Phone: 303.497.8399
>> >> > > > > > > > >> Email: jpresto at ucar.edu
>> >> > > > > > > > >>
>> >> > > > > > > > >> My working day may not be your working day.
Please do
>> >> not
>> >> > > feel
>> >> > > > > > > obliged
>> >> > > > > > > > to
>> >> > > > > > > > >> reply to this email outside of your normal
working
>> hours.
>> >> > > > > > > > >>
>> >> > > > > > > > >>
>> >> > > > > > > > >
>> >> > > > > > > > > --
>> >> > > > > > > > > Edward Strobach
>> >> > > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > > IMSG Contractor
>> >> > > > > > > > > Cubicle#: 2029
>> >> > > > > > > > > 301-683-3717
>> >> > > > > > > > >
>> >> > > > > > > >
>> >> > > > > > > >
>> >> > > > > > > > --
>> >> > > > > > > > Edward Strobach
>> >> > > > > > > > EMC/NCEP/NWS/
>> >> > > > > > > > IMSG Contractor
>> >> > > > > > > > Cubicle#: 2029
>> >> > > > > > > > 301-683-3717
>> >> > > > > > > >
>> >> > > > > > > >
>> >> > > > > > >
>> >> > > > > > > --
>> >> > > > > > > Julie Prestopnik
>> >> > > > > > > Software Engineer
>> >> > > > > > > National Center for Atmospheric Research
>> >> > > > > > > Research Applications Laboratory
>> >> > > > > > > Phone: 303.497.8399
>> >> > > > > > > Email: jpresto at ucar.edu
>> >> > > > > > >
>> >> > > > > > > My working day may not be your working day.  Please
do not
>> >> feel
>> >> > > > obliged
>> >> > > > > > to
>> >> > > > > > > reply to this email outside of your normal working
hours.
>> >> > > > > > >
>> >> > > > > > >
>> >> > > > > >
>> >> > > > > > --
>> >> > > > > > Edward Strobach
>> >> > > > > > EMC/NCEP/NWS/
>> >> > > > > > IMSG Contractor
>> >> > > > > > Cubicle#: 2029
>> >> > > > > > 301-683-3717
>> >> > > > > >
>> >> > > > > >
>> >> > > > >
>> >> > > > > --
>> >> > > > > Julie Prestopnik
>> >> > > > > Software Engineer
>> >> > > > > National Center for Atmospheric Research
>> >> > > > > Research Applications Laboratory
>> >> > > > > Phone: 303.497.8399
>> >> > > > > Email: jpresto at ucar.edu
>> >> > > > >
>> >> > > > > My working day may not be your working day.  Please do
not feel
>> >> > obliged
>> >> > > > to
>> >> > > > > reply to this email outside of your normal working
hours.
>> >> > > > >
>> >> > > > >
>> >> > > >
>> >> > > > --
>> >> > > > Edward Strobach
>> >> > > > EMC/NCEP/NWS/
>> >> > > > IMSG Contractor
>> >> > > > Cubicle#: 2029
>> >> > > > 301-683-3717
>> >> > > >
>> >> > > >
>> >> > >
>> >> > > --
>> >> > > George McCabe - Software Engineer III
>> >> > > National Center for Atmospheric Research
>> >> > > Research Applications Laboratory
>> >> > > 303-497-2768
>> >> > > ---
>> >> > > My working day may not be your working day. Please do not
feel
>> >> obliged to
>> >> > > reply to this email outside of your normal working hours.
>> >> > >
>> >> > >
>> >> >
>> >> > --
>> >> > Edward Strobach
>> >> > EMC/NCEP/NWS/
>> >> > IMSG Contractor
>> >> > Cubicle#: 2029
>> >> > 301-683-3717
>> >> >
>> >> >
>> >>
>> >> --
>> >> George McCabe - Software Engineer III
>> >> National Center for Atmospheric Research
>> >> Research Applications Laboratory
>> >> 303-497-2768
>> >> ---
>> >> My working day may not be your working day. Please do not feel
obliged
>> to
>> >> reply to this email outside of your normal working hours.
>> >>
>> >>
>> >
>> > --
>> > Edward Strobach
>> > EMC/NCEP/NWS/
>> > IMSG Contractor
>> > Cubicle#: 2029
>> > 301-683-3717
>> >
>>
>>
>> --
>> Edward Strobach
>> EMC/NCEP/NWS/
>> IMSG Contractor
>> Cubicle#: 2029
>> 301-683-3717
>>
>>
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>


--

Mallory Row

IMSG at NOAA/NWS/NCEP/EMC

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 12:52:02 2020

your settings do not look much different than mine.  I see that you
have
chosen one option for MAKE_PLOTS_STATS_LIST and one option for
LINE_TYPE_LIST.  I had multiple options chosen for that.  I guess it's
work
choosing just one to see what happens.  You keep LOOP_LIST_ITEMS empty
where I defined mine as FCST_INIT_HOUR_LIST.  I do that because I have
06
and 12z data that I'm processing. You set
MAKE_PLOTS_EVENT_EQUALIZATION as
False.  Mine is true, but I don't think that matters.  Every thing
else
looks pretty much the same.  I'm not worried about my directories
really.
The *LOOKIN* directory is pointing to the files that I want to be
processed.  Within that same directory I create a series of other
directories where plots and new stat files will be stored.

On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Hi Edward,
>
> I have been working through issues with StatAnalysis and MakePlots
together
> and discovered a few things that might help with your case.
>
> - The StatAnalysis output file that was created was empty. This is
because
> the configurations in StatAnalysis.conf were set so that all the
lines were
> being discarded. I was able to change these settings to get output
from
> StatAnalysis, however, the output file expected by MakePlots
expected the
> level values in the filename, which contain commas since they are
NetCDF
> data.
>
> /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
>
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
>
> Attached is the conf file I used that was able to get output from
> StatAnalysis, but still fails running MakePlots. I hope that helps.
>
> I am copying Mallory on here to see if she has run these tools on
NetCDF
> data and if she was able to configure METplus to use different names
to
> read the data in MakePlots. Mallory, do you have any ideas?
>
> Thanks,
> George
>
> On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > Despite all these efforts I still arrive at similar issues.  The
issues
> > that I thought I resolved were not actually resolved.  I looked on
the
> > metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST
were set.
> > I originally used what I defined from my environment.  When that
didn't
> > work I set it empty.  Looking at the metplus guide, I only saw
examples
> > where they set as empty.  the plot_time_series.py (and others)
didn't
> seem
> > to like that and required that it be set.  Setting it also did not
bode
> > well.  I'm sure this is related to MakePlots since StatAnalysis
only
> > processes the data into .stat form.  This is becoming painful
because I
> > can't move forward on anything.  Additionally, if I process
statistics
> such
> > as this:
> > export plot_stats_list="bias, rmse, fbar_obar"
> > do I need to loop through that?
> >
> >
> >
> > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate <
> > edward.strobach at noaa.gov> wrote:
> >
> > > That explanation was very helpful. Thanks George.  I'll make
> adjustments
> > > in the machine.conf that are general to all cases while defining
case
> > > specific details in the plot*conf
> > >
> > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
> met_help at ucar.edu>
> > > wrote:
> > >
> > >> Hi Edward,
> > >>
> > >> Think of the machine conf as a conf file that corresponds to a
user
> and
> > >> machine where you are running. It contains settings that will
be
> applied
> > >> to
> > >> every run of METplus on that machine as that user. I often name
mine
> > >> containing my username and machine I am using it on to make it
clear
> to
> > me
> > >> what it is used for. Here is an example of what is in a conf
file
> called
> > >> mccabe.kiowa.conf:
> > >>
> > >> [dir]
> > >> OUTPUT_BASE = /d1/personal/mccabe/out
> > >>
> > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> > >>
> > >> [config]
> > >> LOG_LEVEL = DEBUG
> > >> #LOG_MET_VERBOSITY = 5
> > >> #DO_NOT_RUN_EXE = yes
> > >> #LOG_TIMESTAMP_USE_DATATIME = True
> > >> #LOG_MET_OUTPUT_TO_METPLUS=no
> > >>
> > >> [exe]
> > >> WGRIB2 = /usr/local/bin/wgrib2
> > >> CUT = /usr/bin/cut
> > >> TR = /usr/bin/tr
> > >> RM = /bin/rm
> > >> NCAP2 = /usr/local/nco/bin/ncap2
> > >> CONVERT = /usr/bin/convert
> > >> NCDUMP = /usr/local/netcdf/bin/ncdump
> > >> EGREP = /bin/egrep
> > >>
> > >>
> > >> It sets up my environment to run. I also leave a few logging
items
> > >> commented out so I can easily change things when I am
debugging, like
> > >> boosting the MET log verbosity. Once I am set up on a new
computer, I
> > >> rarely change anything in this file except for OUTPUT_BASE (if
I want
> to
> > >> write output to a different directory) or changing logging
settings.
> The
> > >> location of the input data won't change, and the MET install
dir will
> > only
> > >> change when a new version of MET is released. Since you are
running on
> > >> NOAA
> > >> machines that use module loads, you don't need to set any of
the [exe]
> > >> items since they are found in the path.
> > >>
> > >> Think of the plot*.conf as a use case configuration file. It
contains
> > >> information specific to that use case you need to run. It
shouldn't
> > >> contain
> > >> any variables from the user environment conf, but it can
reference
> these
> > >> values in other variables, such as setting an _OUTPUT_DIR to a
path
> > >> relative to OUTPUT_BASE, i.e.
> > >>
> > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> > >>
> > >>
> > >> When you want to run your use case, you will pass in the use
case conf
> > >> files first, then your user environment conf last. This ensures
that
> if
> > a
> > >> variable like OUTPUT_BASE is set in another conf when it
shouldn't be,
> > >> then
> > >> your user conf will have the final say and overwrite any values
set
> > >> earlier. Here is an example:
> > >>
> > >> master_metplus.py -c
> > >>
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
> > >> ~/mccabe.kiowa.conf
> > >>
> > >> I hope that helps clear up what belongs in each of these conf
files.
> Let
> > >> me
> > >> know if you have any other questions or concerns.
> > >>
> > >> Thanks,
> > >> George
> > >>
> > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate
via
> RT <
> > >> met_help at ucar.edu> wrote:
> > >>
> > >> >
> > >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > >> >
> > >> > I understand George.  I haven't adopted best practices quite
yet I
> > >> guess.
> > >> > My confusion lies in separating machine.conf and the
plot*.conf.
> I've
> > >> been
> > >> > duplicating the definitions in both because it's not clear to
me
> what
> > >> > belongs in machine.conf and what should belong in the other.
> Perhaps
> > >> what
> > >> > I'll do is try to clean up the machine.conf and share with
you the
> new
> > >> conf
> > >> > files so that it is easier to follow.  In truth, I'm hoping
to learn
> > >> from
> > >> > this process so that I can create verification packages
through
> > metplus
> > >> in
> > >> > an efficient way. Right now it's growing pains.
> > >> >
> > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
> > met_help at ucar.edu>
> > >> > wrote:
> > >> >
> > >> > > Hi Edward,
> > >> > >
> > >> > > I'm taking a look at your config files to try to see if I
can see
> > >> > anything
> > >> > > obvious that is wrong. It is a little confusing to follow
the way
> > you
> > >> > have
> > >> > > it set up where you set a variable in one file, then
reference it
> in
> > >> the
> > >> > > next. It would make a little more sense to keep your
machine conf
> > >> pretty
> > >> > > clean, with only top level configurations, like INPUT_BASE,
> > >> OUTPUT_BASE,
> > >> > > MET_INSTALL_DIR (from the [dir] section, the others in
> > machine_v3.conf
> > >> > > aren't needed), anything in the [exe] section, and system
wide
> > >> settings,
> > >> > > like LOG_ variables. The rest of the variables make more
sense to
> > put
> > >> in
> > >> > > the use case conf file only, i.e. instead of setting
> > >> > >
> > >> > > VALIDBEG = {ENV[VALID_B]}
> > >> > > VALIDEND = {ENV[VALID_E]}
> > >> > >
> > >> > >  in machine_v3.conf and setting
> > >> > >
> > >> > > VALID_BEG = {VALIDBEG}
> > >> > > VALID_END = {VALIDEND}
> > >> > >
> > >> > > in the plot conf, just set
> > >> > >
> > >> > > VALID_BEG = {ENV[VALID_B]}
> > >> > > VALID_END = {ENV[VALID_E]}
> > >> > >
> > >> > > in the plot conf. This will make it easier to follow
instead of
> > >> having to
> > >> > > hop between 3 files.
> > >> > >
> > >> > > If you'd like, you could tar up the input files to
StatAnalysis
> and
> > I
> > >> can
> > >> > > have Julie or someone else pull them down so I can try to
work
> > through
> > >> > the
> > >> > > errors locally. I am also happy to set up a meeting where
you can
> > >> screen
> > >> > > share and we can go through the errors together. Let me
know what
> > you
> > >> > > think.
> > >> > >
> > >> > > Thanks,
> > >> > > George
> > >> > >
> > >> > >
> > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate
> via
> > >> RT <
> > >> > > met_help at ucar.edu> wrote:
> > >> > >
> > >> > > >
> > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >> > > >
> > >> > > > will do!
> > >> > > >
> > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
> > >> > > met_help at ucar.edu>
> > >> > > > wrote:
> > >> > > >
> > >> > > > > No worries!  We're happy to help.  We hope you'll get a
> > successful
> > >> > run.
> > >> > > > > Please let us know how it goes.
> > >> > > > >
> > >> > > > > Julie
> > >> > > > >
> > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
> Affiliate
> > >> via
> > >> > RT
> > >> > > <
> > >> > > > > met_help at ucar.edu> wrote:
> > >> > > > >
> > >> > > > > >
> > >> > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > >> > > > > >
> > >> > > > > > Okay. I think I understand that error now.  I'm sorry
I
> > >> overlooked
> > >> > > > > that.  I
> > >> > > > > > kept thinking that something else was going on.
Thanks Julie
> > and
> > >> > > George
> > >> > > > > >
> > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via
RT <
> > >> > > > > met_help at ucar.edu>
> > >> > > > > > wrote:
> > >> > > > > >
> > >> > > > > > > >
> > >> > > > > > > > Note that your job1_v3 points to met-9.0 not met-
9.0.1
> and
> > >> to
> > >> > > > > > METplus-3.0
> > >> > > > > > > > not METplus-3.0.1.
> > >> > > > > > > >
> > >> > > > > > > That is true in a few places:
> > >> > > > > > >
> > >> > > > > > > > export
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > >> > > > > > > > export
> > >> > > > >
> HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > >> > > > > > > >
> > >> > > > > > > export METplus_version="3.0"
> > >> > > > > > > > export MET_version="9.0"
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > > In addition to changing those, you should also
change:
> > >> > > > > > >
> > >> > > > > > > > export
> > >> > > > > >
> > >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > >> > > > > > >
> > >> > > > > > > to
> > >> > > > > > >
> > >> > > > > > > > export NCDUMP="
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > Julie
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach -
NOAA
> > >> Affiliate
> > >> > via
> > >> > > > RT
> > >> > > > > <
> > >> > > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > >
> > >> > > > > > > >
> > >> > > > > > > > i managed to fix that weird issue.  I think you
should
> be
> > >> able
> > >> > to
> > >> > > > see
> > >> > > > > > my
> > >> > > > > > > > .bashrc now.  I'm going to look to see what I
did..
> > >> > > > > > > >
> > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach -
NOAA
> > >> > Affiliate <
> > >> > > > > > > > edward.strobach at noaa.gov> wrote:
> > >> > > > > > > >
> > >> > > > > > > > > l don't know.  I've never encountered this
issue.  I
> > >> simply
> > >> > > > copied
> > >> > > > > > and
> > >> > > > > > > > > pasted - or so I thought - the module contents
under
> the
> > >> > > > > > WCOSS-DELL.  I
> > >> > > > > > > > can
> > >> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach,
but
> many
> > >> other
> > >> > > > > > commands
> > >> > > > > > > do
> > >> > > > > > > > > not work.  It's related to something I must
have done
> in
> > >> the
> > >> > > > > .bashrc:
> > >> > > > > > > > >
> > >> > > > > > > > > -bash: export:
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
> >  x!
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > >> > > > > > > > > not a valid identifier
> > >> > > > > > > > >
> > >> > > > > > > > > I've been at this too long and am probably
starting to
> > >> make
> > >> > > > > > mistakes..
> > >> > > > > > > > >
> > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik
via
> RT <
> > >> > > > > > > > met_help at ucar.edu>
> > >> > > > > > > > > wrote:
> > >> > > > > > > > >
> > >> > > > > > > > >> Is there anything I can do to help?  I tried
to look
> in
> > >> > > > > > > > /u/Edward.Strobach
> > >> > > > > > > > >> to see if I could access your .bashrc file,
however,
> I
> > >> don't
> > >> > > > even
> > >> > > > > > see
> > >> > > > > > > > >> a /u/Edward.Strobach directory, which I don't
fully
> > >> > > > understand...
> > >> > > > > > > > >>
> > >> > > > > > > > >> Julie
> > >> > > > > > > > >>
> > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach
- NOAA
> > >> > > Affiliate
> > >> > > > > via
> > >> > > > > > > RT <
> > >> > > > > > > > >> met_help at ucar.edu> wrote:
> > >> > > > > > > > >>
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > <URL:
> > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc file
> > in
> > >> > such
> > >> > > a
> > >> > > > > way
> > >> > > > > > > > that I
> > >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck
until I
> can
> > >> deal
> > >> > > with
> > >> > > > > > that
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik via
> > RT
> > >> <
> > >> > > > > > > > >> met_help at ucar.edu>
> > >> > > > > > > > >> > wrote:
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > > Hi Edward and George.
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > I believe Edward is running on Venus but
looking
> at
> > >> the
> > >> > > > > > directions
> > >> > > > > > > > for
> > >> > > > > > > > >> > > Mars, because there was previously no
modulefile
> > for
> > >> > > > > > metplus/3.0.1
> > >> > > > > > > > on
> > >> > > > > > > > >> > > Venus, but there was on Mars.  However, I
just
> > >> created a
> > >> > > > > > > modulefile
> > >> > > > > > > > >> for
> > >> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1)
on
> Venus.
> > >> > > Edward,
> > >> > > > > > > please
> > >> > > > > > > > >> start
> > >> > > > > > > > >> > > fresh with a new login to Venus and try
running:
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > > module use
> > >> > > > > > > > >> > > >
> > >> > > > > > >
> > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > > > > > >> > > > module load metplus/3.0.1
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > Please let us know how the testing goes.
In the
> > >> > meantime,
> > >> > > > > I'll
> > >> > > > > > > try
> > >> > > > > > > > to
> > >> > > > > > > > >> > > reproduce the problem you are
experiencing.  I
> may
> > >> need
> > >> > > some
> > >> > > > > > help
> > >> > > > > > > > from
> > >> > > > > > > > >> > > George, but hopefully, getting the right
> > environment
> > >> set
> > >> > > up
> > >> > > > > will
> > >> > > > > > > > help
> > >> > > > > > > > >> > > resolve the issue you are having.
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > Julie
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe via
> > RT <
> > >> > > > > > > > >> met_help at ucar.edu>
> > >> > > > > > > > >> > > wrote:
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > <URL:
> > >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > Which machine are you running on? The
> > instructions
> > >> for
> > >> > > the
> > >> > > > > > NOAA
> > >> > > > > > > > >> > machines
> > >> > > > > > > > >> > > > vary.
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach
> -
> > >> NOAA
> > >> > > > > > Affiliate
> > >> > > > > > > > via
> > >> > > > > > > > >> RT
> > >> > > > > > > > >> > <
> > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > <URL:
> > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > The first line is under my .bashrc in
> > >> > > > /u/Edward.Strobach.
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > The second line was added and that's
when I
> got
> > >> the
> > >> > > > > > following:
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
> > >> > > > > > > > >> > > > >
> > >> > > > > > > >
> > >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
> > >> > metplus/3.0.1
> > >> > > > > > > > >> > > > > Lmod has detected the following error:
The
> > >> > following
> > >> > > > > > > module(s)
> > >> > > > > > > > >> are
> > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > Please check the spelling or version
number.
> > Also
> > >> > try
> > >> > > > > > "module
> > >> > > > > > > > >> spider
> > >> > > > > > > > >> > > ..."
> > >> > > > > > > > >> > > > > It is also possible your cache file is
> > >> out-of-date;
> > >> > it
> > >> > > > may
> > >> > > > > > > help
> > >> > > > > > > > to
> > >> > > > > > > > >> > try:
> > >> > > > > > > > >> > > > >   $ module --ignore-cache load
> "metplus/3.0.1"
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > Also make sure that all modulefiles
written
> in
> > >> TCL
> > >> > > start
> > >> > > > > > with
> > >> > > > > > > > the
> > >> > > > > > > > >> > > string
> > >> > > > > > > > >> > > > > #%Module
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe
> > via
> > >> RT
> > >> > <
> > >> > > > > > > > >> > met_help at ucar.edu
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > > wrote:
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > > Hi Edward,
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > Did you run this first?
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > module use
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >>
> > >> > > >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > I believe you need to run that so it
can
> find
> > >> the
> > >> > > > > > > > metplus/3.0.1
> > >> > > > > > > > >> > > module.
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM
Edward
> > Strobach
> > >> -
> > >> > > NOAA
> > >> > > > > > > > Affiliate
> > >> > > > > > > > >> via
> > >> > > > > > > > >> > > RT
> > >> > > > > > > > >> > > > <
> > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > <URL:
> > >> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > There was only one mention of
deprecated,
> > >> and it
> > >> > > was
> > >> > > > > at
> > >> > > > > > > the
> > >> > > > > > > > >> top
> > >> > > > > > > > >> > of
> > >> > > > > > > > >> > > > the
> > >> > > > > > > > >> > > > > > log
> > >> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There
> > were
> > >> no
> > >> > > > other
> > >> > > > > > > > >> mentions;
> > >> > > > > > > > >> > > > > however,
> > >> > > > > > > > >> > > > > > > there were warnings for certain
variables
> > not
> > >> > > being
> > >> > > > > set.
> > >> > > > > > > > Other
> > >> > > > > > > > >> > than
> > >> > > > > > > > >> > > > > that
> > >> > > > > > > > >> > > > > > I
> > >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
because I
> > set
> > >> > > things
> > >> > > > > to
> > >> > > > > > > > DEBUG
> > >> > > > > > > > >> -
> > >> > > > > > > > >> > and
> > >> > > > > > > > >> > > > > those
> > >> > > > > > > > >> > > > > > > two error messages.
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > I figured the second was related
to the
> > >> first.
> > >> > A
> > >> > > > > > > reference
> > >> > > > > > > > to
> > >> > > > > > > > >> > > > > libraries
> > >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
> > issue,
> > >> > but
> > >> > > my
> > >> > > > > > > bashrc
> > >> > > > > > > > is
> > >> > > > > > > > >> > > > already
> > >> > > > > > > > >> > > > > > set
> > >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
> > >> settings.
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
> > McCabe
> > >> via
> > >> > > RT
> > >> > > > <
> > >> > > > > > > > >> > > > met_help at ucar.edu
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > > wrote:
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > > Hi Edward,
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
> > script,
> > >> > > METplus
> > >> > > > > > > should
> > >> > > > > > > > >> error
> > >> > > > > > > > >> > > out
> > >> > > > > > > > >> > > > > > > > immediately and give you a list
of
> > >> variables
> > >> > > that
> > >> > > > > are
> > >> > > > > > > > >> > deprecated
> > >> > > > > > > > >> > > > and
> > >> > > > > > > > >> > > > > a
> > >> > > > > > > > >> > > > > > > > suggestion if possible, so I am
> guessing
> > >> that
> > >> > > the
> > >> > > > > > > changes
> > >> > > > > > > > >> > weren't
> > >> > > > > > > > >> > > > > > > covered.
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > The 2nd error is related to the
first.
> > The
> > >> > > > libpython
> > >> > > > > > > error
> > >> > > > > > > > >> is
> > >> > > > > > > > >> > > what
> > >> > > > > > > > >> > > > > came
> > >> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis
> and
> > >> the
> > >> > > 2nd
> > >> > > > > > error
> > >> > > > > > > is
> > >> > > > > > > > >> just
> > >> > > > > > > > >> > > > > telling
> > >> > > > > > > > >> > > > > > > you
> > >> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
> > >> > non-zero
> > >> > > > > > value,
> > >> > > > > > > > >> which
> > >> > > > > > > > >> > > means
> > >> > > > > > > > >> > > > > > that
> > >> > > > > > > > >> > > > > > > it
> > >> > > > > > > > >> > > > > > > > failed.
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
> > >> > Strobach -
> > >> > > > > NOAA
> > >> > > > > > > > >> Affiliate
> > >> > > > > > > > >> > > via
> > >> > > > > > > > >> > > > > RT
> > >> > > > > > > > >> > > > > > <
> > >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > <URL:
> > >> > > > > > > > >> >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > I think I've already removed
the
> > >> out-of-date
> > >> > > > > > variable
> > >> > > > > > > > >> names
> > >> > > > > > > > >> > > with
> > >> > > > > > > > >> > > > > the
> > >> > > > > > > > >> > > > > > > v3.1
> > >> > > > > > > > >> > > > > > > > > names.  I can look into that
option
> if
> > >> this
> > >> > > > proves
> > >> > > > > > not
> > >> > > > > > > > to
> > >> > > > > > > > >> be
> > >> > > > > > > > >> > an
> > >> > > > > > > > >> > > > > > > > environment
> > >> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
> > >> > carefully
> > >> > > > > making
> > >> > > > > > > the
> > >> > > > > > > > >> > > changes
> > >> > > > > > > > >> > > > > > > between
> > >> > > > > > > > >> > > > > > > > > versions, but I could have
still
> missed
> > >> > > > something.
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
> > >> McCabe
> > >> > > via
> > >> > > > > RT
> > >> > > > > > <
> > >> > > > > > > > >> > > > > > met_help at ucar.edu
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > > wrote:
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > Hi Edward,
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned
this to
> > >> you or
> > >> > > > not,
> > >> > > > > > but
> > >> > > > > > > > >> there
> > >> > > > > > > > >> > is
> > >> > > > > > > > >> > > a
> > >> > > > > > > > >> > > > > > > section
> > >> > > > > > > > >> > > > > > > > in
> > >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
> > config
> > >> > > > variables
> > >> > > > > > > from
> > >> > > > > > > > >> older
> > >> > > > > > > > >> > > > > > versions:
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > In the last sub-section of
that
> > >> section,
> > >> > it
> > >> > > > > > > describes
> > >> > > > > > > > a
> > >> > > > > > > > >> > tool
> > >> > > > > > > > >> > > > > called
> > >> > > > > > > > >> > > > > > > > > > validate_config.py that can
be run
> > the
> > >> > same
> > >> > > > way
> > >> > > > > as
> > >> > > > > > > > >> > > > > > master_metplus.py
> > >> > > > > > > > >> > > > > > > > > > (passing in configs with -c)
and it
> > >> will
> > >> > > step
> > >> > > > > you
> > >> > > > > > > > >> through
> > >> > > > > > > > >> > > find
> > >> > > > > > > > >> > > > > and
> > >> > > > > > > > >> > > > > > > > > replace
> > >> > > > > > > > >> > > > > > > > > > commands to update your
> configuration
> > >> > files.
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > However, this tool only
works if
> > >> > deprecated
> > >> > > > > > > variables
> > >> > > > > > > > >> are
> > >> > > > > > > > >> > > added
> > >> > > > > > > > >> > > > > to
> > >> > > > > > > > >> > > > > > > the
> > >> > > > > > > > >> > > > > > > > > > list to be processed. I
added many
> of
> > >> the
> > >> > > > > > variables
> > >> > > > > > > > that
> > >> > > > > > > > >> > were
> > >> > > > > > > > >> > > > > > changed
> > >> > > > > > > > >> > > > > > > > in
> > >> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
> wrappers,
> > >> but I
> > >> > > am
> > >> > > > > not
> > >> > > > > > > very
> > >> > > > > > > > >> > > familiar
> > >> > > > > > > > >> > > > > > with
> > >> > > > > > > > >> > > > > > > > this
> > >> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > I apologize that this has
been
> such a
> > >> > > tedious
> > >> > > > > > > process
> > >> > > > > > > > >> for
> > >> > > > > > > > >> > > you.
> > >> > > > > > > > >> > > > If
> > >> > > > > > > > >> > > > > > > you'd
> > >> > > > > > > > >> > > > > > > > > > like to send me your current
> version
> > I
> > >> can
> > >> > > use
> > >> > > > > > that
> > >> > > > > > > > >> info to
> > >> > > > > > > > >> > > > > update
> > >> > > > > > > > >> > > > > > > this
> > >> > > > > > > > >> > > > > > > > > > functionality to make things
easier
> > >> going
> > >> > > > > forward.
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > Thanks,
> > >> > > > > > > > >> > > > > > > > > > George
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
> > >> wrote:
> > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > The first error looks like
an
> > >> > environment
> > >> > > > > issue.
> > >> > > > > > > You
> > >> > > > > > > > >> may
> > >> > > > > > > > >> > > have
> > >> > > > > > > > >> > > > > > some
> > >> > > > > > > > >> > > > > > > > > > > disconnect in the module
loads
> you
> > >> ran.
> > >> > I
> > >> > > > > would
> > >> > > > > > > > purge
> > >> > > > > > > > >> the
> > >> > > > > > > > >> > > > > > modules,
> > >> > > > > > > > >> > > > > > > > > > > then try
> > >> > > > > > > > >> > > > > > > > > > > to set up the environment
to run
> > >> METplus
> > >> > > > again
> > >> > > > > > > > (listed
> > >> > > > > > > > >> > here
> > >> > > > > > > > >> > > > for
> > >> > > > > > > > >> > > > > > > > > > > reference:
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >>
> > >> > > >
> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > >> > > > > > > > >> > > > > > > > > > > builds)
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
> > MET-Help
> > >> > and
> > >> > > > I'm
> > >> > > > > > not
> > >> > > > > > > > >> seeing
> > >> > > > > > > > >> > > the
> > >> > > > > > > > >> > > > > > second
> > >> > > > > > > > >> > > > > > > > > > > error,
> > >> > > > > > > > >> > > > > > > > > > > but hopefully clearing up
the
> > >> > environment
> > >> > > > > issues
> > >> > > > > > > > >> resolves
> > >> > > > > > > > >> > > the
> > >> > > > > > > > >> > > > > 2nd
> > >> > > > > > > > >> > > > > > > > > > > issue.
> > >> > > > > > > > >> > > > > > > > > > > Please let me know if it
does
> not.
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > Also, I have been trying
to clean
> > up
> > >> > > > > > StatAnalysis
> > >> > > > > > > > and
> > >> > > > > > > > >> > > > MakePlots
> > >> > > > > > > > >> > > > > > > > > > > wrappers,
> > >> > > > > > > > >> > > > > > > > > > > so any information you
could
> > provide
> > >> on
> > >> > > > things
> > >> > > > > > > that
> > >> > > > > > > > >> > didn't
> > >> > > > > > > > >> > > > work
> > >> > > > > > > > >> > > > > > > that
> > >> > > > > > > > >> > > > > > > > > > > you
> > >> > > > > > > > >> > > > > > > > > > > had to change from the
examples
> > >> would be
> > >> > > > very
> > >> > > > > > > > helpful.
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > Thanks,
> > >> > > > > > > > >> > > > > > > > > > > George
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at
12:01 PM
> > >> Edward
> > >> > > > > Strobach
> > >> > > > > > -
> > >> > > > > > > > NOAA
> > >> > > > > > > > >> > > > > Affiliate
> > >> > > > > > > > >> > > > > > > via
> > >> > > > > > > > >> > > > > > > > > > > RT <
> > >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
> > >> > > > > > > > >> > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53
2020:
> Request
> > >> > 95484
> > >> > > > was
> > >> > > > > > > acted
> > >> > > > > > > > >> upon.
> > >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created by
> > >> > > > > > > > >> > edward.strobach at noaa.gov
> > >> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
> > >> > > > > > > > >> > > > > > > > > > > >      Subject:
> command_builder.py
> > >> error
> > >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
> > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> > >> > edward.strobach at noaa.gov
> > >> > > > > > > > >> > > > > > > > > > > >       Status: new
> > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > > > > > > >> > > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
> converting
> > >> > > > > StatAnalysis
> > >> > > > > > > > >> > > andMakePlots
> > >> > > > > > > > >> > > > to
> > >> > > > > > > > >> > > > > > > > metplus
> > >> > > > > > > > >> > > > > > > > > > > > version 3.0 format from
2.1.
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands that
> > are
> > >> > > > > > deprecated,
> > >> > > > > > > > >> > replaced
> > >> > > > > > > > >> > > > the
> > >> > > > > > > > >> > > > > > > > > > > > functions that
> > >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
> > >> > debugging
> > >> > > > some
> > >> > > > > > > > issues
> > >> > > > > > > > >> > > related
> > >> > > > > > > > >> > > > > to
> > >> > > > > > > > >> > > > > > > time
> > >> > > > > > > > >> > > > > > > > > > > > string
> > >> > > > > > > > >> > > > > > > > > > > > formatting.  In side my
log
> file
> > >> > > (located
> > >> > > > > > here:
> > >> > > > > > > *
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > >> > > > > > > > >> > > > > > > > > > > > there is are two errors
-
> > possibly
> > >> > > > related -
> > >> > > > > > > > >> > highlighted
> > >> > > > > > > > >> > > in
> > >> > > > > > > > >> > > > > red
> > >> > > > > > > > >> > > > > > > > > > > > below.  The
> > >> > > > > > > > >> > > > > > > > > > > > first one points to a
library
> > >> issue.
> > >> > > The
> > >> > > > > > > > directory
> > >> > > > > > > > >> in
> > >> > > > > > > > >> > > > > question
> > >> > > > > > > > >> > > > > > > > > > > > exists, but
> > >> > > > > > > > >> > > > > > > > > > > > there is nothing in it.
Is
> that
> > >> the
> > >> > > > > > referenced
> > >> > > > > > > > >> library
> > >> > > > > > > > >> > > is
> > >> > > > > > > > >> > > > > > > expected
> > >> > > > > > > > >> > > > > > > > > > > > to
> > >> > > > > > > > >> > > > > > > > > > > > reside there?  The
second
> issue,
> > >> which
> > >> > > is
> > >> > > > > not
> > >> > > > > > > too
> > >> > > > > > > > >> > > > revealing,
> > >> > > > > > > > >> > > > > > > points
> > >> > > > > > > > >> > > > > > > > > > > > to the
> > >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which
> I
> > >> think
> > >> > > is
> > >> > > > > > > somehow
> > >> > > > > > > > >> > related
> > >> > > > > > > > >> > > > to
> > >> > > > > > > > >> > > > > > the
> > >> > > > > > > > >> > > > > > > > > > > > first
> > >> > > > > > > > >> > > > > > > > > > > > error.  I did take the
> > >> > > STATAnalysisConfig
> > >> > > > > file
> > >> > > > > > > > from
> > >> > > > > > > > >> > > another
> > >> > > > > > > > >> > > > > > > metplus
> > >> > > > > > > > >> > > > > > > > > > > > location that I've been
working
> > on
> > >> > into
> > >> > > a
> > >> > > > > > > > directory
> > >> > > > > > > > >> I
> > >> > > > > > > > >> > > > created
> > >> > > > > > > > >> > > > > > to
> > >> > > > > > > > >> > > > > > > > put
> > >> > > > > > > > >> > > > > > > > > > > > the
> > >> > > > > > > > >> > > > > > > > > > > > copied version there.
The
> > >> > > > > STATAnalysisConfig
> > >> > > > > > > > >> directory
> > >> > > > > > > > >> > > was
> > >> > > > > > > > >> > > > > > taken
> > >> > > > > > > > >> > > > > > > > > > > > from a
> > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed
> that
> > >> the
> > >> > > > layout
> > >> > > > > > of
> > >> > > > > > > > the
> > >> > > > > > > > >> > file
> > >> > > > > > > > >> > > > > would
> > >> > > > > > > > >> > > > > > be
> > >> > > > > > > > >> > > > > > > > > > > > okay.
> > >> > > > > > > > >> > > > > > > > > > > > The information below
seems
> like
> > >> what
> > >> > I
> > >> > > > > want.
> > >> > > > > > > I'm
> > >> > > > > > > > >> > > looping
> > >> > > > > > > > >> > > > > over
> > >> > > > > > > > >> > > > > > > 06,
> > >> > > > > > > > >> > > > > > > > > > > > 12
> > >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping the
> > >> 00-23
> > >> > > VALID
> > >> > > > > > hours
> > >> > > > > > > > for
> > >> > > > > > > > >> > each
> > >> > > > > > > > >> > > > > day.
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> > >> > metplus.StatAnalysis
> > >> > > > > INFO:
> > >> > > > > > > > >> COMMAND:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > >> > > > > > > > > > > > -config
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > >
> > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > (command_runner.py:124)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
> > output
> > >> > sent
> > >> > > > to:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
> > >> libraries:
> > >> > > > > > > > >> > > libpython3.6m.so.1.0:
> > >> > > > > > > > >> > > > > > > cannot
> > >> > > > > > > > >> > > > > > > > > > > > open
> > >> > > > > > > > >> > > > > > > > > > > > shared object file: No
such
> file
> > or
> > >> > > > > directory
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > (command_runner.py:191)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > Finished running
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > >> > > > > > > > > > > > in
> > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:100)
> > >> > > > > > > > >> > > > > > > > > > > > ERROR:
> > >> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733)
MET
> > >> command
> > >> > > > > returned
> > >> > > > > > a
> > >> > > > > > > > >> > non-zero
> > >> > > > > > > > >> > > > > return
> > >> > > > > > > > >> > > > > > > > code:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> >
> > >> > > > > > > >
> > >> > > > > >
> > >> > > >
> > >> >
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > >> > > > > > > > > > > > -config
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > >
> > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > >> > metplus.StatAnalysis
> > >> > > > > INFO:
> > >> > > > > > > > Check
> > >> > > > > > > > >> the
> > >> > > > > > > > >> > > > > logfile
> > >> > > > > > > > >> > > > > > > for
> > >> > > > > > > > >> > > > > > > > > > > > more
> > >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
> filename
> > >> from
> > >> > > > > default
> > >> > > > > > > > >> > template:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
> > >> SETTINGS....
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
> "000000",
> > >> > > > "010000",
> > >> > > > > > > > >> "020000",
> > >> > > > > > > > >> > > > > "030000",
> > >> > > > > > > > >> > > > > > > > > > > > "040000",
> > >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
> > >> > "080000",
> > >> > > > > > > "090000",
> > >> > > > > > > > >> > > "100000",
> > >> > > > > > > > >> > > > > > > > "110000",
> > >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
> > >> > "150000",
> > >> > > > > > > "160000",
> > >> > > > > > > > >> > > "170000",
> > >> > > > > > > > >> > > > > > > > "180000",
> > >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
> > >> > "220000",
> > >> > > > > > "230000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
> > "VL1L2"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
> -dump_row
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
> > >> 20200525_000000
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
> > >> 20200525_230000
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:140)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > >
> > >> > >
> > >> >
> > >>
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > DESC=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_HOUR="000000",
> > "010000",
> > >> > > > > "020000",
> > >> > > > > > > > >> "030000",
> > >> > > > > > > > >> > > > > > "040000",
> > >> > > > > > > > >> > > > > > > > > > > > "050000",
> > >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
> > >> > "090000",
> > >> > > > > > > "100000",
> > >> > > > > > > > >> > > "110000",
> > >> > > > > > > > >> > > > > > > > "120000",
> > >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
> > >> > "160000",
> > >> > > > > > > "170000",
> > >> > > > > > > > >> > > "180000",
> > >> > > > > > > > >> > > > > > > > "190000",
> > >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
> > >> "230000"
> > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > >> > metplus.StatAnalysis
> > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I
took
> this
> > >> file
> > >> > > over
> > >> > > > > > from
> > >> > > > > > > > >> another
> > >> > > > > > > > >> > > > V3.0
> > >> > > > > > > > >> > > > > > > > > > > > location,
> > >> > > > > > > > >> > > > > > > > > > > > assuming that this would
be
> > >> > acceptable.
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > > --
> > >> > > > > > > > >> > > > > > > > > Edward Strobach
> > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > >> > > > > > > > > IMSG Contractor
> > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> > >> > > > > > > > >> > > > > > > > > 301-683-3717
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > > --
> > >> > > > > > > > >> > > > > > > > George McCabe - Software
Engineer III
> > >> > > > > > > > >> > > > > > > > National Center for Atmospheric
> Research
> > >> > > > > > > > >> > > > > > > > Research Applications Laboratory
> > >> > > > > > > > >> > > > > > > > 303-497-2768
> > >> > > > > > > > >> > > > > > > > ---
> > >> > > > > > > > >> > > > > > > > My working day may not be your
working
> > day.
> > >> > > Please
> > >> > > > > do
> > >> > > > > > > not
> > >> > > > > > > > >> feel
> > >> > > > > > > > >> > > > > obliged
> > >> > > > > > > > >> > > > > > to
> > >> > > > > > > > >> > > > > > > > reply to this email outside of
your
> > normal
> > >> > > working
> > >> > > > > > > hours.
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > > --
> > >> > > > > > > > >> > > > > > > Edward Strobach
> > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > >> > > > > > > IMSG Contractor
> > >> > > > > > > > >> > > > > > > Cubicle#: 2029
> > >> > > > > > > > >> > > > > > > 301-683-3717
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > > --
> > >> > > > > > > > >> > > > > > George McCabe - Software Engineer
III
> > >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
> > >> > > > > > > > >> > > > > > Research Applications Laboratory
> > >> > > > > > > > >> > > > > > 303-497-2768
> > >> > > > > > > > >> > > > > > ---
> > >> > > > > > > > >> > > > > > My working day may not be your
working day.
> > >> Please
> > >> > > do
> > >> > > > > not
> > >> > > > > > > feel
> > >> > > > > > > > >> > > obliged
> > >> > > > > > > > >> > > > to
> > >> > > > > > > > >> > > > > > reply to this email outside of your
normal
> > >> working
> > >> > > > > hours.
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > > --
> > >> > > > > > > > >> > > > > Edward Strobach
> > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> > >> > > > > > > > >> > > > > IMSG Contractor
> > >> > > > > > > > >> > > > > Cubicle#: 2029
> > >> > > > > > > > >> > > > > 301-683-3717
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > > --
> > >> > > > > > > > >> > > > George McCabe - Software Engineer III
> > >> > > > > > > > >> > > > National Center for Atmospheric Research
> > >> > > > > > > > >> > > > Research Applications Laboratory
> > >> > > > > > > > >> > > > 303-497-2768
> > >> > > > > > > > >> > > > ---
> > >> > > > > > > > >> > > > My working day may not be your working
day.
> > Please
> > >> do
> > >> > > not
> > >> > > > > feel
> > >> > > > > > > > >> obliged
> > >> > > > > > > > >> > to
> > >> > > > > > > > >> > > > reply to this email outside of your
normal
> > working
> > >> > > hours.
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > --
> > >> > > > > > > > >> > > Julie Prestopnik
> > >> > > > > > > > >> > > Software Engineer
> > >> > > > > > > > >> > > National Center for Atmospheric Research
> > >> > > > > > > > >> > > Research Applications Laboratory
> > >> > > > > > > > >> > > Phone: 303.497.8399
> > >> > > > > > > > >> > > Email: jpresto at ucar.edu
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > > My working day may not be your working
day.
> Please
> > >> do
> > >> > not
> > >> > > > > feel
> > >> > > > > > > > >> obliged
> > >> > > > > > > > >> > to
> > >> > > > > > > > >> > > reply to this email outside of your normal
> working
> > >> > hours.
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> > >
> > >> > > > > > > > >> >
> > >> > > > > > > > >> > --
> > >> > > > > > > > >> > Edward Strobach
> > >> > > > > > > > >> > EMC/NCEP/NWS/
> > >> > > > > > > > >> > IMSG Contractor
> > >> > > > > > > > >> > Cubicle#: 2029
> > >> > > > > > > > >> > 301-683-3717
> > >> > > > > > > > >> >
> > >> > > > > > > > >> >
> > >> > > > > > > > >>
> > >> > > > > > > > >> --
> > >> > > > > > > > >> Julie Prestopnik
> > >> > > > > > > > >> Software Engineer
> > >> > > > > > > > >> National Center for Atmospheric Research
> > >> > > > > > > > >> Research Applications Laboratory
> > >> > > > > > > > >> Phone: 303.497.8399
> > >> > > > > > > > >> Email: jpresto at ucar.edu
> > >> > > > > > > > >>
> > >> > > > > > > > >> My working day may not be your working day.
Please
> do
> > >> not
> > >> > > feel
> > >> > > > > > > obliged
> > >> > > > > > > > to
> > >> > > > > > > > >> reply to this email outside of your normal
working
> > hours.
> > >> > > > > > > > >>
> > >> > > > > > > > >>
> > >> > > > > > > > >
> > >> > > > > > > > > --
> > >> > > > > > > > > Edward Strobach
> > >> > > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > > IMSG Contractor
> > >> > > > > > > > > Cubicle#: 2029
> > >> > > > > > > > > 301-683-3717
> > >> > > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > > > --
> > >> > > > > > > > Edward Strobach
> > >> > > > > > > > EMC/NCEP/NWS/
> > >> > > > > > > > IMSG Contractor
> > >> > > > > > > > Cubicle#: 2029
> > >> > > > > > > > 301-683-3717
> > >> > > > > > > >
> > >> > > > > > > >
> > >> > > > > > >
> > >> > > > > > > --
> > >> > > > > > > Julie Prestopnik
> > >> > > > > > > Software Engineer
> > >> > > > > > > National Center for Atmospheric Research
> > >> > > > > > > Research Applications Laboratory
> > >> > > > > > > Phone: 303.497.8399
> > >> > > > > > > Email: jpresto at ucar.edu
> > >> > > > > > >
> > >> > > > > > > My working day may not be your working day.  Please
do not
> > >> feel
> > >> > > > obliged
> > >> > > > > > to
> > >> > > > > > > reply to this email outside of your normal working
hours.
> > >> > > > > > >
> > >> > > > > > >
> > >> > > > > >
> > >> > > > > > --
> > >> > > > > > Edward Strobach
> > >> > > > > > EMC/NCEP/NWS/
> > >> > > > > > IMSG Contractor
> > >> > > > > > Cubicle#: 2029
> > >> > > > > > 301-683-3717
> > >> > > > > >
> > >> > > > > >
> > >> > > > >
> > >> > > > > --
> > >> > > > > Julie Prestopnik
> > >> > > > > Software Engineer
> > >> > > > > National Center for Atmospheric Research
> > >> > > > > Research Applications Laboratory
> > >> > > > > Phone: 303.497.8399
> > >> > > > > Email: jpresto at ucar.edu
> > >> > > > >
> > >> > > > > My working day may not be your working day.  Please do
not
> feel
> > >> > obliged
> > >> > > > to
> > >> > > > > reply to this email outside of your normal working
hours.
> > >> > > > >
> > >> > > > >
> > >> > > >
> > >> > > > --
> > >> > > > Edward Strobach
> > >> > > > EMC/NCEP/NWS/
> > >> > > > IMSG Contractor
> > >> > > > Cubicle#: 2029
> > >> > > > 301-683-3717
> > >> > > >
> > >> > > >
> > >> > >
> > >> > > --
> > >> > > George McCabe - Software Engineer III
> > >> > > National Center for Atmospheric Research
> > >> > > Research Applications Laboratory
> > >> > > 303-497-2768
> > >> > > ---
> > >> > > My working day may not be your working day. Please do not
feel
> > >> obliged to
> > >> > > reply to this email outside of your normal working hours.
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > Edward Strobach
> > >> > EMC/NCEP/NWS/
> > >> > IMSG Contractor
> > >> > Cubicle#: 2029
> > >> > 301-683-3717
> > >> >
> > >> >
> > >>
> > >> --
> > >> George McCabe - Software Engineer III
> > >> National Center for Atmospheric Research
> > >> Research Applications Laboratory
> > >> 303-497-2768
> > >> ---
> > >> My working day may not be your working day. Please do not feel
obliged
> > to
> > >> reply to this email outside of your normal working hours.
> > >>
> > >>
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 12:55:07 2020

Hi Mallory,

Yea, the issue is MakePlots requires a file named a certain way that
includes level values, but the level values of NetCDF data have commas
in
them, which isn't valid for a filename. I have started refactoring the
StatAnalysis wrapper to clean some things up. I was planning on also
looking at MakePlots wrapper as well. I haven't dug in yet, but I
think I
could modify it to use a template to determine the input file name
instead
of relying on a set name. Does that make sense or is that not
possible?

Thanks,
George

On Thu, Jun 4, 2020 at 12:51 PM Mallory Row - NOAA Affiliate <
mallory.row at noaa.gov> wrote:

> Hi George,
>
> I haven't run MakePlots on .stat files that were produced with
netCDF
> data, only grib files. Is MakePlots giving any useful information
(sorry
> for not writing better logging messages before!)? I wonder if it
might be
> struggling with the way levels are formatted for netCDF
variables...?
>
> On Thu, Jun 4, 2020 at 2:35 PM George McCabe <mccabe at ucar.edu>
wrote:
>
>> Hi Edward,
>>
>> I have been working through issues with StatAnalysis and MakePlots
>> together and discovered a few things that might help with your
case.
>>
>> - The StatAnalysis output file that was created was empty. This is
>> because the configurations in StatAnalysis.conf were set so that
all the
>> lines were being discarded. I was able to change these settings to
get
>> output from StatAnalysis, however, the output file expected by
MakePlots
>> expected the level values in the filename, which contain commas
since they
>> are NetCDF data.
>>
>> /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
>>
>>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
>>
>> Attached is the conf file I used that was able to get output from
>> StatAnalysis, but still fails running MakePlots. I hope that helps.
>>
>> I am copying Mallory on here to see if she has run these tools on
NetCDF
>> data and if she was able to configure METplus to use different
names to
>> read the data in MakePlots. Mallory, do you have any ideas?
>>
>> Thanks,
>> George
>>
>> On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate
via RT <
>> met_help at ucar.edu> wrote:
>>
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>>
>>> Despite all these efforts I still arrive at similar issues.  The
issues
>>> that I thought I resolved were not actually resolved.  I looked on
the
>>> metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST
were set.
>>> I originally used what I defined from my environment.  When that
didn't
>>> work I set it empty.  Looking at the metplus guide, I only saw
examples
>>> where they set as empty.  the plot_time_series.py (and others)
didn't
>>> seem
>>> to like that and required that it be set.  Setting it also did not
bode
>>> well.  I'm sure this is related to MakePlots since StatAnalysis
only
>>> processes the data into .stat form.  This is becoming painful
because I
>>> can't move forward on anything.  Additionally, if I process
statistics
>>> such
>>> as this:
>>> export plot_stats_list="bias, rmse, fbar_obar"
>>> do I need to loop through that?
>>>
>>>
>>>
>>> On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate <
>>> edward.strobach at noaa.gov> wrote:
>>>
>>> > That explanation was very helpful. Thanks George.  I'll make
>>> adjustments
>>> > in the machine.conf that are general to all cases while defining
case
>>> > specific details in the plot*conf
>>> >
>>> > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
>>> met_help at ucar.edu>
>>> > wrote:
>>> >
>>> >> Hi Edward,
>>> >>
>>> >> Think of the machine conf as a conf file that corresponds to a
user
>>> and
>>> >> machine where you are running. It contains settings that will
be
>>> applied
>>> >> to
>>> >> every run of METplus on that machine as that user. I often name
mine
>>> >> containing my username and machine I am using it on to make it
clear
>>> to me
>>> >> what it is used for. Here is an example of what is in a conf
file
>>> called
>>> >> mccabe.kiowa.conf:
>>> >>
>>> >> [dir]
>>> >> OUTPUT_BASE = /d1/personal/mccabe/out
>>> >>
>>> >> INPUT_BASE = /d1/projects/METplus/METplus_Data
>>> >> MET_INSTALL_DIR = /usr/local/met-9.0.1
>>> >>
>>> >> [config]
>>> >> LOG_LEVEL = DEBUG
>>> >> #LOG_MET_VERBOSITY = 5
>>> >> #DO_NOT_RUN_EXE = yes
>>> >> #LOG_TIMESTAMP_USE_DATATIME = True
>>> >> #LOG_MET_OUTPUT_TO_METPLUS=no
>>> >>
>>> >> [exe]
>>> >> WGRIB2 = /usr/local/bin/wgrib2
>>> >> CUT = /usr/bin/cut
>>> >> TR = /usr/bin/tr
>>> >> RM = /bin/rm
>>> >> NCAP2 = /usr/local/nco/bin/ncap2
>>> >> CONVERT = /usr/bin/convert
>>> >> NCDUMP = /usr/local/netcdf/bin/ncdump
>>> >> EGREP = /bin/egrep
>>> >>
>>> >>
>>> >> It sets up my environment to run. I also leave a few logging
items
>>> >> commented out so I can easily change things when I am
debugging, like
>>> >> boosting the MET log verbosity. Once I am set up on a new
computer, I
>>> >> rarely change anything in this file except for OUTPUT_BASE (if
I want
>>> to
>>> >> write output to a different directory) or changing logging
settings.
>>> The
>>> >> location of the input data won't change, and the MET install
dir will
>>> only
>>> >> change when a new version of MET is released. Since you are
running on
>>> >> NOAA
>>> >> machines that use module loads, you don't need to set any of
the [exe]
>>> >> items since they are found in the path.
>>> >>
>>> >> Think of the plot*.conf as a use case configuration file. It
contains
>>> >> information specific to that use case you need to run. It
shouldn't
>>> >> contain
>>> >> any variables from the user environment conf, but it can
reference
>>> these
>>> >> values in other variables, such as setting an _OUTPUT_DIR to a
path
>>> >> relative to OUTPUT_BASE, i.e.
>>> >>
>>> >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
>>> >>
>>> >>
>>> >> When you want to run your use case, you will pass in the use
case conf
>>> >> files first, then your user environment conf last. This ensures
that
>>> if a
>>> >> variable like OUTPUT_BASE is set in another conf when it
shouldn't be,
>>> >> then
>>> >> your user conf will have the final say and overwrite any values
set
>>> >> earlier. Here is an example:
>>> >>
>>> >> master_metplus.py -c
>>> >>
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
>>> >> ~/mccabe.kiowa.conf
>>> >>
>>> >> I hope that helps clear up what belongs in each of these conf
files.
>>> Let
>>> >> me
>>> >> know if you have any other questions or concerns.
>>> >>
>>> >> Thanks,
>>> >> George
>>> >>
>>> >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA Affiliate
via
>>> RT <
>>> >> met_help at ucar.edu> wrote:
>>> >>
>>> >> >
>>> >> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
>>> >> >
>>> >> > I understand George.  I haven't adopted best practices quite
yet I
>>> >> guess.
>>> >> > My confusion lies in separating machine.conf and the
plot*.conf.
>>> I've
>>> >> been
>>> >> > duplicating the definitions in both because it's not clear to
me
>>> what
>>> >> > belongs in machine.conf and what should belong in the other.
>>> Perhaps
>>> >> what
>>> >> > I'll do is try to clean up the machine.conf and share with
you the
>>> new
>>> >> conf
>>> >> > files so that it is easier to follow.  In truth, I'm hoping
to learn
>>> >> from
>>> >> > this process so that I can create verification packages
through
>>> metplus
>>> >> in
>>> >> > an efficient way. Right now it's growing pains.
>>> >> >
>>> >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
>>> met_help at ucar.edu>
>>> >> > wrote:
>>> >> >
>>> >> > > Hi Edward,
>>> >> > >
>>> >> > > I'm taking a look at your config files to try to see if I
can see
>>> >> > anything
>>> >> > > obvious that is wrong. It is a little confusing to follow
the way
>>> you
>>> >> > have
>>> >> > > it set up where you set a variable in one file, then
reference it
>>> in
>>> >> the
>>> >> > > next. It would make a little more sense to keep your
machine conf
>>> >> pretty
>>> >> > > clean, with only top level configurations, like INPUT_BASE,
>>> >> OUTPUT_BASE,
>>> >> > > MET_INSTALL_DIR (from the [dir] section, the others in
>>> machine_v3.conf
>>> >> > > aren't needed), anything in the [exe] section, and system
wide
>>> >> settings,
>>> >> > > like LOG_ variables. The rest of the variables make more
sense to
>>> put
>>> >> in
>>> >> > > the use case conf file only, i.e. instead of setting
>>> >> > >
>>> >> > > VALIDBEG = {ENV[VALID_B]}
>>> >> > > VALIDEND = {ENV[VALID_E]}
>>> >> > >
>>> >> > >  in machine_v3.conf and setting
>>> >> > >
>>> >> > > VALID_BEG = {VALIDBEG}
>>> >> > > VALID_END = {VALIDEND}
>>> >> > >
>>> >> > > in the plot conf, just set
>>> >> > >
>>> >> > > VALID_BEG = {ENV[VALID_B]}
>>> >> > > VALID_END = {ENV[VALID_E]}
>>> >> > >
>>> >> > > in the plot conf. This will make it easier to follow
instead of
>>> >> having to
>>> >> > > hop between 3 files.
>>> >> > >
>>> >> > > If you'd like, you could tar up the input files to
StatAnalysis
>>> and I
>>> >> can
>>> >> > > have Julie or someone else pull them down so I can try to
work
>>> through
>>> >> > the
>>> >> > > errors locally. I am also happy to set up a meeting where
you can
>>> >> screen
>>> >> > > share and we can go through the errors together. Let me
know what
>>> you
>>> >> > > think.
>>> >> > >
>>> >> > > Thanks,
>>> >> > > George
>>> >> > >
>>> >> > >
>>> >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate
>>> via
>>> >> RT <
>>> >> > > met_help at ucar.edu> wrote:
>>> >> > >
>>> >> > > >
>>> >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>> >> > > >
>>> >> > > > will do!
>>> >> > > >
>>> >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT <
>>> >> > > met_help at ucar.edu>
>>> >> > > > wrote:
>>> >> > > >
>>> >> > > > > No worries!  We're happy to help.  We hope you'll get a
>>> successful
>>> >> > run.
>>> >> > > > > Please let us know how it goes.
>>> >> > > > >
>>> >> > > > > Julie
>>> >> > > > >
>>> >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
>>> Affiliate
>>> >> via
>>> >> > RT
>>> >> > > <
>>> >> > > > > met_help at ucar.edu> wrote:
>>> >> > > > >
>>> >> > > > > >
>>> >> > > > > > <URL:
>>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>> >> > > > > >
>>> >> > > > > > Okay. I think I understand that error now.  I'm sorry
I
>>> >> overlooked
>>> >> > > > > that.  I
>>> >> > > > > > kept thinking that something else was going on.
Thanks
>>> Julie and
>>> >> > > George
>>> >> > > > > >
>>> >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via
RT <
>>> >> > > > > met_help at ucar.edu>
>>> >> > > > > > wrote:
>>> >> > > > > >
>>> >> > > > > > > >
>>> >> > > > > > > > Note that your job1_v3 points to met-9.0 not met-
9.0.1
>>> and
>>> >> to
>>> >> > > > > > METplus-3.0
>>> >> > > > > > > > not METplus-3.0.1.
>>> >> > > > > > > >
>>> >> > > > > > > That is true in a few places:
>>> >> > > > > > >
>>> >> > > > > > > > export
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
>>> >> > > > > > > > export
>>> >> > > > >
>>> HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>>> >> > > > > > > >
>>> >> > > > > > > export METplus_version="3.0"
>>> >> > > > > > > > export MET_version="9.0"
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > > > In addition to changing those, you should also
change:
>>> >> > > > > > >
>>> >> > > > > > > > export
>>> >> > > > > >
>>> >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>>> >> > > > > > >
>>> >> > > > > > > to
>>> >> > > > > > >
>>> >> > > > > > > > export NCDUMP="
>>> >> > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>>> >> > > > > > >
>>> >> > > > > > >
>>> >> > > > > > > Julie
>>> >> > > > > > >
>>> >> > > > > > >
>>> >> > > > > > >
>>> >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach -
NOAA
>>> >> Affiliate
>>> >> > via
>>> >> > > > RT
>>> >> > > > > <
>>> >> > > > > > > met_help at ucar.edu> wrote:
>>> >> > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > > > <URL:
>>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > >
>>> >> > > > > > > >
>>> >> > > > > > > > i managed to fix that weird issue.  I think you
should
>>> be
>>> >> able
>>> >> > to
>>> >> > > > see
>>> >> > > > > > my
>>> >> > > > > > > > .bashrc now.  I'm going to look to see what I
did..
>>> >> > > > > > > >
>>> >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach -
NOAA
>>> >> > Affiliate <
>>> >> > > > > > > > edward.strobach at noaa.gov> wrote:
>>> >> > > > > > > >
>>> >> > > > > > > > > l don't know.  I've never encountered this
issue.  I
>>> >> simply
>>> >> > > > copied
>>> >> > > > > > and
>>> >> > > > > > > > > pasted - or so I thought - the module contents
under
>>> the
>>> >> > > > > > WCOSS-DELL.  I
>>> >> > > > > > > > can
>>> >> > > > > > > > > do pwd and see that I'm in /u/Edward.Strobach,
but
>>> many
>>> >> other
>>> >> > > > > > commands
>>> >> > > > > > > do
>>> >> > > > > > > > > not work.  It's related to something I must
have done
>>> in
>>> >> the
>>> >> > > > > .bashrc:
>>> >> > > > > > > > >
>>> >> > > > > > > > > -bash: export:
>>> >> > > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
>>>  x!
>>> >> > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
>>> >> > > > > > > > > not a valid identifier
>>> >> > > > > > > > >
>>> >> > > > > > > > > I've been at this too long and am probably
starting to
>>> >> make
>>> >> > > > > > mistakes..
>>> >> > > > > > > > >
>>> >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie Prestopnik
via
>>> RT <
>>> >> > > > > > > > met_help at ucar.edu>
>>> >> > > > > > > > > wrote:
>>> >> > > > > > > > >
>>> >> > > > > > > > >> Is there anything I can do to help?  I tried
to look
>>> in
>>> >> > > > > > > > /u/Edward.Strobach
>>> >> > > > > > > > >> to see if I could access your .bashrc file,
however,
>>> I
>>> >> don't
>>> >> > > > even
>>> >> > > > > > see
>>> >> > > > > > > > >> a /u/Edward.Strobach directory, which I don't
fully
>>> >> > > > understand...
>>> >> > > > > > > > >>
>>> >> > > > > > > > >> Julie
>>> >> > > > > > > > >>
>>> >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward Strobach
- NOAA
>>> >> > > Affiliate
>>> >> > > > > via
>>> >> > > > > > > RT <
>>> >> > > > > > > > >> met_help at ucar.edu> wrote:
>>> >> > > > > > > > >>
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > <URL:
>>> >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc
>>> file in
>>> >> > such
>>> >> > > a
>>> >> > > > > way
>>> >> > > > > > > > that I
>>> >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck
until I
>>> can
>>> >> deal
>>> >> > > with
>>> >> > > > > > that
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik
>>> via RT
>>> >> <
>>> >> > > > > > > > >> met_help at ucar.edu>
>>> >> > > > > > > > >> > wrote:
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > > Hi Edward and George.
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > I believe Edward is running on Venus but
looking
>>> at
>>> >> the
>>> >> > > > > > directions
>>> >> > > > > > > > for
>>> >> > > > > > > > >> > > Mars, because there was previously no
modulefile
>>> for
>>> >> > > > > > metplus/3.0.1
>>> >> > > > > > > > on
>>> >> > > > > > > > >> > > Venus, but there was on Mars.  However, I
just
>>> >> created a
>>> >> > > > > > > modulefile
>>> >> > > > > > > > >> for
>>> >> > > > > > > > >> > > metplus/3.0.1 (which will load met/9.0.1)
on
>>> Venus.
>>> >> > > Edward,
>>> >> > > > > > > please
>>> >> > > > > > > > >> start
>>> >> > > > > > > > >> > > fresh with a new login to Venus and try
running:
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > > module use
>>> >> > > > > > > > >> > > >
>>> >> > > > > > >
>>> >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>>> >> > > > > > > > >> > > > module load metplus/3.0.1
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > Please let us know how the testing goes.
In the
>>> >> > meantime,
>>> >> > > > > I'll
>>> >> > > > > > > try
>>> >> > > > > > > > to
>>> >> > > > > > > > >> > > reproduce the problem you are
experiencing.  I
>>> may
>>> >> need
>>> >> > > some
>>> >> > > > > > help
>>> >> > > > > > > > from
>>> >> > > > > > > > >> > > George, but hopefully, getting the right
>>> environment
>>> >> set
>>> >> > > up
>>> >> > > > > will
>>> >> > > > > > > > help
>>> >> > > > > > > > >> > > resolve the issue you are having.
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > Julie
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe via
>>> RT <
>>> >> > > > > > > > >> met_help at ucar.edu>
>>> >> > > > > > > > >> > > wrote:
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > <URL:
>>> >> > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > Which machine are you running on? The
>>> instructions
>>> >> for
>>> >> > > the
>>> >> > > > > > NOAA
>>> >> > > > > > > > >> > machines
>>> >> > > > > > > > >> > > > vary.
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
Strobach
>>> -
>>> >> NOAA
>>> >> > > > > > Affiliate
>>> >> > > > > > > > via
>>> >> > > > > > > > >> RT
>>> >> > > > > > > > >> > <
>>> >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > <URL:
>>> >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > The first line is under my .bashrc in
>>> >> > > > /u/Edward.Strobach.
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > The second line was added and that's
when I
>>> got
>>> >> the
>>> >> > > > > > following:
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module use
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > >
>>> >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>>> >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module load
>>> >> > metplus/3.0.1
>>> >> > > > > > > > >> > > > > Lmod has detected the following error:
The
>>> >> > following
>>> >> > > > > > > module(s)
>>> >> > > > > > > > >> are
>>> >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > Please check the spelling or version
number.
>>> Also
>>> >> > try
>>> >> > > > > > "module
>>> >> > > > > > > > >> spider
>>> >> > > > > > > > >> > > ..."
>>> >> > > > > > > > >> > > > > It is also possible your cache file is
>>> >> out-of-date;
>>> >> > it
>>> >> > > > may
>>> >> > > > > > > help
>>> >> > > > > > > > to
>>> >> > > > > > > > >> > try:
>>> >> > > > > > > > >> > > > >   $ module --ignore-cache load
>>> "metplus/3.0.1"
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > Also make sure that all modulefiles
written
>>> in
>>> >> TCL
>>> >> > > start
>>> >> > > > > > with
>>> >> > > > > > > > the
>>> >> > > > > > > > >> > > string
>>> >> > > > > > > > >> > > > > #%Module
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM George
McCabe
>>> via
>>> >> RT
>>> >> > <
>>> >> > > > > > > > >> > met_help at ucar.edu
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > > wrote:
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > > Hi Edward,
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > Did you run this first?
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > module use
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >>
>>> >> > > >
>>> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > I believe you need to run that so it
can
>>> find
>>> >> the
>>> >> > > > > > > > metplus/3.0.1
>>> >> > > > > > > > >> > > module.
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM
Edward
>>> Strobach
>>> >> -
>>> >> > > NOAA
>>> >> > > > > > > > Affiliate
>>> >> > > > > > > > >> via
>>> >> > > > > > > > >> > > RT
>>> >> > > > > > > > >> > > > <
>>> >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > <URL:
>>> >> > > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > There was only one mention of
deprecated,
>>> >> and it
>>> >> > > was
>>> >> > > > > at
>>> >> > > > > > > the
>>> >> > > > > > > > >> top
>>> >> > > > > > > > >> > of
>>> >> > > > > > > > >> > > > the
>>> >> > > > > > > > >> > > > > > log
>>> >> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There
>>> were
>>> >> no
>>> >> > > > other
>>> >> > > > > > > > >> mentions;
>>> >> > > > > > > > >> > > > > however,
>>> >> > > > > > > > >> > > > > > > there were warnings for certain
>>> variables not
>>> >> > > being
>>> >> > > > > set.
>>> >> > > > > > > > Other
>>> >> > > > > > > > >> > than
>>> >> > > > > > > > >> > > > > that
>>> >> > > > > > > > >> > > > > > I
>>> >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
because
>>> I set
>>> >> > > things
>>> >> > > > > to
>>> >> > > > > > > > DEBUG
>>> >> > > > > > > > >> -
>>> >> > > > > > > > >> > and
>>> >> > > > > > > > >> > > > > those
>>> >> > > > > > > > >> > > > > > > two error messages.
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > I figured the second was related
to the
>>> >> first.
>>> >> > A
>>> >> > > > > > > reference
>>> >> > > > > > > > to
>>> >> > > > > > > > >> > > > > libraries
>>> >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
>>> issue,
>>> >> > but
>>> >> > > my
>>> >> > > > > > > bashrc
>>> >> > > > > > > > is
>>> >> > > > > > > > >> > > > already
>>> >> > > > > > > > >> > > > > > set
>>> >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
>>> >> settings.
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
>>> McCabe
>>> >> via
>>> >> > > RT
>>> >> > > > <
>>> >> > > > > > > > >> > > > met_help at ucar.edu
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > > wrote:
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > > Hi Edward,
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
>>> script,
>>> >> > > METplus
>>> >> > > > > > > should
>>> >> > > > > > > > >> error
>>> >> > > > > > > > >> > > out
>>> >> > > > > > > > >> > > > > > > > immediately and give you a list
of
>>> >> variables
>>> >> > > that
>>> >> > > > > are
>>> >> > > > > > > > >> > deprecated
>>> >> > > > > > > > >> > > > and
>>> >> > > > > > > > >> > > > > a
>>> >> > > > > > > > >> > > > > > > > suggestion if possible, so I am
>>> guessing
>>> >> that
>>> >> > > the
>>> >> > > > > > > changes
>>> >> > > > > > > > >> > weren't
>>> >> > > > > > > > >> > > > > > > covered.
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > The 2nd error is related to the
first.
>>> The
>>> >> > > > libpython
>>> >> > > > > > > error
>>> >> > > > > > > > >> is
>>> >> > > > > > > > >> > > what
>>> >> > > > > > > > >> > > > > came
>>> >> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis
>>> and
>>> >> the
>>> >> > > 2nd
>>> >> > > > > > error
>>> >> > > > > > > is
>>> >> > > > > > > > >> just
>>> >> > > > > > > > >> > > > > telling
>>> >> > > > > > > > >> > > > > > > you
>>> >> > > > > > > > >> > > > > > > > that the stat_analysis command
returned
>>> >> > non-zero
>>> >> > > > > > value,
>>> >> > > > > > > > >> which
>>> >> > > > > > > > >> > > means
>>> >> > > > > > > > >> > > > > > that
>>> >> > > > > > > > >> > > > > > > it
>>> >> > > > > > > > >> > > > > > > > failed.
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
>>> >> > Strobach -
>>> >> > > > > NOAA
>>> >> > > > > > > > >> Affiliate
>>> >> > > > > > > > >> > > via
>>> >> > > > > > > > >> > > > > RT
>>> >> > > > > > > > >> > > > > > <
>>> >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > <URL:
>>> >> > > > > > > > >> >
>>> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > I think I've already removed
the
>>> >> out-of-date
>>> >> > > > > > variable
>>> >> > > > > > > > >> names
>>> >> > > > > > > > >> > > with
>>> >> > > > > > > > >> > > > > the
>>> >> > > > > > > > >> > > > > > > v3.1
>>> >> > > > > > > > >> > > > > > > > > names.  I can look into that
option
>>> if
>>> >> this
>>> >> > > > proves
>>> >> > > > > > not
>>> >> > > > > > > > to
>>> >> > > > > > > > >> be
>>> >> > > > > > > > >> > an
>>> >> > > > > > > > >> > > > > > > > environment
>>> >> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
>>> >> > carefully
>>> >> > > > > making
>>> >> > > > > > > the
>>> >> > > > > > > > >> > > changes
>>> >> > > > > > > > >> > > > > > > between
>>> >> > > > > > > > >> > > > > > > > > versions, but I could have
still
>>> missed
>>> >> > > > something.
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05 PM
George
>>> >> McCabe
>>> >> > > via
>>> >> > > > > RT
>>> >> > > > > > <
>>> >> > > > > > > > >> > > > > > met_help at ucar.edu
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > wrote:
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > Hi Edward,
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > I'm not sure if I mentioned
this to
>>> >> you or
>>> >> > > > not,
>>> >> > > > > > but
>>> >> > > > > > > > >> there
>>> >> > > > > > > > >> > is
>>> >> > > > > > > > >> > > a
>>> >> > > > > > > > >> > > > > > > section
>>> >> > > > > > > > >> > > > > > > > in
>>> >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
>>> config
>>> >> > > > variables
>>> >> > > > > > > from
>>> >> > > > > > > > >> older
>>> >> > > > > > > > >> > > > > > versions:
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > In the last sub-section of
that
>>> >> section,
>>> >> > it
>>> >> > > > > > > describes
>>> >> > > > > > > > a
>>> >> > > > > > > > >> > tool
>>> >> > > > > > > > >> > > > > called
>>> >> > > > > > > > >> > > > > > > > > > validate_config.py that can
be run
>>> the
>>> >> > same
>>> >> > > > way
>>> >> > > > > as
>>> >> > > > > > > > >> > > > > > master_metplus.py
>>> >> > > > > > > > >> > > > > > > > > > (passing in configs with -c)
and it
>>> >> will
>>> >> > > step
>>> >> > > > > you
>>> >> > > > > > > > >> through
>>> >> > > > > > > > >> > > find
>>> >> > > > > > > > >> > > > > and
>>> >> > > > > > > > >> > > > > > > > > replace
>>> >> > > > > > > > >> > > > > > > > > > commands to update your
>>> configuration
>>> >> > files.
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > However, this tool only
works if
>>> >> > deprecated
>>> >> > > > > > > variables
>>> >> > > > > > > > >> are
>>> >> > > > > > > > >> > > added
>>> >> > > > > > > > >> > > > > to
>>> >> > > > > > > > >> > > > > > > the
>>> >> > > > > > > > >> > > > > > > > > > list to be processed. I
added many
>>> of
>>> >> the
>>> >> > > > > > variables
>>> >> > > > > > > > that
>>> >> > > > > > > > >> > were
>>> >> > > > > > > > >> > > > > > changed
>>> >> > > > > > > > >> > > > > > > > in
>>> >> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
>>> wrappers,
>>> >> but I
>>> >> > > am
>>> >> > > > > not
>>> >> > > > > > > very
>>> >> > > > > > > > >> > > familiar
>>> >> > > > > > > > >> > > > > > with
>>> >> > > > > > > > >> > > > > > > > this
>>> >> > > > > > > > >> > > > > > > > > > wrapper so I may have missed
some.
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > I apologize that this has
been
>>> such a
>>> >> > > tedious
>>> >> > > > > > > process
>>> >> > > > > > > > >> for
>>> >> > > > > > > > >> > > you.
>>> >> > > > > > > > >> > > > If
>>> >> > > > > > > > >> > > > > > > you'd
>>> >> > > > > > > > >> > > > > > > > > > like to send me your current
>>> version I
>>> >> can
>>> >> > > use
>>> >> > > > > > that
>>> >> > > > > > > > >> info to
>>> >> > > > > > > > >> > > > > update
>>> >> > > > > > > > >> > > > > > > this
>>> >> > > > > > > > >> > > > > > > > > > functionality to make things
easier
>>> >> going
>>> >> > > > > forward.
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > Thanks,
>>> >> > > > > > > > >> > > > > > > > > > George
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10 2020,
mccabe
>>> >> wrote:
>>> >> > > > > > > > >> > > > > > > > > > > Hi Edward,
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > The first error looks like
an
>>> >> > environment
>>> >> > > > > issue.
>>> >> > > > > > > You
>>> >> > > > > > > > >> may
>>> >> > > > > > > > >> > > have
>>> >> > > > > > > > >> > > > > > some
>>> >> > > > > > > > >> > > > > > > > > > > disconnect in the module
loads
>>> you
>>> >> ran.
>>> >> > I
>>> >> > > > > would
>>> >> > > > > > > > purge
>>> >> > > > > > > > >> the
>>> >> > > > > > > > >> > > > > > modules,
>>> >> > > > > > > > >> > > > > > > > > > > then try
>>> >> > > > > > > > >> > > > > > > > > > > to set up the environment
to run
>>> >> METplus
>>> >> > > > again
>>> >> > > > > > > > (listed
>>> >> > > > > > > > >> > here
>>> >> > > > > > > > >> > > > for
>>> >> > > > > > > > >> > > > > > > > > > > reference:
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >>
>>> >> > > >
>>> https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
>>> >> > > > > > > > >> > > > > > > > > > > builds)
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
>>> MET-Help
>>> >> > and
>>> >> > > > I'm
>>> >> > > > > > not
>>> >> > > > > > > > >> seeing
>>> >> > > > > > > > >> > > the
>>> >> > > > > > > > >> > > > > > second
>>> >> > > > > > > > >> > > > > > > > > > > error,
>>> >> > > > > > > > >> > > > > > > > > > > but hopefully clearing up
the
>>> >> > environment
>>> >> > > > > issues
>>> >> > > > > > > > >> resolves
>>> >> > > > > > > > >> > > the
>>> >> > > > > > > > >> > > > > 2nd
>>> >> > > > > > > > >> > > > > > > > > > > issue.
>>> >> > > > > > > > >> > > > > > > > > > > Please let me know if it
does
>>> not.
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > Also, I have been trying
to
>>> clean up
>>> >> > > > > > StatAnalysis
>>> >> > > > > > > > and
>>> >> > > > > > > > >> > > > MakePlots
>>> >> > > > > > > > >> > > > > > > > > > > wrappers,
>>> >> > > > > > > > >> > > > > > > > > > > so any information you
could
>>> provide
>>> >> on
>>> >> > > > things
>>> >> > > > > > > that
>>> >> > > > > > > > >> > didn't
>>> >> > > > > > > > >> > > > work
>>> >> > > > > > > > >> > > > > > > that
>>> >> > > > > > > > >> > > > > > > > > > > you
>>> >> > > > > > > > >> > > > > > > > > > > had to change from the
examples
>>> >> would be
>>> >> > > > very
>>> >> > > > > > > > helpful.
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > Thanks,
>>> >> > > > > > > > >> > > > > > > > > > > George
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at
12:01 PM
>>> >> Edward
>>> >> > > > > Strobach
>>> >> > > > > > -
>>> >> > > > > > > > NOAA
>>> >> > > > > > > > >> > > > > Affiliate
>>> >> > > > > > > > >> > > > > > > via
>>> >> > > > > > > > >> > > > > > > > > > > RT <
>>> >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu> wrote:
>>> >> > > > > > > > >> > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53
2020:
>>> Request
>>> >> > 95484
>>> >> > > > was
>>> >> > > > > > > acted
>>> >> > > > > > > > >> upon.
>>> >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created by
>>> >> > > > > > > > >> > edward.strobach at noaa.gov
>>> >> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
>>> >> > > > > > > > >> > > > > > > > > > > >      Subject:
>>> command_builder.py
>>> >> error
>>> >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
>>> >> > > > > > > > >> > > > > > > > > > > >   Requestors:
>>> >> > edward.strobach at noaa.gov
>>> >> > > > > > > > >> > > > > > > > > > > >       Status: new
>>> >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>>> >> > > > > > > > >> > > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
>>> converting
>>> >> > > > > StatAnalysis
>>> >> > > > > > > > >> > > andMakePlots
>>> >> > > > > > > > >> > > > to
>>> >> > > > > > > > >> > > > > > > > metplus
>>> >> > > > > > > > >> > > > > > > > > > > > version 3.0 format from
2.1.
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands
>>> that are
>>> >> > > > > > deprecated,
>>> >> > > > > > > > >> > replaced
>>> >> > > > > > > > >> > > > the
>>> >> > > > > > > > >> > > > > > > > > > > > functions that
>>> >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
>>> >> > debugging
>>> >> > > > some
>>> >> > > > > > > > issues
>>> >> > > > > > > > >> > > related
>>> >> > > > > > > > >> > > > > to
>>> >> > > > > > > > >> > > > > > > time
>>> >> > > > > > > > >> > > > > > > > > > > > string
>>> >> > > > > > > > >> > > > > > > > > > > > formatting.  In side my
log
>>> file
>>> >> > > (located
>>> >> > > > > > here:
>>> >> > > > > > > *
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>>> >> > > > > > > > >> > > > > > > > > > > > there is are two errors
-
>>> possibly
>>> >> > > > related -
>>> >> > > > > > > > >> > highlighted
>>> >> > > > > > > > >> > > in
>>> >> > > > > > > > >> > > > > red
>>> >> > > > > > > > >> > > > > > > > > > > > below.  The
>>> >> > > > > > > > >> > > > > > > > > > > > first one points to a
library
>>> >> issue.
>>> >> > > The
>>> >> > > > > > > > directory
>>> >> > > > > > > > >> in
>>> >> > > > > > > > >> > > > > question
>>> >> > > > > > > > >> > > > > > > > > > > > exists, but
>>> >> > > > > > > > >> > > > > > > > > > > > there is nothing in it.
Is
>>> that
>>> >> the
>>> >> > > > > > referenced
>>> >> > > > > > > > >> library
>>> >> > > > > > > > >> > > is
>>> >> > > > > > > > >> > > > > > > expected
>>> >> > > > > > > > >> > > > > > > > > > > > to
>>> >> > > > > > > > >> > > > > > > > > > > > reside there?  The
second
>>> issue,
>>> >> which
>>> >> > > is
>>> >> > > > > not
>>> >> > > > > > > too
>>> >> > > > > > > > >> > > > revealing,
>>> >> > > > > > > > >> > > > > > > points
>>> >> > > > > > > > >> > > > > > > > > > > > to the
>>> >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig file,
which
>>> I
>>> >> think
>>> >> > > is
>>> >> > > > > > > somehow
>>> >> > > > > > > > >> > related
>>> >> > > > > > > > >> > > > to
>>> >> > > > > > > > >> > > > > > the
>>> >> > > > > > > > >> > > > > > > > > > > > first
>>> >> > > > > > > > >> > > > > > > > > > > > error.  I did take the
>>> >> > > STATAnalysisConfig
>>> >> > > > > file
>>> >> > > > > > > > from
>>> >> > > > > > > > >> > > another
>>> >> > > > > > > > >> > > > > > > metplus
>>> >> > > > > > > > >> > > > > > > > > > > > location that I've been
>>> working on
>>> >> > into
>>> >> > > a
>>> >> > > > > > > > directory
>>> >> > > > > > > > >> I
>>> >> > > > > > > > >> > > > created
>>> >> > > > > > > > >> > > > > > to
>>> >> > > > > > > > >> > > > > > > > put
>>> >> > > > > > > > >> > > > > > > > > > > > the
>>> >> > > > > > > > >> > > > > > > > > > > > copied version there.
The
>>> >> > > > > STATAnalysisConfig
>>> >> > > > > > > > >> directory
>>> >> > > > > > > > >> > > was
>>> >> > > > > > > > >> > > > > > taken
>>> >> > > > > > > > >> > > > > > > > > > > > from a
>>> >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed
>>> that
>>> >> the
>>> >> > > > layout
>>> >> > > > > > of
>>> >> > > > > > > > the
>>> >> > > > > > > > >> > file
>>> >> > > > > > > > >> > > > > would
>>> >> > > > > > > > >> > > > > > be
>>> >> > > > > > > > >> > > > > > > > > > > > okay.
>>> >> > > > > > > > >> > > > > > > > > > > > The information below
seems
>>> like
>>> >> what
>>> >> > I
>>> >> > > > > want.
>>> >> > > > > > > I'm
>>> >> > > > > > > > >> > > looping
>>> >> > > > > > > > >> > > > > over
>>> >> > > > > > > > >> > > > > > > 06,
>>> >> > > > > > > > >> > > > > > > > > > > > 12
>>> >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping the
>>> >> 00-23
>>> >> > > VALID
>>> >> > > > > > hours
>>> >> > > > > > > > for
>>> >> > > > > > > > >> > each
>>> >> > > > > > > > >> > > > > day.
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
>>> >> > metplus.StatAnalysis
>>> >> > > > > INFO:
>>> >> > > > > > > > >> COMMAND:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > >
>>> >> > > > > >
>>> >> > > >
>>> >> >
>>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>>> >> > > > > > > > >> > > > > > > > > > > > -lookin
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>>> >> > > > > > > > >> > > > > > > > > > > > -config
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > >
>>> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > (command_runner.py:124)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
>>> output
>>> >> > sent
>>> >> > > > to:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>>> >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > >
>>> >> > > >
>>> >> >
>>> >>
>>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>>> >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
>>> >> libraries:
>>> >> > > > > > > > >> > > libpython3.6m.so.1.0:
>>> >> > > > > > > > >> > > > > > > cannot
>>> >> > > > > > > > >> > > > > > > > > > > > open
>>> >> > > > > > > > >> > > > > > > > > > > > shared object file: No
such
>>> file or
>>> >> > > > > directory
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > (command_runner.py:191)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > Finished running
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > >
>>> >> > > > > >
>>> >> > > >
>>> >> >
>>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>>> >> > > > > > > > >> > > > > > > > > > > > in
>>> >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:100)
>>> >> > > > > > > > >> > > > > > > > > > > > ERROR:
>>> >> > > > > > > > >> > > > > > > > > > > > (command_builder.py:733)
MET
>>> >> command
>>> >> > > > > returned
>>> >> > > > > > a
>>> >> > > > > > > > >> > non-zero
>>> >> > > > > > > > >> > > > > return
>>> >> > > > > > > > >> > > > > > > > code:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > >
>>> >> > > > > >
>>> >> > > >
>>> >> >
>>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>>> >> > > > > > > > >> > > > > > > > > > > > -lookin
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>>> >> > > > > > > > >> > > > > > > > > > > > -config
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > >
>>> >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>>> >> > metplus.StatAnalysis
>>> >> > > > > INFO:
>>> >> > > > > > > > Check
>>> >> > > > > > > > >> the
>>> >> > > > > > > > >> > > > > logfile
>>> >> > > > > > > > >> > > > > > > for
>>> >> > > > > > > > >> > > > > > > > > > > > more
>>> >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:788)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building dump_row
>>> filename
>>> >> from
>>> >> > > > > default
>>> >> > > > > > > > >> > template:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1833)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS RUN
>>> >> SETTINGS....
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
"120000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_HOUR:
>>> "000000",
>>> >> > > > "010000",
>>> >> > > > > > > > >> "020000",
>>> >> > > > > > > > >> > > > > "030000",
>>> >> > > > > > > > >> > > > > > > > > > > > "040000",
>>> >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
>>> >> > "080000",
>>> >> > > > > > > "090000",
>>> >> > > > > > > > >> > > "100000",
>>> >> > > > > > > > >> > > > > > > > "110000",
>>> >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
>>> >> > "150000",
>>> >> > > > > > > "160000",
>>> >> > > > > > > > >> > > "170000",
>>> >> > > > > > > > >> > > > > > > > "180000",
>>> >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
>>> >> > "220000",
>>> >> > > > > > "230000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
>>> "VL1L2"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job filter
>>> -dump_row
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
>>> >> 20200525_000000
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
>>> >> 20200525_230000
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > > > > > > >
(stat_analysis_wrapper.py:1836)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:140)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > >
>>> >> >
>>> >>
>>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > ALPHA=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > DESC=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_HOUR="120000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_BEG=20200525_000000
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_END=20200525_230000
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_HOUR="000000",
>>> "010000",
>>> >> > > > > "020000",
>>> >> > > > > > > > >> "030000",
>>> >> > > > > > > > >> > > > > > "040000",
>>> >> > > > > > > > >> > > > > > > > > > > > "050000",
>>> >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
>>> >> > "090000",
>>> >> > > > > > > "100000",
>>> >> > > > > > > > >> > > "110000",
>>> >> > > > > > > > >> > > > > > > > "120000",
>>> >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
>>> >> > "160000",
>>> >> > > > > > > "170000",
>>> >> > > > > > > > >> > > "180000",
>>> >> > > > > > > > >> > > > > > > > "190000",
>>> >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
>>> >> "230000"
>>> >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>>> >> > metplus.StatAnalysis
>>> >> > > > > > > > >> > > > > > (command_builder.py:254)
>>> >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>>> >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I
took
>>> this
>>> >> file
>>> >> > > over
>>> >> > > > > > from
>>> >> > > > > > > > >> another
>>> >> > > > > > > > >> > > > V3.0
>>> >> > > > > > > > >> > > > > > > > > > > > location,
>>> >> > > > > > > > >> > > > > > > > > > > > assuming that this would
be
>>> >> > acceptable.
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
>>> >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
>>> >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
>>> >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > > --
>>> >> > > > > > > > >> > > > > > > > > Edward Strobach
>>> >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > >> > > > > > > > > IMSG Contractor
>>> >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
>>> >> > > > > > > > >> > > > > > > > > 301-683-3717
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > > --
>>> >> > > > > > > > >> > > > > > > > George McCabe - Software
Engineer III
>>> >> > > > > > > > >> > > > > > > > National Center for Atmospheric
>>> Research
>>> >> > > > > > > > >> > > > > > > > Research Applications Laboratory
>>> >> > > > > > > > >> > > > > > > > 303-497-2768
>>> >> > > > > > > > >> > > > > > > > ---
>>> >> > > > > > > > >> > > > > > > > My working day may not be your
working
>>> day.
>>> >> > > Please
>>> >> > > > > do
>>> >> > > > > > > not
>>> >> > > > > > > > >> feel
>>> >> > > > > > > > >> > > > > obliged
>>> >> > > > > > > > >> > > > > > to
>>> >> > > > > > > > >> > > > > > > > reply to this email outside of
your
>>> normal
>>> >> > > working
>>> >> > > > > > > hours.
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > > --
>>> >> > > > > > > > >> > > > > > > Edward Strobach
>>> >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > >> > > > > > > IMSG Contractor
>>> >> > > > > > > > >> > > > > > > Cubicle#: 2029
>>> >> > > > > > > > >> > > > > > > 301-683-3717
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > > --
>>> >> > > > > > > > >> > > > > > George McCabe - Software Engineer
III
>>> >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
>>> >> > > > > > > > >> > > > > > Research Applications Laboratory
>>> >> > > > > > > > >> > > > > > 303-497-2768
>>> >> > > > > > > > >> > > > > > ---
>>> >> > > > > > > > >> > > > > > My working day may not be your
working day.
>>> >> Please
>>> >> > > do
>>> >> > > > > not
>>> >> > > > > > > feel
>>> >> > > > > > > > >> > > obliged
>>> >> > > > > > > > >> > > > to
>>> >> > > > > > > > >> > > > > > reply to this email outside of your
normal
>>> >> working
>>> >> > > > > hours.
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > > --
>>> >> > > > > > > > >> > > > > Edward Strobach
>>> >> > > > > > > > >> > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > >> > > > > IMSG Contractor
>>> >> > > > > > > > >> > > > > Cubicle#: 2029
>>> >> > > > > > > > >> > > > > 301-683-3717
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > > --
>>> >> > > > > > > > >> > > > George McCabe - Software Engineer III
>>> >> > > > > > > > >> > > > National Center for Atmospheric Research
>>> >> > > > > > > > >> > > > Research Applications Laboratory
>>> >> > > > > > > > >> > > > 303-497-2768
>>> >> > > > > > > > >> > > > ---
>>> >> > > > > > > > >> > > > My working day may not be your working
day.
>>> Please
>>> >> do
>>> >> > > not
>>> >> > > > > feel
>>> >> > > > > > > > >> obliged
>>> >> > > > > > > > >> > to
>>> >> > > > > > > > >> > > > reply to this email outside of your
normal
>>> working
>>> >> > > hours.
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > --
>>> >> > > > > > > > >> > > Julie Prestopnik
>>> >> > > > > > > > >> > > Software Engineer
>>> >> > > > > > > > >> > > National Center for Atmospheric Research
>>> >> > > > > > > > >> > > Research Applications Laboratory
>>> >> > > > > > > > >> > > Phone: 303.497.8399
>>> >> > > > > > > > >> > > Email: jpresto at ucar.edu
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > > My working day may not be your working
day.
>>> Please
>>> >> do
>>> >> > not
>>> >> > > > > feel
>>> >> > > > > > > > >> obliged
>>> >> > > > > > > > >> > to
>>> >> > > > > > > > >> > > reply to this email outside of your normal
>>> working
>>> >> > hours.
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> > >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> > --
>>> >> > > > > > > > >> > Edward Strobach
>>> >> > > > > > > > >> > EMC/NCEP/NWS/
>>> >> > > > > > > > >> > IMSG Contractor
>>> >> > > > > > > > >> > Cubicle#: 2029
>>> >> > > > > > > > >> > 301-683-3717
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >> >
>>> >> > > > > > > > >>
>>> >> > > > > > > > >> --
>>> >> > > > > > > > >> Julie Prestopnik
>>> >> > > > > > > > >> Software Engineer
>>> >> > > > > > > > >> National Center for Atmospheric Research
>>> >> > > > > > > > >> Research Applications Laboratory
>>> >> > > > > > > > >> Phone: 303.497.8399
>>> >> > > > > > > > >> Email: jpresto at ucar.edu
>>> >> > > > > > > > >>
>>> >> > > > > > > > >> My working day may not be your working day.
Please
>>> do
>>> >> not
>>> >> > > feel
>>> >> > > > > > > obliged
>>> >> > > > > > > > to
>>> >> > > > > > > > >> reply to this email outside of your normal
working
>>> hours.
>>> >> > > > > > > > >>
>>> >> > > > > > > > >>
>>> >> > > > > > > > >
>>> >> > > > > > > > > --
>>> >> > > > > > > > > Edward Strobach
>>> >> > > > > > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > > IMSG Contractor
>>> >> > > > > > > > > Cubicle#: 2029
>>> >> > > > > > > > > 301-683-3717
>>> >> > > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > > > --
>>> >> > > > > > > > Edward Strobach
>>> >> > > > > > > > EMC/NCEP/NWS/
>>> >> > > > > > > > IMSG Contractor
>>> >> > > > > > > > Cubicle#: 2029
>>> >> > > > > > > > 301-683-3717
>>> >> > > > > > > >
>>> >> > > > > > > >
>>> >> > > > > > >
>>> >> > > > > > > --
>>> >> > > > > > > Julie Prestopnik
>>> >> > > > > > > Software Engineer
>>> >> > > > > > > National Center for Atmospheric Research
>>> >> > > > > > > Research Applications Laboratory
>>> >> > > > > > > Phone: 303.497.8399
>>> >> > > > > > > Email: jpresto at ucar.edu
>>> >> > > > > > >
>>> >> > > > > > > My working day may not be your working day.  Please
do not
>>> >> feel
>>> >> > > > obliged
>>> >> > > > > > to
>>> >> > > > > > > reply to this email outside of your normal working
hours.
>>> >> > > > > > >
>>> >> > > > > > >
>>> >> > > > > >
>>> >> > > > > > --
>>> >> > > > > > Edward Strobach
>>> >> > > > > > EMC/NCEP/NWS/
>>> >> > > > > > IMSG Contractor
>>> >> > > > > > Cubicle#: 2029
>>> >> > > > > > 301-683-3717
>>> >> > > > > >
>>> >> > > > > >
>>> >> > > > >
>>> >> > > > > --
>>> >> > > > > Julie Prestopnik
>>> >> > > > > Software Engineer
>>> >> > > > > National Center for Atmospheric Research
>>> >> > > > > Research Applications Laboratory
>>> >> > > > > Phone: 303.497.8399
>>> >> > > > > Email: jpresto at ucar.edu
>>> >> > > > >
>>> >> > > > > My working day may not be your working day.  Please do
not
>>> feel
>>> >> > obliged
>>> >> > > > to
>>> >> > > > > reply to this email outside of your normal working
hours.
>>> >> > > > >
>>> >> > > > >
>>> >> > > >
>>> >> > > > --
>>> >> > > > Edward Strobach
>>> >> > > > EMC/NCEP/NWS/
>>> >> > > > IMSG Contractor
>>> >> > > > Cubicle#: 2029
>>> >> > > > 301-683-3717
>>> >> > > >
>>> >> > > >
>>> >> > >
>>> >> > > --
>>> >> > > George McCabe - Software Engineer III
>>> >> > > National Center for Atmospheric Research
>>> >> > > Research Applications Laboratory
>>> >> > > 303-497-2768
>>> >> > > ---
>>> >> > > My working day may not be your working day. Please do not
feel
>>> >> obliged to
>>> >> > > reply to this email outside of your normal working hours.
>>> >> > >
>>> >> > >
>>> >> >
>>> >> > --
>>> >> > Edward Strobach
>>> >> > EMC/NCEP/NWS/
>>> >> > IMSG Contractor
>>> >> > Cubicle#: 2029
>>> >> > 301-683-3717
>>> >> >
>>> >> >
>>> >>
>>> >> --
>>> >> George McCabe - Software Engineer III
>>> >> National Center for Atmospheric Research
>>> >> Research Applications Laboratory
>>> >> 303-497-2768
>>> >> ---
>>> >> My working day may not be your working day. Please do not feel
>>> obliged to
>>> >> reply to this email outside of your normal working hours.
>>> >>
>>> >>
>>> >
>>> > --
>>> > Edward Strobach
>>> > EMC/NCEP/NWS/
>>> > IMSG Contractor
>>> > Cubicle#: 2029
>>> > 301-683-3717
>>> >
>>>
>>>
>>> --
>>> Edward Strobach
>>> EMC/NCEP/NWS/
>>> IMSG Contractor
>>> Cubicle#: 2029
>>> 301-683-3717
>>>
>>>
>>
>> --
>> George McCabe - Software Engineer III
>> National Center for Atmospheric Research
>> Research Applications Laboratory
>> 303-497-2768
>> ---
>> My working day may not be your working day. Please do not feel
obliged to
>> reply to this email outside of your normal working hours.
>>
>
>
> --
>
> Mallory Row
>
> IMSG at NOAA/NWS/NCEP/EMC
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Julie Prestopnik
Time: Thu Jun 04 13:52:38 2020

Hi Edward.

Are you working on "surge" or "venus"?  I thought you were working on
venus, but the path that you listed earlier:

> /gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin
>
is on "surge".

The corresponding location on "venus" is:

> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/bin

which is why I had thought I set up the link to bin there yesterday
(because I actually had).

My apologies for the confusion.  It's a bit confusing to be able to
access
the directories for the install location on "surge" on "venus".  We
have to
be careful with that because the modules that are loaded aew different
for
each machine.

Please let me know if you have any questions regarding the machines
and
paths.  I'm not sure why the code was looking for the path on
"surge"...
Please check your loaded paths to ensure that you are loading from the
/gpfs/dell2 if you are working on venus and /gpfs/hps3 if you are
working
on "surge", however, I don't believe I have a metplus modulefile on
that
machine yet.

Julie

On Thu, Jun 4, 2020 at 10:57 AM Julie Prestopnik <jpresto at ucar.edu>
wrote:

> Hi Ed.  My apologies.  You are correct in that there was no bin
> directory.  I have since linked a bin directory to the exec
directory where
> the executables lived (although I thought I had done that
yesterday...).
> You don't need to change anything.  Please give it another try.
>
> Thanks.
>
> Julie
>
> On Thu, Jun 4, 2020 at 10:53 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>
>> There were a couple of leftover errors, but I think I resolved them
except
>> one.  The two that were resolved were related to UnboundError and
>> NameError.  However, the one that I can't see to resolve is this:
>> FileNotFoundError: [Errno 2] No such file or directory:
>>
>>
'/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin/stat_analysis'
>>
>> I looked to see if my setup had this, but it seems that it doesn't.
Is
>> there a stat_analysis location that I can source from?
>>
>> I also made sure to follow George's suggestion; now my set-up looks
>> cleaner
>> and less confusing.  Thanks for the pointers!
>>
>>
>> On Wed, Jun 3, 2020 at 5:02 PM George McCabe via RT
<met_help at ucar.edu>
>> wrote:
>>
>> > Which machine are you running on? The instructions for the NOAA
machines
>> > vary.
>> >
>> > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate
via RT <
>> > met_help at ucar.edu> wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > >
>> > > The first line is under my .bashrc in /u/Edward.Strobach.
>> > >
>> > > The second line was added and that's when I got the following:
>> > >
>> > > [Edward.Strobach at v72a1 ~]$ module use
>> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
>> > > Lmod has detected the following error:  The following module(s)
are
>> > > unknown: "metplus/3.0.1"
>> > >
>> > > Please check the spelling or version number. Also try "module
spider
>> ..."
>> > > It is also possible your cache file is out-of-date; it may help
to
>> try:
>> > >   $ module --ignore-cache load "metplus/3.0.1"
>> > >
>> > > Also make sure that all modulefiles written in TCL start with
the
>> string
>> > > #%Module
>> > >
>> > >
>> > >
>> > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
>> met_help at ucar.edu>
>> > > wrote:
>> > >
>> > > > Hi Edward,
>> > > >
>> > > > Did you run this first?
>> > > >
>> > > > module use
>> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > >
>> > > > I believe you need to run that so it can find the
metplus/3.0.1
>> module.
>> > > >
>> > > >
>> > > >
>> > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate via
>> RT
>> > <
>> > > > met_help at ucar.edu> wrote:
>> > > >
>> > > > >
>> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > > > >
>> > > > > There was only one mention of deprecated, and it was at the
top of
>> > the
>> > > > log
>> > > > > "Checking for deprecated env..".  There were no other
mentions;
>> > > however,
>> > > > > there were warnings for certain variables not being set.
Other
>> than
>> > > that
>> > > > I
>> > > > > get DEBUG messages - presumably because I set things to
DEBUG -
>> and
>> > > those
>> > > > > two error messages.
>> > > > >
>> > > > > I figured the second was related to the first.  A reference
to
>> > > libraries
>> > > > > makes me feel like it's an environment issue, but my bashrc
is
>> > already
>> > > > set
>> > > > > up with the recommended Dell modules settings.
>> > > > >
>> > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
>> > met_help at ucar.edu
>> > > >
>> > > > > wrote:
>> > > > >
>> > > > > > Hi Edward,
>> > > > > >
>> > > > > > Even if you don't run the validate script, METplus should
error
>> out
>> > > > > > immediately and give you a list of variables that are
deprecated
>> > and
>> > > a
>> > > > > > suggestion if possible, so I am guessing that the changes
>> weren't
>> > > > > covered.
>> > > > > >
>> > > > > > The 2nd error is related to the first. The libpython
error is
>> what
>> > > came
>> > > > > > from the actual call to stat_analysis and the 2nd error
is just
>> > > telling
>> > > > > you
>> > > > > > that the stat_analysis command returned non-zero value,
which
>> means
>> > > > that
>> > > > > it
>> > > > > > failed.
>> > > > > >
>> > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
Affiliate
>> via
>> > > RT
>> > > > <
>> > > > > > met_help at ucar.edu> wrote:
>> > > > > >
>> > > > > > >
>> > > > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> >
>> > > > > > >
>> > > > > > > I think I've already removed the out-of-date variable
names
>> with
>> > > the
>> > > > > v3.1
>> > > > > > > names.  I can look into that option if this proves not
to be
>> an
>> > > > > > environment
>> > > > > > > issue.  I do know that I was pretty carefully making
the
>> changes
>> > > > > between
>> > > > > > > versions, but I could have still missed something.
>> > > > > > >
>> > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
>> > > > met_help at ucar.edu
>> > > > > >
>> > > > > > > wrote:
>> > > > > > >
>> > > > > > > > Hi Edward,
>> > > > > > > >
>> > > > > > > > I'm not sure if I mentioned this to you or not, but
there
>> is a
>> > > > > section
>> > > > > > in
>> > > > > > > > the User's Guide about updating config variables from
older
>> > > > versions:
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> > > > > > > >
>> > > > > > > > In the last sub-section of that section, it describes
a tool
>> > > called
>> > > > > > > > validate_config.py that can be run the same way as
>> > > > master_metplus.py
>> > > > > > > > (passing in configs with -c) and it will step you
through
>> find
>> > > and
>> > > > > > > replace
>> > > > > > > > commands to update your configuration files.
>> > > > > > > >
>> > > > > > > > However, this tool only works if deprecated variables
are
>> added
>> > > to
>> > > > > the
>> > > > > > > > list to be processed. I added many of the variables
that
>> were
>> > > > changed
>> > > > > > in
>> > > > > > > > StatAnalysis and MakePlots wrappers, but I am not
very
>> familiar
>> > > > with
>> > > > > > this
>> > > > > > > > wrapper so I may have missed some.
>> > > > > > > >
>> > > > > > > > I apologize that this has been such a tedious process
for
>> you.
>> > If
>> > > > > you'd
>> > > > > > > > like to send me your current version I can use that
info to
>> > > update
>> > > > > this
>> > > > > > > > functionality to make things easier going forward.
>> > > > > > > >
>> > > > > > > > Thanks,
>> > > > > > > > George
>> > > > > > > >
>> > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
>> > > > > > > > > Hi Edward,
>> > > > > > > > >
>> > > > > > > > > The first error looks like an environment issue.
You may
>> have
>> > > > some
>> > > > > > > > > disconnect in the module loads you ran. I would
purge the
>> > > > modules,
>> > > > > > > > > then try
>> > > > > > > > > to set up the environment to run METplus again
(listed
>> here
>> > for
>> > > > > > > > > reference:
>> > > > > > > > >
>> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
>> > > > > > > > > builds)
>> > > > > > > > >
>> > > > > > > > > I don't see red text through MET-Help and I'm not
seeing
>> the
>> > > > second
>> > > > > > > > > error,
>> > > > > > > > > but hopefully clearing up the environment issues
resolves
>> the
>> > > 2nd
>> > > > > > > > > issue.
>> > > > > > > > > Please let me know if it does not.
>> > > > > > > > >
>> > > > > > > > > Also, I have been trying to clean up StatAnalysis
and
>> > MakePlots
>> > > > > > > > > wrappers,
>> > > > > > > > > so any information you could provide on things that
didn't
>> > work
>> > > > > that
>> > > > > > > > > you
>> > > > > > > > > had to change from the examples would be very
helpful.
>> > > > > > > > >
>> > > > > > > > > Thanks,
>> > > > > > > > > George
>> > > > > > > > >
>> > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach -
NOAA
>> > > Affiliate
>> > > > > via
>> > > > > > > > > RT <
>> > > > > > > > > met_help at ucar.edu> wrote:
>> > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was acted
upon.
>> > > > > > > > > > Transaction: Ticket created by
edward.strobach at noaa.gov
>> > > > > > > > > >        Queue: met_help
>> > > > > > > > > >      Subject: command_builder.py error
>> > > > > > > > > >        Owner: Nobody
>> > > > > > > > > >   Requestors: edward.strobach at noaa.gov
>> > > > > > > > > >       Status: new
>> > > > > > > > > >  Ticket <URL:
>> > > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Good afternoon,
>> > > > > > > > > >
>> > > > > > > > > > I'm in the process of converting StatAnalysis
>> andMakePlots
>> > to
>> > > > > > metplus
>> > > > > > > > > > version 3.0 format from 2.1.
>> > > > > > > > > >
>> > > > > > > > > > I've isolated the commands that are deprecated,
replaced
>> > the
>> > > > > > > > > > functions that
>> > > > > > > > > > no longer exist, and finished debugging some
issues
>> related
>> > > to
>> > > > > time
>> > > > > > > > > > string
>> > > > > > > > > > formatting.  In side my log file (located here: *
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> > > > > > > > > > there is are two errors - possibly related -
>> highlighted in
>> > > red
>> > > > > > > > > > below.  The
>> > > > > > > > > > first one points to a library issue.  The
directory in
>> > > question
>> > > > > > > > > > exists, but
>> > > > > > > > > > there is nothing in it.  Is that the referenced
library
>> is
>> > > > > expected
>> > > > > > > > > > to
>> > > > > > > > > > reside there?  The second issue, which is not too
>> > revealing,
>> > > > > points
>> > > > > > > > > > to the
>> > > > > > > > > > STATAnalysisConfig file, which I think is somehow
>> related
>> > to
>> > > > the
>> > > > > > > > > > first
>> > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
>> another
>> > > > > metplus
>> > > > > > > > > > location that I've been working on into a
directory I
>> > created
>> > > > to
>> > > > > > put
>> > > > > > > > > > the
>> > > > > > > > > > copied version there.  The STATAnalysisConfig
directory
>> was
>> > > > taken
>> > > > > > > > > > from a
>> > > > > > > > > > V.3.1 location, so I assumed that the layout of
the file
>> > > would
>> > > > be
>> > > > > > > > > > okay.
>> > > > > > > > > > The information below seems like what I want.
I'm
>> looping
>> > > over
>> > > > > 06,
>> > > > > > > > > > 12
>> > > > > > > > > > initial times and grouping the 00-23 VALID hours
for
>> each
>> > > day.
>> > > > > > > > > >
>> > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > -lookin
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > -config
>> > > > > > > > > >
>> > > > > > > > > >
>> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
>> > > (command_runner.py:124)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > app_name is: stat_analysis, output sent to:
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> > > > > > > > > > MET OUTPUT:
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> > > > > > > > > > error while loading shared libraries:
>> libpython3.6m.so.1.0:
>> > > > > cannot
>> > > > > > > > > > open
>> > > > > > > > > > shared object file: No such file or directory
>> > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
>> > > (command_runner.py:191)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > Finished running
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > in
>> > > > > > > > > > 0:00:00.204271
>> > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
>> > > > (command_builder.py:100)
>> > > > > > > > > > ERROR:
>> > > > > > > > > > (command_builder.py:733) MET command returned a
non-zero
>> > > return
>> > > > > > code:
>> > > > > > > > > >
>> > > > > > > >
>> > > > > >
>> > > >
>> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > > > > > > > > -lookin
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > -config
>> > > > > > > > > >
>> > > > > > > > > >
>> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check the
>> > > logfile
>> > > > > for
>> > > > > > > > > > more
>> > > > > > > > > > information on why it failed
>> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:788)
>> > > > > > > > > > DEBUG: Building dump_row filename from default
template:
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1833)
>> > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
>> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: ALPHA:
>> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: COV_THRESH:
>> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: DESC:
>> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_LEAD: "000000"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_THRESH:
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_UNITS:
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
>> > > "030000",
>> > > > > > > > > > "040000",
>> > > > > > > > > > "050000", "060000", "070000", "080000", "090000",
>> "100000",
>> > > > > > "110000",
>> > > > > > > > > > "120000", "130000", "140000", "150000", "160000",
>> "170000",
>> > > > > > "180000",
>> > > > > > > > > > "190000", "200000", "210000", "220000", "230000"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: INTERP_PNTS:
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: MODEL: "AQ"
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_LEAD:
>> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_THRESH:
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_UNITS:
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_VALID_HOUR:
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_VAR: "COPO"
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: VX_MASK: "FULL"
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: -lookin:
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: JOB: -job filter -dump_row
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: FCST_INIT_END:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_VALID_END:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > > > > > > > (stat_analysis_wrapper.py:1836)
>> > > > > > > > > > DEBUG: OBS_INIT_END:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:140)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > >
>> > > > >
>> > > >
>> > >
>> >
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > ALPHA=
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > COV_THRESH=
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > DESC=
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_INIT_BEG=
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_INIT_END=
>> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_INIT_HOUR="120000"
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_LEAD="000000"
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_LEVEL="A1"
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_THRESH=
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_UNITS=
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_VALID_BEG=20200525_000000
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_VALID_END=20200525_230000
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
"030000",
>> > > > "040000",
>> > > > > > > > > > "050000",
>> > > > > > > > > > "060000", "070000", "080000", "090000", "100000",
>> "110000",
>> > > > > > "120000",
>> > > > > > > > > > "130000", "140000", "150000", "160000", "170000",
>> "180000",
>> > > > > > "190000",
>> > > > > > > > > > "200000", "210000", "220000", "230000"
>> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
>> > > > (command_builder.py:254)
>> > > > > > > > > > DEBUG:
>> > > > > > > > > > FCST_VAR="OZCON"
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > that appear to ori.  I took this file over from
another
>> > V3.0
>> > > > > > > > > > location,
>> > > > > > > > > > assuming that this would be acceptable.
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > > > > Edward Strobach
>> > > > > > > > > > EMC/NCEP/NWS/
>> > > > > > > > > > IMSG Contractor
>> > > > > > > > > > Cubicle#: 2029
>> > > > > > > > > > 301-683-3717
>> > > > > > > > > >
>> > > > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > > >
>> > > > > > >
>> > > > > > > --
>> > > > > > > Edward Strobach
>> > > > > > > EMC/NCEP/NWS/
>> > > > > > > IMSG Contractor
>> > > > > > > Cubicle#: 2029
>> > > > > > > 301-683-3717
>> > > > > > >
>> > > > > > >
>> > > > > >
>> > > > > > --
>> > > > > > George McCabe - Software Engineer III
>> > > > > > National Center for Atmospheric Research
>> > > > > > Research Applications Laboratory
>> > > > > > 303-497-2768
>> > > > > > ---
>> > > > > > My working day may not be your working day. Please do not
feel
>> > > obliged
>> > > > to
>> > > > > > reply to this email outside of your normal working hours.
>> > > > > >
>> > > > > >
>> > > > >
>> > > > > --
>> > > > > Edward Strobach
>> > > > > EMC/NCEP/NWS/
>> > > > > IMSG Contractor
>> > > > > Cubicle#: 2029
>> > > > > 301-683-3717
>> > > > >
>> > > > >
>> > > >
>> > > > --
>> > > > George McCabe - Software Engineer III
>> > > > National Center for Atmospheric Research
>> > > > Research Applications Laboratory
>> > > > 303-497-2768
>> > > > ---
>> > > > My working day may not be your working day. Please do not
feel
>> obliged
>> > to
>> > > > reply to this email outside of your normal working hours.
>> > > >
>> > > >
>> > >
>> > > --
>> > > Edward Strobach
>> > > EMC/NCEP/NWS/
>> > > IMSG Contractor
>> > > Cubicle#: 2029
>> > > 301-683-3717
>> > >
>> > >
>> >
>> > --
>> > George McCabe - Software Engineer III
>> > National Center for Atmospheric Research
>> > Research Applications Laboratory
>> > 303-497-2768
>> > ---
>> > My working day may not be your working day. Please do not feel
obliged
>> to
>> > reply to this email outside of your normal working hours.
>> >
>> >
>>
>> --
>> Edward Strobach
>> EMC/NCEP/NWS/
>> IMSG Contractor
>> Cubicle#: 2029
>> 301-683-3717
>>
>>
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>


--
Julie Prestopnik
Software Engineer
National Center for Atmospheric Research
Research Applications Laboratory
Phone: 303.497.8399
Email: jpresto at ucar.edu

My working day may not be your working day.  Please do not feel
obliged to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 13:53:46 2020

Edward,

I would recommend keeping your output directory separate from your
input
directory if possible to avoid accidentally removing input data when
cleaning up.

Mallory,

Thanks for the info on what needs to change. I will take a look. In
the
meantime, do you have any suggestions for Edward so he can continue
moving
forward or do these changes need to be done first?

Thanks,
George

On Thu, Jun 4, 2020 at 1:06 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> your settings do not look much different than mine.  I see that you
have
> chosen one option for MAKE_PLOTS_STATS_LIST and one option for
> LINE_TYPE_LIST.  I had multiple options chosen for that.  I guess
it's work
> choosing just one to see what happens.  You keep LOOP_LIST_ITEMS
empty
> where I defined mine as FCST_INIT_HOUR_LIST.  I do that because I
have 06
> and 12z data that I'm processing. You set
MAKE_PLOTS_EVENT_EQUALIZATION as
> False.  Mine is true, but I don't think that matters.  Every thing
else
> looks pretty much the same.  I'm not worried about my directories
really.
> The *LOOKIN* directory is pointing to the files that I want to be
> processed.  Within that same directory I create a series of other
> directories where plots and new stat files will be stored.
>
> On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Hi Edward,
> >
> > I have been working through issues with StatAnalysis and MakePlots
> together
> > and discovered a few things that might help with your case.
> >
> > - The StatAnalysis output file that was created was empty. This is
> because
> > the configurations in StatAnalysis.conf were set so that all the
lines
> were
> > being discarded. I was able to change these settings to get output
from
> > StatAnalysis, however, the output file expected by MakePlots
expected the
> > level values in the filename, which contain commas since they are
NetCDF
> > data.
> >
> > /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
> >
> >
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
> >
> > Attached is the conf file I used that was able to get output from
> > StatAnalysis, but still fails running MakePlots. I hope that
helps.
> >
> > I am copying Mallory on here to see if she has run these tools on
NetCDF
> > data and if she was able to configure METplus to use different
names to
> > read the data in MakePlots. Mallory, do you have any ideas?
> >
> > Thanks,
> > George
> >
> > On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >
> > > Despite all these efforts I still arrive at similar issues.  The
issues
> > > that I thought I resolved were not actually resolved.  I looked
on the
> > > metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST
were
> set.
> > > I originally used what I defined from my environment.  When that
didn't
> > > work I set it empty.  Looking at the metplus guide, I only saw
examples
> > > where they set as empty.  the plot_time_series.py (and others)
didn't
> > seem
> > > to like that and required that it be set.  Setting it also did
not bode
> > > well.  I'm sure this is related to MakePlots since StatAnalysis
only
> > > processes the data into .stat form.  This is becoming painful
because I
> > > can't move forward on anything.  Additionally, if I process
statistics
> > such
> > > as this:
> > > export plot_stats_list="bias, rmse, fbar_obar"
> > > do I need to loop through that?
> > >
> > >
> > >
> > > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA Affiliate
<
> > > edward.strobach at noaa.gov> wrote:
> > >
> > > > That explanation was very helpful. Thanks George.  I'll make
> > adjustments
> > > > in the machine.conf that are general to all cases while
defining case
> > > > specific details in the plot*conf
> > > >
> > > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
> > met_help at ucar.edu>
> > > > wrote:
> > > >
> > > >> Hi Edward,
> > > >>
> > > >> Think of the machine conf as a conf file that corresponds to
a user
> > and
> > > >> machine where you are running. It contains settings that will
be
> > applied
> > > >> to
> > > >> every run of METplus on that machine as that user. I often
name mine
> > > >> containing my username and machine I am using it on to make
it clear
> > to
> > > me
> > > >> what it is used for. Here is an example of what is in a conf
file
> > called
> > > >> mccabe.kiowa.conf:
> > > >>
> > > >> [dir]
> > > >> OUTPUT_BASE = /d1/personal/mccabe/out
> > > >>
> > > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> > > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> > > >>
> > > >> [config]
> > > >> LOG_LEVEL = DEBUG
> > > >> #LOG_MET_VERBOSITY = 5
> > > >> #DO_NOT_RUN_EXE = yes
> > > >> #LOG_TIMESTAMP_USE_DATATIME = True
> > > >> #LOG_MET_OUTPUT_TO_METPLUS=no
> > > >>
> > > >> [exe]
> > > >> WGRIB2 = /usr/local/bin/wgrib2
> > > >> CUT = /usr/bin/cut
> > > >> TR = /usr/bin/tr
> > > >> RM = /bin/rm
> > > >> NCAP2 = /usr/local/nco/bin/ncap2
> > > >> CONVERT = /usr/bin/convert
> > > >> NCDUMP = /usr/local/netcdf/bin/ncdump
> > > >> EGREP = /bin/egrep
> > > >>
> > > >>
> > > >> It sets up my environment to run. I also leave a few logging
items
> > > >> commented out so I can easily change things when I am
debugging,
> like
> > > >> boosting the MET log verbosity. Once I am set up on a new
computer,
> I
> > > >> rarely change anything in this file except for OUTPUT_BASE
(if I
> want
> > to
> > > >> write output to a different directory) or changing logging
settings.
> > The
> > > >> location of the input data won't change, and the MET install
dir
> will
> > > only
> > > >> change when a new version of MET is released. Since you are
running
> on
> > > >> NOAA
> > > >> machines that use module loads, you don't need to set any of
the
> [exe]
> > > >> items since they are found in the path.
> > > >>
> > > >> Think of the plot*.conf as a use case configuration file. It
> contains
> > > >> information specific to that use case you need to run. It
shouldn't
> > > >> contain
> > > >> any variables from the user environment conf, but it can
reference
> > these
> > > >> values in other variables, such as setting an _OUTPUT_DIR to
a path
> > > >> relative to OUTPUT_BASE, i.e.
> > > >>
> > > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> > > >>
> > > >>
> > > >> When you want to run your use case, you will pass in the use
case
> conf
> > > >> files first, then your user environment conf last. This
ensures that
> > if
> > > a
> > > >> variable like OUTPUT_BASE is set in another conf when it
shouldn't
> be,
> > > >> then
> > > >> your user conf will have the final say and overwrite any
values set
> > > >> earlier. Here is an example:
> > > >>
> > > >> master_metplus.py -c
> > > >>
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
> > > >> ~/mccabe.kiowa.conf
> > > >>
> > > >> I hope that helps clear up what belongs in each of these conf
files.
> > Let
> > > >> me
> > > >> know if you have any other questions or concerns.
> > > >>
> > > >> Thanks,
> > > >> George
> > > >>
> > > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA
Affiliate via
> > RT <
> > > >> met_help at ucar.edu> wrote:
> > > >>
> > > >> >
> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > >> >
> > > >> > I understand George.  I haven't adopted best practices
quite yet I
> > > >> guess.
> > > >> > My confusion lies in separating machine.conf and the
plot*.conf.
> > I've
> > > >> been
> > > >> > duplicating the definitions in both because it's not clear
to me
> > what
> > > >> > belongs in machine.conf and what should belong in the
other.
> > Perhaps
> > > >> what
> > > >> > I'll do is try to clean up the machine.conf and share with
you the
> > new
> > > >> conf
> > > >> > files so that it is easier to follow.  In truth, I'm hoping
to
> learn
> > > >> from
> > > >> > this process so that I can create verification packages
through
> > > metplus
> > > >> in
> > > >> > an efficient way. Right now it's growing pains.
> > > >> >
> > > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
> > > met_help at ucar.edu>
> > > >> > wrote:
> > > >> >
> > > >> > > Hi Edward,
> > > >> > >
> > > >> > > I'm taking a look at your config files to try to see if I
can
> see
> > > >> > anything
> > > >> > > obvious that is wrong. It is a little confusing to follow
the
> way
> > > you
> > > >> > have
> > > >> > > it set up where you set a variable in one file, then
reference
> it
> > in
> > > >> the
> > > >> > > next. It would make a little more sense to keep your
machine
> conf
> > > >> pretty
> > > >> > > clean, with only top level configurations, like
INPUT_BASE,
> > > >> OUTPUT_BASE,
> > > >> > > MET_INSTALL_DIR (from the [dir] section, the others in
> > > machine_v3.conf
> > > >> > > aren't needed), anything in the [exe] section, and system
wide
> > > >> settings,
> > > >> > > like LOG_ variables. The rest of the variables make more
sense
> to
> > > put
> > > >> in
> > > >> > > the use case conf file only, i.e. instead of setting
> > > >> > >
> > > >> > > VALIDBEG = {ENV[VALID_B]}
> > > >> > > VALIDEND = {ENV[VALID_E]}
> > > >> > >
> > > >> > >  in machine_v3.conf and setting
> > > >> > >
> > > >> > > VALID_BEG = {VALIDBEG}
> > > >> > > VALID_END = {VALIDEND}
> > > >> > >
> > > >> > > in the plot conf, just set
> > > >> > >
> > > >> > > VALID_BEG = {ENV[VALID_B]}
> > > >> > > VALID_END = {ENV[VALID_E]}
> > > >> > >
> > > >> > > in the plot conf. This will make it easier to follow
instead of
> > > >> having to
> > > >> > > hop between 3 files.
> > > >> > >
> > > >> > > If you'd like, you could tar up the input files to
StatAnalysis
> > and
> > > I
> > > >> can
> > > >> > > have Julie or someone else pull them down so I can try to
work
> > > through
> > > >> > the
> > > >> > > errors locally. I am also happy to set up a meeting where
you
> can
> > > >> screen
> > > >> > > share and we can go through the errors together. Let me
know
> what
> > > you
> > > >> > > think.
> > > >> > >
> > > >> > > Thanks,
> > > >> > > George
> > > >> > >
> > > >> > >
> > > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate
> > via
> > > >> RT <
> > > >> > > met_help at ucar.edu> wrote:
> > > >> > >
> > > >> > > >
> > > >> > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> > > >> > > >
> > > >> > > > will do!
> > > >> > > >
> > > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT
<
> > > >> > > met_help at ucar.edu>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > > > No worries!  We're happy to help.  We hope you'll get
a
> > > successful
> > > >> > run.
> > > >> > > > > Please let us know how it goes.
> > > >> > > > >
> > > >> > > > > Julie
> > > >> > > > >
> > > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach - NOAA
> > Affiliate
> > > >> via
> > > >> > RT
> > > >> > > <
> > > >> > > > > met_help at ucar.edu> wrote:
> > > >> > > > >
> > > >> > > > > >
> > > >> > > > > > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > >> > > > > >
> > > >> > > > > > Okay. I think I understand that error now.  I'm
sorry I
> > > >> overlooked
> > > >> > > > > that.  I
> > > >> > > > > > kept thinking that something else was going on.
Thanks
> Julie
> > > and
> > > >> > > George
> > > >> > > > > >
> > > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik via
RT <
> > > >> > > > > met_help at ucar.edu>
> > > >> > > > > > wrote:
> > > >> > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > Note that your job1_v3 points to met-9.0 not
met-9.0.1
> > and
> > > >> to
> > > >> > > > > > METplus-3.0
> > > >> > > > > > > > not METplus-3.0.1.
> > > >> > > > > > > >
> > > >> > > > > > > That is true in a few places:
> > > >> > > > > > >
> > > >> > > > > > > > export
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > >> > > > > > > > export
> > > >> > > > >
> > HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > >> > > > > > > >
> > > >> > > > > > > export METplus_version="3.0"
> > > >> > > > > > > > export MET_version="9.0"
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > In addition to changing those, you should also
change:
> > > >> > > > > > >
> > > >> > > > > > > > export
> > > >> > > > > >
> > > >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > >> > > > > > >
> > > >> > > > > > > to
> > > >> > > > > > >
> > > >> > > > > > > > export NCDUMP="
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > Julie
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach -
NOAA
> > > >> Affiliate
> > > >> > via
> > > >> > > > RT
> > > >> > > > > <
> > > >> > > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > >
> > > >> > > > > > > >
> > > >> > > > > > > > i managed to fix that weird issue.  I think you
should
> > be
> > > >> able
> > > >> > to
> > > >> > > > see
> > > >> > > > > > my
> > > >> > > > > > > > .bashrc now.  I'm going to look to see what I
did..
> > > >> > > > > > > >
> > > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach
- NOAA
> > > >> > Affiliate <
> > > >> > > > > > > > edward.strobach at noaa.gov> wrote:
> > > >> > > > > > > >
> > > >> > > > > > > > > l don't know.  I've never encountered this
issue.  I
> > > >> simply
> > > >> > > > copied
> > > >> > > > > > and
> > > >> > > > > > > > > pasted - or so I thought - the module
contents under
> > the
> > > >> > > > > > WCOSS-DELL.  I
> > > >> > > > > > > > can
> > > >> > > > > > > > > do pwd and see that I'm in
/u/Edward.Strobach, but
> > many
> > > >> other
> > > >> > > > > > commands
> > > >> > > > > > > do
> > > >> > > > > > > > > not work.  It's related to something I must
have
> done
> > in
> > > >> the
> > > >> > > > > .bashrc:
> > > >> > > > > > > > >
> > > >> > > > > > > > > -bash: export:
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
> > >  x!
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > >> > > > > > > > > not a valid identifier
> > > >> > > > > > > > >
> > > >> > > > > > > > > I've been at this too long and am probably
starting
> to
> > > >> make
> > > >> > > > > > mistakes..
> > > >> > > > > > > > >
> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie
Prestopnik via
> > RT <
> > > >> > > > > > > > met_help at ucar.edu>
> > > >> > > > > > > > > wrote:
> > > >> > > > > > > > >
> > > >> > > > > > > > >> Is there anything I can do to help?  I tried
to
> look
> > in
> > > >> > > > > > > > /u/Edward.Strobach
> > > >> > > > > > > > >> to see if I could access your .bashrc file,
> however,
> > I
> > > >> don't
> > > >> > > > even
> > > >> > > > > > see
> > > >> > > > > > > > >> a /u/Edward.Strobach directory, which I
don't fully
> > > >> > > > understand...
> > > >> > > > > > > > >>
> > > >> > > > > > > > >> Julie
> > > >> > > > > > > > >>
> > > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward
Strobach -
> NOAA
> > > >> > > Affiliate
> > > >> > > > > via
> > > >> > > > > > > RT <
> > > >> > > > > > > > >> met_help at ucar.edu> wrote:
> > > >> > > > > > > > >>
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > <URL:
> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc
> file
> > > in
> > > >> > such
> > > >> > > a
> > > >> > > > > way
> > > >> > > > > > > > that I
> > > >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck
until I
> > can
> > > >> deal
> > > >> > > with
> > > >> > > > > > that
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik
> via
> > > RT
> > > >> <
> > > >> > > > > > > > >> met_help at ucar.edu>
> > > >> > > > > > > > >> > wrote:
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > > Hi Edward and George.
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > I believe Edward is running on Venus but
> looking
> > at
> > > >> the
> > > >> > > > > > directions
> > > >> > > > > > > > for
> > > >> > > > > > > > >> > > Mars, because there was previously no
> modulefile
> > > for
> > > >> > > > > > metplus/3.0.1
> > > >> > > > > > > > on
> > > >> > > > > > > > >> > > Venus, but there was on Mars.  However,
I just
> > > >> created a
> > > >> > > > > > > modulefile
> > > >> > > > > > > > >> for
> > > >> > > > > > > > >> > > metplus/3.0.1 (which will load
met/9.0.1) on
> > Venus.
> > > >> > > Edward,
> > > >> > > > > > > please
> > > >> > > > > > > > >> start
> > > >> > > > > > > > >> > > fresh with a new login to Venus and try
> running:
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > > module use
> > > >> > > > > > > > >> > > >
> > > >> > > > > > >
> > > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > > > > > >> > > > module load metplus/3.0.1
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > Please let us know how the testing goes.
In
> the
> > > >> > meantime,
> > > >> > > > > I'll
> > > >> > > > > > > try
> > > >> > > > > > > > to
> > > >> > > > > > > > >> > > reproduce the problem you are
experiencing.  I
> > may
> > > >> need
> > > >> > > some
> > > >> > > > > > help
> > > >> > > > > > > > from
> > > >> > > > > > > > >> > > George, but hopefully, getting the right
> > > environment
> > > >> set
> > > >> > > up
> > > >> > > > > will
> > > >> > > > > > > > help
> > > >> > > > > > > > >> > > resolve the issue you are having.
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > Julie
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe
> via
> > > RT <
> > > >> > > > > > > > >> met_help at ucar.edu>
> > > >> > > > > > > > >> > > wrote:
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > <URL:
> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > Which machine are you running on? The
> > > instructions
> > > >> for
> > > >> > > the
> > > >> > > > > > NOAA
> > > >> > > > > > > > >> > machines
> > > >> > > > > > > > >> > > > vary.
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
> Strobach
> > -
> > > >> NOAA
> > > >> > > > > > Affiliate
> > > >> > > > > > > > via
> > > >> > > > > > > > >> RT
> > > >> > > > > > > > >> > <
> > > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > <URL:
> > > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > The first line is under my .bashrc
in
> > > >> > > > /u/Edward.Strobach.
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > The second line was added and that's
when I
> > got
> > > >> the
> > > >> > > > > > following:
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
use
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > >
> > > >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
load
> > > >> > metplus/3.0.1
> > > >> > > > > > > > >> > > > > Lmod has detected the following
error:  The
> > > >> > following
> > > >> > > > > > > module(s)
> > > >> > > > > > > > >> are
> > > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > Please check the spelling or version
> number.
> > > Also
> > > >> > try
> > > >> > > > > > "module
> > > >> > > > > > > > >> spider
> > > >> > > > > > > > >> > > ..."
> > > >> > > > > > > > >> > > > > It is also possible your cache file
is
> > > >> out-of-date;
> > > >> > it
> > > >> > > > may
> > > >> > > > > > > help
> > > >> > > > > > > > to
> > > >> > > > > > > > >> > try:
> > > >> > > > > > > > >> > > > >   $ module --ignore-cache load
> > "metplus/3.0.1"
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > Also make sure that all modulefiles
written
> > in
> > > >> TCL
> > > >> > > start
> > > >> > > > > > with
> > > >> > > > > > > > the
> > > >> > > > > > > > >> > > string
> > > >> > > > > > > > >> > > > > #%Module
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM
George
> McCabe
> > > via
> > > >> RT
> > > >> > <
> > > >> > > > > > > > >> > met_help at ucar.edu
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > > wrote:
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > > Hi Edward,
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > Did you run this first?
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > module use
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >>
> > > >> > > >
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > I believe you need to run that so
it can
> > find
> > > >> the
> > > >> > > > > > > > metplus/3.0.1
> > > >> > > > > > > > >> > > module.
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM
Edward
> > > Strobach
> > > >> -
> > > >> > > NOAA
> > > >> > > > > > > > Affiliate
> > > >> > > > > > > > >> via
> > > >> > > > > > > > >> > > RT
> > > >> > > > > > > > >> > > > <
> > > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > <URL:
> > > >> > > > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > There was only one mention of
> deprecated,
> > > >> and it
> > > >> > > was
> > > >> > > > > at
> > > >> > > > > > > the
> > > >> > > > > > > > >> top
> > > >> > > > > > > > >> > of
> > > >> > > > > > > > >> > > > the
> > > >> > > > > > > > >> > > > > > log
> > > >> > > > > > > > >> > > > > > > "Checking for deprecated env..".
There
> > > were
> > > >> no
> > > >> > > > other
> > > >> > > > > > > > >> mentions;
> > > >> > > > > > > > >> > > > > however,
> > > >> > > > > > > > >> > > > > > > there were warnings for certain
> variables
> > > not
> > > >> > > being
> > > >> > > > > set.
> > > >> > > > > > > > Other
> > > >> > > > > > > > >> > than
> > > >> > > > > > > > >> > > > > that
> > > >> > > > > > > > >> > > > > > I
> > > >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
> because I
> > > set
> > > >> > > things
> > > >> > > > > to
> > > >> > > > > > > > DEBUG
> > > >> > > > > > > > >> -
> > > >> > > > > > > > >> > and
> > > >> > > > > > > > >> > > > > those
> > > >> > > > > > > > >> > > > > > > two error messages.
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > I figured the second was related
to the
> > > >> first.
> > > >> > A
> > > >> > > > > > > reference
> > > >> > > > > > > > to
> > > >> > > > > > > > >> > > > > libraries
> > > >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
> > > issue,
> > > >> > but
> > > >> > > my
> > > >> > > > > > > bashrc
> > > >> > > > > > > > is
> > > >> > > > > > > > >> > > > already
> > > >> > > > > > > > >> > > > > > set
> > > >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
> > > >> settings.
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
> > > McCabe
> > > >> via
> > > >> > > RT
> > > >> > > > <
> > > >> > > > > > > > >> > > > met_help at ucar.edu
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > > wrote:
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > > Hi Edward,
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
> > > script,
> > > >> > > METplus
> > > >> > > > > > > should
> > > >> > > > > > > > >> error
> > > >> > > > > > > > >> > > out
> > > >> > > > > > > > >> > > > > > > > immediately and give you a
list of
> > > >> variables
> > > >> > > that
> > > >> > > > > are
> > > >> > > > > > > > >> > deprecated
> > > >> > > > > > > > >> > > > and
> > > >> > > > > > > > >> > > > > a
> > > >> > > > > > > > >> > > > > > > > suggestion if possible, so I
am
> > guessing
> > > >> that
> > > >> > > the
> > > >> > > > > > > changes
> > > >> > > > > > > > >> > weren't
> > > >> > > > > > > > >> > > > > > > covered.
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > The 2nd error is related to
the
> first.
> > > The
> > > >> > > > libpython
> > > >> > > > > > > error
> > > >> > > > > > > > >> is
> > > >> > > > > > > > >> > > what
> > > >> > > > > > > > >> > > > > came
> > > >> > > > > > > > >> > > > > > > > from the actual call to
stat_analysis
> > and
> > > >> the
> > > >> > > 2nd
> > > >> > > > > > error
> > > >> > > > > > > is
> > > >> > > > > > > > >> just
> > > >> > > > > > > > >> > > > > telling
> > > >> > > > > > > > >> > > > > > > you
> > > >> > > > > > > > >> > > > > > > > that the stat_analysis command
> returned
> > > >> > non-zero
> > > >> > > > > > value,
> > > >> > > > > > > > >> which
> > > >> > > > > > > > >> > > means
> > > >> > > > > > > > >> > > > > > that
> > > >> > > > > > > > >> > > > > > > it
> > > >> > > > > > > > >> > > > > > > > failed.
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12 PM
Edward
> > > >> > Strobach -
> > > >> > > > > NOAA
> > > >> > > > > > > > >> Affiliate
> > > >> > > > > > > > >> > > via
> > > >> > > > > > > > >> > > > > RT
> > > >> > > > > > > > >> > > > > > <
> > > >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > <URL:
> > > >> > > > > > > > >> >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > I think I've already removed
the
> > > >> out-of-date
> > > >> > > > > > variable
> > > >> > > > > > > > >> names
> > > >> > > > > > > > >> > > with
> > > >> > > > > > > > >> > > > > the
> > > >> > > > > > > > >> > > > > > > v3.1
> > > >> > > > > > > > >> > > > > > > > > names.  I can look into that
option
> > if
> > > >> this
> > > >> > > > proves
> > > >> > > > > > not
> > > >> > > > > > > > to
> > > >> > > > > > > > >> be
> > > >> > > > > > > > >> > an
> > > >> > > > > > > > >> > > > > > > > environment
> > > >> > > > > > > > >> > > > > > > > > issue.  I do know that I was
pretty
> > > >> > carefully
> > > >> > > > > making
> > > >> > > > > > > the
> > > >> > > > > > > > >> > > changes
> > > >> > > > > > > > >> > > > > > > between
> > > >> > > > > > > > >> > > > > > > > > versions, but I could have
still
> > missed
> > > >> > > > something.
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05
PM
> George
> > > >> McCabe
> > > >> > > via
> > > >> > > > > RT
> > > >> > > > > > <
> > > >> > > > > > > > >> > > > > > met_help at ucar.edu
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > wrote:
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > Hi Edward,
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > I'm not sure if I
mentioned this
> to
> > > >> you or
> > > >> > > > not,
> > > >> > > > > > but
> > > >> > > > > > > > >> there
> > > >> > > > > > > > >> > is
> > > >> > > > > > > > >> > > a
> > > >> > > > > > > > >> > > > > > > section
> > > >> > > > > > > > >> > > > > > > > in
> > > >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
> > > config
> > > >> > > > variables
> > > >> > > > > > > from
> > > >> > > > > > > > >> older
> > > >> > > > > > > > >> > > > > > versions:
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > In the last sub-section of
that
> > > >> section,
> > > >> > it
> > > >> > > > > > > describes
> > > >> > > > > > > > a
> > > >> > > > > > > > >> > tool
> > > >> > > > > > > > >> > > > > called
> > > >> > > > > > > > >> > > > > > > > > > validate_config.py that
can be
> run
> > > the
> > > >> > same
> > > >> > > > way
> > > >> > > > > as
> > > >> > > > > > > > >> > > > > > master_metplus.py
> > > >> > > > > > > > >> > > > > > > > > > (passing in configs with
-c) and
> it
> > > >> will
> > > >> > > step
> > > >> > > > > you
> > > >> > > > > > > > >> through
> > > >> > > > > > > > >> > > find
> > > >> > > > > > > > >> > > > > and
> > > >> > > > > > > > >> > > > > > > > > replace
> > > >> > > > > > > > >> > > > > > > > > > commands to update your
> > configuration
> > > >> > files.
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > However, this tool only
works if
> > > >> > deprecated
> > > >> > > > > > > variables
> > > >> > > > > > > > >> are
> > > >> > > > > > > > >> > > added
> > > >> > > > > > > > >> > > > > to
> > > >> > > > > > > > >> > > > > > > the
> > > >> > > > > > > > >> > > > > > > > > > list to be processed. I
added
> many
> > of
> > > >> the
> > > >> > > > > > variables
> > > >> > > > > > > > that
> > > >> > > > > > > > >> > were
> > > >> > > > > > > > >> > > > > > changed
> > > >> > > > > > > > >> > > > > > > > in
> > > >> > > > > > > > >> > > > > > > > > > StatAnalysis and MakePlots
> > wrappers,
> > > >> but I
> > > >> > > am
> > > >> > > > > not
> > > >> > > > > > > very
> > > >> > > > > > > > >> > > familiar
> > > >> > > > > > > > >> > > > > > with
> > > >> > > > > > > > >> > > > > > > > this
> > > >> > > > > > > > >> > > > > > > > > > wrapper so I may have
missed
> some.
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > I apologize that this has
been
> > such a
> > > >> > > tedious
> > > >> > > > > > > process
> > > >> > > > > > > > >> for
> > > >> > > > > > > > >> > > you.
> > > >> > > > > > > > >> > > > If
> > > >> > > > > > > > >> > > > > > > you'd
> > > >> > > > > > > > >> > > > > > > > > > like to send me your
current
> > version
> > > I
> > > >> can
> > > >> > > use
> > > >> > > > > > that
> > > >> > > > > > > > >> info to
> > > >> > > > > > > > >> > > > > update
> > > >> > > > > > > > >> > > > > > > this
> > > >> > > > > > > > >> > > > > > > > > > functionality to make
things
> easier
> > > >> going
> > > >> > > > > forward.
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > Thanks,
> > > >> > > > > > > > >> > > > > > > > > > George
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10
2020,
> mccabe
> > > >> wrote:
> > > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > The first error looks
like an
> > > >> > environment
> > > >> > > > > issue.
> > > >> > > > > > > You
> > > >> > > > > > > > >> may
> > > >> > > > > > > > >> > > have
> > > >> > > > > > > > >> > > > > > some
> > > >> > > > > > > > >> > > > > > > > > > > disconnect in the module
loads
> > you
> > > >> ran.
> > > >> > I
> > > >> > > > > would
> > > >> > > > > > > > purge
> > > >> > > > > > > > >> the
> > > >> > > > > > > > >> > > > > > modules,
> > > >> > > > > > > > >> > > > > > > > > > > then try
> > > >> > > > > > > > >> > > > > > > > > > > to set up the
environment to
> run
> > > >> METplus
> > > >> > > > again
> > > >> > > > > > > > (listed
> > > >> > > > > > > > >> > here
> > > >> > > > > > > > >> > > > for
> > > >> > > > > > > > >> > > > > > > > > > > reference:
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >>
> > > >> > > >
> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
> > > >> > > > > > > > >> > > > > > > > > > > builds)
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
> > > MET-Help
> > > >> > and
> > > >> > > > I'm
> > > >> > > > > > not
> > > >> > > > > > > > >> seeing
> > > >> > > > > > > > >> > > the
> > > >> > > > > > > > >> > > > > > second
> > > >> > > > > > > > >> > > > > > > > > > > error,
> > > >> > > > > > > > >> > > > > > > > > > > but hopefully clearing
up the
> > > >> > environment
> > > >> > > > > issues
> > > >> > > > > > > > >> resolves
> > > >> > > > > > > > >> > > the
> > > >> > > > > > > > >> > > > > 2nd
> > > >> > > > > > > > >> > > > > > > > > > > issue.
> > > >> > > > > > > > >> > > > > > > > > > > Please let me know if it
does
> > not.
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > Also, I have been trying
to
> clean
> > > up
> > > >> > > > > > StatAnalysis
> > > >> > > > > > > > and
> > > >> > > > > > > > >> > > > MakePlots
> > > >> > > > > > > > >> > > > > > > > > > > wrappers,
> > > >> > > > > > > > >> > > > > > > > > > > so any information you
could
> > > provide
> > > >> on
> > > >> > > > things
> > > >> > > > > > > that
> > > >> > > > > > > > >> > didn't
> > > >> > > > > > > > >> > > > work
> > > >> > > > > > > > >> > > > > > > that
> > > >> > > > > > > > >> > > > > > > > > > > you
> > > >> > > > > > > > >> > > > > > > > > > > had to change from the
examples
> > > >> would be
> > > >> > > > very
> > > >> > > > > > > > helpful.
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > Thanks,
> > > >> > > > > > > > >> > > > > > > > > > > George
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at
12:01 PM
> > > >> Edward
> > > >> > > > > Strobach
> > > >> > > > > > -
> > > >> > > > > > > > NOAA
> > > >> > > > > > > > >> > > > > Affiliate
> > > >> > > > > > > > >> > > > > > > via
> > > >> > > > > > > > >> > > > > > > > > > > RT <
> > > >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu>
wrote:
> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53
2020:
> > Request
> > > >> > 95484
> > > >> > > > was
> > > >> > > > > > > acted
> > > >> > > > > > > > >> upon.
> > > >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created
> by
> > > >> > > > > > > > >> > edward.strobach at noaa.gov
> > > >> > > > > > > > >> > > > > > > > > > > >        Queue: met_help
> > > >> > > > > > > > >> > > > > > > > > > > >      Subject:
> > command_builder.py
> > > >> error
> > > >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
> > > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> > > >> > edward.strobach at noaa.gov
> > > >> > > > > > > > >> > > > > > > > > > > >       Status: new
> > > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > > > > > > >> > > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
> > converting
> > > >> > > > > StatAnalysis
> > > >> > > > > > > > >> > > andMakePlots
> > > >> > > > > > > > >> > > > to
> > > >> > > > > > > > >> > > > > > > > metplus
> > > >> > > > > > > > >> > > > > > > > > > > > version 3.0 format
from 2.1.
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands
> that
> > > are
> > > >> > > > > > deprecated,
> > > >> > > > > > > > >> > replaced
> > > >> > > > > > > > >> > > > the
> > > >> > > > > > > > >> > > > > > > > > > > > functions that
> > > >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
finished
> > > >> > debugging
> > > >> > > > some
> > > >> > > > > > > > issues
> > > >> > > > > > > > >> > > related
> > > >> > > > > > > > >> > > > > to
> > > >> > > > > > > > >> > > > > > > time
> > > >> > > > > > > > >> > > > > > > > > > > > string
> > > >> > > > > > > > >> > > > > > > > > > > > formatting.  In side
my log
> > file
> > > >> > > (located
> > > >> > > > > > here:
> > > >> > > > > > > *
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > >> > > > > > > > >> > > > > > > > > > > > there is are two
errors -
> > > possibly
> > > >> > > > related -
> > > >> > > > > > > > >> > highlighted
> > > >> > > > > > > > >> > > in
> > > >> > > > > > > > >> > > > > red
> > > >> > > > > > > > >> > > > > > > > > > > > below.  The
> > > >> > > > > > > > >> > > > > > > > > > > > first one points to a
library
> > > >> issue.
> > > >> > > The
> > > >> > > > > > > > directory
> > > >> > > > > > > > >> in
> > > >> > > > > > > > >> > > > > question
> > > >> > > > > > > > >> > > > > > > > > > > > exists, but
> > > >> > > > > > > > >> > > > > > > > > > > > there is nothing in
it.  Is
> > that
> > > >> the
> > > >> > > > > > referenced
> > > >> > > > > > > > >> library
> > > >> > > > > > > > >> > > is
> > > >> > > > > > > > >> > > > > > > expected
> > > >> > > > > > > > >> > > > > > > > > > > > to
> > > >> > > > > > > > >> > > > > > > > > > > > reside there?  The
second
> > issue,
> > > >> which
> > > >> > > is
> > > >> > > > > not
> > > >> > > > > > > too
> > > >> > > > > > > > >> > > > revealing,
> > > >> > > > > > > > >> > > > > > > points
> > > >> > > > > > > > >> > > > > > > > > > > > to the
> > > >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig
file,
> which
> > I
> > > >> think
> > > >> > > is
> > > >> > > > > > > somehow
> > > >> > > > > > > > >> > related
> > > >> > > > > > > > >> > > > to
> > > >> > > > > > > > >> > > > > > the
> > > >> > > > > > > > >> > > > > > > > > > > > first
> > > >> > > > > > > > >> > > > > > > > > > > > error.  I did take the
> > > >> > > STATAnalysisConfig
> > > >> > > > > file
> > > >> > > > > > > > from
> > > >> > > > > > > > >> > > another
> > > >> > > > > > > > >> > > > > > > metplus
> > > >> > > > > > > > >> > > > > > > > > > > > location that I've
been
> working
> > > on
> > > >> > into
> > > >> > > a
> > > >> > > > > > > > directory
> > > >> > > > > > > > >> I
> > > >> > > > > > > > >> > > > created
> > > >> > > > > > > > >> > > > > > to
> > > >> > > > > > > > >> > > > > > > > put
> > > >> > > > > > > > >> > > > > > > > > > > > the
> > > >> > > > > > > > >> > > > > > > > > > > > copied version there.
The
> > > >> > > > > STATAnalysisConfig
> > > >> > > > > > > > >> directory
> > > >> > > > > > > > >> > > was
> > > >> > > > > > > > >> > > > > > taken
> > > >> > > > > > > > >> > > > > > > > > > > > from a
> > > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed
> > that
> > > >> the
> > > >> > > > layout
> > > >> > > > > > of
> > > >> > > > > > > > the
> > > >> > > > > > > > >> > file
> > > >> > > > > > > > >> > > > > would
> > > >> > > > > > > > >> > > > > > be
> > > >> > > > > > > > >> > > > > > > > > > > > okay.
> > > >> > > > > > > > >> > > > > > > > > > > > The information below
seems
> > like
> > > >> what
> > > >> > I
> > > >> > > > > want.
> > > >> > > > > > > I'm
> > > >> > > > > > > > >> > > looping
> > > >> > > > > > > > >> > > > > over
> > > >> > > > > > > > >> > > > > > > 06,
> > > >> > > > > > > > >> > > > > > > > > > > > 12
> > > >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping
> the
> > > >> 00-23
> > > >> > > VALID
> > > >> > > > > > hours
> > > >> > > > > > > > for
> > > >> > > > > > > > >> > each
> > > >> > > > > > > > >> > > > > day.
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> > > >> > metplus.StatAnalysis
> > > >> > > > > INFO:
> > > >> > > > > > > > >> COMMAND:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > >
> > > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > (command_runner.py:124)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
> > > output
> > > >> > sent
> > > >> > > > to:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > > >>
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
> > > >> libraries:
> > > >> > > > > > > > >> > > libpython3.6m.so.1.0:
> > > >> > > > > > > > >> > > > > > > cannot
> > > >> > > > > > > > >> > > > > > > > > > > > open
> > > >> > > > > > > > >> > > > > > > > > > > > shared object file: No
such
> > file
> > > or
> > > >> > > > > directory
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > (command_runner.py:191)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > Finished running
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > >> > > > > > > > > > > > in
> > > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:100)
> > > >> > > > > > > > >> > > > > > > > > > > > ERROR:
> > > >> > > > > > > > >> > > > > > > > > > > >
(command_builder.py:733) MET
> > > >> command
> > > >> > > > > returned
> > > >> > > > > > a
> > > >> > > > > > > > >> > non-zero
> > > >> > > > > > > > >> > > > > return
> > > >> > > > > > > > >> > > > > > > > code:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > >
> > > >> > > > > >
> > > >> > > >
> > > >> >
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > >
> > > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > > >> > metplus.StatAnalysis
> > > >> > > > > INFO:
> > > >> > > > > > > > Check
> > > >> > > > > > > > >> the
> > > >> > > > > > > > >> > > > > logfile
> > > >> > > > > > > > >> > > > > > > for
> > > >> > > > > > > > >> > > > > > > > > > > > more
> > > >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:788)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building
dump_row
> > filename
> > > >> from
> > > >> > > > > default
> > > >> > > > > > > > >> > template:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1833)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS
RUN
> > > >> SETTINGS....
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_HOUR:
> "120000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL:
"A1"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_HOUR:
> > "000000",
> > > >> > > > "010000",
> > > >> > > > > > > > >> "020000",
> > > >> > > > > > > > >> > > > > "030000",
> > > >> > > > > > > > >> > > > > > > > > > > > "040000",
> > > >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
"070000",
> > > >> > "080000",
> > > >> > > > > > > "090000",
> > > >> > > > > > > > >> > > "100000",
> > > >> > > > > > > > >> > > > > > > > "110000",
> > > >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
"140000",
> > > >> > "150000",
> > > >> > > > > > > "160000",
> > > >> > > > > > > > >> > > "170000",
> > > >> > > > > > > > >> > > > > > > > "180000",
> > > >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
"210000",
> > > >> > "220000",
> > > >> > > > > > "230000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR:
"OZCON"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
> > > "VL1L2"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK: "FULL"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE:
"ONLYSF"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job
filter
> > -dump_row
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_BEG:
> > > >> 20200525_000000
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VALID_END:
> > > >> 20200525_230000
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > > > > > > >
> (stat_analysis_wrapper.py:1836)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:140)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
COMMAND:
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > DESC=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_INIT_HOUR="120000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > >
> FCST_VALID_BEG=20200525_000000
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > >
> FCST_VALID_END=20200525_230000
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_HOUR="000000",
> > > "010000",
> > > >> > > > > "020000",
> > > >> > > > > > > > >> "030000",
> > > >> > > > > > > > >> > > > > > "040000",
> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
> > > >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
"080000",
> > > >> > "090000",
> > > >> > > > > > > "100000",
> > > >> > > > > > > > >> > > "110000",
> > > >> > > > > > > > >> > > > > > > > "120000",
> > > >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
"150000",
> > > >> > "160000",
> > > >> > > > > > > "170000",
> > > >> > > > > > > > >> > > "180000",
> > > >> > > > > > > > >> > > > > > > > "190000",
> > > >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
"220000",
> > > >> "230000"
> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> > > >> > metplus.StatAnalysis
> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > that appear to ori.  I
took
> > this
> > > >> file
> > > >> > > over
> > > >> > > > > > from
> > > >> > > > > > > > >> another
> > > >> > > > > > > > >> > > > V3.0
> > > >> > > > > > > > >> > > > > > > > > > > > location,
> > > >> > > > > > > > >> > > > > > > > > > > > assuming that this
would be
> > > >> > acceptable.
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> > > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > > --
> > > >> > > > > > > > >> > > > > > > > > Edward Strobach
> > > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > >> > > > > > > > > IMSG Contractor
> > > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > >> > > > > > > > > 301-683-3717
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > > --
> > > >> > > > > > > > >> > > > > > > > George McCabe - Software
Engineer III
> > > >> > > > > > > > >> > > > > > > > National Center for
Atmospheric
> > Research
> > > >> > > > > > > > >> > > > > > > > Research Applications
Laboratory
> > > >> > > > > > > > >> > > > > > > > 303-497-2768
> > > >> > > > > > > > >> > > > > > > > ---
> > > >> > > > > > > > >> > > > > > > > My working day may not be your
> working
> > > day.
> > > >> > > Please
> > > >> > > > > do
> > > >> > > > > > > not
> > > >> > > > > > > > >> feel
> > > >> > > > > > > > >> > > > > obliged
> > > >> > > > > > > > >> > > > > > to
> > > >> > > > > > > > >> > > > > > > > reply to this email outside of
your
> > > normal
> > > >> > > working
> > > >> > > > > > > hours.
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > > --
> > > >> > > > > > > > >> > > > > > > Edward Strobach
> > > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > >> > > > > > > IMSG Contractor
> > > >> > > > > > > > >> > > > > > > Cubicle#: 2029
> > > >> > > > > > > > >> > > > > > > 301-683-3717
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > > --
> > > >> > > > > > > > >> > > > > > George McCabe - Software Engineer
III
> > > >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
> > > >> > > > > > > > >> > > > > > Research Applications Laboratory
> > > >> > > > > > > > >> > > > > > 303-497-2768
> > > >> > > > > > > > >> > > > > > ---
> > > >> > > > > > > > >> > > > > > My working day may not be your
working
> day.
> > > >> Please
> > > >> > > do
> > > >> > > > > not
> > > >> > > > > > > feel
> > > >> > > > > > > > >> > > obliged
> > > >> > > > > > > > >> > > > to
> > > >> > > > > > > > >> > > > > > reply to this email outside of
your
> normal
> > > >> working
> > > >> > > > > hours.
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > > --
> > > >> > > > > > > > >> > > > > Edward Strobach
> > > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > >> > > > > IMSG Contractor
> > > >> > > > > > > > >> > > > > Cubicle#: 2029
> > > >> > > > > > > > >> > > > > 301-683-3717
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > > --
> > > >> > > > > > > > >> > > > George McCabe - Software Engineer III
> > > >> > > > > > > > >> > > > National Center for Atmospheric
Research
> > > >> > > > > > > > >> > > > Research Applications Laboratory
> > > >> > > > > > > > >> > > > 303-497-2768
> > > >> > > > > > > > >> > > > ---
> > > >> > > > > > > > >> > > > My working day may not be your working
day.
> > > Please
> > > >> do
> > > >> > > not
> > > >> > > > > feel
> > > >> > > > > > > > >> obliged
> > > >> > > > > > > > >> > to
> > > >> > > > > > > > >> > > > reply to this email outside of your
normal
> > > working
> > > >> > > hours.
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > --
> > > >> > > > > > > > >> > > Julie Prestopnik
> > > >> > > > > > > > >> > > Software Engineer
> > > >> > > > > > > > >> > > National Center for Atmospheric Research
> > > >> > > > > > > > >> > > Research Applications Laboratory
> > > >> > > > > > > > >> > > Phone: 303.497.8399
> > > >> > > > > > > > >> > > Email: jpresto at ucar.edu
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > > My working day may not be your working
day.
> > Please
> > > >> do
> > > >> > not
> > > >> > > > > feel
> > > >> > > > > > > > >> obliged
> > > >> > > > > > > > >> > to
> > > >> > > > > > > > >> > > reply to this email outside of your
normal
> > working
> > > >> > hours.
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> > >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> > --
> > > >> > > > > > > > >> > Edward Strobach
> > > >> > > > > > > > >> > EMC/NCEP/NWS/
> > > >> > > > > > > > >> > IMSG Contractor
> > > >> > > > > > > > >> > Cubicle#: 2029
> > > >> > > > > > > > >> > 301-683-3717
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >> >
> > > >> > > > > > > > >>
> > > >> > > > > > > > >> --
> > > >> > > > > > > > >> Julie Prestopnik
> > > >> > > > > > > > >> Software Engineer
> > > >> > > > > > > > >> National Center for Atmospheric Research
> > > >> > > > > > > > >> Research Applications Laboratory
> > > >> > > > > > > > >> Phone: 303.497.8399
> > > >> > > > > > > > >> Email: jpresto at ucar.edu
> > > >> > > > > > > > >>
> > > >> > > > > > > > >> My working day may not be your working day.
Please
> > do
> > > >> not
> > > >> > > feel
> > > >> > > > > > > obliged
> > > >> > > > > > > > to
> > > >> > > > > > > > >> reply to this email outside of your normal
working
> > > hours.
> > > >> > > > > > > > >>
> > > >> > > > > > > > >>
> > > >> > > > > > > > >
> > > >> > > > > > > > > --
> > > >> > > > > > > > > Edward Strobach
> > > >> > > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > > IMSG Contractor
> > > >> > > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > > 301-683-3717
> > > >> > > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > > > --
> > > >> > > > > > > > Edward Strobach
> > > >> > > > > > > > EMC/NCEP/NWS/
> > > >> > > > > > > > IMSG Contractor
> > > >> > > > > > > > Cubicle#: 2029
> > > >> > > > > > > > 301-683-3717
> > > >> > > > > > > >
> > > >> > > > > > > >
> > > >> > > > > > >
> > > >> > > > > > > --
> > > >> > > > > > > Julie Prestopnik
> > > >> > > > > > > Software Engineer
> > > >> > > > > > > National Center for Atmospheric Research
> > > >> > > > > > > Research Applications Laboratory
> > > >> > > > > > > Phone: 303.497.8399
> > > >> > > > > > > Email: jpresto at ucar.edu
> > > >> > > > > > >
> > > >> > > > > > > My working day may not be your working day.
Please do
> not
> > > >> feel
> > > >> > > > obliged
> > > >> > > > > > to
> > > >> > > > > > > reply to this email outside of your normal
working
> hours.
> > > >> > > > > > >
> > > >> > > > > > >
> > > >> > > > > >
> > > >> > > > > > --
> > > >> > > > > > Edward Strobach
> > > >> > > > > > EMC/NCEP/NWS/
> > > >> > > > > > IMSG Contractor
> > > >> > > > > > Cubicle#: 2029
> > > >> > > > > > 301-683-3717
> > > >> > > > > >
> > > >> > > > > >
> > > >> > > > >
> > > >> > > > > --
> > > >> > > > > Julie Prestopnik
> > > >> > > > > Software Engineer
> > > >> > > > > National Center for Atmospheric Research
> > > >> > > > > Research Applications Laboratory
> > > >> > > > > Phone: 303.497.8399
> > > >> > > > > Email: jpresto at ucar.edu
> > > >> > > > >
> > > >> > > > > My working day may not be your working day.  Please
do not
> > feel
> > > >> > obliged
> > > >> > > > to
> > > >> > > > > reply to this email outside of your normal working
hours.
> > > >> > > > >
> > > >> > > > >
> > > >> > > >
> > > >> > > > --
> > > >> > > > Edward Strobach
> > > >> > > > EMC/NCEP/NWS/
> > > >> > > > IMSG Contractor
> > > >> > > > Cubicle#: 2029
> > > >> > > > 301-683-3717
> > > >> > > >
> > > >> > > >
> > > >> > >
> > > >> > > --
> > > >> > > George McCabe - Software Engineer III
> > > >> > > National Center for Atmospheric Research
> > > >> > > Research Applications Laboratory
> > > >> > > 303-497-2768
> > > >> > > ---
> > > >> > > My working day may not be your working day. Please do not
feel
> > > >> obliged to
> > > >> > > reply to this email outside of your normal working hours.
> > > >> > >
> > > >> > >
> > > >> >
> > > >> > --
> > > >> > Edward Strobach
> > > >> > EMC/NCEP/NWS/
> > > >> > IMSG Contractor
> > > >> > Cubicle#: 2029
> > > >> > 301-683-3717
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> George McCabe - Software Engineer III
> > > >> National Center for Atmospheric Research
> > > >> Research Applications Laboratory
> > > >> 303-497-2768
> > > >> ---
> > > >> My working day may not be your working day. Please do not
feel
> obliged
> > > to
> > > >> reply to this email outside of your normal working hours.
> > > >>
> > > >>
> > > >
> > > > --
> > > > Edward Strobach
> > > > EMC/NCEP/NWS/
> > > > IMSG Contractor
> > > > Cubicle#: 2029
> > > > 301-683-3717
> > > >
> > >
> > >
> > > --
> > > Edward Strobach
> > > EMC/NCEP/NWS/
> > > IMSG Contractor
> > > Cubicle#: 2029
> > > 301-683-3717
> > >
> > >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 14:01:55 2020

Edward,

Actually, was the input to StatAnalysis generated from NetCDF data? If
not,
you should be able to configure the tool to run on your data with
MakePlots.

On Thu, Jun 4, 2020 at 1:53 PM George McCabe <mccabe at ucar.edu> wrote:

> Edward,
>
> I would recommend keeping your output directory separate from your
input
> directory if possible to avoid accidentally removing input data when
> cleaning up.
>
> Mallory,
>
> Thanks for the info on what needs to change. I will take a look. In
the
> meantime, do you have any suggestions for Edward so he can continue
moving
> forward or do these changes need to be done first?
>
> Thanks,
> George
>
> On Thu, Jun 4, 2020 at 1:06 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>>
>> your settings do not look much different than mine.  I see that you
have
>> chosen one option for MAKE_PLOTS_STATS_LIST and one option for
>> LINE_TYPE_LIST.  I had multiple options chosen for that.  I guess
it's
>> work
>> choosing just one to see what happens.  You keep LOOP_LIST_ITEMS
empty
>> where I defined mine as FCST_INIT_HOUR_LIST.  I do that because I
have 06
>> and 12z data that I'm processing. You set
MAKE_PLOTS_EVENT_EQUALIZATION as
>> False.  Mine is true, but I don't think that matters.  Every thing
else
>> looks pretty much the same.  I'm not worried about my directories
really.
>> The *LOOKIN* directory is pointing to the files that I want to be
>> processed.  Within that same directory I create a series of other
>> directories where plots and new stat files will be stored.
>>
>> On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT
<met_help at ucar.edu>
>> wrote:
>>
>> > Hi Edward,
>> >
>> > I have been working through issues with StatAnalysis and
MakePlots
>> together
>> > and discovered a few things that might help with your case.
>> >
>> > - The StatAnalysis output file that was created was empty. This
is
>> because
>> > the configurations in StatAnalysis.conf were set so that all the
lines
>> were
>> > being discarded. I was able to change these settings to get
output from
>> > StatAnalysis, however, the output file expected by MakePlots
expected
>> the
>> > level values in the filename, which contain commas since they are
NetCDF
>> > data.
>> >
>> > /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
>> >
>> >
>>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
>> >
>> > Attached is the conf file I used that was able to get output from
>> > StatAnalysis, but still fails running MakePlots. I hope that
helps.
>> >
>> > I am copying Mallory on here to see if she has run these tools on
NetCDF
>> > data and if she was able to configure METplus to use different
names to
>> > read the data in MakePlots. Mallory, do you have any ideas?
>> >
>> > Thanks,
>> > George
>> >
>> > On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA Affiliate
via RT
>> <
>> > met_help at ucar.edu> wrote:
>> >
>> > >
>> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > >
>> > > Despite all these efforts I still arrive at similar issues.
The
>> issues
>> > > that I thought I resolved were not actually resolved.  I looked
on the
>> > > metplus guidebook to see how LINE_TYPE_LIST and FCST_UNITS_LIST
were
>> set.
>> > > I originally used what I defined from my environment.  When
that
>> didn't
>> > > work I set it empty.  Looking at the metplus guide, I only saw
>> examples
>> > > where they set as empty.  the plot_time_series.py (and others)
didn't
>> > seem
>> > > to like that and required that it be set.  Setting it also did
not
>> bode
>> > > well.  I'm sure this is related to MakePlots since StatAnalysis
only
>> > > processes the data into .stat form.  This is becoming painful
because
>> I
>> > > can't move forward on anything.  Additionally, if I process
statistics
>> > such
>> > > as this:
>> > > export plot_stats_list="bias, rmse, fbar_obar"
>> > > do I need to loop through that?
>> > >
>> > >
>> > >
>> > > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA
Affiliate <
>> > > edward.strobach at noaa.gov> wrote:
>> > >
>> > > > That explanation was very helpful. Thanks George.  I'll make
>> > adjustments
>> > > > in the machine.conf that are general to all cases while
defining
>> case
>> > > > specific details in the plot*conf
>> > > >
>> > > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
>> > met_help at ucar.edu>
>> > > > wrote:
>> > > >
>> > > >> Hi Edward,
>> > > >>
>> > > >> Think of the machine conf as a conf file that corresponds to
a user
>> > and
>> > > >> machine where you are running. It contains settings that
will be
>> > applied
>> > > >> to
>> > > >> every run of METplus on that machine as that user. I often
name
>> mine
>> > > >> containing my username and machine I am using it on to make
it
>> clear
>> > to
>> > > me
>> > > >> what it is used for. Here is an example of what is in a conf
file
>> > called
>> > > >> mccabe.kiowa.conf:
>> > > >>
>> > > >> [dir]
>> > > >> OUTPUT_BASE = /d1/personal/mccabe/out
>> > > >>
>> > > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
>> > > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
>> > > >>
>> > > >> [config]
>> > > >> LOG_LEVEL = DEBUG
>> > > >> #LOG_MET_VERBOSITY = 5
>> > > >> #DO_NOT_RUN_EXE = yes
>> > > >> #LOG_TIMESTAMP_USE_DATATIME = True
>> > > >> #LOG_MET_OUTPUT_TO_METPLUS=no
>> > > >>
>> > > >> [exe]
>> > > >> WGRIB2 = /usr/local/bin/wgrib2
>> > > >> CUT = /usr/bin/cut
>> > > >> TR = /usr/bin/tr
>> > > >> RM = /bin/rm
>> > > >> NCAP2 = /usr/local/nco/bin/ncap2
>> > > >> CONVERT = /usr/bin/convert
>> > > >> NCDUMP = /usr/local/netcdf/bin/ncdump
>> > > >> EGREP = /bin/egrep
>> > > >>
>> > > >>
>> > > >> It sets up my environment to run. I also leave a few logging
items
>> > > >> commented out so I can easily change things when I am
debugging,
>> like
>> > > >> boosting the MET log verbosity. Once I am set up on a new
>> computer, I
>> > > >> rarely change anything in this file except for OUTPUT_BASE
(if I
>> want
>> > to
>> > > >> write output to a different directory) or changing logging
>> settings.
>> > The
>> > > >> location of the input data won't change, and the MET install
dir
>> will
>> > > only
>> > > >> change when a new version of MET is released. Since you are
>> running on
>> > > >> NOAA
>> > > >> machines that use module loads, you don't need to set any of
the
>> [exe]
>> > > >> items since they are found in the path.
>> > > >>
>> > > >> Think of the plot*.conf as a use case configuration file. It
>> contains
>> > > >> information specific to that use case you need to run. It
shouldn't
>> > > >> contain
>> > > >> any variables from the user environment conf, but it can
reference
>> > these
>> > > >> values in other variables, such as setting an _OUTPUT_DIR to
a path
>> > > >> relative to OUTPUT_BASE, i.e.
>> > > >>
>> > > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
>> > > >>
>> > > >>
>> > > >> When you want to run your use case, you will pass in the use
case
>> conf
>> > > >> files first, then your user environment conf last. This
ensures
>> that
>> > if
>> > > a
>> > > >> variable like OUTPUT_BASE is set in another conf when it
shouldn't
>> be,
>> > > >> then
>> > > >> your user conf will have the final say and overwrite any
values set
>> > > >> earlier. Here is an example:
>> > > >>
>> > > >> master_metplus.py -c
>> > > >>
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf -c
>> > > >> ~/mccabe.kiowa.conf
>> > > >>
>> > > >> I hope that helps clear up what belongs in each of these
conf
>> files.
>> > Let
>> > > >> me
>> > > >> know if you have any other questions or concerns.
>> > > >>
>> > > >> Thanks,
>> > > >> George
>> > > >>
>> > > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA
Affiliate via
>> > RT <
>> > > >> met_help at ucar.edu> wrote:
>> > > >>
>> > > >> >
>> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > > >> >
>> > > >> > I understand George.  I haven't adopted best practices
quite yet
>> I
>> > > >> guess.
>> > > >> > My confusion lies in separating machine.conf and the
plot*.conf.
>> > I've
>> > > >> been
>> > > >> > duplicating the definitions in both because it's not clear
to me
>> > what
>> > > >> > belongs in machine.conf and what should belong in the
other.
>> > Perhaps
>> > > >> what
>> > > >> > I'll do is try to clean up the machine.conf and share with
you
>> the
>> > new
>> > > >> conf
>> > > >> > files so that it is easier to follow.  In truth, I'm
hoping to
>> learn
>> > > >> from
>> > > >> > this process so that I can create verification packages
through
>> > > metplus
>> > > >> in
>> > > >> > an efficient way. Right now it's growing pains.
>> > > >> >
>> > > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
>> > > met_help at ucar.edu>
>> > > >> > wrote:
>> > > >> >
>> > > >> > > Hi Edward,
>> > > >> > >
>> > > >> > > I'm taking a look at your config files to try to see if
I can
>> see
>> > > >> > anything
>> > > >> > > obvious that is wrong. It is a little confusing to
follow the
>> way
>> > > you
>> > > >> > have
>> > > >> > > it set up where you set a variable in one file, then
reference
>> it
>> > in
>> > > >> the
>> > > >> > > next. It would make a little more sense to keep your
machine
>> conf
>> > > >> pretty
>> > > >> > > clean, with only top level configurations, like
INPUT_BASE,
>> > > >> OUTPUT_BASE,
>> > > >> > > MET_INSTALL_DIR (from the [dir] section, the others in
>> > > machine_v3.conf
>> > > >> > > aren't needed), anything in the [exe] section, and
system wide
>> > > >> settings,
>> > > >> > > like LOG_ variables. The rest of the variables make more
sense
>> to
>> > > put
>> > > >> in
>> > > >> > > the use case conf file only, i.e. instead of setting
>> > > >> > >
>> > > >> > > VALIDBEG = {ENV[VALID_B]}
>> > > >> > > VALIDEND = {ENV[VALID_E]}
>> > > >> > >
>> > > >> > >  in machine_v3.conf and setting
>> > > >> > >
>> > > >> > > VALID_BEG = {VALIDBEG}
>> > > >> > > VALID_END = {VALIDEND}
>> > > >> > >
>> > > >> > > in the plot conf, just set
>> > > >> > >
>> > > >> > > VALID_BEG = {ENV[VALID_B]}
>> > > >> > > VALID_END = {ENV[VALID_E]}
>> > > >> > >
>> > > >> > > in the plot conf. This will make it easier to follow
instead of
>> > > >> having to
>> > > >> > > hop between 3 files.
>> > > >> > >
>> > > >> > > If you'd like, you could tar up the input files to
StatAnalysis
>> > and
>> > > I
>> > > >> can
>> > > >> > > have Julie or someone else pull them down so I can try
to work
>> > > through
>> > > >> > the
>> > > >> > > errors locally. I am also happy to set up a meeting
where you
>> can
>> > > >> screen
>> > > >> > > share and we can go through the errors together. Let me
know
>> what
>> > > you
>> > > >> > > think.
>> > > >> > >
>> > > >> > > Thanks,
>> > > >> > > George
>> > > >> > >
>> > > >> > >
>> > > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
Affiliate
>> > via
>> > > >> RT <
>> > > >> > > met_help at ucar.edu> wrote:
>> > > >> > >
>> > > >> > > >
>> > > >> > > > <URL:
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>> > > >> > > >
>> > > >> > > > will do!
>> > > >> > > >
>> > > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via RT
<
>> > > >> > > met_help at ucar.edu>
>> > > >> > > > wrote:
>> > > >> > > >
>> > > >> > > > > No worries!  We're happy to help.  We hope you'll
get a
>> > > successful
>> > > >> > run.
>> > > >> > > > > Please let us know how it goes.
>> > > >> > > > >
>> > > >> > > > > Julie
>> > > >> > > > >
>> > > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach -
NOAA
>> > Affiliate
>> > > >> via
>> > > >> > RT
>> > > >> > > <
>> > > >> > > > > met_help at ucar.edu> wrote:
>> > > >> > > > >
>> > > >> > > > > >
>> > > >> > > > > > <URL:
>> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >
>> > > >> > > > > >
>> > > >> > > > > > Okay. I think I understand that error now.  I'm
sorry I
>> > > >> overlooked
>> > > >> > > > > that.  I
>> > > >> > > > > > kept thinking that something else was going on.
Thanks
>> Julie
>> > > and
>> > > >> > > George
>> > > >> > > > > >
>> > > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik
via RT <
>> > > >> > > > > met_help at ucar.edu>
>> > > >> > > > > > wrote:
>> > > >> > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > > > Note that your job1_v3 points to met-9.0 not
>> met-9.0.1
>> > and
>> > > >> to
>> > > >> > > > > > METplus-3.0
>> > > >> > > > > > > > not METplus-3.0.1.
>> > > >> > > > > > > >
>> > > >> > > > > > > That is true in a few places:
>> > > >> > > > > > >
>> > > >> > > > > > > > export
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
>> > > >> > > > > > > > export
>> > > >> > > > >
>> > HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
>> > > >> > > > > > > >
>> > > >> > > > > > > export METplus_version="3.0"
>> > > >> > > > > > > > export MET_version="9.0"
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > > > In addition to changing those, you should also
change:
>> > > >> > > > > > >
>> > > >> > > > > > > > export
>> > > >> > > > > >
>> > > >>
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
>> > > >> > > > > > >
>> > > >> > > > > > > to
>> > > >> > > > > > >
>> > > >> > > > > > > > export NCDUMP="
>> > > >> > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
>> > > >> > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > > > Julie
>> > > >> > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach -
NOAA
>> > > >> Affiliate
>> > > >> > via
>> > > >> > > > RT
>> > > >> > > > > <
>> > > >> > > > > > > met_help at ucar.edu> wrote:
>> > > >> > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > > > <URL:
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > >
>> > > >> > > > > > > >
>> > > >> > > > > > > > i managed to fix that weird issue.  I think
you
>> should
>> > be
>> > > >> able
>> > > >> > to
>> > > >> > > > see
>> > > >> > > > > > my
>> > > >> > > > > > > > .bashrc now.  I'm going to look to see what I
did..
>> > > >> > > > > > > >
>> > > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward Strobach
- NOAA
>> > > >> > Affiliate <
>> > > >> > > > > > > > edward.strobach at noaa.gov> wrote:
>> > > >> > > > > > > >
>> > > >> > > > > > > > > l don't know.  I've never encountered this
issue.
>> I
>> > > >> simply
>> > > >> > > > copied
>> > > >> > > > > > and
>> > > >> > > > > > > > > pasted - or so I thought - the module
contents
>> under
>> > the
>> > > >> > > > > > WCOSS-DELL.  I
>> > > >> > > > > > > > can
>> > > >> > > > > > > > > do pwd and see that I'm in
/u/Edward.Strobach, but
>> > many
>> > > >> other
>> > > >> > > > > > commands
>> > > >> > > > > > > do
>> > > >> > > > > > > > > not work.  It's related to something I must
have
>> done
>> > in
>> > > >> the
>> > > >> > > > > .bashrc:
>> > > >> > > > > > > > >
>> > > >> > > > > > > > > -bash: export:
>> > > >> > > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
>> > >  x!
>> > > >> > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
>> > > >> > > > > > > > > not a valid identifier
>> > > >> > > > > > > > >
>> > > >> > > > > > > > > I've been at this too long and am probably
>> starting to
>> > > >> make
>> > > >> > > > > > mistakes..
>> > > >> > > > > > > > >
>> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie
Prestopnik via
>> > RT <
>> > > >> > > > > > > > met_help at ucar.edu>
>> > > >> > > > > > > > > wrote:
>> > > >> > > > > > > > >
>> > > >> > > > > > > > >> Is there anything I can do to help?  I
tried to
>> look
>> > in
>> > > >> > > > > > > > /u/Edward.Strobach
>> > > >> > > > > > > > >> to see if I could access your .bashrc file,
>> however,
>> > I
>> > > >> don't
>> > > >> > > > even
>> > > >> > > > > > see
>> > > >> > > > > > > > >> a /u/Edward.Strobach directory, which I
don't
>> fully
>> > > >> > > > understand...
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >> Julie
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward
Strobach -
>> NOAA
>> > > >> > > Affiliate
>> > > >> > > > > via
>> > > >> > > > > > > RT <
>> > > >> > > > > > > > >> met_help at ucar.edu> wrote:
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > <URL:
>> > > >> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc
>> file
>> > > in
>> > > >> > such
>> > > >> > > a
>> > > >> > > > > way
>> > > >> > > > > > > > that I
>> > > >> > > > > > > > >> > can't use vi or ls, so I'm kind of stuck
until I
>> > can
>> > > >> deal
>> > > >> > > with
>> > > >> > > > > > that
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
Prestopnik
>> via
>> > > RT
>> > > >> <
>> > > >> > > > > > > > >> met_help at ucar.edu>
>> > > >> > > > > > > > >> > wrote:
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > > Hi Edward and George.
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > I believe Edward is running on Venus
but
>> looking
>> > at
>> > > >> the
>> > > >> > > > > > directions
>> > > >> > > > > > > > for
>> > > >> > > > > > > > >> > > Mars, because there was previously no
>> modulefile
>> > > for
>> > > >> > > > > > metplus/3.0.1
>> > > >> > > > > > > > on
>> > > >> > > > > > > > >> > > Venus, but there was on Mars.  However,
I just
>> > > >> created a
>> > > >> > > > > > > modulefile
>> > > >> > > > > > > > >> for
>> > > >> > > > > > > > >> > > metplus/3.0.1 (which will load
met/9.0.1) on
>> > Venus.
>> > > >> > > Edward,
>> > > >> > > > > > > please
>> > > >> > > > > > > > >> start
>> > > >> > > > > > > > >> > > fresh with a new login to Venus and try
>> running:
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > > module use
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > >
>> > > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > >> > > > > > > > >> > > > module load metplus/3.0.1
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > Please let us know how the testing
goes.  In
>> the
>> > > >> > meantime,
>> > > >> > > > > I'll
>> > > >> > > > > > > try
>> > > >> > > > > > > > to
>> > > >> > > > > > > > >> > > reproduce the problem you are
experiencing.  I
>> > may
>> > > >> need
>> > > >> > > some
>> > > >> > > > > > help
>> > > >> > > > > > > > from
>> > > >> > > > > > > > >> > > George, but hopefully, getting the
right
>> > > environment
>> > > >> set
>> > > >> > > up
>> > > >> > > > > will
>> > > >> > > > > > > > help
>> > > >> > > > > > > > >> > > resolve the issue you are having.
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > Julie
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe
>> via
>> > > RT <
>> > > >> > > > > > > > >> met_help at ucar.edu>
>> > > >> > > > > > > > >> > > wrote:
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > <URL:
>> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > Which machine are you running on? The
>> > > instructions
>> > > >> for
>> > > >> > > the
>> > > >> > > > > > NOAA
>> > > >> > > > > > > > >> > machines
>> > > >> > > > > > > > >> > > > vary.
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM Edward
>> Strobach
>> > -
>> > > >> NOAA
>> > > >> > > > > > Affiliate
>> > > >> > > > > > > > via
>> > > >> > > > > > > > >> RT
>> > > >> > > > > > > > >> > <
>> > > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > <URL:
>> > > >> > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > The first line is under my .bashrc
in
>> > > >> > > > /u/Edward.Strobach.
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > The second line was added and
that's when
>> I
>> > got
>> > > >> the
>> > > >> > > > > > following:
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
use
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > >
>> > > >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
load
>> > > >> > metplus/3.0.1
>> > > >> > > > > > > > >> > > > > Lmod has detected the following
error:
>> The
>> > > >> > following
>> > > >> > > > > > > module(s)
>> > > >> > > > > > > > >> are
>> > > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > Please check the spelling or
version
>> number.
>> > > Also
>> > > >> > try
>> > > >> > > > > > "module
>> > > >> > > > > > > > >> spider
>> > > >> > > > > > > > >> > > ..."
>> > > >> > > > > > > > >> > > > > It is also possible your cache file
is
>> > > >> out-of-date;
>> > > >> > it
>> > > >> > > > may
>> > > >> > > > > > > help
>> > > >> > > > > > > > to
>> > > >> > > > > > > > >> > try:
>> > > >> > > > > > > > >> > > > >   $ module --ignore-cache load
>> > "metplus/3.0.1"
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > Also make sure that all modulefiles
>> written
>> > in
>> > > >> TCL
>> > > >> > > start
>> > > >> > > > > > with
>> > > >> > > > > > > > the
>> > > >> > > > > > > > >> > > string
>> > > >> > > > > > > > >> > > > > #%Module
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM
George
>> McCabe
>> > > via
>> > > >> RT
>> > > >> > <
>> > > >> > > > > > > > >> > met_help at ucar.edu
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > > wrote:
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > > Hi Edward,
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > Did you run this first?
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > module use
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >>
>> > > >> > > >
>> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > I believe you need to run that so
it can
>> > find
>> > > >> the
>> > > >> > > > > > > > metplus/3.0.1
>> > > >> > > > > > > > >> > > module.
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM
Edward
>> > > Strobach
>> > > >> -
>> > > >> > > NOAA
>> > > >> > > > > > > > Affiliate
>> > > >> > > > > > > > >> via
>> > > >> > > > > > > > >> > > RT
>> > > >> > > > > > > > >> > > > <
>> > > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > <URL:
>> > > >> > > > > > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > There was only one mention of
>> deprecated,
>> > > >> and it
>> > > >> > > was
>> > > >> > > > > at
>> > > >> > > > > > > the
>> > > >> > > > > > > > >> top
>> > > >> > > > > > > > >> > of
>> > > >> > > > > > > > >> > > > the
>> > > >> > > > > > > > >> > > > > > log
>> > > >> > > > > > > > >> > > > > > > "Checking for deprecated
env..".
>> There
>> > > were
>> > > >> no
>> > > >> > > > other
>> > > >> > > > > > > > >> mentions;
>> > > >> > > > > > > > >> > > > > however,
>> > > >> > > > > > > > >> > > > > > > there were warnings for certain
>> variables
>> > > not
>> > > >> > > being
>> > > >> > > > > set.
>> > > >> > > > > > > > Other
>> > > >> > > > > > > > >> > than
>> > > >> > > > > > > > >> > > > > that
>> > > >> > > > > > > > >> > > > > > I
>> > > >> > > > > > > > >> > > > > > > get DEBUG messages - presumably
>> because I
>> > > set
>> > > >> > > things
>> > > >> > > > > to
>> > > >> > > > > > > > DEBUG
>> > > >> > > > > > > > >> -
>> > > >> > > > > > > > >> > and
>> > > >> > > > > > > > >> > > > > those
>> > > >> > > > > > > > >> > > > > > > two error messages.
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > I figured the second was
related to
>> the
>> > > >> first.
>> > > >> > A
>> > > >> > > > > > > reference
>> > > >> > > > > > > > to
>> > > >> > > > > > > > >> > > > > libraries
>> > > >> > > > > > > > >> > > > > > > makes me feel like it's an
environment
>> > > issue,
>> > > >> > but
>> > > >> > > my
>> > > >> > > > > > > bashrc
>> > > >> > > > > > > > is
>> > > >> > > > > > > > >> > > > already
>> > > >> > > > > > > > >> > > > > > set
>> > > >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
>> > > >> settings.
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36 PM
George
>> > > McCabe
>> > > >> via
>> > > >> > > RT
>> > > >> > > > <
>> > > >> > > > > > > > >> > > > met_help at ucar.edu
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > > wrote:
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > > Hi Edward,
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
>> > > script,
>> > > >> > > METplus
>> > > >> > > > > > > should
>> > > >> > > > > > > > >> error
>> > > >> > > > > > > > >> > > out
>> > > >> > > > > > > > >> > > > > > > > immediately and give you a
list of
>> > > >> variables
>> > > >> > > that
>> > > >> > > > > are
>> > > >> > > > > > > > >> > deprecated
>> > > >> > > > > > > > >> > > > and
>> > > >> > > > > > > > >> > > > > a
>> > > >> > > > > > > > >> > > > > > > > suggestion if possible, so I
am
>> > guessing
>> > > >> that
>> > > >> > > the
>> > > >> > > > > > > changes
>> > > >> > > > > > > > >> > weren't
>> > > >> > > > > > > > >> > > > > > > covered.
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > The 2nd error is related to
the
>> first.
>> > > The
>> > > >> > > > libpython
>> > > >> > > > > > > error
>> > > >> > > > > > > > >> is
>> > > >> > > > > > > > >> > > what
>> > > >> > > > > > > > >> > > > > came
>> > > >> > > > > > > > >> > > > > > > > from the actual call to
>> stat_analysis
>> > and
>> > > >> the
>> > > >> > > 2nd
>> > > >> > > > > > error
>> > > >> > > > > > > is
>> > > >> > > > > > > > >> just
>> > > >> > > > > > > > >> > > > > telling
>> > > >> > > > > > > > >> > > > > > > you
>> > > >> > > > > > > > >> > > > > > > > that the stat_analysis
command
>> returned
>> > > >> > non-zero
>> > > >> > > > > > value,
>> > > >> > > > > > > > >> which
>> > > >> > > > > > > > >> > > means
>> > > >> > > > > > > > >> > > > > > that
>> > > >> > > > > > > > >> > > > > > > it
>> > > >> > > > > > > > >> > > > > > > > failed.
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12
PM
>> Edward
>> > > >> > Strobach -
>> > > >> > > > > NOAA
>> > > >> > > > > > > > >> Affiliate
>> > > >> > > > > > > > >> > > via
>> > > >> > > > > > > > >> > > > > RT
>> > > >> > > > > > > > >> > > > > > <
>> > > >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > <URL:
>> > > >> > > > > > > > >> >
>> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > I think I've already
removed the
>> > > >> out-of-date
>> > > >> > > > > > variable
>> > > >> > > > > > > > >> names
>> > > >> > > > > > > > >> > > with
>> > > >> > > > > > > > >> > > > > the
>> > > >> > > > > > > > >> > > > > > > v3.1
>> > > >> > > > > > > > >> > > > > > > > > names.  I can look into
that
>> option
>> > if
>> > > >> this
>> > > >> > > > proves
>> > > >> > > > > > not
>> > > >> > > > > > > > to
>> > > >> > > > > > > > >> be
>> > > >> > > > > > > > >> > an
>> > > >> > > > > > > > >> > > > > > > > environment
>> > > >> > > > > > > > >> > > > > > > > > issue.  I do know that I
was
>> pretty
>> > > >> > carefully
>> > > >> > > > > making
>> > > >> > > > > > > the
>> > > >> > > > > > > > >> > > changes
>> > > >> > > > > > > > >> > > > > > > between
>> > > >> > > > > > > > >> > > > > > > > > versions, but I could have
still
>> > missed
>> > > >> > > > something.
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at 4:05
PM
>> George
>> > > >> McCabe
>> > > >> > > via
>> > > >> > > > > RT
>> > > >> > > > > > <
>> > > >> > > > > > > > >> > > > > > met_help at ucar.edu
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > wrote:
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > Hi Edward,
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > I'm not sure if I
mentioned
>> this to
>> > > >> you or
>> > > >> > > > not,
>> > > >> > > > > > but
>> > > >> > > > > > > > >> there
>> > > >> > > > > > > > >> > is
>> > > >> > > > > > > > >> > > a
>> > > >> > > > > > > > >> > > > > > > section
>> > > >> > > > > > > > >> > > > > > > > in
>> > > >> > > > > > > > >> > > > > > > > > > the User's Guide about
updating
>> > > config
>> > > >> > > > variables
>> > > >> > > > > > > from
>> > > >> > > > > > > > >> older
>> > > >> > > > > > > > >> > > > > > versions:
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > In the last sub-section
of that
>> > > >> section,
>> > > >> > it
>> > > >> > > > > > > describes
>> > > >> > > > > > > > a
>> > > >> > > > > > > > >> > tool
>> > > >> > > > > > > > >> > > > > called
>> > > >> > > > > > > > >> > > > > > > > > > validate_config.py that
can be
>> run
>> > > the
>> > > >> > same
>> > > >> > > > way
>> > > >> > > > > as
>> > > >> > > > > > > > >> > > > > > master_metplus.py
>> > > >> > > > > > > > >> > > > > > > > > > (passing in configs with
-c)
>> and it
>> > > >> will
>> > > >> > > step
>> > > >> > > > > you
>> > > >> > > > > > > > >> through
>> > > >> > > > > > > > >> > > find
>> > > >> > > > > > > > >> > > > > and
>> > > >> > > > > > > > >> > > > > > > > > replace
>> > > >> > > > > > > > >> > > > > > > > > > commands to update your
>> > configuration
>> > > >> > files.
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > However, this tool only
works if
>> > > >> > deprecated
>> > > >> > > > > > > variables
>> > > >> > > > > > > > >> are
>> > > >> > > > > > > > >> > > added
>> > > >> > > > > > > > >> > > > > to
>> > > >> > > > > > > > >> > > > > > > the
>> > > >> > > > > > > > >> > > > > > > > > > list to be processed. I
added
>> many
>> > of
>> > > >> the
>> > > >> > > > > > variables
>> > > >> > > > > > > > that
>> > > >> > > > > > > > >> > were
>> > > >> > > > > > > > >> > > > > > changed
>> > > >> > > > > > > > >> > > > > > > > in
>> > > >> > > > > > > > >> > > > > > > > > > StatAnalysis and
MakePlots
>> > wrappers,
>> > > >> but I
>> > > >> > > am
>> > > >> > > > > not
>> > > >> > > > > > > very
>> > > >> > > > > > > > >> > > familiar
>> > > >> > > > > > > > >> > > > > > with
>> > > >> > > > > > > > >> > > > > > > > this
>> > > >> > > > > > > > >> > > > > > > > > > wrapper so I may have
missed
>> some.
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > I apologize that this has
been
>> > such a
>> > > >> > > tedious
>> > > >> > > > > > > process
>> > > >> > > > > > > > >> for
>> > > >> > > > > > > > >> > > you.
>> > > >> > > > > > > > >> > > > If
>> > > >> > > > > > > > >> > > > > > > you'd
>> > > >> > > > > > > > >> > > > > > > > > > like to send me your
current
>> > version
>> > > I
>> > > >> can
>> > > >> > > use
>> > > >> > > > > > that
>> > > >> > > > > > > > >> info to
>> > > >> > > > > > > > >> > > > > update
>> > > >> > > > > > > > >> > > > > > > this
>> > > >> > > > > > > > >> > > > > > > > > > functionality to make
things
>> easier
>> > > >> going
>> > > >> > > > > forward.
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > Thanks,
>> > > >> > > > > > > > >> > > > > > > > > > George
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10
2020,
>> mccabe
>> > > >> wrote:
>> > > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > The first error looks
like an
>> > > >> > environment
>> > > >> > > > > issue.
>> > > >> > > > > > > You
>> > > >> > > > > > > > >> may
>> > > >> > > > > > > > >> > > have
>> > > >> > > > > > > > >> > > > > > some
>> > > >> > > > > > > > >> > > > > > > > > > > disconnect in the
module loads
>> > you
>> > > >> ran.
>> > > >> > I
>> > > >> > > > > would
>> > > >> > > > > > > > purge
>> > > >> > > > > > > > >> the
>> > > >> > > > > > > > >> > > > > > modules,
>> > > >> > > > > > > > >> > > > > > > > > > > then try
>> > > >> > > > > > > > >> > > > > > > > > > > to set up the
environment to
>> run
>> > > >> METplus
>> > > >> > > > again
>> > > >> > > > > > > > (listed
>> > > >> > > > > > > > >> > here
>> > > >> > > > > > > > >> > > > for
>> > > >> > > > > > > > >> > > > > > > > > > > reference:
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >>
>> > > >> > > >
>> > https://dtcenter.org/community-code/metplus/metplus-3-0-existing-
>> > > >> > > > > > > > >> > > > > > > > > > > builds)
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
>> > > MET-Help
>> > > >> > and
>> > > >> > > > I'm
>> > > >> > > > > > not
>> > > >> > > > > > > > >> seeing
>> > > >> > > > > > > > >> > > the
>> > > >> > > > > > > > >> > > > > > second
>> > > >> > > > > > > > >> > > > > > > > > > > error,
>> > > >> > > > > > > > >> > > > > > > > > > > but hopefully clearing
up the
>> > > >> > environment
>> > > >> > > > > issues
>> > > >> > > > > > > > >> resolves
>> > > >> > > > > > > > >> > > the
>> > > >> > > > > > > > >> > > > > 2nd
>> > > >> > > > > > > > >> > > > > > > > > > > issue.
>> > > >> > > > > > > > >> > > > > > > > > > > Please let me know if
it does
>> > not.
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > Also, I have been
trying to
>> clean
>> > > up
>> > > >> > > > > > StatAnalysis
>> > > >> > > > > > > > and
>> > > >> > > > > > > > >> > > > MakePlots
>> > > >> > > > > > > > >> > > > > > > > > > > wrappers,
>> > > >> > > > > > > > >> > > > > > > > > > > so any information you
could
>> > > provide
>> > > >> on
>> > > >> > > > things
>> > > >> > > > > > > that
>> > > >> > > > > > > > >> > didn't
>> > > >> > > > > > > > >> > > > work
>> > > >> > > > > > > > >> > > > > > > that
>> > > >> > > > > > > > >> > > > > > > > > > > you
>> > > >> > > > > > > > >> > > > > > > > > > > had to change from the
>> examples
>> > > >> would be
>> > > >> > > > very
>> > > >> > > > > > > > helpful.
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > Thanks,
>> > > >> > > > > > > > >> > > > > > > > > > > George
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020 at
12:01
>> PM
>> > > >> Edward
>> > > >> > > > > Strobach
>> > > >> > > > > > -
>> > > >> > > > > > > > NOAA
>> > > >> > > > > > > > >> > > > > Affiliate
>> > > >> > > > > > > > >> > > > > > > via
>> > > >> > > > > > > > >> > > > > > > > > > > RT <
>> > > >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu>
wrote:
>> > > >> > > > > > > > >> > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53
2020:
>> > Request
>> > > >> > 95484
>> > > >> > > > was
>> > > >> > > > > > > acted
>> > > >> > > > > > > > >> upon.
>> > > >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
created
>> by
>> > > >> > > > > > > > >> > edward.strobach at noaa.gov
>> > > >> > > > > > > > >> > > > > > > > > > > >        Queue:
met_help
>> > > >> > > > > > > > >> > > > > > > > > > > >      Subject:
>> > command_builder.py
>> > > >> error
>> > > >> > > > > > > > >> > > > > > > > > > > >        Owner: Nobody
>> > > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
>> > > >> > edward.strobach at noaa.gov
>> > > >> > > > > > > > >> > > > > > > > > > > >       Status: new
>> > > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > >
>> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>> > > >> > > > > > > > >> > > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > I'm in the process of
>> > converting
>> > > >> > > > > StatAnalysis
>> > > >> > > > > > > > >> > > andMakePlots
>> > > >> > > > > > > > >> > > > to
>> > > >> > > > > > > > >> > > > > > > > metplus
>> > > >> > > > > > > > >> > > > > > > > > > > > version 3.0 format
from 2.1.
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands
>> that
>> > > are
>> > > >> > > > > > deprecated,
>> > > >> > > > > > > > >> > replaced
>> > > >> > > > > > > > >> > > > the
>> > > >> > > > > > > > >> > > > > > > > > > > > functions that
>> > > >> > > > > > > > >> > > > > > > > > > > > no longer exist, and
>> finished
>> > > >> > debugging
>> > > >> > > > some
>> > > >> > > > > > > > issues
>> > > >> > > > > > > > >> > > related
>> > > >> > > > > > > > >> > > > > to
>> > > >> > > > > > > > >> > > > > > > time
>> > > >> > > > > > > > >> > > > > > > > > > > > string
>> > > >> > > > > > > > >> > > > > > > > > > > > formatting.  In side
my log
>> > file
>> > > >> > > (located
>> > > >> > > > > > here:
>> > > >> > > > > > > *
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
>> > > >> > > > > > > > >> > > > > > > > > > > > there is are two
errors -
>> > > possibly
>> > > >> > > > related -
>> > > >> > > > > > > > >> > highlighted
>> > > >> > > > > > > > >> > > in
>> > > >> > > > > > > > >> > > > > red
>> > > >> > > > > > > > >> > > > > > > > > > > > below.  The
>> > > >> > > > > > > > >> > > > > > > > > > > > first one points to a
>> library
>> > > >> issue.
>> > > >> > > The
>> > > >> > > > > > > > directory
>> > > >> > > > > > > > >> in
>> > > >> > > > > > > > >> > > > > question
>> > > >> > > > > > > > >> > > > > > > > > > > > exists, but
>> > > >> > > > > > > > >> > > > > > > > > > > > there is nothing in
it.  Is
>> > that
>> > > >> the
>> > > >> > > > > > referenced
>> > > >> > > > > > > > >> library
>> > > >> > > > > > > > >> > > is
>> > > >> > > > > > > > >> > > > > > > expected
>> > > >> > > > > > > > >> > > > > > > > > > > > to
>> > > >> > > > > > > > >> > > > > > > > > > > > reside there?  The
second
>> > issue,
>> > > >> which
>> > > >> > > is
>> > > >> > > > > not
>> > > >> > > > > > > too
>> > > >> > > > > > > > >> > > > revealing,
>> > > >> > > > > > > > >> > > > > > > points
>> > > >> > > > > > > > >> > > > > > > > > > > > to the
>> > > >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig
file,
>> which
>> > I
>> > > >> think
>> > > >> > > is
>> > > >> > > > > > > somehow
>> > > >> > > > > > > > >> > related
>> > > >> > > > > > > > >> > > > to
>> > > >> > > > > > > > >> > > > > > the
>> > > >> > > > > > > > >> > > > > > > > > > > > first
>> > > >> > > > > > > > >> > > > > > > > > > > > error.  I did take
the
>> > > >> > > STATAnalysisConfig
>> > > >> > > > > file
>> > > >> > > > > > > > from
>> > > >> > > > > > > > >> > > another
>> > > >> > > > > > > > >> > > > > > > metplus
>> > > >> > > > > > > > >> > > > > > > > > > > > location that I've
been
>> working
>> > > on
>> > > >> > into
>> > > >> > > a
>> > > >> > > > > > > > directory
>> > > >> > > > > > > > >> I
>> > > >> > > > > > > > >> > > > created
>> > > >> > > > > > > > >> > > > > > to
>> > > >> > > > > > > > >> > > > > > > > put
>> > > >> > > > > > > > >> > > > > > > > > > > > the
>> > > >> > > > > > > > >> > > > > > > > > > > > copied version there.
The
>> > > >> > > > > STATAnalysisConfig
>> > > >> > > > > > > > >> directory
>> > > >> > > > > > > > >> > > was
>> > > >> > > > > > > > >> > > > > > taken
>> > > >> > > > > > > > >> > > > > > > > > > > > from a
>> > > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so I
assumed
>> > that
>> > > >> the
>> > > >> > > > layout
>> > > >> > > > > > of
>> > > >> > > > > > > > the
>> > > >> > > > > > > > >> > file
>> > > >> > > > > > > > >> > > > > would
>> > > >> > > > > > > > >> > > > > > be
>> > > >> > > > > > > > >> > > > > > > > > > > > okay.
>> > > >> > > > > > > > >> > > > > > > > > > > > The information below
seems
>> > like
>> > > >> what
>> > > >> > I
>> > > >> > > > > want.
>> > > >> > > > > > > I'm
>> > > >> > > > > > > > >> > > looping
>> > > >> > > > > > > > >> > > > > over
>> > > >> > > > > > > > >> > > > > > > 06,
>> > > >> > > > > > > > >> > > > > > > > > > > > 12
>> > > >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping
>> the
>> > > >> 00-23
>> > > >> > > VALID
>> > > >> > > > > > hours
>> > > >> > > > > > > > for
>> > > >> > > > > > > > >> > each
>> > > >> > > > > > > > >> > > > > day.
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > INFO:
>> > > >> > > > > > > > >> COMMAND:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > >
>> > > >> > > > > >
>> > > >> > > >
>> > > >> >
>> > >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > >> > > > > > > > >> > > > > > > > > > > > -config
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > >
>> > > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > (command_runner.py:124)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > app_name is:
stat_analysis,
>> > > output
>> > > >> > sent
>> > > >> > > > to:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
>> > > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > >
>> > > >> > > >
>> > > >> >
>> > > >>
>> > >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
>> > > >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
>> > > >> libraries:
>> > > >> > > > > > > > >> > > libpython3.6m.so.1.0:
>> > > >> > > > > > > > >> > > > > > > cannot
>> > > >> > > > > > > > >> > > > > > > > > > > > open
>> > > >> > > > > > > > >> > > > > > > > > > > > shared object file:
No such
>> > file
>> > > or
>> > > >> > > > > directory
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > (command_runner.py:191)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > Finished running
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > >
>> > > >> > > > > >
>> > > >> > > >
>> > > >> >
>> > >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > >> > > > > > > > >> > > > > > > > > > > > in
>> > > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:100)
>> > > >> > > > > > > > >> > > > > > > > > > > > ERROR:
>> > > >> > > > > > > > >> > > > > > > > > > > >
(command_builder.py:733) MET
>> > > >> command
>> > > >> > > > > returned
>> > > >> > > > > > a
>> > > >> > > > > > > > >> > non-zero
>> > > >> > > > > > > > >> > > > > return
>> > > >> > > > > > > > >> > > > > > > > code:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > >
>> > > >> > > > > >
>> > > >> > > >
>> > > >> >
>> > >
>>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
>> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > >> > > > > > > > >> > > > > > > > > > > > -config
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > >
>> > > >> >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > INFO:
>> > > >> > > > > > > > Check
>> > > >> > > > > > > > >> the
>> > > >> > > > > > > > >> > > > > logfile
>> > > >> > > > > > > > >> > > > > > > for
>> > > >> > > > > > > > >> > > > > > > > > > > > more
>> > > >> > > > > > > > >> > > > > > > > > > > > information on why it
failed
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:788)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building
dump_row
>> > filename
>> > > >> from
>> > > >> > > > > default
>> > > >> > > > > > > > >> > template:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1833)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: STAT_ANALYSIS
RUN
>> > > >> SETTINGS....
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_HOUR:
>> "120000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL:
"A1"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_HOUR:
>> > "000000",
>> > > >> > > > "010000",
>> > > >> > > > > > > > >> "020000",
>> > > >> > > > > > > > >> > > > > "030000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "040000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
>> "070000",
>> > > >> > "080000",
>> > > >> > > > > > > "090000",
>> > > >> > > > > > > > >> > > "100000",
>> > > >> > > > > > > > >> > > > > > > > "110000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
>> "140000",
>> > > >> > "150000",
>> > > >> > > > > > > "160000",
>> > > >> > > > > > > > >> > > "170000",
>> > > >> > > > > > > > >> > > > > > > > "180000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
>> "210000",
>> > > >> > "220000",
>> > > >> > > > > > "230000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR:
"OZCON"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
"BILIN"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
>> > > "VL1L2"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_HOUR:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL:
"A1"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_HOUR:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR:
"COPO"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK:
"FULL"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE:
"ONLYSF"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job
filter
>> > -dump_row
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_BEG:
>> > > >> 20200525_000000
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_END:
>> > > >> 20200525_230000
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_BEG:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_INIT_END:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_BEG:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VALID_END:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_BEG:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> (stat_analysis_wrapper.py:1836)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_INIT_END:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:140)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR NEXT
>> COMMAND:
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > >
>> > > >> >
>> > > >>
>> > >
>> >
>>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > DESC=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_INIT_HOUR="120000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> FCST_VALID_BEG=20200525_000000
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> FCST_VALID_END=20200525_230000
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_HOUR="000000",
>> > > "010000",
>> > > >> > > > > "020000",
>> > > >> > > > > > > > >> "030000",
>> > > >> > > > > > > > >> > > > > > "040000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
>> "080000",
>> > > >> > "090000",
>> > > >> > > > > > > "100000",
>> > > >> > > > > > > > >> > > "110000",
>> > > >> > > > > > > > >> > > > > > > > "120000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
>> "150000",
>> > > >> > "160000",
>> > > >> > > > > > > "170000",
>> > > >> > > > > > > > >> > > "180000",
>> > > >> > > > > > > > >> > > > > > > > "190000",
>> > > >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
>> "220000",
>> > > >> "230000"
>> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
>> > > >> > metplus.StatAnalysis
>> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
>> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
>> > > >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > that appear to ori.
I took
>> > this
>> > > >> file
>> > > >> > > over
>> > > >> > > > > > from
>> > > >> > > > > > > > >> another
>> > > >> > > > > > > > >> > > > V3.0
>> > > >> > > > > > > > >> > > > > > > > > > > > location,
>> > > >> > > > > > > > >> > > > > > > > > > > > assuming that this
would be
>> > > >> > acceptable.
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
>> > > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
>> > > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
>> > > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > > --
>> > > >> > > > > > > > >> > > > > > > > > Edward Strobach
>> > > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > >> > > > > > > > > IMSG Contractor
>> > > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
>> > > >> > > > > > > > >> > > > > > > > > 301-683-3717
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > > --
>> > > >> > > > > > > > >> > > > > > > > George McCabe - Software
Engineer
>> III
>> > > >> > > > > > > > >> > > > > > > > National Center for
Atmospheric
>> > Research
>> > > >> > > > > > > > >> > > > > > > > Research Applications
Laboratory
>> > > >> > > > > > > > >> > > > > > > > 303-497-2768
>> > > >> > > > > > > > >> > > > > > > > ---
>> > > >> > > > > > > > >> > > > > > > > My working day may not be
your
>> working
>> > > day.
>> > > >> > > Please
>> > > >> > > > > do
>> > > >> > > > > > > not
>> > > >> > > > > > > > >> feel
>> > > >> > > > > > > > >> > > > > obliged
>> > > >> > > > > > > > >> > > > > > to
>> > > >> > > > > > > > >> > > > > > > > reply to this email outside
of your
>> > > normal
>> > > >> > > working
>> > > >> > > > > > > hours.
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > > --
>> > > >> > > > > > > > >> > > > > > > Edward Strobach
>> > > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > >> > > > > > > IMSG Contractor
>> > > >> > > > > > > > >> > > > > > > Cubicle#: 2029
>> > > >> > > > > > > > >> > > > > > > 301-683-3717
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > > --
>> > > >> > > > > > > > >> > > > > > George McCabe - Software Engineer
III
>> > > >> > > > > > > > >> > > > > > National Center for Atmospheric
Research
>> > > >> > > > > > > > >> > > > > > Research Applications Laboratory
>> > > >> > > > > > > > >> > > > > > 303-497-2768
>> > > >> > > > > > > > >> > > > > > ---
>> > > >> > > > > > > > >> > > > > > My working day may not be your
working
>> day.
>> > > >> Please
>> > > >> > > do
>> > > >> > > > > not
>> > > >> > > > > > > feel
>> > > >> > > > > > > > >> > > obliged
>> > > >> > > > > > > > >> > > > to
>> > > >> > > > > > > > >> > > > > > reply to this email outside of
your
>> normal
>> > > >> working
>> > > >> > > > > hours.
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > > --
>> > > >> > > > > > > > >> > > > > Edward Strobach
>> > > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > >> > > > > IMSG Contractor
>> > > >> > > > > > > > >> > > > > Cubicle#: 2029
>> > > >> > > > > > > > >> > > > > 301-683-3717
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > > --
>> > > >> > > > > > > > >> > > > George McCabe - Software Engineer III
>> > > >> > > > > > > > >> > > > National Center for Atmospheric
Research
>> > > >> > > > > > > > >> > > > Research Applications Laboratory
>> > > >> > > > > > > > >> > > > 303-497-2768
>> > > >> > > > > > > > >> > > > ---
>> > > >> > > > > > > > >> > > > My working day may not be your
working day.
>> > > Please
>> > > >> do
>> > > >> > > not
>> > > >> > > > > feel
>> > > >> > > > > > > > >> obliged
>> > > >> > > > > > > > >> > to
>> > > >> > > > > > > > >> > > > reply to this email outside of your
normal
>> > > working
>> > > >> > > hours.
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > --
>> > > >> > > > > > > > >> > > Julie Prestopnik
>> > > >> > > > > > > > >> > > Software Engineer
>> > > >> > > > > > > > >> > > National Center for Atmospheric
Research
>> > > >> > > > > > > > >> > > Research Applications Laboratory
>> > > >> > > > > > > > >> > > Phone: 303.497.8399
>> > > >> > > > > > > > >> > > Email: jpresto at ucar.edu
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > > My working day may not be your working
day.
>> > Please
>> > > >> do
>> > > >> > not
>> > > >> > > > > feel
>> > > >> > > > > > > > >> obliged
>> > > >> > > > > > > > >> > to
>> > > >> > > > > > > > >> > > reply to this email outside of your
normal
>> > working
>> > > >> > hours.
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> > >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> > --
>> > > >> > > > > > > > >> > Edward Strobach
>> > > >> > > > > > > > >> > EMC/NCEP/NWS/
>> > > >> > > > > > > > >> > IMSG Contractor
>> > > >> > > > > > > > >> > Cubicle#: 2029
>> > > >> > > > > > > > >> > 301-683-3717
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >> >
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >> --
>> > > >> > > > > > > > >> Julie Prestopnik
>> > > >> > > > > > > > >> Software Engineer
>> > > >> > > > > > > > >> National Center for Atmospheric Research
>> > > >> > > > > > > > >> Research Applications Laboratory
>> > > >> > > > > > > > >> Phone: 303.497.8399
>> > > >> > > > > > > > >> Email: jpresto at ucar.edu
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >> My working day may not be your working day.
>> Please
>> > do
>> > > >> not
>> > > >> > > feel
>> > > >> > > > > > > obliged
>> > > >> > > > > > > > to
>> > > >> > > > > > > > >> reply to this email outside of your normal
working
>> > > hours.
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >>
>> > > >> > > > > > > > >
>> > > >> > > > > > > > > --
>> > > >> > > > > > > > > Edward Strobach
>> > > >> > > > > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > > IMSG Contractor
>> > > >> > > > > > > > > Cubicle#: 2029
>> > > >> > > > > > > > > 301-683-3717
>> > > >> > > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > > > --
>> > > >> > > > > > > > Edward Strobach
>> > > >> > > > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > > > IMSG Contractor
>> > > >> > > > > > > > Cubicle#: 2029
>> > > >> > > > > > > > 301-683-3717
>> > > >> > > > > > > >
>> > > >> > > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > > > --
>> > > >> > > > > > > Julie Prestopnik
>> > > >> > > > > > > Software Engineer
>> > > >> > > > > > > National Center for Atmospheric Research
>> > > >> > > > > > > Research Applications Laboratory
>> > > >> > > > > > > Phone: 303.497.8399
>> > > >> > > > > > > Email: jpresto at ucar.edu
>> > > >> > > > > > >
>> > > >> > > > > > > My working day may not be your working day.
Please do
>> not
>> > > >> feel
>> > > >> > > > obliged
>> > > >> > > > > > to
>> > > >> > > > > > > reply to this email outside of your normal
working
>> hours.
>> > > >> > > > > > >
>> > > >> > > > > > >
>> > > >> > > > > >
>> > > >> > > > > > --
>> > > >> > > > > > Edward Strobach
>> > > >> > > > > > EMC/NCEP/NWS/
>> > > >> > > > > > IMSG Contractor
>> > > >> > > > > > Cubicle#: 2029
>> > > >> > > > > > 301-683-3717
>> > > >> > > > > >
>> > > >> > > > > >
>> > > >> > > > >
>> > > >> > > > > --
>> > > >> > > > > Julie Prestopnik
>> > > >> > > > > Software Engineer
>> > > >> > > > > National Center for Atmospheric Research
>> > > >> > > > > Research Applications Laboratory
>> > > >> > > > > Phone: 303.497.8399
>> > > >> > > > > Email: jpresto at ucar.edu
>> > > >> > > > >
>> > > >> > > > > My working day may not be your working day.  Please
do not
>> > feel
>> > > >> > obliged
>> > > >> > > > to
>> > > >> > > > > reply to this email outside of your normal working
hours.
>> > > >> > > > >
>> > > >> > > > >
>> > > >> > > >
>> > > >> > > > --
>> > > >> > > > Edward Strobach
>> > > >> > > > EMC/NCEP/NWS/
>> > > >> > > > IMSG Contractor
>> > > >> > > > Cubicle#: 2029
>> > > >> > > > 301-683-3717
>> > > >> > > >
>> > > >> > > >
>> > > >> > >
>> > > >> > > --
>> > > >> > > George McCabe - Software Engineer III
>> > > >> > > National Center for Atmospheric Research
>> > > >> > > Research Applications Laboratory
>> > > >> > > 303-497-2768
>> > > >> > > ---
>> > > >> > > My working day may not be your working day. Please do
not feel
>> > > >> obliged to
>> > > >> > > reply to this email outside of your normal working
hours.
>> > > >> > >
>> > > >> > >
>> > > >> >
>> > > >> > --
>> > > >> > Edward Strobach
>> > > >> > EMC/NCEP/NWS/
>> > > >> > IMSG Contractor
>> > > >> > Cubicle#: 2029
>> > > >> > 301-683-3717
>> > > >> >
>> > > >> >
>> > > >>
>> > > >> --
>> > > >> George McCabe - Software Engineer III
>> > > >> National Center for Atmospheric Research
>> > > >> Research Applications Laboratory
>> > > >> 303-497-2768
>> > > >> ---
>> > > >> My working day may not be your working day. Please do not
feel
>> obliged
>> > > to
>> > > >> reply to this email outside of your normal working hours.
>> > > >>
>> > > >>
>> > > >
>> > > > --
>> > > > Edward Strobach
>> > > > EMC/NCEP/NWS/
>> > > > IMSG Contractor
>> > > > Cubicle#: 2029
>> > > > 301-683-3717
>> > > >
>> > >
>> > >
>> > > --
>> > > Edward Strobach
>> > > EMC/NCEP/NWS/
>> > > IMSG Contractor
>> > > Cubicle#: 2029
>> > > 301-683-3717
>> > >
>> > >
>> >
>> > --
>> > George McCabe - Software Engineer III
>> > National Center for Atmospheric Research
>> > Research Applications Laboratory
>> > 303-497-2768
>> > ---
>> > My working day may not be your working day. Please do not feel
obliged
>> to
>> > reply to this email outside of your normal working hours.
>> >
>> >
>>
>> --
>> Edward Strobach
>> EMC/NCEP/NWS/
>> IMSG Contractor
>> Cubicle#: 2029
>> 301-683-3717
>>
>>
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>


--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 14:05:25 2020

I'm doing all this on Venus right now, but may transition over to mars
during the next switch - something else I'm concerned about.  That's
why
I'm trying to get at least something before that happens so that I
know I
have something that at least works before having to reset with a new
environment.  I'll make sure to incorporate that directory path.
Thanks

On Thu, Jun 4, 2020 at 3:52 PM Julie Prestopnik via RT
<met_help at ucar.edu>
wrote:

> Hi Edward.
>
> Are you working on "surge" or "venus"?  I thought you were working
on
> venus, but the path that you listed earlier:
>
> > /gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin
> >
> is on "surge".
>
> The corresponding location on "venus" is:
>
> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/bin
>
> which is why I had thought I set up the link to bin there yesterday
> (because I actually had).
>
> My apologies for the confusion.  It's a bit confusing to be able to
access
> the directories for the install location on "surge" on "venus".  We
have to
> be careful with that because the modules that are loaded aew
different for
> each machine.
>
> Please let me know if you have any questions regarding the machines
and
> paths.  I'm not sure why the code was looking for the path on
"surge"...
> Please check your loaded paths to ensure that you are loading from
the
> /gpfs/dell2 if you are working on venus and /gpfs/hps3 if you are
working
> on "surge", however, I don't believe I have a metplus modulefile on
that
> machine yet.
>
> Julie
>
> On Thu, Jun 4, 2020 at 10:57 AM Julie Prestopnik <jpresto at ucar.edu>
wrote:
>
> > Hi Ed.  My apologies.  You are correct in that there was no bin
> > directory.  I have since linked a bin directory to the exec
directory
> where
> > the executables lived (although I thought I had done that
yesterday...).
> > You don't need to change anything.  Please give it another try.
> >
> > Thanks.
> >
> > Julie
> >
> > On Thu, Jun 4, 2020 at 10:53 AM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >>
> >> There were a couple of leftover errors, but I think I resolved
them
> except
> >> one.  The two that were resolved were related to UnboundError and
> >> NameError.  However, the one that I can't see to resolve is this:
> >> FileNotFoundError: [Errno 2] No such file or directory:
> >>
> >>
>
'/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0.1/bin/stat_analysis'
> >>
> >> I looked to see if my setup had this, but it seems that it
doesn't.  Is
> >> there a stat_analysis location that I can source from?
> >>
> >> I also made sure to follow George's suggestion; now my set-up
looks
> >> cleaner
> >> and less confusing.  Thanks for the pointers!
> >>
> >>
> >> On Wed, Jun 3, 2020 at 5:02 PM George McCabe via RT
<met_help at ucar.edu>
> >> wrote:
> >>
> >> > Which machine are you running on? The instructions for the NOAA
> machines
> >> > vary.
> >> >
> >> > On Wed, Jun 3, 2020 at 2:54 PM Edward Strobach - NOAA Affiliate
via
> RT <
> >> > met_help at ucar.edu> wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> >> > >
> >> > > The first line is under my .bashrc in /u/Edward.Strobach.
> >> > >
> >> > > The second line was added and that's when I got the
following:
> >> > >
> >> > > [Edward.Strobach at v72a1 ~]$ module use
> >> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > [Edward.Strobach at v72a1 ~]$ module load metplus/3.0.1
> >> > > Lmod has detected the following error:  The following
module(s) are
> >> > > unknown: "metplus/3.0.1"
> >> > >
> >> > > Please check the spelling or version number. Also try "module
spider
> >> ..."
> >> > > It is also possible your cache file is out-of-date; it may
help to
> >> try:
> >> > >   $ module --ignore-cache load "metplus/3.0.1"
> >> > >
> >> > > Also make sure that all modulefiles written in TCL start with
the
> >> string
> >> > > #%Module
> >> > >
> >> > >
> >> > >
> >> > > On Wed, Jun 3, 2020 at 4:45 PM George McCabe via RT <
> >> met_help at ucar.edu>
> >> > > wrote:
> >> > >
> >> > > > Hi Edward,
> >> > > >
> >> > > > Did you run this first?
> >> > > >
> >> > > > module use
> >> > > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > >
> >> > > > I believe you need to run that so it can find the
metplus/3.0.1
> >> module.
> >> > > >
> >> > > >
> >> > > >
> >> > > > On Wed, Jun 3, 2020 at 2:42 PM Edward Strobach - NOAA
Affiliate
> via
> >> RT
> >> > <
> >> > > > met_help at ucar.edu> wrote:
> >> > > >
> >> > > > >
> >> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> > > > >
> >> > > > > There was only one mention of deprecated, and it was at
the top
> of
> >> > the
> >> > > > log
> >> > > > > "Checking for deprecated env..".  There were no other
mentions;
> >> > > however,
> >> > > > > there were warnings for certain variables not being set.
Other
> >> than
> >> > > that
> >> > > > I
> >> > > > > get DEBUG messages - presumably because I set things to
DEBUG -
> >> and
> >> > > those
> >> > > > > two error messages.
> >> > > > >
> >> > > > > I figured the second was related to the first.  A
reference to
> >> > > libraries
> >> > > > > makes me feel like it's an environment issue, but my
bashrc is
> >> > already
> >> > > > set
> >> > > > > up with the recommended Dell modules settings.
> >> > > > >
> >> > > > > On Wed, Jun 3, 2020 at 4:36 PM George McCabe via RT <
> >> > met_help at ucar.edu
> >> > > >
> >> > > > > wrote:
> >> > > > >
> >> > > > > > Hi Edward,
> >> > > > > >
> >> > > > > > Even if you don't run the validate script, METplus
should
> error
> >> out
> >> > > > > > immediately and give you a list of variables that are
> deprecated
> >> > and
> >> > > a
> >> > > > > > suggestion if possible, so I am guessing that the
changes
> >> weren't
> >> > > > > covered.
> >> > > > > >
> >> > > > > > The 2nd error is related to the first. The libpython
error is
> >> what
> >> > > came
> >> > > > > > from the actual call to stat_analysis and the 2nd error
is
> just
> >> > > telling
> >> > > > > you
> >> > > > > > that the stat_analysis command returned non-zero value,
which
> >> means
> >> > > > that
> >> > > > > it
> >> > > > > > failed.
> >> > > > > >
> >> > > > > > On Wed, Jun 3, 2020 at 2:12 PM Edward Strobach - NOAA
> Affiliate
> >> via
> >> > > RT
> >> > > > <
> >> > > > > > met_help at ucar.edu> wrote:
> >> > > > > >
> >> > > > > > >
> >> > > > > > > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> >
> >> > > > > > >
> >> > > > > > > I think I've already removed the out-of-date variable
names
> >> with
> >> > > the
> >> > > > > v3.1
> >> > > > > > > names.  I can look into that option if this proves
not to be
> >> an
> >> > > > > > environment
> >> > > > > > > issue.  I do know that I was pretty carefully making
the
> >> changes
> >> > > > > between
> >> > > > > > > versions, but I could have still missed something.
> >> > > > > > >
> >> > > > > > > On Wed, Jun 3, 2020 at 4:05 PM George McCabe via RT <
> >> > > > met_help at ucar.edu
> >> > > > > >
> >> > > > > > > wrote:
> >> > > > > > >
> >> > > > > > > > Hi Edward,
> >> > > > > > > >
> >> > > > > > > > I'm not sure if I mentioned this to you or not, but
there
> >> is a
> >> > > > > section
> >> > > > > > in
> >> > > > > > > > the User's Guide about updating config variables
from
> older
> >> > > > versions:
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >> > > > > > > >
> >> > > > > > > > In the last sub-section of that section, it
describes a
> tool
> >> > > called
> >> > > > > > > > validate_config.py that can be run the same way as
> >> > > > master_metplus.py
> >> > > > > > > > (passing in configs with -c) and it will step you
through
> >> find
> >> > > and
> >> > > > > > > replace
> >> > > > > > > > commands to update your configuration files.
> >> > > > > > > >
> >> > > > > > > > However, this tool only works if deprecated
variables are
> >> added
> >> > > to
> >> > > > > the
> >> > > > > > > > list to be processed. I added many of the variables
that
> >> were
> >> > > > changed
> >> > > > > > in
> >> > > > > > > > StatAnalysis and MakePlots wrappers, but I am not
very
> >> familiar
> >> > > > with
> >> > > > > > this
> >> > > > > > > > wrapper so I may have missed some.
> >> > > > > > > >
> >> > > > > > > > I apologize that this has been such a tedious
process for
> >> you.
> >> > If
> >> > > > > you'd
> >> > > > > > > > like to send me your current version I can use that
info
> to
> >> > > update
> >> > > > > this
> >> > > > > > > > functionality to make things easier going forward.
> >> > > > > > > >
> >> > > > > > > > Thanks,
> >> > > > > > > > George
> >> > > > > > > >
> >> > > > > > > > On Wed Jun 03 13:28:10 2020, mccabe wrote:
> >> > > > > > > > > Hi Edward,
> >> > > > > > > > >
> >> > > > > > > > > The first error looks like an environment issue.
You may
> >> have
> >> > > > some
> >> > > > > > > > > disconnect in the module loads you ran. I would
purge
> the
> >> > > > modules,
> >> > > > > > > > > then try
> >> > > > > > > > > to set up the environment to run METplus again
(listed
> >> here
> >> > for
> >> > > > > > > > > reference:
> >> > > > > > > > >
> >> > > > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> >> > > > > > > > > builds)
> >> > > > > > > > >
> >> > > > > > > > > I don't see red text through MET-Help and I'm not
seeing
> >> the
> >> > > > second
> >> > > > > > > > > error,
> >> > > > > > > > > but hopefully clearing up the environment issues
> resolves
> >> the
> >> > > 2nd
> >> > > > > > > > > issue.
> >> > > > > > > > > Please let me know if it does not.
> >> > > > > > > > >
> >> > > > > > > > > Also, I have been trying to clean up StatAnalysis
and
> >> > MakePlots
> >> > > > > > > > > wrappers,
> >> > > > > > > > > so any information you could provide on things
that
> didn't
> >> > work
> >> > > > > that
> >> > > > > > > > > you
> >> > > > > > > > > had to change from the examples would be very
helpful.
> >> > > > > > > > >
> >> > > > > > > > > Thanks,
> >> > > > > > > > > George
> >> > > > > > > > >
> >> > > > > > > > > On Wed, Jun 3, 2020 at 12:01 PM Edward Strobach -
NOAA
> >> > > Affiliate
> >> > > > > via
> >> > > > > > > > > RT <
> >> > > > > > > > > met_help at ucar.edu> wrote:
> >> > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Wed Jun 03 12:01:53 2020: Request 95484 was
acted
> upon.
> >> > > > > > > > > > Transaction: Ticket created by
> edward.strobach at noaa.gov
> >> > > > > > > > > >        Queue: met_help
> >> > > > > > > > > >      Subject: command_builder.py error
> >> > > > > > > > > >        Owner: Nobody
> >> > > > > > > > > >   Requestors: edward.strobach at noaa.gov
> >> > > > > > > > > >       Status: new
> >> > > > > > > > > >  Ticket <URL:
> >> > > > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Good afternoon,
> >> > > > > > > > > >
> >> > > > > > > > > > I'm in the process of converting StatAnalysis
> >> andMakePlots
> >> > to
> >> > > > > > metplus
> >> > > > > > > > > > version 3.0 format from 2.1.
> >> > > > > > > > > >
> >> > > > > > > > > > I've isolated the commands that are deprecated,
> replaced
> >> > the
> >> > > > > > > > > > functions that
> >> > > > > > > > > > no longer exist, and finished debugging some
issues
> >> related
> >> > > to
> >> > > > > time
> >> > > > > > > > > > string
> >> > > > > > > > > > formatting.  In side my log file (located here:
*
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> >> > > > > > > > > > there is are two errors - possibly related -
> >> highlighted in
> >> > > red
> >> > > > > > > > > > below.  The
> >> > > > > > > > > > first one points to a library issue.  The
directory in
> >> > > question
> >> > > > > > > > > > exists, but
> >> > > > > > > > > > there is nothing in it.  Is that the referenced
> library
> >> is
> >> > > > > expected
> >> > > > > > > > > > to
> >> > > > > > > > > > reside there?  The second issue, which is not
too
> >> > revealing,
> >> > > > > points
> >> > > > > > > > > > to the
> >> > > > > > > > > > STATAnalysisConfig file, which I think is
somehow
> >> related
> >> > to
> >> > > > the
> >> > > > > > > > > > first
> >> > > > > > > > > > error.  I did take the STATAnalysisConfig file
from
> >> another
> >> > > > > metplus
> >> > > > > > > > > > location that I've been working on into a
directory I
> >> > created
> >> > > > to
> >> > > > > > put
> >> > > > > > > > > > the
> >> > > > > > > > > > copied version there.  The STATAnalysisConfig
> directory
> >> was
> >> > > > taken
> >> > > > > > > > > > from a
> >> > > > > > > > > > V.3.1 location, so I assumed that the layout of
the
> file
> >> > > would
> >> > > > be
> >> > > > > > > > > > okay.
> >> > > > > > > > > > The information below seems like what I want.
I'm
> >> looping
> >> > > over
> >> > > > > 06,
> >> > > > > > > > > > 12
> >> > > > > > > > > > initial times and grouping the 00-23 VALID
hours for
> >> each
> >> > > day.
> >> > > > > > > > > >
> >> > > > > > > > > > 06/03 17:41:20.927 metplus.StatAnalysis INFO:
COMMAND:
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > -lookin
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > -config
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > > > 06/03 17:41:20.928 metplus.StatAnalysis
> >> > > (command_runner.py:124)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > app_name is: stat_analysis, output sent to:
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> >> > > > > > > > > > MET OUTPUT:
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
> >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> >> > > > > > > > > > error while loading shared libraries:
> >> libpython3.6m.so.1.0:
> >> > > > > cannot
> >> > > > > > > > > > open
> >> > > > > > > > > > shared object file: No such file or directory
> >> > > > > > > > > > 06/03 17:41:21.133 metplus.StatAnalysis
> >> > > (command_runner.py:191)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > Finished running
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > in
> >> > > > > > > > > > 0:00:00.204271
> >> > > > > > > > > > 06/03 17:41:21.134 metplus.StatAnalysis
> >> > > > (command_builder.py:100)
> >> > > > > > > > > > ERROR:
> >> > > > > > > > > > (command_builder.py:733) MET command returned a
> non-zero
> >> > > return
> >> > > > > > code:
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > >
> >> > > >
> >> >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > > > > > > > > -lookin
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > -config
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > >
/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis INFO:
Check
> the
> >> > > logfile
> >> > > > > for
> >> > > > > > > > > > more
> >> > > > > > > > > > information on why it failed
> >> > > > > > > > > > 06/03 17:41:21.135 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:788)
> >> > > > > > > > > > DEBUG: Building dump_row filename from default
> template:
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> >> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1833)
> >> > > > > > > > > > DEBUG: STAT_ANALYSIS RUN SETTINGS....
> >> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: ALPHA:
> >> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: COV_THRESH:
> >> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: DESC:
> >> > > > > > > > > > 06/03 17:41:21.136 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_INIT_HOUR: "120000"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_LEAD: "000000"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_LEVEL: "A1"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_THRESH:
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_UNITS:
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_VALID_HOUR: "000000", "010000",
"020000",
> >> > > "030000",
> >> > > > > > > > > > "040000",
> >> > > > > > > > > > "050000", "060000", "070000", "080000",
"090000",
> >> "100000",
> >> > > > > > "110000",
> >> > > > > > > > > > "120000", "130000", "140000", "150000",
"160000",
> >> "170000",
> >> > > > > > "180000",
> >> > > > > > > > > > "190000", "200000", "210000", "220000",
"230000"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_VAR: "OZCON"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: INTERP_MTHD: "BILIN"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: INTERP_PNTS:
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: LINE_TYPE: "SL1L2", "VL1L2"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: MODEL: "AQ"
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_INIT_HOUR:
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_LEAD:
> >> > > > > > > > > > 06/03 17:41:21.137 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_LEVEL: "A1"
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_THRESH:
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_UNITS:
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_VALID_HOUR:
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_VAR: "COPO"
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: VX_MASK: "FULL"
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBTYPE: "ONLYSF"
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: -lookin:
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: JOB: -job filter -dump_row
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_VALID_BEG: 20200525_000000
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_VALID_END: 20200525_230000
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_INIT_BEG:
> >> > > > > > > > > > 06/03 17:41:21.138 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: FCST_INIT_END:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_VALID_BEG:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_VALID_END:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_INIT_BEG:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > > > > > > > (stat_analysis_wrapper.py:1836)
> >> > > > > > > > > > DEBUG: OBS_INIT_END:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:140)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > ENVIRONMENT FOR NEXT COMMAND:
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > >
> >> > > >
> >> > >
> >> >
> >>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > ALPHA=
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > COV_THRESH=
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > DESC=
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_INIT_BEG=
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_INIT_END=
> >> > > > > > > > > > 06/03 17:41:21.139 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_INIT_HOUR="120000"
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_LEAD="000000"
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_LEVEL="A1"
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_THRESH=
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_UNITS=
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_VALID_BEG=20200525_000000
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_VALID_END=20200525_230000
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_VALID_HOUR="000000", "010000", "020000",
> "030000",
> >> > > > "040000",
> >> > > > > > > > > > "050000",
> >> > > > > > > > > > "060000", "070000", "080000", "090000",
"100000",
> >> "110000",
> >> > > > > > "120000",
> >> > > > > > > > > > "130000", "140000", "150000", "160000",
"170000",
> >> "180000",
> >> > > > > > "190000",
> >> > > > > > > > > > "200000", "210000", "220000", "230000"
> >> > > > > > > > > > 06/03 17:41:21.140 metplus.StatAnalysis
> >> > > > (command_builder.py:254)
> >> > > > > > > > > > DEBUG:
> >> > > > > > > > > > FCST_VAR="OZCON"
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > that appear to ori.  I took this file over from
> another
> >> > V3.0
> >> > > > > > > > > > location,
> >> > > > > > > > > > assuming that this would be acceptable.
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > > > > Edward Strobach
> >> > > > > > > > > > EMC/NCEP/NWS/
> >> > > > > > > > > > IMSG Contractor
> >> > > > > > > > > > Cubicle#: 2029
> >> > > > > > > > > > 301-683-3717
> >> > > > > > > > > >
> >> > > > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > > >
> >> > > > > > >
> >> > > > > > > --
> >> > > > > > > Edward Strobach
> >> > > > > > > EMC/NCEP/NWS/
> >> > > > > > > IMSG Contractor
> >> > > > > > > Cubicle#: 2029
> >> > > > > > > 301-683-3717
> >> > > > > > >
> >> > > > > > >
> >> > > > > >
> >> > > > > > --
> >> > > > > > George McCabe - Software Engineer III
> >> > > > > > National Center for Atmospheric Research
> >> > > > > > Research Applications Laboratory
> >> > > > > > 303-497-2768
> >> > > > > > ---
> >> > > > > > My working day may not be your working day. Please do
not feel
> >> > > obliged
> >> > > > to
> >> > > > > > reply to this email outside of your normal working
hours.
> >> > > > > >
> >> > > > > >
> >> > > > >
> >> > > > > --
> >> > > > > Edward Strobach
> >> > > > > EMC/NCEP/NWS/
> >> > > > > IMSG Contractor
> >> > > > > Cubicle#: 2029
> >> > > > > 301-683-3717
> >> > > > >
> >> > > > >
> >> > > >
> >> > > > --
> >> > > > George McCabe - Software Engineer III
> >> > > > National Center for Atmospheric Research
> >> > > > Research Applications Laboratory
> >> > > > 303-497-2768
> >> > > > ---
> >> > > > My working day may not be your working day. Please do not
feel
> >> obliged
> >> > to
> >> > > > reply to this email outside of your normal working hours.
> >> > > >
> >> > > >
> >> > >
> >> > > --
> >> > > Edward Strobach
> >> > > EMC/NCEP/NWS/
> >> > > IMSG Contractor
> >> > > Cubicle#: 2029
> >> > > 301-683-3717
> >> > >
> >> > >
> >> >
> >> > --
> >> > George McCabe - Software Engineer III
> >> > National Center for Atmospheric Research
> >> > Research Applications Laboratory
> >> > 303-497-2768
> >> > ---
> >> > My working day may not be your working day. Please do not feel
obliged
> >> to
> >> > reply to this email outside of your normal working hours.
> >> >
> >> >
> >>
> >> --
> >> Edward Strobach
> >> EMC/NCEP/NWS/
> >> IMSG Contractor
> >> Cubicle#: 2029
> >> 301-683-3717
> >>
> >>
> >
> > --
> > Julie Prestopnik
> > Software Engineer
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > Phone: 303.497.8399
> > Email: jpresto at ucar.edu
> >
> > My working day may not be your working day.  Please do not feel
obliged
> to
> > reply to this email outside of your normal working hours.
> >
>
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research
> Research Applications Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 14:10:31 2020

The process I have is a bit confusing.  There's two steps being done.
The
first is something that I've been able to get working with help from
Perry.  I take the prepbufr output from the CMAQ runs and convert them
to
netcdf (PB2NC), then I take those files and process them through
PointStat,
and finally reprocess those stat files with StatAnalysis.  All these
steps
work.  The stat analysis groups the model output and verification
together
for each valid hour if I'm not mistaken.  Then, the second step runs
StatAnalysis (although I'm not sure why this is needed again unless
it's
meant to somehow separate out the initialization times) followed by
MakePlots.  So the files that I'm putting into StatAnalysis are
already
files that were processed in StatAnalysis from before.  Again, I'm not
sure
about running StatAnalysis a second time

On Thu, Jun 4, 2020 at 4:02 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Edward,
>
> Actually, was the input to StatAnalysis generated from NetCDF data?
If not,
> you should be able to configure the tool to run on your data with
> MakePlots.
>
> On Thu, Jun 4, 2020 at 1:53 PM George McCabe <mccabe at ucar.edu>
wrote:
>
> > Edward,
> >
> > I would recommend keeping your output directory separate from your
input
> > directory if possible to avoid accidentally removing input data
when
> > cleaning up.
> >
> > Mallory,
> >
> > Thanks for the info on what needs to change. I will take a look.
In the
> > meantime, do you have any suggestions for Edward so he can
continue
> moving
> > forward or do these changes need to be done first?
> >
> > Thanks,
> > George
> >
> > On Thu, Jun 4, 2020 at 1:06 PM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >>
> >> your settings do not look much different than mine.  I see that
you have
> >> chosen one option for MAKE_PLOTS_STATS_LIST and one option for
> >> LINE_TYPE_LIST.  I had multiple options chosen for that.  I guess
it's
> >> work
> >> choosing just one to see what happens.  You keep LOOP_LIST_ITEMS
empty
> >> where I defined mine as FCST_INIT_HOUR_LIST.  I do that because I
have
> 06
> >> and 12z data that I'm processing. You set
MAKE_PLOTS_EVENT_EQUALIZATION
> as
> >> False.  Mine is true, but I don't think that matters.  Every
thing else
> >> looks pretty much the same.  I'm not worried about my directories
> really.
> >> The *LOOKIN* directory is pointing to the files that I want to be
> >> processed.  Within that same directory I create a series of other
> >> directories where plots and new stat files will be stored.
> >>
> >> On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT
<met_help at ucar.edu>
> >> wrote:
> >>
> >> > Hi Edward,
> >> >
> >> > I have been working through issues with StatAnalysis and
MakePlots
> >> together
> >> > and discovered a few things that might help with your case.
> >> >
> >> > - The StatAnalysis output file that was created was empty. This
is
> >> because
> >> > the configurations in StatAnalysis.conf were set so that all
the lines
> >> were
> >> > being discarded. I was able to change these settings to get
output
> from
> >> > StatAnalysis, however, the output file expected by MakePlots
expected
> >> the
> >> > level values in the filename, which contain commas since they
are
> NetCDF
> >> > data.
> >> >
> >> > /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
> >> >
> >> >
> >>
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
> >> >
> >> > Attached is the conf file I used that was able to get output
from
> >> > StatAnalysis, but still fails running MakePlots. I hope that
helps.
> >> >
> >> > I am copying Mallory on here to see if she has run these tools
on
> NetCDF
> >> > data and if she was able to configure METplus to use different
names
> to
> >> > read the data in MakePlots. Mallory, do you have any ideas?
> >> >
> >> > Thanks,
> >> > George
> >> >
> >> > On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA
Affiliate via
> RT
> >> <
> >> > met_help at ucar.edu> wrote:
> >> >
> >> > >
> >> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> >> > >
> >> > > Despite all these efforts I still arrive at similar issues.
The
> >> issues
> >> > > that I thought I resolved were not actually resolved.  I
looked on
> the
> >> > > metplus guidebook to see how LINE_TYPE_LIST and
FCST_UNITS_LIST were
> >> set.
> >> > > I originally used what I defined from my environment.  When
that
> >> didn't
> >> > > work I set it empty.  Looking at the metplus guide, I only
saw
> >> examples
> >> > > where they set as empty.  the plot_time_series.py (and
others)
> didn't
> >> > seem
> >> > > to like that and required that it be set.  Setting it also
did not
> >> bode
> >> > > well.  I'm sure this is related to MakePlots since
StatAnalysis only
> >> > > processes the data into .stat form.  This is becoming painful
> because
> >> I
> >> > > can't move forward on anything.  Additionally, if I process
> statistics
> >> > such
> >> > > as this:
> >> > > export plot_stats_list="bias, rmse, fbar_obar"
> >> > > do I need to loop through that?
> >> > >
> >> > >
> >> > >
> >> > > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA
Affiliate <
> >> > > edward.strobach at noaa.gov> wrote:
> >> > >
> >> > > > That explanation was very helpful. Thanks George.  I'll
make
> >> > adjustments
> >> > > > in the machine.conf that are general to all cases while
defining
> >> case
> >> > > > specific details in the plot*conf
> >> > > >
> >> > > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
> >> > met_help at ucar.edu>
> >> > > > wrote:
> >> > > >
> >> > > >> Hi Edward,
> >> > > >>
> >> > > >> Think of the machine conf as a conf file that corresponds
to a
> user
> >> > and
> >> > > >> machine where you are running. It contains settings that
will be
> >> > applied
> >> > > >> to
> >> > > >> every run of METplus on that machine as that user. I often
name
> >> mine
> >> > > >> containing my username and machine I am using it on to
make it
> >> clear
> >> > to
> >> > > me
> >> > > >> what it is used for. Here is an example of what is in a
conf file
> >> > called
> >> > > >> mccabe.kiowa.conf:
> >> > > >>
> >> > > >> [dir]
> >> > > >> OUTPUT_BASE = /d1/personal/mccabe/out
> >> > > >>
> >> > > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> >> > > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> >> > > >>
> >> > > >> [config]
> >> > > >> LOG_LEVEL = DEBUG
> >> > > >> #LOG_MET_VERBOSITY = 5
> >> > > >> #DO_NOT_RUN_EXE = yes
> >> > > >> #LOG_TIMESTAMP_USE_DATATIME = True
> >> > > >> #LOG_MET_OUTPUT_TO_METPLUS=no
> >> > > >>
> >> > > >> [exe]
> >> > > >> WGRIB2 = /usr/local/bin/wgrib2
> >> > > >> CUT = /usr/bin/cut
> >> > > >> TR = /usr/bin/tr
> >> > > >> RM = /bin/rm
> >> > > >> NCAP2 = /usr/local/nco/bin/ncap2
> >> > > >> CONVERT = /usr/bin/convert
> >> > > >> NCDUMP = /usr/local/netcdf/bin/ncdump
> >> > > >> EGREP = /bin/egrep
> >> > > >>
> >> > > >>
> >> > > >> It sets up my environment to run. I also leave a few
logging
> items
> >> > > >> commented out so I can easily change things when I am
debugging,
> >> like
> >> > > >> boosting the MET log verbosity. Once I am set up on a new
> >> computer, I
> >> > > >> rarely change anything in this file except for OUTPUT_BASE
(if I
> >> want
> >> > to
> >> > > >> write output to a different directory) or changing logging
> >> settings.
> >> > The
> >> > > >> location of the input data won't change, and the MET
install dir
> >> will
> >> > > only
> >> > > >> change when a new version of MET is released. Since you
are
> >> running on
> >> > > >> NOAA
> >> > > >> machines that use module loads, you don't need to set any
of the
> >> [exe]
> >> > > >> items since they are found in the path.
> >> > > >>
> >> > > >> Think of the plot*.conf as a use case configuration file.
It
> >> contains
> >> > > >> information specific to that use case you need to run. It
> shouldn't
> >> > > >> contain
> >> > > >> any variables from the user environment conf, but it can
> reference
> >> > these
> >> > > >> values in other variables, such as setting an _OUTPUT_DIR
to a
> path
> >> > > >> relative to OUTPUT_BASE, i.e.
> >> > > >>
> >> > > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> >> > > >>
> >> > > >>
> >> > > >> When you want to run your use case, you will pass in the
use case
> >> conf
> >> > > >> files first, then your user environment conf last. This
ensures
> >> that
> >> > if
> >> > > a
> >> > > >> variable like OUTPUT_BASE is set in another conf when it
> shouldn't
> >> be,
> >> > > >> then
> >> > > >> your user conf will have the final say and overwrite any
values
> set
> >> > > >> earlier. Here is an example:
> >> > > >>
> >> > > >> master_metplus.py -c
> >> > > >>
~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf
> -c
> >> > > >> ~/mccabe.kiowa.conf
> >> > > >>
> >> > > >> I hope that helps clear up what belongs in each of these
conf
> >> files.
> >> > Let
> >> > > >> me
> >> > > >> know if you have any other questions or concerns.
> >> > > >>
> >> > > >> Thanks,
> >> > > >> George
> >> > > >>
> >> > > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA
Affiliate
> via
> >> > RT <
> >> > > >> met_help at ucar.edu> wrote:
> >> > > >>
> >> > > >> >
> >> > > >> > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >
> >> > > >> >
> >> > > >> > I understand George.  I haven't adopted best practices
quite
> yet
> >> I
> >> > > >> guess.
> >> > > >> > My confusion lies in separating machine.conf and the
> plot*.conf.
> >> > I've
> >> > > >> been
> >> > > >> > duplicating the definitions in both because it's not
clear to
> me
> >> > what
> >> > > >> > belongs in machine.conf and what should belong in the
other.
> >> > Perhaps
> >> > > >> what
> >> > > >> > I'll do is try to clean up the machine.conf and share
with you
> >> the
> >> > new
> >> > > >> conf
> >> > > >> > files so that it is easier to follow.  In truth, I'm
hoping to
> >> learn
> >> > > >> from
> >> > > >> > this process so that I can create verification packages
through
> >> > > metplus
> >> > > >> in
> >> > > >> > an efficient way. Right now it's growing pains.
> >> > > >> >
> >> > > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
> >> > > met_help at ucar.edu>
> >> > > >> > wrote:
> >> > > >> >
> >> > > >> > > Hi Edward,
> >> > > >> > >
> >> > > >> > > I'm taking a look at your config files to try to see
if I can
> >> see
> >> > > >> > anything
> >> > > >> > > obvious that is wrong. It is a little confusing to
follow the
> >> way
> >> > > you
> >> > > >> > have
> >> > > >> > > it set up where you set a variable in one file, then
> reference
> >> it
> >> > in
> >> > > >> the
> >> > > >> > > next. It would make a little more sense to keep your
machine
> >> conf
> >> > > >> pretty
> >> > > >> > > clean, with only top level configurations, like
INPUT_BASE,
> >> > > >> OUTPUT_BASE,
> >> > > >> > > MET_INSTALL_DIR (from the [dir] section, the others in
> >> > > machine_v3.conf
> >> > > >> > > aren't needed), anything in the [exe] section, and
system
> wide
> >> > > >> settings,
> >> > > >> > > like LOG_ variables. The rest of the variables make
more
> sense
> >> to
> >> > > put
> >> > > >> in
> >> > > >> > > the use case conf file only, i.e. instead of setting
> >> > > >> > >
> >> > > >> > > VALIDBEG = {ENV[VALID_B]}
> >> > > >> > > VALIDEND = {ENV[VALID_E]}
> >> > > >> > >
> >> > > >> > >  in machine_v3.conf and setting
> >> > > >> > >
> >> > > >> > > VALID_BEG = {VALIDBEG}
> >> > > >> > > VALID_END = {VALIDEND}
> >> > > >> > >
> >> > > >> > > in the plot conf, just set
> >> > > >> > >
> >> > > >> > > VALID_BEG = {ENV[VALID_B]}
> >> > > >> > > VALID_END = {ENV[VALID_E]}
> >> > > >> > >
> >> > > >> > > in the plot conf. This will make it easier to follow
instead
> of
> >> > > >> having to
> >> > > >> > > hop between 3 files.
> >> > > >> > >
> >> > > >> > > If you'd like, you could tar up the input files to
> StatAnalysis
> >> > and
> >> > > I
> >> > > >> can
> >> > > >> > > have Julie or someone else pull them down so I can try
to
> work
> >> > > through
> >> > > >> > the
> >> > > >> > > errors locally. I am also happy to set up a meeting
where you
> >> can
> >> > > >> screen
> >> > > >> > > share and we can go through the errors together. Let
me know
> >> what
> >> > > you
> >> > > >> > > think.
> >> > > >> > >
> >> > > >> > > Thanks,
> >> > > >> > > George
> >> > > >> > >
> >> > > >> > >
> >> > > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach - NOAA
> Affiliate
> >> > via
> >> > > >> RT <
> >> > > >> > > met_help at ucar.edu> wrote:
> >> > > >> > >
> >> > > >> > > >
> >> > > >> > > > <URL:
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >> > > >> > > >
> >> > > >> > > > will do!
> >> > > >> > > >
> >> > > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik via
RT <
> >> > > >> > > met_help at ucar.edu>
> >> > > >> > > > wrote:
> >> > > >> > > >
> >> > > >> > > > > No worries!  We're happy to help.  We hope you'll
get a
> >> > > successful
> >> > > >> > run.
> >> > > >> > > > > Please let us know how it goes.
> >> > > >> > > > >
> >> > > >> > > > > Julie
> >> > > >> > > > >
> >> > > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach -
NOAA
> >> > Affiliate
> >> > > >> via
> >> > > >> > RT
> >> > > >> > > <
> >> > > >> > > > > met_help at ucar.edu> wrote:
> >> > > >> > > > >
> >> > > >> > > > > >
> >> > > >> > > > > > <URL:
> >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >
> >> > > >> > > > > >
> >> > > >> > > > > > Okay. I think I understand that error now.  I'm
sorry I
> >> > > >> overlooked
> >> > > >> > > > > that.  I
> >> > > >> > > > > > kept thinking that something else was going on.
Thanks
> >> Julie
> >> > > and
> >> > > >> > > George
> >> > > >> > > > > >
> >> > > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie Prestopnik
via RT
> <
> >> > > >> > > > > met_help at ucar.edu>
> >> > > >> > > > > > wrote:
> >> > > >> > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > Note that your job1_v3 points to met-9.0 not
> >> met-9.0.1
> >> > and
> >> > > >> to
> >> > > >> > > > > > METplus-3.0
> >> > > >> > > > > > > > not METplus-3.0.1.
> >> > > >> > > > > > > >
> >> > > >> > > > > > > That is true in a few places:
> >> > > >> > > > > > >
> >> > > >> > > > > > > > export
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> >> > > >> > > > > > > > export
> >> > > >> > > > >
> >> >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> >> > > >> > > > > > > >
> >> > > >> > > > > > > export METplus_version="3.0"
> >> > > >> > > > > > > > export MET_version="9.0"
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > > > In addition to changing those, you should also
> change:
> >> > > >> > > > > > >
> >> > > >> > > > > > > > export
> >> > > >> > > > > >
> >> > > >>
> NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> >> > > >> > > > > > >
> >> > > >> > > > > > > to
> >> > > >> > > > > > >
> >> > > >> > > > > > > > export NCDUMP="
> >> > > >> > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> >> > > >> > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > > > Julie
> >> > > >> > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward Strobach
- NOAA
> >> > > >> Affiliate
> >> > > >> > via
> >> > > >> > > > RT
> >> > > >> > > > > <
> >> > > >> > > > > > > met_help at ucar.edu> wrote:
> >> > > >> > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > <URL:
> >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > i managed to fix that weird issue.  I think
you
> >> should
> >> > be
> >> > > >> able
> >> > > >> > to
> >> > > >> > > > see
> >> > > >> > > > > > my
> >> > > >> > > > > > > > .bashrc now.  I'm going to look to see what
I did..
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward
Strobach -
> NOAA
> >> > > >> > Affiliate <
> >> > > >> > > > > > > > edward.strobach at noaa.gov> wrote:
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > > l don't know.  I've never encountered this
issue.
> >> I
> >> > > >> simply
> >> > > >> > > > copied
> >> > > >> > > > > > and
> >> > > >> > > > > > > > > pasted - or so I thought - the module
contents
> >> under
> >> > the
> >> > > >> > > > > > WCOSS-DELL.  I
> >> > > >> > > > > > > > can
> >> > > >> > > > > > > > > do pwd and see that I'm in
/u/Edward.Strobach,
> but
> >> > many
> >> > > >> other
> >> > > >> > > > > > commands
> >> > > >> > > > > > > do
> >> > > >> > > > > > > > > not work.  It's related to something I
must have
> >> done
> >> > in
> >> > > >> the
> >> > > >> > > > > .bashrc:
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > > > -bash: export:
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
> >> > >  x!
> >> > > >> > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> >> > > >> > > > > > > > > not a valid identifier
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > > > I've been at this too long and am probably
> >> starting to
> >> > > >> make
> >> > > >> > > > > > mistakes..
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie
Prestopnik
> via
> >> > RT <
> >> > > >> > > > > > > > met_help at ucar.edu>
> >> > > >> > > > > > > > > wrote:
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > > >> Is there anything I can do to help?  I
tried to
> >> look
> >> > in
> >> > > >> > > > > > > > /u/Edward.Strobach
> >> > > >> > > > > > > > >> to see if I could access your .bashrc
file,
> >> however,
> >> > I
> >> > > >> don't
> >> > > >> > > > even
> >> > > >> > > > > > see
> >> > > >> > > > > > > > >> a /u/Edward.Strobach directory, which I
don't
> >> fully
> >> > > >> > > > understand...
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >> Julie
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward
Strobach -
> >> NOAA
> >> > > >> > > Affiliate
> >> > > >> > > > > via
> >> > > >> > > > > > > RT <
> >> > > >> > > > > > > > >> met_help at ucar.edu> wrote:
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > <URL:
> >> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > I realize that, but now I messed up my
.bashrc
> >> file
> >> > > in
> >> > > >> > such
> >> > > >> > > a
> >> > > >> > > > > way
> >> > > >> > > > > > > > that I
> >> > > >> > > > > > > > >> > can't use vi or ls, so I'm kind of
stuck
> until I
> >> > can
> >> > > >> deal
> >> > > >> > > with
> >> > > >> > > > > > that
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
> Prestopnik
> >> via
> >> > > RT
> >> > > >> <
> >> > > >> > > > > > > > >> met_help at ucar.edu>
> >> > > >> > > > > > > > >> > wrote:
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > > Hi Edward and George.
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > I believe Edward is running on Venus
but
> >> looking
> >> > at
> >> > > >> the
> >> > > >> > > > > > directions
> >> > > >> > > > > > > > for
> >> > > >> > > > > > > > >> > > Mars, because there was previously no
> >> modulefile
> >> > > for
> >> > > >> > > > > > metplus/3.0.1
> >> > > >> > > > > > > > on
> >> > > >> > > > > > > > >> > > Venus, but there was on Mars.
However, I
> just
> >> > > >> created a
> >> > > >> > > > > > > modulefile
> >> > > >> > > > > > > > >> for
> >> > > >> > > > > > > > >> > > metplus/3.0.1 (which will load
met/9.0.1) on
> >> > Venus.
> >> > > >> > > Edward,
> >> > > >> > > > > > > please
> >> > > >> > > > > > > > >> start
> >> > > >> > > > > > > > >> > > fresh with a new login to Venus and
try
> >> running:
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > > module use
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > >
> >> > > >>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > >> > > > > > > > >> > > > module load metplus/3.0.1
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > Please let us know how the testing
goes.  In
> >> the
> >> > > >> > meantime,
> >> > > >> > > > > I'll
> >> > > >> > > > > > > try
> >> > > >> > > > > > > > to
> >> > > >> > > > > > > > >> > > reproduce the problem you are
> experiencing.  I
> >> > may
> >> > > >> need
> >> > > >> > > some
> >> > > >> > > > > > help
> >> > > >> > > > > > > > from
> >> > > >> > > > > > > > >> > > George, but hopefully, getting the
right
> >> > > environment
> >> > > >> set
> >> > > >> > > up
> >> > > >> > > > > will
> >> > > >> > > > > > > > help
> >> > > >> > > > > > > > >> > > resolve the issue you are having.
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > Julie
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM George
McCabe
> >> via
> >> > > RT <
> >> > > >> > > > > > > > >> met_help at ucar.edu>
> >> > > >> > > > > > > > >> > > wrote:
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > <URL:
> >> > > >> > > > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > Which machine are you running on?
The
> >> > > instructions
> >> > > >> for
> >> > > >> > > the
> >> > > >> > > > > > NOAA
> >> > > >> > > > > > > > >> > machines
> >> > > >> > > > > > > > >> > > > vary.
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM
Edward
> >> Strobach
> >> > -
> >> > > >> NOAA
> >> > > >> > > > > > Affiliate
> >> > > >> > > > > > > > via
> >> > > >> > > > > > > > >> RT
> >> > > >> > > > > > > > >> > <
> >> > > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > <URL:
> >> > > >> > > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > The first line is under my
.bashrc in
> >> > > >> > > > /u/Edward.Strobach.
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > The second line was added and
that's
> when
> >> I
> >> > got
> >> > > >> the
> >> > > >> > > > > > following:
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
use
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > >
> >> > > >> >
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$ module
load
> >> > > >> > metplus/3.0.1
> >> > > >> > > > > > > > >> > > > > Lmod has detected the following
error:
> >> The
> >> > > >> > following
> >> > > >> > > > > > > module(s)
> >> > > >> > > > > > > > >> are
> >> > > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > Please check the spelling or
version
> >> number.
> >> > > Also
> >> > > >> > try
> >> > > >> > > > > > "module
> >> > > >> > > > > > > > >> spider
> >> > > >> > > > > > > > >> > > ..."
> >> > > >> > > > > > > > >> > > > > It is also possible your cache
file is
> >> > > >> out-of-date;
> >> > > >> > it
> >> > > >> > > > may
> >> > > >> > > > > > > help
> >> > > >> > > > > > > > to
> >> > > >> > > > > > > > >> > try:
> >> > > >> > > > > > > > >> > > > >   $ module --ignore-cache load
> >> > "metplus/3.0.1"
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > Also make sure that all
modulefiles
> >> written
> >> > in
> >> > > >> TCL
> >> > > >> > > start
> >> > > >> > > > > > with
> >> > > >> > > > > > > > the
> >> > > >> > > > > > > > >> > > string
> >> > > >> > > > > > > > >> > > > > #%Module
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM
George
> >> McCabe
> >> > > via
> >> > > >> RT
> >> > > >> > <
> >> > > >> > > > > > > > >> > met_help at ucar.edu
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > > wrote:
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > > Hi Edward,
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > Did you run this first?
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > module use
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >>
> >> > > >> > > >
> >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > I believe you need to run that
so it
> can
> >> > find
> >> > > >> the
> >> > > >> > > > > > > > metplus/3.0.1
> >> > > >> > > > > > > > >> > > module.
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42 PM
Edward
> >> > > Strobach
> >> > > >> -
> >> > > >> > > NOAA
> >> > > >> > > > > > > > Affiliate
> >> > > >> > > > > > > > >> via
> >> > > >> > > > > > > > >> > > RT
> >> > > >> > > > > > > > >> > > > <
> >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > <URL:
> >> > > >> > > > > > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > There was only one mention of
> >> deprecated,
> >> > > >> and it
> >> > > >> > > was
> >> > > >> > > > > at
> >> > > >> > > > > > > the
> >> > > >> > > > > > > > >> top
> >> > > >> > > > > > > > >> > of
> >> > > >> > > > > > > > >> > > > the
> >> > > >> > > > > > > > >> > > > > > log
> >> > > >> > > > > > > > >> > > > > > > "Checking for deprecated
env..".
> >> There
> >> > > were
> >> > > >> no
> >> > > >> > > > other
> >> > > >> > > > > > > > >> mentions;
> >> > > >> > > > > > > > >> > > > > however,
> >> > > >> > > > > > > > >> > > > > > > there were warnings for
certain
> >> variables
> >> > > not
> >> > > >> > > being
> >> > > >> > > > > set.
> >> > > >> > > > > > > > Other
> >> > > >> > > > > > > > >> > than
> >> > > >> > > > > > > > >> > > > > that
> >> > > >> > > > > > > > >> > > > > > I
> >> > > >> > > > > > > > >> > > > > > > get DEBUG messages -
presumably
> >> because I
> >> > > set
> >> > > >> > > things
> >> > > >> > > > > to
> >> > > >> > > > > > > > DEBUG
> >> > > >> > > > > > > > >> -
> >> > > >> > > > > > > > >> > and
> >> > > >> > > > > > > > >> > > > > those
> >> > > >> > > > > > > > >> > > > > > > two error messages.
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > I figured the second was
related to
> >> the
> >> > > >> first.
> >> > > >> > A
> >> > > >> > > > > > > reference
> >> > > >> > > > > > > > to
> >> > > >> > > > > > > > >> > > > > libraries
> >> > > >> > > > > > > > >> > > > > > > makes me feel like it's an
> environment
> >> > > issue,
> >> > > >> > but
> >> > > >> > > my
> >> > > >> > > > > > > bashrc
> >> > > >> > > > > > > > is
> >> > > >> > > > > > > > >> > > > already
> >> > > >> > > > > > > > >> > > > > > set
> >> > > >> > > > > > > > >> > > > > > > up with the recommended Dell
modules
> >> > > >> settings.
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36
PM
> George
> >> > > McCabe
> >> > > >> via
> >> > > >> > > RT
> >> > > >> > > > <
> >> > > >> > > > > > > > >> > > > met_help at ucar.edu
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > > wrote:
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > Hi Edward,
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > Even if you don't run the
validate
> >> > > script,
> >> > > >> > > METplus
> >> > > >> > > > > > > should
> >> > > >> > > > > > > > >> error
> >> > > >> > > > > > > > >> > > out
> >> > > >> > > > > > > > >> > > > > > > > immediately and give you a
list of
> >> > > >> variables
> >> > > >> > > that
> >> > > >> > > > > are
> >> > > >> > > > > > > > >> > deprecated
> >> > > >> > > > > > > > >> > > > and
> >> > > >> > > > > > > > >> > > > > a
> >> > > >> > > > > > > > >> > > > > > > > suggestion if possible, so
I am
> >> > guessing
> >> > > >> that
> >> > > >> > > the
> >> > > >> > > > > > > changes
> >> > > >> > > > > > > > >> > weren't
> >> > > >> > > > > > > > >> > > > > > > covered.
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > The 2nd error is related to
the
> >> first.
> >> > > The
> >> > > >> > > > libpython
> >> > > >> > > > > > > error
> >> > > >> > > > > > > > >> is
> >> > > >> > > > > > > > >> > > what
> >> > > >> > > > > > > > >> > > > > came
> >> > > >> > > > > > > > >> > > > > > > > from the actual call to
> >> stat_analysis
> >> > and
> >> > > >> the
> >> > > >> > > 2nd
> >> > > >> > > > > > error
> >> > > >> > > > > > > is
> >> > > >> > > > > > > > >> just
> >> > > >> > > > > > > > >> > > > > telling
> >> > > >> > > > > > > > >> > > > > > > you
> >> > > >> > > > > > > > >> > > > > > > > that the stat_analysis
command
> >> returned
> >> > > >> > non-zero
> >> > > >> > > > > > value,
> >> > > >> > > > > > > > >> which
> >> > > >> > > > > > > > >> > > means
> >> > > >> > > > > > > > >> > > > > > that
> >> > > >> > > > > > > > >> > > > > > > it
> >> > > >> > > > > > > > >> > > > > > > > failed.
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at 2:12
PM
> >> Edward
> >> > > >> > Strobach -
> >> > > >> > > > > NOAA
> >> > > >> > > > > > > > >> Affiliate
> >> > > >> > > > > > > > >> > > via
> >> > > >> > > > > > > > >> > > > > RT
> >> > > >> > > > > > > > >> > > > > > <
> >> > > >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > <URL:
> >> > > >> > > > > > > > >> >
> >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > I think I've already
removed the
> >> > > >> out-of-date
> >> > > >> > > > > > variable
> >> > > >> > > > > > > > >> names
> >> > > >> > > > > > > > >> > > with
> >> > > >> > > > > > > > >> > > > > the
> >> > > >> > > > > > > > >> > > > > > > v3.1
> >> > > >> > > > > > > > >> > > > > > > > > names.  I can look into
that
> >> option
> >> > if
> >> > > >> this
> >> > > >> > > > proves
> >> > > >> > > > > > not
> >> > > >> > > > > > > > to
> >> > > >> > > > > > > > >> be
> >> > > >> > > > > > > > >> > an
> >> > > >> > > > > > > > >> > > > > > > > environment
> >> > > >> > > > > > > > >> > > > > > > > > issue.  I do know that I
was
> >> pretty
> >> > > >> > carefully
> >> > > >> > > > > making
> >> > > >> > > > > > > the
> >> > > >> > > > > > > > >> > > changes
> >> > > >> > > > > > > > >> > > > > > > between
> >> > > >> > > > > > > > >> > > > > > > > > versions, but I could
have still
> >> > missed
> >> > > >> > > > something.
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at
4:05 PM
> >> George
> >> > > >> McCabe
> >> > > >> > > via
> >> > > >> > > > > RT
> >> > > >> > > > > > <
> >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > wrote:
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > Hi Edward,
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > I'm not sure if I
mentioned
> >> this to
> >> > > >> you or
> >> > > >> > > > not,
> >> > > >> > > > > > but
> >> > > >> > > > > > > > >> there
> >> > > >> > > > > > > > >> > is
> >> > > >> > > > > > > > >> > > a
> >> > > >> > > > > > > > >> > > > > > > section
> >> > > >> > > > > > > > >> > > > > > > > in
> >> > > >> > > > > > > > >> > > > > > > > > > the User's Guide about
> updating
> >> > > config
> >> > > >> > > > variables
> >> > > >> > > > > > > from
> >> > > >> > > > > > > > >> older
> >> > > >> > > > > > > > >> > > > > > versions:
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > In the last sub-section
of
> that
> >> > > >> section,
> >> > > >> > it
> >> > > >> > > > > > > describes
> >> > > >> > > > > > > > a
> >> > > >> > > > > > > > >> > tool
> >> > > >> > > > > > > > >> > > > > called
> >> > > >> > > > > > > > >> > > > > > > > > > validate_config.py that
can be
> >> run
> >> > > the
> >> > > >> > same
> >> > > >> > > > way
> >> > > >> > > > > as
> >> > > >> > > > > > > > >> > > > > > master_metplus.py
> >> > > >> > > > > > > > >> > > > > > > > > > (passing in configs
with -c)
> >> and it
> >> > > >> will
> >> > > >> > > step
> >> > > >> > > > > you
> >> > > >> > > > > > > > >> through
> >> > > >> > > > > > > > >> > > find
> >> > > >> > > > > > > > >> > > > > and
> >> > > >> > > > > > > > >> > > > > > > > > replace
> >> > > >> > > > > > > > >> > > > > > > > > > commands to update your
> >> > configuration
> >> > > >> > files.
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > However, this tool only
works
> if
> >> > > >> > deprecated
> >> > > >> > > > > > > variables
> >> > > >> > > > > > > > >> are
> >> > > >> > > > > > > > >> > > added
> >> > > >> > > > > > > > >> > > > > to
> >> > > >> > > > > > > > >> > > > > > > the
> >> > > >> > > > > > > > >> > > > > > > > > > list to be processed. I
added
> >> many
> >> > of
> >> > > >> the
> >> > > >> > > > > > variables
> >> > > >> > > > > > > > that
> >> > > >> > > > > > > > >> > were
> >> > > >> > > > > > > > >> > > > > > changed
> >> > > >> > > > > > > > >> > > > > > > > in
> >> > > >> > > > > > > > >> > > > > > > > > > StatAnalysis and
MakePlots
> >> > wrappers,
> >> > > >> but I
> >> > > >> > > am
> >> > > >> > > > > not
> >> > > >> > > > > > > very
> >> > > >> > > > > > > > >> > > familiar
> >> > > >> > > > > > > > >> > > > > > with
> >> > > >> > > > > > > > >> > > > > > > > this
> >> > > >> > > > > > > > >> > > > > > > > > > wrapper so I may have
missed
> >> some.
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > I apologize that this
has been
> >> > such a
> >> > > >> > > tedious
> >> > > >> > > > > > > process
> >> > > >> > > > > > > > >> for
> >> > > >> > > > > > > > >> > > you.
> >> > > >> > > > > > > > >> > > > If
> >> > > >> > > > > > > > >> > > > > > > you'd
> >> > > >> > > > > > > > >> > > > > > > > > > like to send me your
current
> >> > version
> >> > > I
> >> > > >> can
> >> > > >> > > use
> >> > > >> > > > > > that
> >> > > >> > > > > > > > >> info to
> >> > > >> > > > > > > > >> > > > > update
> >> > > >> > > > > > > > >> > > > > > > this
> >> > > >> > > > > > > > >> > > > > > > > > > functionality to make
things
> >> easier
> >> > > >> going
> >> > > >> > > > > forward.
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > Thanks,
> >> > > >> > > > > > > > >> > > > > > > > > > George
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03 13:28:10
2020,
> >> mccabe
> >> > > >> wrote:
> >> > > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > The first error looks
like
> an
> >> > > >> > environment
> >> > > >> > > > > issue.
> >> > > >> > > > > > > You
> >> > > >> > > > > > > > >> may
> >> > > >> > > > > > > > >> > > have
> >> > > >> > > > > > > > >> > > > > > some
> >> > > >> > > > > > > > >> > > > > > > > > > > disconnect in the
module
> loads
> >> > you
> >> > > >> ran.
> >> > > >> > I
> >> > > >> > > > > would
> >> > > >> > > > > > > > purge
> >> > > >> > > > > > > > >> the
> >> > > >> > > > > > > > >> > > > > > modules,
> >> > > >> > > > > > > > >> > > > > > > > > > > then try
> >> > > >> > > > > > > > >> > > > > > > > > > > to set up the
environment to
> >> run
> >> > > >> METplus
> >> > > >> > > > again
> >> > > >> > > > > > > > (listed
> >> > > >> > > > > > > > >> > here
> >> > > >> > > > > > > > >> > > > for
> >> > > >> > > > > > > > >> > > > > > > > > > > reference:
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >>
> >> > > >> > > >
> >> > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> >> > > >> > > > > > > > >> > > > > > > > > > > builds)
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > I don't see red text
through
> >> > > MET-Help
> >> > > >> > and
> >> > > >> > > > I'm
> >> > > >> > > > > > not
> >> > > >> > > > > > > > >> seeing
> >> > > >> > > > > > > > >> > > the
> >> > > >> > > > > > > > >> > > > > > second
> >> > > >> > > > > > > > >> > > > > > > > > > > error,
> >> > > >> > > > > > > > >> > > > > > > > > > > but hopefully
clearing up
> the
> >> > > >> > environment
> >> > > >> > > > > issues
> >> > > >> > > > > > > > >> resolves
> >> > > >> > > > > > > > >> > > the
> >> > > >> > > > > > > > >> > > > > 2nd
> >> > > >> > > > > > > > >> > > > > > > > > > > issue.
> >> > > >> > > > > > > > >> > > > > > > > > > > Please let me know if
it
> does
> >> > not.
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > Also, I have been
trying to
> >> clean
> >> > > up
> >> > > >> > > > > > StatAnalysis
> >> > > >> > > > > > > > and
> >> > > >> > > > > > > > >> > > > MakePlots
> >> > > >> > > > > > > > >> > > > > > > > > > > wrappers,
> >> > > >> > > > > > > > >> > > > > > > > > > > so any information
you could
> >> > > provide
> >> > > >> on
> >> > > >> > > > things
> >> > > >> > > > > > > that
> >> > > >> > > > > > > > >> > didn't
> >> > > >> > > > > > > > >> > > > work
> >> > > >> > > > > > > > >> > > > > > > that
> >> > > >> > > > > > > > >> > > > > > > > > > > you
> >> > > >> > > > > > > > >> > > > > > > > > > > had to change from
the
> >> examples
> >> > > >> would be
> >> > > >> > > > very
> >> > > >> > > > > > > > helpful.
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > Thanks,
> >> > > >> > > > > > > > >> > > > > > > > > > > George
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020
at 12:01
> >> PM
> >> > > >> Edward
> >> > > >> > > > > Strobach
> >> > > >> > > > > > -
> >> > > >> > > > > > > > NOAA
> >> > > >> > > > > > > > >> > > > > Affiliate
> >> > > >> > > > > > > > >> > > > > > > via
> >> > > >> > > > > > > > >> > > > > > > > > > > RT <
> >> > > >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu>
wrote:
> >> > > >> > > > > > > > >> > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03 12:01:53
2020:
> >> > Request
> >> > > >> > 95484
> >> > > >> > > > was
> >> > > >> > > > > > > acted
> >> > > >> > > > > > > > >> upon.
> >> > > >> > > > > > > > >> > > > > > > > > > > > Transaction: Ticket
> created
> >> by
> >> > > >> > > > > > > > >> > edward.strobach at noaa.gov
> >> > > >> > > > > > > > >> > > > > > > > > > > >        Queue:
met_help
> >> > > >> > > > > > > > >> > > > > > > > > > > >      Subject:
> >> > command_builder.py
> >> > > >> error
> >> > > >> > > > > > > > >> > > > > > > > > > > >        Owner:
Nobody
> >> > > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> >> > > >> > edward.strobach at noaa.gov
> >> > > >> > > > > > > > >> > > > > > > > > > > >       Status: new
> >> > > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > >
> >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> >> > > >> > > > > > > > >> > > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > I'm in the process
of
> >> > converting
> >> > > >> > > > > StatAnalysis
> >> > > >> > > > > > > > >> > > andMakePlots
> >> > > >> > > > > > > > >> > > > to
> >> > > >> > > > > > > > >> > > > > > > > metplus
> >> > > >> > > > > > > > >> > > > > > > > > > > > version 3.0 format
from
> 2.1.
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > I've isolated the
commands
> >> that
> >> > > are
> >> > > >> > > > > > deprecated,
> >> > > >> > > > > > > > >> > replaced
> >> > > >> > > > > > > > >> > > > the
> >> > > >> > > > > > > > >> > > > > > > > > > > > functions that
> >> > > >> > > > > > > > >> > > > > > > > > > > > no longer exist,
and
> >> finished
> >> > > >> > debugging
> >> > > >> > > > some
> >> > > >> > > > > > > > issues
> >> > > >> > > > > > > > >> > > related
> >> > > >> > > > > > > > >> > > > > to
> >> > > >> > > > > > > > >> > > > > > > time
> >> > > >> > > > > > > > >> > > > > > > > > > > > string
> >> > > >> > > > > > > > >> > > > > > > > > > > > formatting.  In
side my
> log
> >> > file
> >> > > >> > > (located
> >> > > >> > > > > > here:
> >> > > >> > > > > > > *
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> >> > > >> > > > > > > > >> > > > > > > > > > > > there is are two
errors -
> >> > > possibly
> >> > > >> > > > related -
> >> > > >> > > > > > > > >> > highlighted
> >> > > >> > > > > > > > >> > > in
> >> > > >> > > > > > > > >> > > > > red
> >> > > >> > > > > > > > >> > > > > > > > > > > > below.  The
> >> > > >> > > > > > > > >> > > > > > > > > > > > first one points to
a
> >> library
> >> > > >> issue.
> >> > > >> > > The
> >> > > >> > > > > > > > directory
> >> > > >> > > > > > > > >> in
> >> > > >> > > > > > > > >> > > > > question
> >> > > >> > > > > > > > >> > > > > > > > > > > > exists, but
> >> > > >> > > > > > > > >> > > > > > > > > > > > there is nothing in
it.
> Is
> >> > that
> >> > > >> the
> >> > > >> > > > > > referenced
> >> > > >> > > > > > > > >> library
> >> > > >> > > > > > > > >> > > is
> >> > > >> > > > > > > > >> > > > > > > expected
> >> > > >> > > > > > > > >> > > > > > > > > > > > to
> >> > > >> > > > > > > > >> > > > > > > > > > > > reside there?  The
second
> >> > issue,
> >> > > >> which
> >> > > >> > > is
> >> > > >> > > > > not
> >> > > >> > > > > > > too
> >> > > >> > > > > > > > >> > > > revealing,
> >> > > >> > > > > > > > >> > > > > > > points
> >> > > >> > > > > > > > >> > > > > > > > > > > > to the
> >> > > >> > > > > > > > >> > > > > > > > > > > > STATAnalysisConfig
file,
> >> which
> >> > I
> >> > > >> think
> >> > > >> > > is
> >> > > >> > > > > > > somehow
> >> > > >> > > > > > > > >> > related
> >> > > >> > > > > > > > >> > > > to
> >> > > >> > > > > > > > >> > > > > > the
> >> > > >> > > > > > > > >> > > > > > > > > > > > first
> >> > > >> > > > > > > > >> > > > > > > > > > > > error.  I did take
the
> >> > > >> > > STATAnalysisConfig
> >> > > >> > > > > file
> >> > > >> > > > > > > > from
> >> > > >> > > > > > > > >> > > another
> >> > > >> > > > > > > > >> > > > > > > metplus
> >> > > >> > > > > > > > >> > > > > > > > > > > > location that I've
been
> >> working
> >> > > on
> >> > > >> > into
> >> > > >> > > a
> >> > > >> > > > > > > > directory
> >> > > >> > > > > > > > >> I
> >> > > >> > > > > > > > >> > > > created
> >> > > >> > > > > > > > >> > > > > > to
> >> > > >> > > > > > > > >> > > > > > > > put
> >> > > >> > > > > > > > >> > > > > > > > > > > > the
> >> > > >> > > > > > > > >> > > > > > > > > > > > copied version
there.  The
> >> > > >> > > > > STATAnalysisConfig
> >> > > >> > > > > > > > >> directory
> >> > > >> > > > > > > > >> > > was
> >> > > >> > > > > > > > >> > > > > > taken
> >> > > >> > > > > > > > >> > > > > > > > > > > > from a
> >> > > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location, so
I
> assumed
> >> > that
> >> > > >> the
> >> > > >> > > > layout
> >> > > >> > > > > > of
> >> > > >> > > > > > > > the
> >> > > >> > > > > > > > >> > file
> >> > > >> > > > > > > > >> > > > > would
> >> > > >> > > > > > > > >> > > > > > be
> >> > > >> > > > > > > > >> > > > > > > > > > > > okay.
> >> > > >> > > > > > > > >> > > > > > > > > > > > The information
below
> seems
> >> > like
> >> > > >> what
> >> > > >> > I
> >> > > >> > > > > want.
> >> > > >> > > > > > > I'm
> >> > > >> > > > > > > > >> > > looping
> >> > > >> > > > > > > > >> > > > > over
> >> > > >> > > > > > > > >> > > > > > > 06,
> >> > > >> > > > > > > > >> > > > > > > > > > > > 12
> >> > > >> > > > > > > > >> > > > > > > > > > > > initial times and
grouping
> >> the
> >> > > >> 00-23
> >> > > >> > > VALID
> >> > > >> > > > > > hours
> >> > > >> > > > > > > > for
> >> > > >> > > > > > > > >> > each
> >> > > >> > > > > > > > >> > > > > day.
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.927
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > INFO:
> >> > > >> > > > > > > > >> COMMAND:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > >
> >> > > >> > > > > >
> >> > > >> > > >
> >> > > >> >
> >> > >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > >
> >> > > >> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:20.928
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > (command_runner.py:124)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > app_name is:
> stat_analysis,
> >> > > output
> >> > > >> > sent
> >> > > >> > > > to:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> >> > > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > >
> >> > > >> > > >
> >> > > >> >
> >> > > >>
> >> > >
> >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> >> > > >> > > > > > > > >> > > > > > > > > > > > error while loading
shared
> >> > > >> libraries:
> >> > > >> > > > > > > > >> > > libpython3.6m.so.1.0:
> >> > > >> > > > > > > > >> > > > > > > cannot
> >> > > >> > > > > > > > >> > > > > > > > > > > > open
> >> > > >> > > > > > > > >> > > > > > > > > > > > shared object file:
No
> such
> >> > file
> >> > > or
> >> > > >> > > > > directory
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.133
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > (command_runner.py:191)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > Finished running
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > >
> >> > > >> > > > > >
> >> > > >> > > >
> >> > > >> >
> >> > >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > >> > > > > > > > >> > > > > > > > > > > > in
> >> > > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.134
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:100)
> >> > > >> > > > > > > > >> > > > > > > > > > > > ERROR:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
(command_builder.py:733)
> MET
> >> > > >> command
> >> > > >> > > > > returned
> >> > > >> > > > > > a
> >> > > >> > > > > > > > >> > non-zero
> >> > > >> > > > > > > > >> > > > > return
> >> > > >> > > > > > > > >> > > > > > > > code:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > >
> >> > > >> > > > > >
> >> > > >> > > >
> >> > > >> >
> >> > >
> >>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > >
> >> > > >> >
> /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > INFO:
> >> > > >> > > > > > > > Check
> >> > > >> > > > > > > > >> the
> >> > > >> > > > > > > > >> > > > > logfile
> >> > > >> > > > > > > > >> > > > > > > for
> >> > > >> > > > > > > > >> > > > > > > > > > > > more
> >> > > >> > > > > > > > >> > > > > > > > > > > > information on why
it
> failed
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.135
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:788)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building
dump_row
> >> > filename
> >> > > >> from
> >> > > >> > > > > default
> >> > > >> > > > > > > > >> > template:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1833)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
STAT_ANALYSIS RUN
> >> > > >> SETTINGS....
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: COV_THRESH:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.136
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_HOUR:
> >> "120000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
"000000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEVEL:
"A1"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_THRESH:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_UNITS:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_HOUR:
> >> > "000000",
> >> > > >> > > > "010000",
> >> > > >> > > > > > > > >> "020000",
> >> > > >> > > > > > > > >> > > > > "030000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "040000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "050000", "060000",
> >> "070000",
> >> > > >> > "080000",
> >> > > >> > > > > > > "090000",
> >> > > >> > > > > > > > >> > > "100000",
> >> > > >> > > > > > > > >> > > > > > > > "110000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "120000", "130000",
> >> "140000",
> >> > > >> > "150000",
> >> > > >> > > > > > > "160000",
> >> > > >> > > > > > > > >> > > "170000",
> >> > > >> > > > > > > > >> > > > > > > > "180000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "190000", "200000",
> >> "210000",
> >> > > >> > "220000",
> >> > > >> > > > > > "230000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR:
"OZCON"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_MTHD:
> "BILIN"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: INTERP_PNTS:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
"SL1L2",
> >> > > "VL1L2"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL: "AQ"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_HOUR:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.137
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL:
"A1"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_THRESH:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_HOUR:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR:
"COPO"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK:
"FULL"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE:
"ONLYSF"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job
filter
> >> > -dump_row
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_BEG:
> >> > > >> 20200525_000000
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_END:
> >> > > >> 20200525_230000
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_BEG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.138
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_END:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_BEG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_END:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_BEG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> (stat_analysis_wrapper.py:1836)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_END:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:140)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR
NEXT
> >> COMMAND:
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> >
> >> > > >>
> >> > >
> >> >
> >>
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > DESC=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.139
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_INIT_HOUR="120000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEAD="000000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> FCST_VALID_BEG=20200525_000000
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> FCST_VALID_END=20200525_230000
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_VALID_HOUR="000000",
> >> > > "010000",
> >> > > >> > > > > "020000",
> >> > > >> > > > > > > > >> "030000",
> >> > > >> > > > > > > > >> > > > > > "040000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "060000", "070000",
> >> "080000",
> >> > > >> > "090000",
> >> > > >> > > > > > > "100000",
> >> > > >> > > > > > > > >> > > "110000",
> >> > > >> > > > > > > > >> > > > > > > > "120000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "130000", "140000",
> >> "150000",
> >> > > >> > "160000",
> >> > > >> > > > > > > "170000",
> >> > > >> > > > > > > > >> > > "180000",
> >> > > >> > > > > > > > >> > > > > > > > "190000",
> >> > > >> > > > > > > > >> > > > > > > > > > > > "200000", "210000",
> >> "220000",
> >> > > >> "230000"
> >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03 17:41:21.140
> >> > > >> > metplus.StatAnalysis
> >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > that appear to ori.
I
> took
> >> > this
> >> > > >> file
> >> > > >> > > over
> >> > > >> > > > > > from
> >> > > >> > > > > > > > >> another
> >> > > >> > > > > > > > >> > > > V3.0
> >> > > >> > > > > > > > >> > > > > > > > > > > > location,
> >> > > >> > > > > > > > >> > > > > > > > > > > > assuming that this
would
> be
> >> > > >> > acceptable.
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> >> > > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> >> > > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> >> > > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > > --
> >> > > >> > > > > > > > >> > > > > > > > > Edward Strobach
> >> > > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > >> > > > > > > > > IMSG Contractor
> >> > > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> >> > > >> > > > > > > > >> > > > > > > > > 301-683-3717
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > > --
> >> > > >> > > > > > > > >> > > > > > > > George McCabe - Software
Engineer
> >> III
> >> > > >> > > > > > > > >> > > > > > > > National Center for
Atmospheric
> >> > Research
> >> > > >> > > > > > > > >> > > > > > > > Research Applications
Laboratory
> >> > > >> > > > > > > > >> > > > > > > > 303-497-2768
> >> > > >> > > > > > > > >> > > > > > > > ---
> >> > > >> > > > > > > > >> > > > > > > > My working day may not be
your
> >> working
> >> > > day.
> >> > > >> > > Please
> >> > > >> > > > > do
> >> > > >> > > > > > > not
> >> > > >> > > > > > > > >> feel
> >> > > >> > > > > > > > >> > > > > obliged
> >> > > >> > > > > > > > >> > > > > > to
> >> > > >> > > > > > > > >> > > > > > > > reply to this email outside
of
> your
> >> > > normal
> >> > > >> > > working
> >> > > >> > > > > > > hours.
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > > --
> >> > > >> > > > > > > > >> > > > > > > Edward Strobach
> >> > > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > >> > > > > > > IMSG Contractor
> >> > > >> > > > > > > > >> > > > > > > Cubicle#: 2029
> >> > > >> > > > > > > > >> > > > > > > 301-683-3717
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > > --
> >> > > >> > > > > > > > >> > > > > > George McCabe - Software
Engineer III
> >> > > >> > > > > > > > >> > > > > > National Center for Atmospheric
> Research
> >> > > >> > > > > > > > >> > > > > > Research Applications
Laboratory
> >> > > >> > > > > > > > >> > > > > > 303-497-2768
> >> > > >> > > > > > > > >> > > > > > ---
> >> > > >> > > > > > > > >> > > > > > My working day may not be your
working
> >> day.
> >> > > >> Please
> >> > > >> > > do
> >> > > >> > > > > not
> >> > > >> > > > > > > feel
> >> > > >> > > > > > > > >> > > obliged
> >> > > >> > > > > > > > >> > > > to
> >> > > >> > > > > > > > >> > > > > > reply to this email outside of
your
> >> normal
> >> > > >> working
> >> > > >> > > > > hours.
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > > --
> >> > > >> > > > > > > > >> > > > > Edward Strobach
> >> > > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > >> > > > > IMSG Contractor
> >> > > >> > > > > > > > >> > > > > Cubicle#: 2029
> >> > > >> > > > > > > > >> > > > > 301-683-3717
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > > --
> >> > > >> > > > > > > > >> > > > George McCabe - Software Engineer
III
> >> > > >> > > > > > > > >> > > > National Center for Atmospheric
Research
> >> > > >> > > > > > > > >> > > > Research Applications Laboratory
> >> > > >> > > > > > > > >> > > > 303-497-2768
> >> > > >> > > > > > > > >> > > > ---
> >> > > >> > > > > > > > >> > > > My working day may not be your
working
> day.
> >> > > Please
> >> > > >> do
> >> > > >> > > not
> >> > > >> > > > > feel
> >> > > >> > > > > > > > >> obliged
> >> > > >> > > > > > > > >> > to
> >> > > >> > > > > > > > >> > > > reply to this email outside of your
normal
> >> > > working
> >> > > >> > > hours.
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > --
> >> > > >> > > > > > > > >> > > Julie Prestopnik
> >> > > >> > > > > > > > >> > > Software Engineer
> >> > > >> > > > > > > > >> > > National Center for Atmospheric
Research
> >> > > >> > > > > > > > >> > > Research Applications Laboratory
> >> > > >> > > > > > > > >> > > Phone: 303.497.8399
> >> > > >> > > > > > > > >> > > Email: jpresto at ucar.edu
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > > My working day may not be your
working day.
> >> > Please
> >> > > >> do
> >> > > >> > not
> >> > > >> > > > > feel
> >> > > >> > > > > > > > >> obliged
> >> > > >> > > > > > > > >> > to
> >> > > >> > > > > > > > >> > > reply to this email outside of your
normal
> >> > working
> >> > > >> > hours.
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> > >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> > --
> >> > > >> > > > > > > > >> > Edward Strobach
> >> > > >> > > > > > > > >> > EMC/NCEP/NWS/
> >> > > >> > > > > > > > >> > IMSG Contractor
> >> > > >> > > > > > > > >> > Cubicle#: 2029
> >> > > >> > > > > > > > >> > 301-683-3717
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >> >
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >> --
> >> > > >> > > > > > > > >> Julie Prestopnik
> >> > > >> > > > > > > > >> Software Engineer
> >> > > >> > > > > > > > >> National Center for Atmospheric Research
> >> > > >> > > > > > > > >> Research Applications Laboratory
> >> > > >> > > > > > > > >> Phone: 303.497.8399
> >> > > >> > > > > > > > >> Email: jpresto at ucar.edu
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >> My working day may not be your working
day.
> >> Please
> >> > do
> >> > > >> not
> >> > > >> > > feel
> >> > > >> > > > > > > obliged
> >> > > >> > > > > > > > to
> >> > > >> > > > > > > > >> reply to this email outside of your
normal
> working
> >> > > hours.
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >>
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > > > --
> >> > > >> > > > > > > > > Edward Strobach
> >> > > >> > > > > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > > IMSG Contractor
> >> > > >> > > > > > > > > Cubicle#: 2029
> >> > > >> > > > > > > > > 301-683-3717
> >> > > >> > > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > > > --
> >> > > >> > > > > > > > Edward Strobach
> >> > > >> > > > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > > > IMSG Contractor
> >> > > >> > > > > > > > Cubicle#: 2029
> >> > > >> > > > > > > > 301-683-3717
> >> > > >> > > > > > > >
> >> > > >> > > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > > > --
> >> > > >> > > > > > > Julie Prestopnik
> >> > > >> > > > > > > Software Engineer
> >> > > >> > > > > > > National Center for Atmospheric Research
> >> > > >> > > > > > > Research Applications Laboratory
> >> > > >> > > > > > > Phone: 303.497.8399
> >> > > >> > > > > > > Email: jpresto at ucar.edu
> >> > > >> > > > > > >
> >> > > >> > > > > > > My working day may not be your working day.
Please
> do
> >> not
> >> > > >> feel
> >> > > >> > > > obliged
> >> > > >> > > > > > to
> >> > > >> > > > > > > reply to this email outside of your normal
working
> >> hours.
> >> > > >> > > > > > >
> >> > > >> > > > > > >
> >> > > >> > > > > >
> >> > > >> > > > > > --
> >> > > >> > > > > > Edward Strobach
> >> > > >> > > > > > EMC/NCEP/NWS/
> >> > > >> > > > > > IMSG Contractor
> >> > > >> > > > > > Cubicle#: 2029
> >> > > >> > > > > > 301-683-3717
> >> > > >> > > > > >
> >> > > >> > > > > >
> >> > > >> > > > >
> >> > > >> > > > > --
> >> > > >> > > > > Julie Prestopnik
> >> > > >> > > > > Software Engineer
> >> > > >> > > > > National Center for Atmospheric Research
> >> > > >> > > > > Research Applications Laboratory
> >> > > >> > > > > Phone: 303.497.8399
> >> > > >> > > > > Email: jpresto at ucar.edu
> >> > > >> > > > >
> >> > > >> > > > > My working day may not be your working day.
Please do
> not
> >> > feel
> >> > > >> > obliged
> >> > > >> > > > to
> >> > > >> > > > > reply to this email outside of your normal working
hours.
> >> > > >> > > > >
> >> > > >> > > > >
> >> > > >> > > >
> >> > > >> > > > --
> >> > > >> > > > Edward Strobach
> >> > > >> > > > EMC/NCEP/NWS/
> >> > > >> > > > IMSG Contractor
> >> > > >> > > > Cubicle#: 2029
> >> > > >> > > > 301-683-3717
> >> > > >> > > >
> >> > > >> > > >
> >> > > >> > >
> >> > > >> > > --
> >> > > >> > > George McCabe - Software Engineer III
> >> > > >> > > National Center for Atmospheric Research
> >> > > >> > > Research Applications Laboratory
> >> > > >> > > 303-497-2768
> >> > > >> > > ---
> >> > > >> > > My working day may not be your working day. Please do
not
> feel
> >> > > >> obliged to
> >> > > >> > > reply to this email outside of your normal working
hours.
> >> > > >> > >
> >> > > >> > >
> >> > > >> >
> >> > > >> > --
> >> > > >> > Edward Strobach
> >> > > >> > EMC/NCEP/NWS/
> >> > > >> > IMSG Contractor
> >> > > >> > Cubicle#: 2029
> >> > > >> > 301-683-3717
> >> > > >> >
> >> > > >> >
> >> > > >>
> >> > > >> --
> >> > > >> George McCabe - Software Engineer III
> >> > > >> National Center for Atmospheric Research
> >> > > >> Research Applications Laboratory
> >> > > >> 303-497-2768
> >> > > >> ---
> >> > > >> My working day may not be your working day. Please do not
feel
> >> obliged
> >> > > to
> >> > > >> reply to this email outside of your normal working hours.
> >> > > >>
> >> > > >>
> >> > > >
> >> > > > --
> >> > > > Edward Strobach
> >> > > > EMC/NCEP/NWS/
> >> > > > IMSG Contractor
> >> > > > Cubicle#: 2029
> >> > > > 301-683-3717
> >> > > >
> >> > >
> >> > >
> >> > > --
> >> > > Edward Strobach
> >> > > EMC/NCEP/NWS/
> >> > > IMSG Contractor
> >> > > Cubicle#: 2029
> >> > > 301-683-3717
> >> > >
> >> > >
> >> >
> >> > --
> >> > George McCabe - Software Engineer III
> >> > National Center for Atmospheric Research
> >> > Research Applications Laboratory
> >> > 303-497-2768
> >> > ---
> >> > My working day may not be your working day. Please do not feel
obliged
> >> to
> >> > reply to this email outside of your normal working hours.
> >> >
> >> >
> >>
> >> --
> >> Edward Strobach
> >> EMC/NCEP/NWS/
> >> IMSG Contractor
> >> Cubicle#: 2029
> >> 301-683-3717
> >>
> >>
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
>
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------
Subject: command_builder.py error
From: George McCabe
Time: Thu Jun 04 14:18:22 2020

Mallory may have more insight on this, but from what I understand,
StatAnalysis calls different functions if MakePlots is in the
PROCESS_LIST
or not. It performs additional filtering to prepare for plotting. It
sounds
like the input is indeed NetCDF (since it was generated by MET tools)
so
this fix will need to be completed for that step to work, unless
Mallory
can suggest a workaround.

On Thu, Jun 4, 2020 at 2:11 PM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
>
> The process I have is a bit confusing.  There's two steps being
done.  The
> first is something that I've been able to get working with help from
> Perry.  I take the prepbufr output from the CMAQ runs and convert
them to
> netcdf (PB2NC), then I take those files and process them through
PointStat,
> and finally reprocess those stat files with StatAnalysis.  All these
steps
> work.  The stat analysis groups the model output and verification
together
> for each valid hour if I'm not mistaken.  Then, the second step runs
> StatAnalysis (although I'm not sure why this is needed again unless
it's
> meant to somehow separate out the initialization times) followed by
> MakePlots.  So the files that I'm putting into StatAnalysis are
already
> files that were processed in StatAnalysis from before.  Again, I'm
not sure
> about running StatAnalysis a second time
>
> On Thu, Jun 4, 2020 at 4:02 PM George McCabe via RT
<met_help at ucar.edu>
> wrote:
>
> > Edward,
> >
> > Actually, was the input to StatAnalysis generated from NetCDF
data? If
> not,
> > you should be able to configure the tool to run on your data with
> > MakePlots.
> >
> > On Thu, Jun 4, 2020 at 1:53 PM George McCabe <mccabe at ucar.edu>
wrote:
> >
> > > Edward,
> > >
> > > I would recommend keeping your output directory separate from
your
> input
> > > directory if possible to avoid accidentally removing input data
when
> > > cleaning up.
> > >
> > > Mallory,
> > >
> > > Thanks for the info on what needs to change. I will take a look.
In the
> > > meantime, do you have any suggestions for Edward so he can
continue
> > moving
> > > forward or do these changes need to be done first?
> > >
> > > Thanks,
> > > George
> > >
> > > On Thu, Jun 4, 2020 at 1:06 PM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > >>
> > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >>
> > >> your settings do not look much different than mine.  I see that
you
> have
> > >> chosen one option for MAKE_PLOTS_STATS_LIST and one option for
> > >> LINE_TYPE_LIST.  I had multiple options chosen for that.  I
guess it's
> > >> work
> > >> choosing just one to see what happens.  You keep
LOOP_LIST_ITEMS empty
> > >> where I defined mine as FCST_INIT_HOUR_LIST.  I do that because
I have
> > 06
> > >> and 12z data that I'm processing. You set
> MAKE_PLOTS_EVENT_EQUALIZATION
> > as
> > >> False.  Mine is true, but I don't think that matters.  Every
thing
> else
> > >> looks pretty much the same.  I'm not worried about my
directories
> > really.
> > >> The *LOOKIN* directory is pointing to the files that I want to
be
> > >> processed.  Within that same directory I create a series of
other
> > >> directories where plots and new stat files will be stored.
> > >>
> > >> On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT <
> met_help at ucar.edu>
> > >> wrote:
> > >>
> > >> > Hi Edward,
> > >> >
> > >> > I have been working through issues with StatAnalysis and
MakePlots
> > >> together
> > >> > and discovered a few things that might help with your case.
> > >> >
> > >> > - The StatAnalysis output file that was created was empty.
This is
> > >> because
> > >> > the configurations in StatAnalysis.conf were set so that all
the
> lines
> > >> were
> > >> > being discarded. I was able to change these settings to get
output
> > from
> > >> > StatAnalysis, however, the output file expected by MakePlots
> expected
> > >> the
> > >> > level values in the filename, which contain commas since they
are
> > NetCDF
> > >> > data.
> > >> >
> > >> > /d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
> > >> >
> > >> >
> > >>
> >
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
> > >> >
> > >> > Attached is the conf file I used that was able to get output
from
> > >> > StatAnalysis, but still fails running MakePlots. I hope that
helps.
> > >> >
> > >> > I am copying Mallory on here to see if she has run these
tools on
> > NetCDF
> > >> > data and if she was able to configure METplus to use
different names
> > to
> > >> > read the data in MakePlots. Mallory, do you have any ideas?
> > >> >
> > >> > Thanks,
> > >> > George
> > >> >
> > >> > On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA
Affiliate via
> > RT
> > >> <
> > >> > met_help at ucar.edu> wrote:
> > >> >
> > >> > >
> > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >> > >
> > >> > > Despite all these efforts I still arrive at similar issues.
The
> > >> issues
> > >> > > that I thought I resolved were not actually resolved.  I
looked on
> > the
> > >> > > metplus guidebook to see how LINE_TYPE_LIST and
FCST_UNITS_LIST
> were
> > >> set.
> > >> > > I originally used what I defined from my environment.  When
that
> > >> didn't
> > >> > > work I set it empty.  Looking at the metplus guide, I only
saw
> > >> examples
> > >> > > where they set as empty.  the plot_time_series.py (and
others)
> > didn't
> > >> > seem
> > >> > > to like that and required that it be set.  Setting it also
did not
> > >> bode
> > >> > > well.  I'm sure this is related to MakePlots since
StatAnalysis
> only
> > >> > > processes the data into .stat form.  This is becoming
painful
> > because
> > >> I
> > >> > > can't move forward on anything.  Additionally, if I process
> > statistics
> > >> > such
> > >> > > as this:
> > >> > > export plot_stats_list="bias, rmse, fbar_obar"
> > >> > > do I need to loop through that?
> > >> > >
> > >> > >
> > >> > >
> > >> > > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA
Affiliate <
> > >> > > edward.strobach at noaa.gov> wrote:
> > >> > >
> > >> > > > That explanation was very helpful. Thanks George.  I'll
make
> > >> > adjustments
> > >> > > > in the machine.conf that are general to all cases while
defining
> > >> case
> > >> > > > specific details in the plot*conf
> > >> > > >
> > >> > > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
> > >> > met_help at ucar.edu>
> > >> > > > wrote:
> > >> > > >
> > >> > > >> Hi Edward,
> > >> > > >>
> > >> > > >> Think of the machine conf as a conf file that
corresponds to a
> > user
> > >> > and
> > >> > > >> machine where you are running. It contains settings that
will
> be
> > >> > applied
> > >> > > >> to
> > >> > > >> every run of METplus on that machine as that user. I
often name
> > >> mine
> > >> > > >> containing my username and machine I am using it on to
make it
> > >> clear
> > >> > to
> > >> > > me
> > >> > > >> what it is used for. Here is an example of what is in a
conf
> file
> > >> > called
> > >> > > >> mccabe.kiowa.conf:
> > >> > > >>
> > >> > > >> [dir]
> > >> > > >> OUTPUT_BASE = /d1/personal/mccabe/out
> > >> > > >>
> > >> > > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> > >> > > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> > >> > > >>
> > >> > > >> [config]
> > >> > > >> LOG_LEVEL = DEBUG
> > >> > > >> #LOG_MET_VERBOSITY = 5
> > >> > > >> #DO_NOT_RUN_EXE = yes
> > >> > > >> #LOG_TIMESTAMP_USE_DATATIME = True
> > >> > > >> #LOG_MET_OUTPUT_TO_METPLUS=no
> > >> > > >>
> > >> > > >> [exe]
> > >> > > >> WGRIB2 = /usr/local/bin/wgrib2
> > >> > > >> CUT = /usr/bin/cut
> > >> > > >> TR = /usr/bin/tr
> > >> > > >> RM = /bin/rm
> > >> > > >> NCAP2 = /usr/local/nco/bin/ncap2
> > >> > > >> CONVERT = /usr/bin/convert
> > >> > > >> NCDUMP = /usr/local/netcdf/bin/ncdump
> > >> > > >> EGREP = /bin/egrep
> > >> > > >>
> > >> > > >>
> > >> > > >> It sets up my environment to run. I also leave a few
logging
> > items
> > >> > > >> commented out so I can easily change things when I am
> debugging,
> > >> like
> > >> > > >> boosting the MET log verbosity. Once I am set up on a
new
> > >> computer, I
> > >> > > >> rarely change anything in this file except for
OUTPUT_BASE (if
> I
> > >> want
> > >> > to
> > >> > > >> write output to a different directory) or changing
logging
> > >> settings.
> > >> > The
> > >> > > >> location of the input data won't change, and the MET
install
> dir
> > >> will
> > >> > > only
> > >> > > >> change when a new version of MET is released. Since you
are
> > >> running on
> > >> > > >> NOAA
> > >> > > >> machines that use module loads, you don't need to set
any of
> the
> > >> [exe]
> > >> > > >> items since they are found in the path.
> > >> > > >>
> > >> > > >> Think of the plot*.conf as a use case configuration
file. It
> > >> contains
> > >> > > >> information specific to that use case you need to run.
It
> > shouldn't
> > >> > > >> contain
> > >> > > >> any variables from the user environment conf, but it can
> > reference
> > >> > these
> > >> > > >> values in other variables, such as setting an
_OUTPUT_DIR to a
> > path
> > >> > > >> relative to OUTPUT_BASE, i.e.
> > >> > > >>
> > >> > > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> > >> > > >>
> > >> > > >>
> > >> > > >> When you want to run your use case, you will pass in the
use
> case
> > >> conf
> > >> > > >> files first, then your user environment conf last. This
ensures
> > >> that
> > >> > if
> > >> > > a
> > >> > > >> variable like OUTPUT_BASE is set in another conf when it
> > shouldn't
> > >> be,
> > >> > > >> then
> > >> > > >> your user conf will have the final say and overwrite any
values
> > set
> > >> > > >> earlier. Here is an example:
> > >> > > >>
> > >> > > >> master_metplus.py -c
> > >> > > >>
> ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf
> > -c
> > >> > > >> ~/mccabe.kiowa.conf
> > >> > > >>
> > >> > > >> I hope that helps clear up what belongs in each of these
conf
> > >> files.
> > >> > Let
> > >> > > >> me
> > >> > > >> know if you have any other questions or concerns.
> > >> > > >>
> > >> > > >> Thanks,
> > >> > > >> George
> > >> > > >>
> > >> > > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA
Affiliate
> > via
> > >> > RT <
> > >> > > >> met_help at ucar.edu> wrote:
> > >> > > >>
> > >> > > >> >
> > >> > > >> > <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >
> > >> > > >> >
> > >> > > >> > I understand George.  I haven't adopted best practices
quite
> > yet
> > >> I
> > >> > > >> guess.
> > >> > > >> > My confusion lies in separating machine.conf and the
> > plot*.conf.
> > >> > I've
> > >> > > >> been
> > >> > > >> > duplicating the definitions in both because it's not
clear to
> > me
> > >> > what
> > >> > > >> > belongs in machine.conf and what should belong in the
other.
> > >> > Perhaps
> > >> > > >> what
> > >> > > >> > I'll do is try to clean up the machine.conf and share
with
> you
> > >> the
> > >> > new
> > >> > > >> conf
> > >> > > >> > files so that it is easier to follow.  In truth, I'm
hoping
> to
> > >> learn
> > >> > > >> from
> > >> > > >> > this process so that I can create verification
packages
> through
> > >> > > metplus
> > >> > > >> in
> > >> > > >> > an efficient way. Right now it's growing pains.
> > >> > > >> >
> > >> > > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT <
> > >> > > met_help at ucar.edu>
> > >> > > >> > wrote:
> > >> > > >> >
> > >> > > >> > > Hi Edward,
> > >> > > >> > >
> > >> > > >> > > I'm taking a look at your config files to try to see
if I
> can
> > >> see
> > >> > > >> > anything
> > >> > > >> > > obvious that is wrong. It is a little confusing to
follow
> the
> > >> way
> > >> > > you
> > >> > > >> > have
> > >> > > >> > > it set up where you set a variable in one file, then
> > reference
> > >> it
> > >> > in
> > >> > > >> the
> > >> > > >> > > next. It would make a little more sense to keep your
> machine
> > >> conf
> > >> > > >> pretty
> > >> > > >> > > clean, with only top level configurations, like
INPUT_BASE,
> > >> > > >> OUTPUT_BASE,
> > >> > > >> > > MET_INSTALL_DIR (from the [dir] section, the others
in
> > >> > > machine_v3.conf
> > >> > > >> > > aren't needed), anything in the [exe] section, and
system
> > wide
> > >> > > >> settings,
> > >> > > >> > > like LOG_ variables. The rest of the variables make
more
> > sense
> > >> to
> > >> > > put
> > >> > > >> in
> > >> > > >> > > the use case conf file only, i.e. instead of setting
> > >> > > >> > >
> > >> > > >> > > VALIDBEG = {ENV[VALID_B]}
> > >> > > >> > > VALIDEND = {ENV[VALID_E]}
> > >> > > >> > >
> > >> > > >> > >  in machine_v3.conf and setting
> > >> > > >> > >
> > >> > > >> > > VALID_BEG = {VALIDBEG}
> > >> > > >> > > VALID_END = {VALIDEND}
> > >> > > >> > >
> > >> > > >> > > in the plot conf, just set
> > >> > > >> > >
> > >> > > >> > > VALID_BEG = {ENV[VALID_B]}
> > >> > > >> > > VALID_END = {ENV[VALID_E]}
> > >> > > >> > >
> > >> > > >> > > in the plot conf. This will make it easier to follow
> instead
> > of
> > >> > > >> having to
> > >> > > >> > > hop between 3 files.
> > >> > > >> > >
> > >> > > >> > > If you'd like, you could tar up the input files to
> > StatAnalysis
> > >> > and
> > >> > > I
> > >> > > >> can
> > >> > > >> > > have Julie or someone else pull them down so I can
try to
> > work
> > >> > > through
> > >> > > >> > the
> > >> > > >> > > errors locally. I am also happy to set up a meeting
where
> you
> > >> can
> > >> > > >> screen
> > >> > > >> > > share and we can go through the errors together. Let
me
> know
> > >> what
> > >> > > you
> > >> > > >> > > think.
> > >> > > >> > >
> > >> > > >> > > Thanks,
> > >> > > >> > > George
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach -
NOAA
> > Affiliate
> > >> > via
> > >> > > >> RT <
> > >> > > >> > > met_help at ucar.edu> wrote:
> > >> > > >> > >
> > >> > > >> > > >
> > >> > > >> > > > <URL:
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > >> > > >> > > >
> > >> > > >> > > > will do!
> > >> > > >> > > >
> > >> > > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik
via RT <
> > >> > > >> > > met_help at ucar.edu>
> > >> > > >> > > > wrote:
> > >> > > >> > > >
> > >> > > >> > > > > No worries!  We're happy to help.  We hope
you'll get a
> > >> > > successful
> > >> > > >> > run.
> > >> > > >> > > > > Please let us know how it goes.
> > >> > > >> > > > >
> > >> > > >> > > > > Julie
> > >> > > >> > > > >
> > >> > > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach -
NOAA
> > >> > Affiliate
> > >> > > >> via
> > >> > > >> > RT
> > >> > > >> > > <
> > >> > > >> > > > > met_help at ucar.edu> wrote:
> > >> > > >> > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > > > <URL:
> > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >
> > >> > > >> > > > > >
> > >> > > >> > > > > > Okay. I think I understand that error now.
I'm
> sorry I
> > >> > > >> overlooked
> > >> > > >> > > > > that.  I
> > >> > > >> > > > > > kept thinking that something else was going
on.
> Thanks
> > >> Julie
> > >> > > and
> > >> > > >> > > George
> > >> > > >> > > > > >
> > >> > > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie
Prestopnik via
> RT
> > <
> > >> > > >> > > > > met_help at ucar.edu>
> > >> > > >> > > > > > wrote:
> > >> > > >> > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > Note that your job1_v3 points to met-9.0
not
> > >> met-9.0.1
> > >> > and
> > >> > > >> to
> > >> > > >> > > > > > METplus-3.0
> > >> > > >> > > > > > > > not METplus-3.0.1.
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > That is true in a few places:
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > > export
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > >> > > >> > > > > > > > export
> > >> > > >> > > > >
> > >> >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > export METplus_version="3.0"
> > >> > > >> > > > > > > > export MET_version="9.0"
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > In addition to changing those, you should
also
> > change:
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > > export
> > >> > > >> > > > > >
> > >> > > >>
> > NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > to
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > > export NCDUMP="
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > >> > > >> > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > Julie
> > >> > > >> > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward
Strobach -
> NOAA
> > >> > > >> Affiliate
> > >> > > >> > via
> > >> > > >> > > > RT
> > >> > > >> > > > > <
> > >> > > >> > > > > > > met_help at ucar.edu> wrote:
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > <URL:
> > >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > i managed to fix that weird issue.  I
think you
> > >> should
> > >> > be
> > >> > > >> able
> > >> > > >> > to
> > >> > > >> > > > see
> > >> > > >> > > > > > my
> > >> > > >> > > > > > > > .bashrc now.  I'm going to look to see
what I
> did..
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward
Strobach -
> > NOAA
> > >> > > >> > Affiliate <
> > >> > > >> > > > > > > > edward.strobach at noaa.gov> wrote:
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > > l don't know.  I've never encountered
this
> issue.
> > >> I
> > >> > > >> simply
> > >> > > >> > > > copied
> > >> > > >> > > > > > and
> > >> > > >> > > > > > > > > pasted - or so I thought - the module
contents
> > >> under
> > >> > the
> > >> > > >> > > > > > WCOSS-DELL.  I
> > >> > > >> > > > > > > > can
> > >> > > >> > > > > > > > > do pwd and see that I'm in
/u/Edward.Strobach,
> > but
> > >> > many
> > >> > > >> other
> > >> > > >> > > > > > commands
> > >> > > >> > > > > > > do
> > >> > > >> > > > > > > > > not work.  It's related to something I
must
> have
> > >> done
> > >> > in
> > >> > > >> the
> > >> > > >> > > > > .bashrc:
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > > > -bash: export:
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
> > >> > >  x!
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > >> > > >> > > > > > > > > not a valid identifier
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > > > I've been at this too long and am
probably
> > >> starting to
> > >> > > >> make
> > >> > > >> > > > > > mistakes..
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie
Prestopnik
> > via
> > >> > RT <
> > >> > > >> > > > > > > > met_help at ucar.edu>
> > >> > > >> > > > > > > > > wrote:
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> Is there anything I can do to help?  I
tried
> to
> > >> look
> > >> > in
> > >> > > >> > > > > > > > /u/Edward.Strobach
> > >> > > >> > > > > > > > >> to see if I could access your .bashrc
file,
> > >> however,
> > >> > I
> > >> > > >> don't
> > >> > > >> > > > even
> > >> > > >> > > > > > see
> > >> > > >> > > > > > > > >> a /u/Edward.Strobach directory, which I
don't
> > >> fully
> > >> > > >> > > > understand...
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >> Julie
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward
> Strobach -
> > >> NOAA
> > >> > > >> > > Affiliate
> > >> > > >> > > > > via
> > >> > > >> > > > > > > RT <
> > >> > > >> > > > > > > > >> met_help at ucar.edu> wrote:
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > <URL:
> > >> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > I realize that, but now I messed up
my
> .bashrc
> > >> file
> > >> > > in
> > >> > > >> > such
> > >> > > >> > > a
> > >> > > >> > > > > way
> > >> > > >> > > > > > > > that I
> > >> > > >> > > > > > > > >> > can't use vi or ls, so I'm kind of
stuck
> > until I
> > >> > can
> > >> > > >> deal
> > >> > > >> > > with
> > >> > > >> > > > > > that
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM Julie
> > Prestopnik
> > >> via
> > >> > > RT
> > >> > > >> <
> > >> > > >> > > > > > > > >> met_help at ucar.edu>
> > >> > > >> > > > > > > > >> > wrote:
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > > Hi Edward and George.
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > I believe Edward is running on
Venus but
> > >> looking
> > >> > at
> > >> > > >> the
> > >> > > >> > > > > > directions
> > >> > > >> > > > > > > > for
> > >> > > >> > > > > > > > >> > > Mars, because there was previously
no
> > >> modulefile
> > >> > > for
> > >> > > >> > > > > > metplus/3.0.1
> > >> > > >> > > > > > > > on
> > >> > > >> > > > > > > > >> > > Venus, but there was on Mars.
However, I
> > just
> > >> > > >> created a
> > >> > > >> > > > > > > modulefile
> > >> > > >> > > > > > > > >> for
> > >> > > >> > > > > > > > >> > > metplus/3.0.1 (which will load
met/9.0.1)
> on
> > >> > Venus.
> > >> > > >> > > Edward,
> > >> > > >> > > > > > > please
> > >> > > >> > > > > > > > >> start
> > >> > > >> > > > > > > > >> > > fresh with a new login to Venus and
try
> > >> running:
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > > module use
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > >
> > >> > > >>
> /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > >> > > > > > > > >> > > > module load metplus/3.0.1
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > Please let us know how the testing
goes.
> In
> > >> the
> > >> > > >> > meantime,
> > >> > > >> > > > > I'll
> > >> > > >> > > > > > > try
> > >> > > >> > > > > > > > to
> > >> > > >> > > > > > > > >> > > reproduce the problem you are
> > experiencing.  I
> > >> > may
> > >> > > >> need
> > >> > > >> > > some
> > >> > > >> > > > > > help
> > >> > > >> > > > > > > > from
> > >> > > >> > > > > > > > >> > > George, but hopefully, getting the
right
> > >> > > environment
> > >> > > >> set
> > >> > > >> > > up
> > >> > > >> > > > > will
> > >> > > >> > > > > > > > help
> > >> > > >> > > > > > > > >> > > resolve the issue you are having.
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > Julie
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM
George
> McCabe
> > >> via
> > >> > > RT <
> > >> > > >> > > > > > > > >> met_help at ucar.edu>
> > >> > > >> > > > > > > > >> > > wrote:
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > <URL:
> > >> > > >> > > > >
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > Which machine are you running on?
The
> > >> > > instructions
> > >> > > >> for
> > >> > > >> > > the
> > >> > > >> > > > > > NOAA
> > >> > > >> > > > > > > > >> > machines
> > >> > > >> > > > > > > > >> > > > vary.
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM
Edward
> > >> Strobach
> > >> > -
> > >> > > >> NOAA
> > >> > > >> > > > > > Affiliate
> > >> > > >> > > > > > > > via
> > >> > > >> > > > > > > > >> RT
> > >> > > >> > > > > > > > >> > <
> > >> > > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > <URL:
> > >> > > >> > > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > The first line is under my
.bashrc in
> > >> > > >> > > > /u/Edward.Strobach.
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > The second line was added and
that's
> > when
> > >> I
> > >> > got
> > >> > > >> the
> > >> > > >> > > > > > following:
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$
module use
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > >
> > >> > > >> >
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$
module
> load
> > >> > > >> > metplus/3.0.1
> > >> > > >> > > > > > > > >> > > > > Lmod has detected the following
error:
> > >> The
> > >> > > >> > following
> > >> > > >> > > > > > > module(s)
> > >> > > >> > > > > > > > >> are
> > >> > > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > Please check the spelling or
version
> > >> number.
> > >> > > Also
> > >> > > >> > try
> > >> > > >> > > > > > "module
> > >> > > >> > > > > > > > >> spider
> > >> > > >> > > > > > > > >> > > ..."
> > >> > > >> > > > > > > > >> > > > > It is also possible your cache
file is
> > >> > > >> out-of-date;
> > >> > > >> > it
> > >> > > >> > > > may
> > >> > > >> > > > > > > help
> > >> > > >> > > > > > > > to
> > >> > > >> > > > > > > > >> > try:
> > >> > > >> > > > > > > > >> > > > >   $ module --ignore-cache load
> > >> > "metplus/3.0.1"
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > Also make sure that all
modulefiles
> > >> written
> > >> > in
> > >> > > >> TCL
> > >> > > >> > > start
> > >> > > >> > > > > > with
> > >> > > >> > > > > > > > the
> > >> > > >> > > > > > > > >> > > string
> > >> > > >> > > > > > > > >> > > > > #%Module
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45 PM
George
> > >> McCabe
> > >> > > via
> > >> > > >> RT
> > >> > > >> > <
> > >> > > >> > > > > > > > >> > met_help at ucar.edu
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > > wrote:
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > > Hi Edward,
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > Did you run this first?
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > module use
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > >
> > >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > I believe you need to run
that so it
> > can
> > >> > find
> > >> > > >> the
> > >> > > >> > > > > > > > metplus/3.0.1
> > >> > > >> > > > > > > > >> > > module.
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42
PM
> Edward
> > >> > > Strobach
> > >> > > >> -
> > >> > > >> > > NOAA
> > >> > > >> > > > > > > > Affiliate
> > >> > > >> > > > > > > > >> via
> > >> > > >> > > > > > > > >> > > RT
> > >> > > >> > > > > > > > >> > > > <
> > >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > <URL:
> > >> > > >> > > > > > > >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > There was only one mention
of
> > >> deprecated,
> > >> > > >> and it
> > >> > > >> > > was
> > >> > > >> > > > > at
> > >> > > >> > > > > > > the
> > >> > > >> > > > > > > > >> top
> > >> > > >> > > > > > > > >> > of
> > >> > > >> > > > > > > > >> > > > the
> > >> > > >> > > > > > > > >> > > > > > log
> > >> > > >> > > > > > > > >> > > > > > > "Checking for deprecated
env..".
> > >> There
> > >> > > were
> > >> > > >> no
> > >> > > >> > > > other
> > >> > > >> > > > > > > > >> mentions;
> > >> > > >> > > > > > > > >> > > > > however,
> > >> > > >> > > > > > > > >> > > > > > > there were warnings for
certain
> > >> variables
> > >> > > not
> > >> > > >> > > being
> > >> > > >> > > > > set.
> > >> > > >> > > > > > > > Other
> > >> > > >> > > > > > > > >> > than
> > >> > > >> > > > > > > > >> > > > > that
> > >> > > >> > > > > > > > >> > > > > > I
> > >> > > >> > > > > > > > >> > > > > > > get DEBUG messages -
presumably
> > >> because I
> > >> > > set
> > >> > > >> > > things
> > >> > > >> > > > > to
> > >> > > >> > > > > > > > DEBUG
> > >> > > >> > > > > > > > >> -
> > >> > > >> > > > > > > > >> > and
> > >> > > >> > > > > > > > >> > > > > those
> > >> > > >> > > > > > > > >> > > > > > > two error messages.
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > I figured the second was
related
> to
> > >> the
> > >> > > >> first.
> > >> > > >> > A
> > >> > > >> > > > > > > reference
> > >> > > >> > > > > > > > to
> > >> > > >> > > > > > > > >> > > > > libraries
> > >> > > >> > > > > > > > >> > > > > > > makes me feel like it's an
> > environment
> > >> > > issue,
> > >> > > >> > but
> > >> > > >> > > my
> > >> > > >> > > > > > > bashrc
> > >> > > >> > > > > > > > is
> > >> > > >> > > > > > > > >> > > > already
> > >> > > >> > > > > > > > >> > > > > > set
> > >> > > >> > > > > > > > >> > > > > > > up with the recommended
Dell
> modules
> > >> > > >> settings.
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at 4:36
PM
> > George
> > >> > > McCabe
> > >> > > >> via
> > >> > > >> > > RT
> > >> > > >> > > > <
> > >> > > >> > > > > > > > >> > > > met_help at ucar.edu
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > > wrote:
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > Hi Edward,
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > Even if you don't run the
> validate
> > >> > > script,
> > >> > > >> > > METplus
> > >> > > >> > > > > > > should
> > >> > > >> > > > > > > > >> error
> > >> > > >> > > > > > > > >> > > out
> > >> > > >> > > > > > > > >> > > > > > > > immediately and give you
a list
> of
> > >> > > >> variables
> > >> > > >> > > that
> > >> > > >> > > > > are
> > >> > > >> > > > > > > > >> > deprecated
> > >> > > >> > > > > > > > >> > > > and
> > >> > > >> > > > > > > > >> > > > > a
> > >> > > >> > > > > > > > >> > > > > > > > suggestion if possible,
so I am
> > >> > guessing
> > >> > > >> that
> > >> > > >> > > the
> > >> > > >> > > > > > > changes
> > >> > > >> > > > > > > > >> > weren't
> > >> > > >> > > > > > > > >> > > > > > > covered.
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > The 2nd error is related
to the
> > >> first.
> > >> > > The
> > >> > > >> > > > libpython
> > >> > > >> > > > > > > error
> > >> > > >> > > > > > > > >> is
> > >> > > >> > > > > > > > >> > > what
> > >> > > >> > > > > > > > >> > > > > came
> > >> > > >> > > > > > > > >> > > > > > > > from the actual call to
> > >> stat_analysis
> > >> > and
> > >> > > >> the
> > >> > > >> > > 2nd
> > >> > > >> > > > > > error
> > >> > > >> > > > > > > is
> > >> > > >> > > > > > > > >> just
> > >> > > >> > > > > > > > >> > > > > telling
> > >> > > >> > > > > > > > >> > > > > > > you
> > >> > > >> > > > > > > > >> > > > > > > > that the stat_analysis
command
> > >> returned
> > >> > > >> > non-zero
> > >> > > >> > > > > > value,
> > >> > > >> > > > > > > > >> which
> > >> > > >> > > > > > > > >> > > means
> > >> > > >> > > > > > > > >> > > > > > that
> > >> > > >> > > > > > > > >> > > > > > > it
> > >> > > >> > > > > > > > >> > > > > > > > failed.
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at
2:12 PM
> > >> Edward
> > >> > > >> > Strobach -
> > >> > > >> > > > > NOAA
> > >> > > >> > > > > > > > >> Affiliate
> > >> > > >> > > > > > > > >> > > via
> > >> > > >> > > > > > > > >> > > > > RT
> > >> > > >> > > > > > > > >> > > > > > <
> > >> > > >> > > > > > > > >> > > > > > > > met_help at ucar.edu> wrote:
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > <URL:
> > >> > > >> > > > > > > > >> >
> > >> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > I think I've already
removed
> the
> > >> > > >> out-of-date
> > >> > > >> > > > > > variable
> > >> > > >> > > > > > > > >> names
> > >> > > >> > > > > > > > >> > > with
> > >> > > >> > > > > > > > >> > > > > the
> > >> > > >> > > > > > > > >> > > > > > > v3.1
> > >> > > >> > > > > > > > >> > > > > > > > > names.  I can look into
that
> > >> option
> > >> > if
> > >> > > >> this
> > >> > > >> > > > proves
> > >> > > >> > > > > > not
> > >> > > >> > > > > > > > to
> > >> > > >> > > > > > > > >> be
> > >> > > >> > > > > > > > >> > an
> > >> > > >> > > > > > > > >> > > > > > > > environment
> > >> > > >> > > > > > > > >> > > > > > > > > issue.  I do know that
I was
> > >> pretty
> > >> > > >> > carefully
> > >> > > >> > > > > making
> > >> > > >> > > > > > > the
> > >> > > >> > > > > > > > >> > > changes
> > >> > > >> > > > > > > > >> > > > > > > between
> > >> > > >> > > > > > > > >> > > > > > > > > versions, but I could
have
> still
> > >> > missed
> > >> > > >> > > > something.
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020 at
4:05 PM
> > >> George
> > >> > > >> McCabe
> > >> > > >> > > via
> > >> > > >> > > > > RT
> > >> > > >> > > > > > <
> > >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > wrote:
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > Hi Edward,
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > I'm not sure if I
mentioned
> > >> this to
> > >> > > >> you or
> > >> > > >> > > > not,
> > >> > > >> > > > > > but
> > >> > > >> > > > > > > > >> there
> > >> > > >> > > > > > > > >> > is
> > >> > > >> > > > > > > > >> > > a
> > >> > > >> > > > > > > > >> > > > > > > section
> > >> > > >> > > > > > > > >> > > > > > > > in
> > >> > > >> > > > > > > > >> > > > > > > > > > the User's Guide
about
> > updating
> > >> > > config
> > >> > > >> > > > variables
> > >> > > >> > > > > > > from
> > >> > > >> > > > > > > > >> older
> > >> > > >> > > > > > > > >> > > > > > versions:
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > In the last sub-
section of
> > that
> > >> > > >> section,
> > >> > > >> > it
> > >> > > >> > > > > > > describes
> > >> > > >> > > > > > > > a
> > >> > > >> > > > > > > > >> > tool
> > >> > > >> > > > > > > > >> > > > > called
> > >> > > >> > > > > > > > >> > > > > > > > > > validate_config.py
that can
> be
> > >> run
> > >> > > the
> > >> > > >> > same
> > >> > > >> > > > way
> > >> > > >> > > > > as
> > >> > > >> > > > > > > > >> > > > > > master_metplus.py
> > >> > > >> > > > > > > > >> > > > > > > > > > (passing in configs
with -c)
> > >> and it
> > >> > > >> will
> > >> > > >> > > step
> > >> > > >> > > > > you
> > >> > > >> > > > > > > > >> through
> > >> > > >> > > > > > > > >> > > find
> > >> > > >> > > > > > > > >> > > > > and
> > >> > > >> > > > > > > > >> > > > > > > > > replace
> > >> > > >> > > > > > > > >> > > > > > > > > > commands to update
your
> > >> > configuration
> > >> > > >> > files.
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > However, this tool
only
> works
> > if
> > >> > > >> > deprecated
> > >> > > >> > > > > > > variables
> > >> > > >> > > > > > > > >> are
> > >> > > >> > > > > > > > >> > > added
> > >> > > >> > > > > > > > >> > > > > to
> > >> > > >> > > > > > > > >> > > > > > > the
> > >> > > >> > > > > > > > >> > > > > > > > > > list to be processed.
I
> added
> > >> many
> > >> > of
> > >> > > >> the
> > >> > > >> > > > > > variables
> > >> > > >> > > > > > > > that
> > >> > > >> > > > > > > > >> > were
> > >> > > >> > > > > > > > >> > > > > > changed
> > >> > > >> > > > > > > > >> > > > > > > > in
> > >> > > >> > > > > > > > >> > > > > > > > > > StatAnalysis and
MakePlots
> > >> > wrappers,
> > >> > > >> but I
> > >> > > >> > > am
> > >> > > >> > > > > not
> > >> > > >> > > > > > > very
> > >> > > >> > > > > > > > >> > > familiar
> > >> > > >> > > > > > > > >> > > > > > with
> > >> > > >> > > > > > > > >> > > > > > > > this
> > >> > > >> > > > > > > > >> > > > > > > > > > wrapper so I may have
missed
> > >> some.
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > I apologize that this
has
> been
> > >> > such a
> > >> > > >> > > tedious
> > >> > > >> > > > > > > process
> > >> > > >> > > > > > > > >> for
> > >> > > >> > > > > > > > >> > > you.
> > >> > > >> > > > > > > > >> > > > If
> > >> > > >> > > > > > > > >> > > > > > > you'd
> > >> > > >> > > > > > > > >> > > > > > > > > > like to send me your
current
> > >> > version
> > >> > > I
> > >> > > >> can
> > >> > > >> > > use
> > >> > > >> > > > > > that
> > >> > > >> > > > > > > > >> info to
> > >> > > >> > > > > > > > >> > > > > update
> > >> > > >> > > > > > > > >> > > > > > > this
> > >> > > >> > > > > > > > >> > > > > > > > > > functionality to make
things
> > >> easier
> > >> > > >> going
> > >> > > >> > > > > forward.
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > Thanks,
> > >> > > >> > > > > > > > >> > > > > > > > > > George
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03
13:28:10 2020,
> > >> mccabe
> > >> > > >> wrote:
> > >> > > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > The first error
looks like
> > an
> > >> > > >> > environment
> > >> > > >> > > > > issue.
> > >> > > >> > > > > > > You
> > >> > > >> > > > > > > > >> may
> > >> > > >> > > > > > > > >> > > have
> > >> > > >> > > > > > > > >> > > > > > some
> > >> > > >> > > > > > > > >> > > > > > > > > > > disconnect in the
module
> > loads
> > >> > you
> > >> > > >> ran.
> > >> > > >> > I
> > >> > > >> > > > > would
> > >> > > >> > > > > > > > purge
> > >> > > >> > > > > > > > >> the
> > >> > > >> > > > > > > > >> > > > > > modules,
> > >> > > >> > > > > > > > >> > > > > > > > > > > then try
> > >> > > >> > > > > > > > >> > > > > > > > > > > to set up the
environment
> to
> > >> run
> > >> > > >> METplus
> > >> > > >> > > > again
> > >> > > >> > > > > > > > (listed
> > >> > > >> > > > > > > > >> > here
> > >> > > >> > > > > > > > >> > > > for
> > >> > > >> > > > > > > > >> > > > > > > > > > > reference:
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > >
> > >> > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > >> > > >> > > > > > > > >> > > > > > > > > > > builds)
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > I don't see red
text
> through
> > >> > > MET-Help
> > >> > > >> > and
> > >> > > >> > > > I'm
> > >> > > >> > > > > > not
> > >> > > >> > > > > > > > >> seeing
> > >> > > >> > > > > > > > >> > > the
> > >> > > >> > > > > > > > >> > > > > > second
> > >> > > >> > > > > > > > >> > > > > > > > > > > error,
> > >> > > >> > > > > > > > >> > > > > > > > > > > but hopefully
clearing up
> > the
> > >> > > >> > environment
> > >> > > >> > > > > issues
> > >> > > >> > > > > > > > >> resolves
> > >> > > >> > > > > > > > >> > > the
> > >> > > >> > > > > > > > >> > > > > 2nd
> > >> > > >> > > > > > > > >> > > > > > > > > > > issue.
> > >> > > >> > > > > > > > >> > > > > > > > > > > Please let me know
if it
> > does
> > >> > not.
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > Also, I have been
trying
> to
> > >> clean
> > >> > > up
> > >> > > >> > > > > > StatAnalysis
> > >> > > >> > > > > > > > and
> > >> > > >> > > > > > > > >> > > > MakePlots
> > >> > > >> > > > > > > > >> > > > > > > > > > > wrappers,
> > >> > > >> > > > > > > > >> > > > > > > > > > > so any information
you
> could
> > >> > > provide
> > >> > > >> on
> > >> > > >> > > > things
> > >> > > >> > > > > > > that
> > >> > > >> > > > > > > > >> > didn't
> > >> > > >> > > > > > > > >> > > > work
> > >> > > >> > > > > > > > >> > > > > > > that
> > >> > > >> > > > > > > > >> > > > > > > > > > > you
> > >> > > >> > > > > > > > >> > > > > > > > > > > had to change from
the
> > >> examples
> > >> > > >> would be
> > >> > > >> > > > very
> > >> > > >> > > > > > > > helpful.
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > Thanks,
> > >> > > >> > > > > > > > >> > > > > > > > > > > George
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3, 2020
at
> 12:01
> > >> PM
> > >> > > >> Edward
> > >> > > >> > > > > Strobach
> > >> > > >> > > > > > -
> > >> > > >> > > > > > > > NOAA
> > >> > > >> > > > > > > > >> > > > > Affiliate
> > >> > > >> > > > > > > > >> > > > > > > via
> > >> > > >> > > > > > > > >> > > > > > > > > > > RT <
> > >> > > >> > > > > > > > >> > > > > > > > > > > met_help at ucar.edu>
wrote:
> > >> > > >> > > > > > > > >> > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03
12:01:53
> 2020:
> > >> > Request
> > >> > > >> > 95484
> > >> > > >> > > > was
> > >> > > >> > > > > > > acted
> > >> > > >> > > > > > > > >> upon.
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Transaction:
Ticket
> > created
> > >> by
> > >> > > >> > > > > > > > >> > edward.strobach at noaa.gov
> > >> > > >> > > > > > > > >> > > > > > > > > > > >        Queue:
met_help
> > >> > > >> > > > > > > > >> > > > > > > > > > > >      Subject:
> > >> > command_builder.py
> > >> > > >> error
> > >> > > >> > > > > > > > >> > > > > > > > > > > >        Owner:
Nobody
> > >> > > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> > >> > > >> > edward.strobach at noaa.gov
> > >> > > >> > > > > > > > >> > > > > > > > > > > >       Status: new
> > >> > > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > >
> > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > >> > > >> > > > > > > > >> > > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > I'm in the
process of
> > >> > converting
> > >> > > >> > > > > StatAnalysis
> > >> > > >> > > > > > > > >> > > andMakePlots
> > >> > > >> > > > > > > > >> > > > to
> > >> > > >> > > > > > > > >> > > > > > > > metplus
> > >> > > >> > > > > > > > >> > > > > > > > > > > > version 3.0
format from
> > 2.1.
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > I've isolated the
> commands
> > >> that
> > >> > > are
> > >> > > >> > > > > > deprecated,
> > >> > > >> > > > > > > > >> > replaced
> > >> > > >> > > > > > > > >> > > > the
> > >> > > >> > > > > > > > >> > > > > > > > > > > > functions that
> > >> > > >> > > > > > > > >> > > > > > > > > > > > no longer exist,
and
> > >> finished
> > >> > > >> > debugging
> > >> > > >> > > > some
> > >> > > >> > > > > > > > issues
> > >> > > >> > > > > > > > >> > > related
> > >> > > >> > > > > > > > >> > > > > to
> > >> > > >> > > > > > > > >> > > > > > > time
> > >> > > >> > > > > > > > >> > > > > > > > > > > > string
> > >> > > >> > > > > > > > >> > > > > > > > > > > > formatting.  In
side my
> > log
> > >> > file
> > >> > > >> > > (located
> > >> > > >> > > > > > here:
> > >> > > >> > > > > > > *
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > there is are two
errors
> -
> > >> > > possibly
> > >> > > >> > > > related -
> > >> > > >> > > > > > > > >> > highlighted
> > >> > > >> > > > > > > > >> > > in
> > >> > > >> > > > > > > > >> > > > > red
> > >> > > >> > > > > > > > >> > > > > > > > > > > > below.  The
> > >> > > >> > > > > > > > >> > > > > > > > > > > > first one points
to a
> > >> library
> > >> > > >> issue.
> > >> > > >> > > The
> > >> > > >> > > > > > > > directory
> > >> > > >> > > > > > > > >> in
> > >> > > >> > > > > > > > >> > > > > question
> > >> > > >> > > > > > > > >> > > > > > > > > > > > exists, but
> > >> > > >> > > > > > > > >> > > > > > > > > > > > there is nothing
in it.
> > Is
> > >> > that
> > >> > > >> the
> > >> > > >> > > > > > referenced
> > >> > > >> > > > > > > > >> library
> > >> > > >> > > > > > > > >> > > is
> > >> > > >> > > > > > > > >> > > > > > > expected
> > >> > > >> > > > > > > > >> > > > > > > > > > > > to
> > >> > > >> > > > > > > > >> > > > > > > > > > > > reside there?
The
> second
> > >> > issue,
> > >> > > >> which
> > >> > > >> > > is
> > >> > > >> > > > > not
> > >> > > >> > > > > > > too
> > >> > > >> > > > > > > > >> > > > revealing,
> > >> > > >> > > > > > > > >> > > > > > > points
> > >> > > >> > > > > > > > >> > > > > > > > > > > > to the
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
STATAnalysisConfig file,
> > >> which
> > >> > I
> > >> > > >> think
> > >> > > >> > > is
> > >> > > >> > > > > > > somehow
> > >> > > >> > > > > > > > >> > related
> > >> > > >> > > > > > > > >> > > > to
> > >> > > >> > > > > > > > >> > > > > > the
> > >> > > >> > > > > > > > >> > > > > > > > > > > > first
> > >> > > >> > > > > > > > >> > > > > > > > > > > > error.  I did
take the
> > >> > > >> > > STATAnalysisConfig
> > >> > > >> > > > > file
> > >> > > >> > > > > > > > from
> > >> > > >> > > > > > > > >> > > another
> > >> > > >> > > > > > > > >> > > > > > > metplus
> > >> > > >> > > > > > > > >> > > > > > > > > > > > location that
I've been
> > >> working
> > >> > > on
> > >> > > >> > into
> > >> > > >> > > a
> > >> > > >> > > > > > > > directory
> > >> > > >> > > > > > > > >> I
> > >> > > >> > > > > > > > >> > > > created
> > >> > > >> > > > > > > > >> > > > > > to
> > >> > > >> > > > > > > > >> > > > > > > > put
> > >> > > >> > > > > > > > >> > > > > > > > > > > > the
> > >> > > >> > > > > > > > >> > > > > > > > > > > > copied version
there.
> The
> > >> > > >> > > > > STATAnalysisConfig
> > >> > > >> > > > > > > > >> directory
> > >> > > >> > > > > > > > >> > > was
> > >> > > >> > > > > > > > >> > > > > > taken
> > >> > > >> > > > > > > > >> > > > > > > > > > > > from a
> > >> > > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location,
so I
> > assumed
> > >> > that
> > >> > > >> the
> > >> > > >> > > > layout
> > >> > > >> > > > > > of
> > >> > > >> > > > > > > > the
> > >> > > >> > > > > > > > >> > file
> > >> > > >> > > > > > > > >> > > > > would
> > >> > > >> > > > > > > > >> > > > > > be
> > >> > > >> > > > > > > > >> > > > > > > > > > > > okay.
> > >> > > >> > > > > > > > >> > > > > > > > > > > > The information
below
> > seems
> > >> > like
> > >> > > >> what
> > >> > > >> > I
> > >> > > >> > > > > want.
> > >> > > >> > > > > > > I'm
> > >> > > >> > > > > > > > >> > > looping
> > >> > > >> > > > > > > > >> > > > > over
> > >> > > >> > > > > > > > >> > > > > > > 06,
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 12
> > >> > > >> > > > > > > > >> > > > > > > > > > > > initial times and
> grouping
> > >> the
> > >> > > >> 00-23
> > >> > > >> > > VALID
> > >> > > >> > > > > > hours
> > >> > > >> > > > > > > > for
> > >> > > >> > > > > > > > >> > each
> > >> > > >> > > > > > > > >> > > > > day.
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:20.927
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > INFO:
> > >> > > >> > > > > > > > >> COMMAND:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > >
> > >> > > >> >
> > >> > >
> > >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:20.928
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > (command_runner.py:124)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > app_name is:
> > stat_analysis,
> > >> > > output
> > >> > > >> > sent
> > >> > > >> > > > to:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > >> > > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > error while
loading
> shared
> > >> > > >> libraries:
> > >> > > >> > > > > > > > >> > > libpython3.6m.so.1.0:
> > >> > > >> > > > > > > > >> > > > > > > cannot
> > >> > > >> > > > > > > > >> > > > > > > > > > > > open
> > >> > > >> > > > > > > > >> > > > > > > > > > > > shared object
file: No
> > such
> > >> > file
> > >> > > or
> > >> > > >> > > > > directory
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.133
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > (command_runner.py:191)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Finished running
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > >
> > >> > > >> >
> > >> > >
> > >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > > in
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.134
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:100)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > ERROR:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
(command_builder.py:733)
> > MET
> > >> > > >> command
> > >> > > >> > > > > returned
> > >> > > >> > > > > > a
> > >> > > >> > > > > > > > >> > non-zero
> > >> > > >> > > > > > > > >> > > > > return
> > >> > > >> > > > > > > > >> > > > > > > > code:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > >
> > >> > > >> >
> > >> > >
> > >>
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> >
> > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.135
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > INFO:
> > >> > > >> > > > > > > > Check
> > >> > > >> > > > > > > > >> the
> > >> > > >> > > > > > > > >> > > > > logfile
> > >> > > >> > > > > > > > >> > > > > > > for
> > >> > > >> > > > > > > > >> > > > > > > > > > > > more
> > >> > > >> > > > > > > > >> > > > > > > > > > > > information on
why it
> > failed
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.135
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:788)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building
dump_row
> > >> > filename
> > >> > > >> from
> > >> > > >> > > > > default
> > >> > > >> > > > > > > > >> > template:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1833)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
STAT_ANALYSIS RUN
> > >> > > >> SETTINGS....
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
COV_THRESH:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_HOUR:
> > >> "120000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_LEAD:
> "000000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_LEVEL: "A1"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_THRESH:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_UNITS:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_HOUR:
> > >> > "000000",
> > >> > > >> > > > "010000",
> > >> > > >> > > > > > > > >> "020000",
> > >> > > >> > > > > > > > >> > > > > "030000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "040000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
"060000",
> > >> "070000",
> > >> > > >> > "080000",
> > >> > > >> > > > > > > "090000",
> > >> > > >> > > > > > > > >> > > "100000",
> > >> > > >> > > > > > > > >> > > > > > > > "110000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "120000",
"130000",
> > >> "140000",
> > >> > > >> > "150000",
> > >> > > >> > > > > > > "160000",
> > >> > > >> > > > > > > > >> > > "170000",
> > >> > > >> > > > > > > > >> > > > > > > > "180000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "190000",
"200000",
> > >> "210000",
> > >> > > >> > "220000",
> > >> > > >> > > > > > "230000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: FCST_VAR:
"OZCON"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
INTERP_MTHD:
> > "BILIN"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
INTERP_PNTS:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: LINE_TYPE:
> "SL1L2",
> > >> > > "VL1L2"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL:
"AQ"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_HOUR:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEAD:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_LEVEL:
"A1"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_THRESH:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_UNITS:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_HOUR:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR:
"COPO"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK:
"FULL"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE:
"ONLYSF"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB: -job
filter
> > >> > -dump_row
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_BEG:
> > >> > > >> 20200525_000000
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_END:
> > >> > > >> 20200525_230000
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_BEG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_END:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_BEG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_END:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_BEG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> (stat_analysis_wrapper.py:1836)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_END:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:140)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR
NEXT
> > >> COMMAND:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >>
> > >> > >
> > >> >
> > >>
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DESC=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_INIT_HOUR="120000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_LEAD="000000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> FCST_VALID_BEG=20200525_000000
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> FCST_VALID_END=20200525_230000
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> FCST_VALID_HOUR="000000",
> > >> > > "010000",
> > >> > > >> > > > > "020000",
> > >> > > >> > > > > > > > >> "030000",
> > >> > > >> > > > > > > > >> > > > > > "040000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "060000",
"070000",
> > >> "080000",
> > >> > > >> > "090000",
> > >> > > >> > > > > > > "100000",
> > >> > > >> > > > > > > > >> > > "110000",
> > >> > > >> > > > > > > > >> > > > > > > > "120000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "130000",
"140000",
> > >> "150000",
> > >> > > >> > "160000",
> > >> > > >> > > > > > > "170000",
> > >> > > >> > > > > > > > >> > > "180000",
> > >> > > >> > > > > > > > >> > > > > > > > "190000",
> > >> > > >> > > > > > > > >> > > > > > > > > > > > "200000",
"210000",
> > >> "220000",
> > >> > > >> "230000"
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > >> > > >> > metplus.StatAnalysis
> > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_VAR="OZCON"
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > that appear to
ori.  I
> > took
> > >> > this
> > >> > > >> file
> > >> > > >> > > over
> > >> > > >> > > > > > from
> > >> > > >> > > > > > > > >> another
> > >> > > >> > > > > > > > >> > > > V3.0
> > >> > > >> > > > > > > > >> > > > > > > > > > > > location,
> > >> > > >> > > > > > > > >> > > > > > > > > > > > assuming that
this would
> > be
> > >> > > >> > acceptable.
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> > >> > > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > >> > > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > > --
> > >> > > >> > > > > > > > >> > > > > > > > > Edward Strobach
> > >> > > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > >> > > > > > > > > IMSG Contractor
> > >> > > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > >> > > > > > > > > 301-683-3717
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > > --
> > >> > > >> > > > > > > > >> > > > > > > > George McCabe - Software
> Engineer
> > >> III
> > >> > > >> > > > > > > > >> > > > > > > > National Center for
Atmospheric
> > >> > Research
> > >> > > >> > > > > > > > >> > > > > > > > Research Applications
Laboratory
> > >> > > >> > > > > > > > >> > > > > > > > 303-497-2768
> > >> > > >> > > > > > > > >> > > > > > > > ---
> > >> > > >> > > > > > > > >> > > > > > > > My working day may not be
your
> > >> working
> > >> > > day.
> > >> > > >> > > Please
> > >> > > >> > > > > do
> > >> > > >> > > > > > > not
> > >> > > >> > > > > > > > >> feel
> > >> > > >> > > > > > > > >> > > > > obliged
> > >> > > >> > > > > > > > >> > > > > > to
> > >> > > >> > > > > > > > >> > > > > > > > reply to this email
outside of
> > your
> > >> > > normal
> > >> > > >> > > working
> > >> > > >> > > > > > > hours.
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > > --
> > >> > > >> > > > > > > > >> > > > > > > Edward Strobach
> > >> > > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > >> > > > > > > IMSG Contractor
> > >> > > >> > > > > > > > >> > > > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > >> > > > > > > 301-683-3717
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > > --
> > >> > > >> > > > > > > > >> > > > > > George McCabe - Software
Engineer
> III
> > >> > > >> > > > > > > > >> > > > > > National Center for
Atmospheric
> > Research
> > >> > > >> > > > > > > > >> > > > > > Research Applications
Laboratory
> > >> > > >> > > > > > > > >> > > > > > 303-497-2768
> > >> > > >> > > > > > > > >> > > > > > ---
> > >> > > >> > > > > > > > >> > > > > > My working day may not be
your
> working
> > >> day.
> > >> > > >> Please
> > >> > > >> > > do
> > >> > > >> > > > > not
> > >> > > >> > > > > > > feel
> > >> > > >> > > > > > > > >> > > obliged
> > >> > > >> > > > > > > > >> > > > to
> > >> > > >> > > > > > > > >> > > > > > reply to this email outside
of your
> > >> normal
> > >> > > >> working
> > >> > > >> > > > > hours.
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > > --
> > >> > > >> > > > > > > > >> > > > > Edward Strobach
> > >> > > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > >> > > > > IMSG Contractor
> > >> > > >> > > > > > > > >> > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > >> > > > > 301-683-3717
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > > --
> > >> > > >> > > > > > > > >> > > > George McCabe - Software Engineer
III
> > >> > > >> > > > > > > > >> > > > National Center for Atmospheric
Research
> > >> > > >> > > > > > > > >> > > > Research Applications Laboratory
> > >> > > >> > > > > > > > >> > > > 303-497-2768
> > >> > > >> > > > > > > > >> > > > ---
> > >> > > >> > > > > > > > >> > > > My working day may not be your
working
> > day.
> > >> > > Please
> > >> > > >> do
> > >> > > >> > > not
> > >> > > >> > > > > feel
> > >> > > >> > > > > > > > >> obliged
> > >> > > >> > > > > > > > >> > to
> > >> > > >> > > > > > > > >> > > > reply to this email outside of
your
> normal
> > >> > > working
> > >> > > >> > > hours.
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > --
> > >> > > >> > > > > > > > >> > > Julie Prestopnik
> > >> > > >> > > > > > > > >> > > Software Engineer
> > >> > > >> > > > > > > > >> > > National Center for Atmospheric
Research
> > >> > > >> > > > > > > > >> > > Research Applications Laboratory
> > >> > > >> > > > > > > > >> > > Phone: 303.497.8399
> > >> > > >> > > > > > > > >> > > Email: jpresto at ucar.edu
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > > My working day may not be your
working
> day.
> > >> > Please
> > >> > > >> do
> > >> > > >> > not
> > >> > > >> > > > > feel
> > >> > > >> > > > > > > > >> obliged
> > >> > > >> > > > > > > > >> > to
> > >> > > >> > > > > > > > >> > > reply to this email outside of your
normal
> > >> > working
> > >> > > >> > hours.
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> > >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> > --
> > >> > > >> > > > > > > > >> > Edward Strobach
> > >> > > >> > > > > > > > >> > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > >> > IMSG Contractor
> > >> > > >> > > > > > > > >> > Cubicle#: 2029
> > >> > > >> > > > > > > > >> > 301-683-3717
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >> >
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >> --
> > >> > > >> > > > > > > > >> Julie Prestopnik
> > >> > > >> > > > > > > > >> Software Engineer
> > >> > > >> > > > > > > > >> National Center for Atmospheric
Research
> > >> > > >> > > > > > > > >> Research Applications Laboratory
> > >> > > >> > > > > > > > >> Phone: 303.497.8399
> > >> > > >> > > > > > > > >> Email: jpresto at ucar.edu
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >> My working day may not be your working
day.
> > >> Please
> > >> > do
> > >> > > >> not
> > >> > > >> > > feel
> > >> > > >> > > > > > > obliged
> > >> > > >> > > > > > > > to
> > >> > > >> > > > > > > > >> reply to this email outside of your
normal
> > working
> > >> > > hours.
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >>
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > > > --
> > >> > > >> > > > > > > > > Edward Strobach
> > >> > > >> > > > > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > > IMSG Contractor
> > >> > > >> > > > > > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > > 301-683-3717
> > >> > > >> > > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > > --
> > >> > > >> > > > > > > > Edward Strobach
> > >> > > >> > > > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > > > IMSG Contractor
> > >> > > >> > > > > > > > Cubicle#: 2029
> > >> > > >> > > > > > > > 301-683-3717
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > --
> > >> > > >> > > > > > > Julie Prestopnik
> > >> > > >> > > > > > > Software Engineer
> > >> > > >> > > > > > > National Center for Atmospheric Research
> > >> > > >> > > > > > > Research Applications Laboratory
> > >> > > >> > > > > > > Phone: 303.497.8399
> > >> > > >> > > > > > > Email: jpresto at ucar.edu
> > >> > > >> > > > > > >
> > >> > > >> > > > > > > My working day may not be your working day.
Please
> > do
> > >> not
> > >> > > >> feel
> > >> > > >> > > > obliged
> > >> > > >> > > > > > to
> > >> > > >> > > > > > > reply to this email outside of your normal
working
> > >> hours.
> > >> > > >> > > > > > >
> > >> > > >> > > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > > > --
> > >> > > >> > > > > > Edward Strobach
> > >> > > >> > > > > > EMC/NCEP/NWS/
> > >> > > >> > > > > > IMSG Contractor
> > >> > > >> > > > > > Cubicle#: 2029
> > >> > > >> > > > > > 301-683-3717
> > >> > > >> > > > > >
> > >> > > >> > > > > >
> > >> > > >> > > > >
> > >> > > >> > > > > --
> > >> > > >> > > > > Julie Prestopnik
> > >> > > >> > > > > Software Engineer
> > >> > > >> > > > > National Center for Atmospheric Research
> > >> > > >> > > > > Research Applications Laboratory
> > >> > > >> > > > > Phone: 303.497.8399
> > >> > > >> > > > > Email: jpresto at ucar.edu
> > >> > > >> > > > >
> > >> > > >> > > > > My working day may not be your working day.
Please do
> > not
> > >> > feel
> > >> > > >> > obliged
> > >> > > >> > > > to
> > >> > > >> > > > > reply to this email outside of your normal
working
> hours.
> > >> > > >> > > > >
> > >> > > >> > > > >
> > >> > > >> > > >
> > >> > > >> > > > --
> > >> > > >> > > > Edward Strobach
> > >> > > >> > > > EMC/NCEP/NWS/
> > >> > > >> > > > IMSG Contractor
> > >> > > >> > > > Cubicle#: 2029
> > >> > > >> > > > 301-683-3717
> > >> > > >> > > >
> > >> > > >> > > >
> > >> > > >> > >
> > >> > > >> > > --
> > >> > > >> > > George McCabe - Software Engineer III
> > >> > > >> > > National Center for Atmospheric Research
> > >> > > >> > > Research Applications Laboratory
> > >> > > >> > > 303-497-2768
> > >> > > >> > > ---
> > >> > > >> > > My working day may not be your working day. Please
do not
> > feel
> > >> > > >> obliged to
> > >> > > >> > > reply to this email outside of your normal working
hours.
> > >> > > >> > >
> > >> > > >> > >
> > >> > > >> >
> > >> > > >> > --
> > >> > > >> > Edward Strobach
> > >> > > >> > EMC/NCEP/NWS/
> > >> > > >> > IMSG Contractor
> > >> > > >> > Cubicle#: 2029
> > >> > > >> > 301-683-3717
> > >> > > >> >
> > >> > > >> >
> > >> > > >>
> > >> > > >> --
> > >> > > >> George McCabe - Software Engineer III
> > >> > > >> National Center for Atmospheric Research
> > >> > > >> Research Applications Laboratory
> > >> > > >> 303-497-2768
> > >> > > >> ---
> > >> > > >> My working day may not be your working day. Please do
not feel
> > >> obliged
> > >> > > to
> > >> > > >> reply to this email outside of your normal working
hours.
> > >> > > >>
> > >> > > >>
> > >> > > >
> > >> > > > --
> > >> > > > Edward Strobach
> > >> > > > EMC/NCEP/NWS/
> > >> > > > IMSG Contractor
> > >> > > > Cubicle#: 2029
> > >> > > > 301-683-3717
> > >> > > >
> > >> > >
> > >> > >
> > >> > > --
> > >> > > Edward Strobach
> > >> > > EMC/NCEP/NWS/
> > >> > > IMSG Contractor
> > >> > > Cubicle#: 2029
> > >> > > 301-683-3717
> > >> > >
> > >> > >
> > >> >
> > >> > --
> > >> > George McCabe - Software Engineer III
> > >> > National Center for Atmospheric Research
> > >> > Research Applications Laboratory
> > >> > 303-497-2768
> > >> > ---
> > >> > My working day may not be your working day. Please do not
feel
> obliged
> > >> to
> > >> > reply to this email outside of your normal working hours.
> > >> >
> > >> >
> > >>
> > >> --
> > >> Edward Strobach
> > >> EMC/NCEP/NWS/
> > >> IMSG Contractor
> > >> Cubicle#: 2029
> > >> 301-683-3717
> > >>
> > >>
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> >
> >
> > --
> > George McCabe - Software Engineer III
> > National Center for Atmospheric Research
> > Research Applications Laboratory
> > 303-497-2768
> > ---
> > My working day may not be your working day. Please do not feel
obliged to
> > reply to this email outside of your normal working hours.
> >
> >
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

--
George McCabe - Software Engineer III
National Center for Atmospheric Research
Research Applications Laboratory
303-497-2768
---
My working day may not be your working day. Please do not feel obliged
to
reply to this email outside of your normal working hours.

------------------------------------------------
Subject: command_builder.py error
From: Edward Strobach - NOAA Affiliate
Time: Thu Jun 04 14:58:26 2020

I may table this until that's resolved.  I saw other plotting options
as
well like SeriesAnalysis, PlotDataPlane, PlotPointObs, PlotMODEField.
These were all listed in a graphic I was looking at which I attached
below.  There may be more, but I haven't gotten that far yet.  It
looks
like PlotDataPlane and PlotPointObs can process netcdf files but they
are
not listed in the metplus 3 online document. It's also not clear which
plotting utility, other than SeriesAnalysis and maybe MODE and MTD,
combines obs and model.

On Thu, Jun 4, 2020 at 4:18 PM George McCabe via RT
<met_help at ucar.edu>
wrote:

> Mallory may have more insight on this, but from what I understand,
> StatAnalysis calls different functions if MakePlots is in the
PROCESS_LIST
> or not. It performs additional filtering to prepare for plotting. It
sounds
> like the input is indeed NetCDF (since it was generated by MET
tools) so
> this fix will need to be completed for that step to work, unless
Mallory
> can suggest a workaround.
>
> On Thu, Jun 4, 2020 at 2:11 PM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> >
> > The process I have is a bit confusing.  There's two steps being
done.
> The
> > first is something that I've been able to get working with help
from
> > Perry.  I take the prepbufr output from the CMAQ runs and convert
them to
> > netcdf (PB2NC), then I take those files and process them through
> PointStat,
> > and finally reprocess those stat files with StatAnalysis.  All
these
> steps
> > work.  The stat analysis groups the model output and verification
> together
> > for each valid hour if I'm not mistaken.  Then, the second step
runs
> > StatAnalysis (although I'm not sure why this is needed again
unless it's
> > meant to somehow separate out the initialization times) followed
by
> > MakePlots.  So the files that I'm putting into StatAnalysis are
already
> > files that were processed in StatAnalysis from before.  Again, I'm
not
> sure
> > about running StatAnalysis a second time
> >
> > On Thu, Jun 4, 2020 at 4:02 PM George McCabe via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Edward,
> > >
> > > Actually, was the input to StatAnalysis generated from NetCDF
data? If
> > not,
> > > you should be able to configure the tool to run on your data
with
> > > MakePlots.
> > >
> > > On Thu, Jun 4, 2020 at 1:53 PM George McCabe <mccabe at ucar.edu>
wrote:
> > >
> > > > Edward,
> > > >
> > > > I would recommend keeping your output directory separate from
your
> > input
> > > > directory if possible to avoid accidentally removing input
data when
> > > > cleaning up.
> > > >
> > > > Mallory,
> > > >
> > > > Thanks for the info on what needs to change. I will take a
look. In
> the
> > > > meantime, do you have any suggestions for Edward so he can
continue
> > > moving
> > > > forward or do these changes need to be done first?
> > > >
> > > > Thanks,
> > > > George
> > > >
> > > > On Thu, Jun 4, 2020 at 1:06 PM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > >>
> > > >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
>
> > > >>
> > > >> your settings do not look much different than mine.  I see
that you
> > have
> > > >> chosen one option for MAKE_PLOTS_STATS_LIST and one option
for
> > > >> LINE_TYPE_LIST.  I had multiple options chosen for that.  I
guess
> it's
> > > >> work
> > > >> choosing just one to see what happens.  You keep
LOOP_LIST_ITEMS
> empty
> > > >> where I defined mine as FCST_INIT_HOUR_LIST.  I do that
because I
> have
> > > 06
> > > >> and 12z data that I'm processing. You set
> > MAKE_PLOTS_EVENT_EQUALIZATION
> > > as
> > > >> False.  Mine is true, but I don't think that matters.  Every
thing
> > else
> > > >> looks pretty much the same.  I'm not worried about my
directories
> > > really.
> > > >> The *LOOKIN* directory is pointing to the files that I want
to be
> > > >> processed.  Within that same directory I create a series of
other
> > > >> directories where plots and new stat files will be stored.
> > > >>
> > > >> On Thu, Jun 4, 2020 at 2:35 PM George McCabe via RT <
> > met_help at ucar.edu>
> > > >> wrote:
> > > >>
> > > >> > Hi Edward,
> > > >> >
> > > >> > I have been working through issues with StatAnalysis and
MakePlots
> > > >> together
> > > >> > and discovered a few things that might help with your case.
> > > >> >
> > > >> > - The StatAnalysis output file that was created was empty.
This is
> > > >> because
> > > >> > the configurations in StatAnalysis.conf were set so that
all the
> > lines
> > > >> were
> > > >> > being discarded. I was able to change these settings to get
output
> > > from
> > > >> > StatAnalysis, however, the output file expected by
MakePlots
> > expected
> > > >> the
> > > >> > level values in the filename, which contain commas since
they are
> > > NetCDF
> > > >> > data.
> > > >> >
> > > >> >
/d1/personal/mccabe/out/stat_analysis/CAMSiRA_MERRA2_plv_val
> > > >> >
> > > >> >
> > > >>
> > >
> >
>
id20180401to20180501_valid0000to2100Z_init0000to2359Z_fcst_lead000000_fcstaermr040,0,*,*_obsDUSTFINE0,0,*,*_vxmaskFULL_dump_row.stat
> > > >> >
> > > >> > Attached is the conf file I used that was able to get
output from
> > > >> > StatAnalysis, but still fails running MakePlots. I hope
that
> helps.
> > > >> >
> > > >> > I am copying Mallory on here to see if she has run these
tools on
> > > NetCDF
> > > >> > data and if she was able to configure METplus to use
different
> names
> > > to
> > > >> > read the data in MakePlots. Mallory, do you have any ideas?
> > > >> >
> > > >> > Thanks,
> > > >> > George
> > > >> >
> > > >> > On Thu, Jun 4, 2020 at 11:44 AM Edward Strobach - NOAA
Affiliate
> via
> > > RT
> > > >> <
> > > >> > met_help at ucar.edu> wrote:
> > > >> >
> > > >> > >
> > > >> > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > >> > >
> > > >> > > Despite all these efforts I still arrive at similar
issues.  The
> > > >> issues
> > > >> > > that I thought I resolved were not actually resolved.  I
looked
> on
> > > the
> > > >> > > metplus guidebook to see how LINE_TYPE_LIST and
FCST_UNITS_LIST
> > were
> > > >> set.
> > > >> > > I originally used what I defined from my environment.
When that
> > > >> didn't
> > > >> > > work I set it empty.  Looking at the metplus guide, I
only saw
> > > >> examples
> > > >> > > where they set as empty.  the plot_time_series.py (and
others)
> > > didn't
> > > >> > seem
> > > >> > > to like that and required that it be set.  Setting it
also did
> not
> > > >> bode
> > > >> > > well.  I'm sure this is related to MakePlots since
StatAnalysis
> > only
> > > >> > > processes the data into .stat form.  This is becoming
painful
> > > because
> > > >> I
> > > >> > > can't move forward on anything.  Additionally, if I
process
> > > statistics
> > > >> > such
> > > >> > > as this:
> > > >> > > export plot_stats_list="bias, rmse, fbar_obar"
> > > >> > > do I need to loop through that?
> > > >> > >
> > > >> > >
> > > >> > >
> > > >> > > On Thu, Jun 4, 2020 at 11:01 AM Edward Strobach - NOAA
> Affiliate <
> > > >> > > edward.strobach at noaa.gov> wrote:
> > > >> > >
> > > >> > > > That explanation was very helpful. Thanks George.  I'll
make
> > > >> > adjustments
> > > >> > > > in the machine.conf that are general to all cases while
> defining
> > > >> case
> > > >> > > > specific details in the plot*conf
> > > >> > > >
> > > >> > > > On Thu, Jun 4, 2020 at 10:17 AM George McCabe via RT <
> > > >> > met_help at ucar.edu>
> > > >> > > > wrote:
> > > >> > > >
> > > >> > > >> Hi Edward,
> > > >> > > >>
> > > >> > > >> Think of the machine conf as a conf file that
corresponds to
> a
> > > user
> > > >> > and
> > > >> > > >> machine where you are running. It contains settings
that will
> > be
> > > >> > applied
> > > >> > > >> to
> > > >> > > >> every run of METplus on that machine as that user. I
often
> name
> > > >> mine
> > > >> > > >> containing my username and machine I am using it on to
make
> it
> > > >> clear
> > > >> > to
> > > >> > > me
> > > >> > > >> what it is used for. Here is an example of what is in
a conf
> > file
> > > >> > called
> > > >> > > >> mccabe.kiowa.conf:
> > > >> > > >>
> > > >> > > >> [dir]
> > > >> > > >> OUTPUT_BASE = /d1/personal/mccabe/out
> > > >> > > >>
> > > >> > > >> INPUT_BASE = /d1/projects/METplus/METplus_Data
> > > >> > > >> MET_INSTALL_DIR = /usr/local/met-9.0.1
> > > >> > > >>
> > > >> > > >> [config]
> > > >> > > >> LOG_LEVEL = DEBUG
> > > >> > > >> #LOG_MET_VERBOSITY = 5
> > > >> > > >> #DO_NOT_RUN_EXE = yes
> > > >> > > >> #LOG_TIMESTAMP_USE_DATATIME = True
> > > >> > > >> #LOG_MET_OUTPUT_TO_METPLUS=no
> > > >> > > >>
> > > >> > > >> [exe]
> > > >> > > >> WGRIB2 = /usr/local/bin/wgrib2
> > > >> > > >> CUT = /usr/bin/cut
> > > >> > > >> TR = /usr/bin/tr
> > > >> > > >> RM = /bin/rm
> > > >> > > >> NCAP2 = /usr/local/nco/bin/ncap2
> > > >> > > >> CONVERT = /usr/bin/convert
> > > >> > > >> NCDUMP = /usr/local/netcdf/bin/ncdump
> > > >> > > >> EGREP = /bin/egrep
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> It sets up my environment to run. I also leave a few
logging
> > > items
> > > >> > > >> commented out so I can easily change things when I am
> > debugging,
> > > >> like
> > > >> > > >> boosting the MET log verbosity. Once I am set up on a
new
> > > >> computer, I
> > > >> > > >> rarely change anything in this file except for
OUTPUT_BASE
> (if
> > I
> > > >> want
> > > >> > to
> > > >> > > >> write output to a different directory) or changing
logging
> > > >> settings.
> > > >> > The
> > > >> > > >> location of the input data won't change, and the MET
install
> > dir
> > > >> will
> > > >> > > only
> > > >> > > >> change when a new version of MET is released. Since
you are
> > > >> running on
> > > >> > > >> NOAA
> > > >> > > >> machines that use module loads, you don't need to set
any of
> > the
> > > >> [exe]
> > > >> > > >> items since they are found in the path.
> > > >> > > >>
> > > >> > > >> Think of the plot*.conf as a use case configuration
file. It
> > > >> contains
> > > >> > > >> information specific to that use case you need to run.
It
> > > shouldn't
> > > >> > > >> contain
> > > >> > > >> any variables from the user environment conf, but it
can
> > > reference
> > > >> > these
> > > >> > > >> values in other variables, such as setting an
_OUTPUT_DIR to
> a
> > > path
> > > >> > > >> relative to OUTPUT_BASE, i.e.
> > > >> > > >>
> > > >> > > >> GRID_STAT_OUTPUT_DIR = {OUTPUT_BASE}/GridStat
> > > >> > > >>
> > > >> > > >>
> > > >> > > >> When you want to run your use case, you will pass in
the use
> > case
> > > >> conf
> > > >> > > >> files first, then your user environment conf last.
This
> ensures
> > > >> that
> > > >> > if
> > > >> > > a
> > > >> > > >> variable like OUTPUT_BASE is set in another conf when
it
> > > shouldn't
> > > >> be,
> > > >> > > >> then
> > > >> > > >> your user conf will have the final say and overwrite
any
> values
> > > set
> > > >> > > >> earlier. Here is an example:
> > > >> > > >>
> > > >> > > >> master_metplus.py -c
> > > >> > > >>
> > ~/METplus/parm/use_cases/met_tool_wrapper/GridStat/GridStat.conf
> > > -c
> > > >> > > >> ~/mccabe.kiowa.conf
> > > >> > > >>
> > > >> > > >> I hope that helps clear up what belongs in each of
these conf
> > > >> files.
> > > >> > Let
> > > >> > > >> me
> > > >> > > >> know if you have any other questions or concerns.
> > > >> > > >>
> > > >> > > >> Thanks,
> > > >> > > >> George
> > > >> > > >>
> > > >> > > >> On Thu, Jun 4, 2020 at 4:32 AM Edward Strobach - NOAA
> Affiliate
> > > via
> > > >> > RT <
> > > >> > > >> met_help at ucar.edu> wrote:
> > > >> > > >>
> > > >> > > >> >
> > > >> > > >> > <URL:
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >
> > > >> > > >> >
> > > >> > > >> > I understand George.  I haven't adopted best
practices
> quite
> > > yet
> > > >> I
> > > >> > > >> guess.
> > > >> > > >> > My confusion lies in separating machine.conf and the
> > > plot*.conf.
> > > >> > I've
> > > >> > > >> been
> > > >> > > >> > duplicating the definitions in both because it's not
clear
> to
> > > me
> > > >> > what
> > > >> > > >> > belongs in machine.conf and what should belong in
the
> other.
> > > >> > Perhaps
> > > >> > > >> what
> > > >> > > >> > I'll do is try to clean up the machine.conf and
share with
> > you
> > > >> the
> > > >> > new
> > > >> > > >> conf
> > > >> > > >> > files so that it is easier to follow.  In truth, I'm
hoping
> > to
> > > >> learn
> > > >> > > >> from
> > > >> > > >> > this process so that I can create verification
packages
> > through
> > > >> > > metplus
> > > >> > > >> in
> > > >> > > >> > an efficient way. Right now it's growing pains.
> > > >> > > >> >
> > > >> > > >> > On Wed, Jun 3, 2020 at 7:03 PM George McCabe via RT
<
> > > >> > > met_help at ucar.edu>
> > > >> > > >> > wrote:
> > > >> > > >> >
> > > >> > > >> > > Hi Edward,
> > > >> > > >> > >
> > > >> > > >> > > I'm taking a look at your config files to try to
see if I
> > can
> > > >> see
> > > >> > > >> > anything
> > > >> > > >> > > obvious that is wrong. It is a little confusing to
follow
> > the
> > > >> way
> > > >> > > you
> > > >> > > >> > have
> > > >> > > >> > > it set up where you set a variable in one file,
then
> > > reference
> > > >> it
> > > >> > in
> > > >> > > >> the
> > > >> > > >> > > next. It would make a little more sense to keep
your
> > machine
> > > >> conf
> > > >> > > >> pretty
> > > >> > > >> > > clean, with only top level configurations, like
> INPUT_BASE,
> > > >> > > >> OUTPUT_BASE,
> > > >> > > >> > > MET_INSTALL_DIR (from the [dir] section, the
others in
> > > >> > > machine_v3.conf
> > > >> > > >> > > aren't needed), anything in the [exe] section, and
system
> > > wide
> > > >> > > >> settings,
> > > >> > > >> > > like LOG_ variables. The rest of the variables
make more
> > > sense
> > > >> to
> > > >> > > put
> > > >> > > >> in
> > > >> > > >> > > the use case conf file only, i.e. instead of
setting
> > > >> > > >> > >
> > > >> > > >> > > VALIDBEG = {ENV[VALID_B]}
> > > >> > > >> > > VALIDEND = {ENV[VALID_E]}
> > > >> > > >> > >
> > > >> > > >> > >  in machine_v3.conf and setting
> > > >> > > >> > >
> > > >> > > >> > > VALID_BEG = {VALIDBEG}
> > > >> > > >> > > VALID_END = {VALIDEND}
> > > >> > > >> > >
> > > >> > > >> > > in the plot conf, just set
> > > >> > > >> > >
> > > >> > > >> > > VALID_BEG = {ENV[VALID_B]}
> > > >> > > >> > > VALID_END = {ENV[VALID_E]}
> > > >> > > >> > >
> > > >> > > >> > > in the plot conf. This will make it easier to
follow
> > instead
> > > of
> > > >> > > >> having to
> > > >> > > >> > > hop between 3 files.
> > > >> > > >> > >
> > > >> > > >> > > If you'd like, you could tar up the input files to
> > > StatAnalysis
> > > >> > and
> > > >> > > I
> > > >> > > >> can
> > > >> > > >> > > have Julie or someone else pull them down so I can
try to
> > > work
> > > >> > > through
> > > >> > > >> > the
> > > >> > > >> > > errors locally. I am also happy to set up a
meeting where
> > you
> > > >> can
> > > >> > > >> screen
> > > >> > > >> > > share and we can go through the errors together.
Let me
> > know
> > > >> what
> > > >> > > you
> > > >> > > >> > > think.
> > > >> > > >> > >
> > > >> > > >> > > Thanks,
> > > >> > > >> > > George
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> > > On Wed, Jun 3, 2020 at 4:12 PM Edward Strobach -
NOAA
> > > Affiliate
> > > >> > via
> > > >> > > >> RT <
> > > >> > > >> > > met_help at ucar.edu> wrote:
> > > >> > > >> > >
> > > >> > > >> > > >
> > > >> > > >> > > > <URL:
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484 >
> > > >> > > >> > > >
> > > >> > > >> > > > will do!
> > > >> > > >> > > >
> > > >> > > >> > > > On Wed, Jun 3, 2020 at 6:06 PM Julie Prestopnik
via RT
> <
> > > >> > > >> > > met_help at ucar.edu>
> > > >> > > >> > > > wrote:
> > > >> > > >> > > >
> > > >> > > >> > > > > No worries!  We're happy to help.  We hope
you'll
> get a
> > > >> > > successful
> > > >> > > >> > run.
> > > >> > > >> > > > > Please let us know how it goes.
> > > >> > > >> > > > >
> > > >> > > >> > > > > Julie
> > > >> > > >> > > > >
> > > >> > > >> > > > > On Wed, Jun 3, 2020 at 3:57 PM Edward Strobach
- NOAA
> > > >> > Affiliate
> > > >> > > >> via
> > > >> > > >> > RT
> > > >> > > >> > > <
> > > >> > > >> > > > > met_help at ucar.edu> wrote:
> > > >> > > >> > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > <URL:
> > > >> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > Okay. I think I understand that error now.
I'm
> > sorry I
> > > >> > > >> overlooked
> > > >> > > >> > > > > that.  I
> > > >> > > >> > > > > > kept thinking that something else was going
on.
> > Thanks
> > > >> Julie
> > > >> > > and
> > > >> > > >> > > George
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > On Wed, Jun 3, 2020 at 5:39 PM Julie
Prestopnik via
> > RT
> > > <
> > > >> > > >> > > > > met_help at ucar.edu>
> > > >> > > >> > > > > > wrote:
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > Note that your job1_v3 points to met-9.0
not
> > > >> met-9.0.1
> > > >> > and
> > > >> > > >> to
> > > >> > > >> > > > > > METplus-3.0
> > > >> > > >> > > > > > > > not METplus-3.0.1.
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > That is true in a few places:
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > > export
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
HOMEMETplus="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/METplus/METplus-
3.0"
> > > >> > > >> > > > > > > > export
> > > >> > > >> > > > >
> > > >> >
HOMEMET="/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0"
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > export METplus_version="3.0"
> > > >> > > >> > > > > > > > export MET_version="9.0"
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > In addition to changing those, you should
also
> > > change:
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > > export
> > > >> > > >> > > > > >
> > > >> > > >>
> > >
NCDUMP="/usrx/local/dev/packages/met/8.1/external_libs/bin/ncdump"
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > to
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > > export NCDUMP="
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0.1/external_libs/bin/ncdump"
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > Julie
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > On Wed, Jun 3, 2020 at 3:32 PM Edward
Strobach -
> > NOAA
> > > >> > > >> Affiliate
> > > >> > > >> > via
> > > >> > > >> > > > RT
> > > >> > > >> > > > > <
> > > >> > > >> > > > > > > met_help at ucar.edu> wrote:
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > <URL:
> > > >> > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > i managed to fix that weird issue.  I
think you
> > > >> should
> > > >> > be
> > > >> > > >> able
> > > >> > > >> > to
> > > >> > > >> > > > see
> > > >> > > >> > > > > > my
> > > >> > > >> > > > > > > > .bashrc now.  I'm going to look to see
what I
> > did..
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > On Wed, Jun 3, 2020 at 5:24 PM Edward
Strobach
> -
> > > NOAA
> > > >> > > >> > Affiliate <
> > > >> > > >> > > > > > > > edward.strobach at noaa.gov> wrote:
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > > l don't know.  I've never encountered
this
> > issue.
> > > >> I
> > > >> > > >> simply
> > > >> > > >> > > > copied
> > > >> > > >> > > > > > and
> > > >> > > >> > > > > > > > > pasted - or so I thought - the module
> contents
> > > >> under
> > > >> > the
> > > >> > > >> > > > > > WCOSS-DELL.  I
> > > >> > > >> > > > > > > > can
> > > >> > > >> > > > > > > > > do pwd and see that I'm in
> /u/Edward.Strobach,
> > > but
> > > >> > many
> > > >> > > >> other
> > > >> > > >> > > > > > commands
> > > >> > > >> > > > > > > do
> > > >> > > >> > > > > > > > > not work.  It's related to something I
must
> > have
> > > >> done
> > > >> > in
> > > >> > > >> the
> > > >> > > >> > > > > .bashrc:
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > > > -bash: export:
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
`/usrx/local/prod/packages/ips/18.0.1/nco/4.7.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/met/9.0/external_libs/bin:/usrx/local/prod/packages/python/3.6.3/bin:/usrx/local/prod/intel/2018UP04/advisor_2018/bin64:/usrx/local/prod/intel/2018UP04/vtune_amplifier_2018/bin64:/usrx/local/prod/intel/2018UP04/inspector_2018/bin64:/usrx/local/prod/intel/2018UP04/itac_latest/bin:/usrx/local/prod/intel/2018UP04/clck_latest/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/bin/intel64:/usrx/local/prod/intel/2018UP04/compilers_and_libraries/linux/mpi/bin64:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/targets/intel64/x200/bin:/usrx/local/prod/intel/2018UP04/debugger_2018/gdb/intel64/bin:/usrx/local/prod/packages/cmake/3.10.0/bin:/usrx/local/dev/packages/git/2.14.3/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/rocoto-
1.2.4/bin:/gpfs/dell3/usrx/local/dev/emc_rocoto/ruby-2.5.1/bin:/usr!
> > > >> > >  x!
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/local/prod/packages/rsync/3.1.2/bin:/usrx/local/prod/packages/hpss:/usrx/local/prod/packages/subversion/1.7.16/bin:/usrx/local/prod/packages/pm5/1.0/bin:/gpfs/lsf/10.1/linux3.10-
glibc2.17-x86_64/etc:/gpfs/lsf/10.1/linux3.10-glibc2.17-
x86_64/bin:/usrx/local/dev/packages/grads/2.2.0/bin:/usr/lib64/qt-
3.3/bin:/usr/local/bin:/usr/bin:/usr/local/sbin:/usr/sbin:/usr/lpp/mmfs/bin:/opt/ibutils/bin:/opt/dell/srvadmin/bin:/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/METplus/METplus-
3.0/ush':
> > > >> > > >> > > > > > > > > not a valid identifier
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > > > I've been at this too long and am
probably
> > > >> starting to
> > > >> > > >> make
> > > >> > > >> > > > > > mistakes..
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > > > On Wed, Jun 3, 2020 at 5:20 PM Julie
> Prestopnik
> > > via
> > > >> > RT <
> > > >> > > >> > > > > > > > met_help at ucar.edu>
> > > >> > > >> > > > > > > > > wrote:
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> Is there anything I can do to help?
I tried
> > to
> > > >> look
> > > >> > in
> > > >> > > >> > > > > > > > /u/Edward.Strobach
> > > >> > > >> > > > > > > > >> to see if I could access your .bashrc
file,
> > > >> however,
> > > >> > I
> > > >> > > >> don't
> > > >> > > >> > > > even
> > > >> > > >> > > > > > see
> > > >> > > >> > > > > > > > >> a /u/Edward.Strobach directory, which
I
> don't
> > > >> fully
> > > >> > > >> > > > understand...
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >> Julie
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >> On Wed, Jun 3, 2020 at 3:17 PM Edward
> > Strobach -
> > > >> NOAA
> > > >> > > >> > > Affiliate
> > > >> > > >> > > > > via
> > > >> > > >> > > > > > > RT <
> > > >> > > >> > > > > > > > >> met_help at ucar.edu> wrote:
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > <URL:
> > > >> > > >> > >
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > I realize that, but now I messed up
my
> > .bashrc
> > > >> file
> > > >> > > in
> > > >> > > >> > such
> > > >> > > >> > > a
> > > >> > > >> > > > > way
> > > >> > > >> > > > > > > > that I
> > > >> > > >> > > > > > > > >> > can't use vi or ls, so I'm kind of
stuck
> > > until I
> > > >> > can
> > > >> > > >> deal
> > > >> > > >> > > with
> > > >> > > >> > > > > > that
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > On Wed, Jun 3, 2020 at 5:11 PM
Julie
> > > Prestopnik
> > > >> via
> > > >> > > RT
> > > >> > > >> <
> > > >> > > >> > > > > > > > >> met_help at ucar.edu>
> > > >> > > >> > > > > > > > >> > wrote:
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > > Hi Edward and George.
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > I believe Edward is running on
Venus but
> > > >> looking
> > > >> > at
> > > >> > > >> the
> > > >> > > >> > > > > > directions
> > > >> > > >> > > > > > > > for
> > > >> > > >> > > > > > > > >> > > Mars, because there was
previously no
> > > >> modulefile
> > > >> > > for
> > > >> > > >> > > > > > metplus/3.0.1
> > > >> > > >> > > > > > > > on
> > > >> > > >> > > > > > > > >> > > Venus, but there was on Mars.
However,
> I
> > > just
> > > >> > > >> created a
> > > >> > > >> > > > > > > modulefile
> > > >> > > >> > > > > > > > >> for
> > > >> > > >> > > > > > > > >> > > metplus/3.0.1 (which will load
> met/9.0.1)
> > on
> > > >> > Venus.
> > > >> > > >> > > Edward,
> > > >> > > >> > > > > > > please
> > > >> > > >> > > > > > > > >> start
> > > >> > > >> > > > > > > > >> > > fresh with a new login to Venus
and try
> > > >> running:
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > > module use
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > >
> > > >> > > >>
> > /gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > >> > > > > > > > >> > > > module load metplus/3.0.1
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > Please let us know how the
testing goes.
> > In
> > > >> the
> > > >> > > >> > meantime,
> > > >> > > >> > > > > I'll
> > > >> > > >> > > > > > > try
> > > >> > > >> > > > > > > > to
> > > >> > > >> > > > > > > > >> > > reproduce the problem you are
> > > experiencing.  I
> > > >> > may
> > > >> > > >> need
> > > >> > > >> > > some
> > > >> > > >> > > > > > help
> > > >> > > >> > > > > > > > from
> > > >> > > >> > > > > > > > >> > > George, but hopefully, getting
the right
> > > >> > > environment
> > > >> > > >> set
> > > >> > > >> > > up
> > > >> > > >> > > > > will
> > > >> > > >> > > > > > > > help
> > > >> > > >> > > > > > > > >> > > resolve the issue you are having.
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > Julie
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > On Wed, Jun 3, 2020 at 3:02 PM
George
> > McCabe
> > > >> via
> > > >> > > RT <
> > > >> > > >> > > > > > > > >> met_help at ucar.edu>
> > > >> > > >> > > > > > > > >> > > wrote:
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > <URL:
> > > >> > > >> > > > >
> > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > Which machine are you running
on? The
> > > >> > > instructions
> > > >> > > >> for
> > > >> > > >> > > the
> > > >> > > >> > > > > > NOAA
> > > >> > > >> > > > > > > > >> > machines
> > > >> > > >> > > > > > > > >> > > > vary.
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > On Wed, Jun 3, 2020 at 2:54 PM
Edward
> > > >> Strobach
> > > >> > -
> > > >> > > >> NOAA
> > > >> > > >> > > > > > Affiliate
> > > >> > > >> > > > > > > > via
> > > >> > > >> > > > > > > > >> RT
> > > >> > > >> > > > > > > > >> > <
> > > >> > > >> > > > > > > > >> > > > met_help at ucar.edu> wrote:
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > <URL:
> > > >> > > >> > > > > >
> > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > The first line is under my
.bashrc
> in
> > > >> > > >> > > > /u/Edward.Strobach.
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > The second line was added and
that's
> > > when
> > > >> I
> > > >> > got
> > > >> > > >> the
> > > >> > > >> > > > > > following:
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$
module
> use
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> >
> > >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > >> > > > > > > > >> > > > > [Edward.Strobach at v72a1 ~]$
module
> > load
> > > >> > > >> > metplus/3.0.1
> > > >> > > >> > > > > > > > >> > > > > Lmod has detected the
following
> error:
> > > >> The
> > > >> > > >> > following
> > > >> > > >> > > > > > > module(s)
> > > >> > > >> > > > > > > > >> are
> > > >> > > >> > > > > > > > >> > > > > unknown: "metplus/3.0.1"
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > Please check the spelling or
version
> > > >> number.
> > > >> > > Also
> > > >> > > >> > try
> > > >> > > >> > > > > > "module
> > > >> > > >> > > > > > > > >> spider
> > > >> > > >> > > > > > > > >> > > ..."
> > > >> > > >> > > > > > > > >> > > > > It is also possible your
cache file
> is
> > > >> > > >> out-of-date;
> > > >> > > >> > it
> > > >> > > >> > > > may
> > > >> > > >> > > > > > > help
> > > >> > > >> > > > > > > > to
> > > >> > > >> > > > > > > > >> > try:
> > > >> > > >> > > > > > > > >> > > > >   $ module --ignore-cache
load
> > > >> > "metplus/3.0.1"
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > Also make sure that all
modulefiles
> > > >> written
> > > >> > in
> > > >> > > >> TCL
> > > >> > > >> > > start
> > > >> > > >> > > > > > with
> > > >> > > >> > > > > > > > the
> > > >> > > >> > > > > > > > >> > > string
> > > >> > > >> > > > > > > > >> > > > > #%Module
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > On Wed, Jun 3, 2020 at 4:45
PM
> George
> > > >> McCabe
> > > >> > > via
> > > >> > > >> RT
> > > >> > > >> > <
> > > >> > > >> > > > > > > > >> > met_help at ucar.edu
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > > wrote:
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > > Hi Edward,
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > Did you run this first?
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > module use
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > >
> > > >> >
/gpfs/dell2/emc/verification/noscrub/Julie.Prestopnik/modulefiles
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > I believe you need to run
that so
> it
> > > can
> > > >> > find
> > > >> > > >> the
> > > >> > > >> > > > > > > > metplus/3.0.1
> > > >> > > >> > > > > > > > >> > > module.
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > On Wed, Jun 3, 2020 at 2:42
PM
> > Edward
> > > >> > > Strobach
> > > >> > > >> -
> > > >> > > >> > > NOAA
> > > >> > > >> > > > > > > > Affiliate
> > > >> > > >> > > > > > > > >> via
> > > >> > > >> > > > > > > > >> > > RT
> > > >> > > >> > > > > > > > >> > > > <
> > > >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu> wrote:
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > <URL:
> > > >> > > >> > > > > > > >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > There was only one
mention of
> > > >> deprecated,
> > > >> > > >> and it
> > > >> > > >> > > was
> > > >> > > >> > > > > at
> > > >> > > >> > > > > > > the
> > > >> > > >> > > > > > > > >> top
> > > >> > > >> > > > > > > > >> > of
> > > >> > > >> > > > > > > > >> > > > the
> > > >> > > >> > > > > > > > >> > > > > > log
> > > >> > > >> > > > > > > > >> > > > > > > "Checking for deprecated
env..".
> > > >> There
> > > >> > > were
> > > >> > > >> no
> > > >> > > >> > > > other
> > > >> > > >> > > > > > > > >> mentions;
> > > >> > > >> > > > > > > > >> > > > > however,
> > > >> > > >> > > > > > > > >> > > > > > > there were warnings for
certain
> > > >> variables
> > > >> > > not
> > > >> > > >> > > being
> > > >> > > >> > > > > set.
> > > >> > > >> > > > > > > > Other
> > > >> > > >> > > > > > > > >> > than
> > > >> > > >> > > > > > > > >> > > > > that
> > > >> > > >> > > > > > > > >> > > > > > I
> > > >> > > >> > > > > > > > >> > > > > > > get DEBUG messages -
presumably
> > > >> because I
> > > >> > > set
> > > >> > > >> > > things
> > > >> > > >> > > > > to
> > > >> > > >> > > > > > > > DEBUG
> > > >> > > >> > > > > > > > >> -
> > > >> > > >> > > > > > > > >> > and
> > > >> > > >> > > > > > > > >> > > > > those
> > > >> > > >> > > > > > > > >> > > > > > > two error messages.
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > I figured the second was
related
> > to
> > > >> the
> > > >> > > >> first.
> > > >> > > >> > A
> > > >> > > >> > > > > > > reference
> > > >> > > >> > > > > > > > to
> > > >> > > >> > > > > > > > >> > > > > libraries
> > > >> > > >> > > > > > > > >> > > > > > > makes me feel like it's
an
> > > environment
> > > >> > > issue,
> > > >> > > >> > but
> > > >> > > >> > > my
> > > >> > > >> > > > > > > bashrc
> > > >> > > >> > > > > > > > is
> > > >> > > >> > > > > > > > >> > > > already
> > > >> > > >> > > > > > > > >> > > > > > set
> > > >> > > >> > > > > > > > >> > > > > > > up with the recommended
Dell
> > modules
> > > >> > > >> settings.
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > On Wed, Jun 3, 2020 at
4:36 PM
> > > George
> > > >> > > McCabe
> > > >> > > >> via
> > > >> > > >> > > RT
> > > >> > > >> > > > <
> > > >> > > >> > > > > > > > >> > > > met_help at ucar.edu
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > wrote:
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > Hi Edward,
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > Even if you don't run
the
> > validate
> > > >> > > script,
> > > >> > > >> > > METplus
> > > >> > > >> > > > > > > should
> > > >> > > >> > > > > > > > >> error
> > > >> > > >> > > > > > > > >> > > out
> > > >> > > >> > > > > > > > >> > > > > > > > immediately and give
you a
> list
> > of
> > > >> > > >> variables
> > > >> > > >> > > that
> > > >> > > >> > > > > are
> > > >> > > >> > > > > > > > >> > deprecated
> > > >> > > >> > > > > > > > >> > > > and
> > > >> > > >> > > > > > > > >> > > > > a
> > > >> > > >> > > > > > > > >> > > > > > > > suggestion if possible,
so I
> am
> > > >> > guessing
> > > >> > > >> that
> > > >> > > >> > > the
> > > >> > > >> > > > > > > changes
> > > >> > > >> > > > > > > > >> > weren't
> > > >> > > >> > > > > > > > >> > > > > > > covered.
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > The 2nd error is
related to
> the
> > > >> first.
> > > >> > > The
> > > >> > > >> > > > libpython
> > > >> > > >> > > > > > > error
> > > >> > > >> > > > > > > > >> is
> > > >> > > >> > > > > > > > >> > > what
> > > >> > > >> > > > > > > > >> > > > > came
> > > >> > > >> > > > > > > > >> > > > > > > > from the actual call to
> > > >> stat_analysis
> > > >> > and
> > > >> > > >> the
> > > >> > > >> > > 2nd
> > > >> > > >> > > > > > error
> > > >> > > >> > > > > > > is
> > > >> > > >> > > > > > > > >> just
> > > >> > > >> > > > > > > > >> > > > > telling
> > > >> > > >> > > > > > > > >> > > > > > > you
> > > >> > > >> > > > > > > > >> > > > > > > > that the stat_analysis
command
> > > >> returned
> > > >> > > >> > non-zero
> > > >> > > >> > > > > > value,
> > > >> > > >> > > > > > > > >> which
> > > >> > > >> > > > > > > > >> > > means
> > > >> > > >> > > > > > > > >> > > > > > that
> > > >> > > >> > > > > > > > >> > > > > > > it
> > > >> > > >> > > > > > > > >> > > > > > > > failed.
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > On Wed, Jun 3, 2020 at
2:12 PM
> > > >> Edward
> > > >> > > >> > Strobach -
> > > >> > > >> > > > > NOAA
> > > >> > > >> > > > > > > > >> Affiliate
> > > >> > > >> > > > > > > > >> > > via
> > > >> > > >> > > > > > > > >> > > > > RT
> > > >> > > >> > > > > > > > >> > > > > > <
> > > >> > > >> > > > > > > > >> > > > > > > > met_help at ucar.edu>
wrote:
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > <URL:
> > > >> > > >> > > > > > > > >> >
> > > >> > > >>
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > I think I've already
removed
> > the
> > > >> > > >> out-of-date
> > > >> > > >> > > > > > variable
> > > >> > > >> > > > > > > > >> names
> > > >> > > >> > > > > > > > >> > > with
> > > >> > > >> > > > > > > > >> > > > > the
> > > >> > > >> > > > > > > > >> > > > > > > v3.1
> > > >> > > >> > > > > > > > >> > > > > > > > > names.  I can look
into that
> > > >> option
> > > >> > if
> > > >> > > >> this
> > > >> > > >> > > > proves
> > > >> > > >> > > > > > not
> > > >> > > >> > > > > > > > to
> > > >> > > >> > > > > > > > >> be
> > > >> > > >> > > > > > > > >> > an
> > > >> > > >> > > > > > > > >> > > > > > > > environment
> > > >> > > >> > > > > > > > >> > > > > > > > > issue.  I do know
that I was
> > > >> pretty
> > > >> > > >> > carefully
> > > >> > > >> > > > > making
> > > >> > > >> > > > > > > the
> > > >> > > >> > > > > > > > >> > > changes
> > > >> > > >> > > > > > > > >> > > > > > > between
> > > >> > > >> > > > > > > > >> > > > > > > > > versions, but I could
have
> > still
> > > >> > missed
> > > >> > > >> > > > something.
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > On Wed, Jun 3, 2020
at 4:05
> PM
> > > >> George
> > > >> > > >> McCabe
> > > >> > > >> > > via
> > > >> > > >> > > > > RT
> > > >> > > >> > > > > > <
> > > >> > > >> > > > > > > > >> > > > > > met_help at ucar.edu
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > wrote:
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > Hi Edward,
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > I'm not sure if I
> mentioned
> > > >> this to
> > > >> > > >> you or
> > > >> > > >> > > > not,
> > > >> > > >> > > > > > but
> > > >> > > >> > > > > > > > >> there
> > > >> > > >> > > > > > > > >> > is
> > > >> > > >> > > > > > > > >> > > a
> > > >> > > >> > > > > > > > >> > > > > > > section
> > > >> > > >> > > > > > > > >> > > > > > > > in
> > > >> > > >> > > > > > > > >> > > > > > > > > > the User's Guide
about
> > > updating
> > > >> > > config
> > > >> > > >> > > > variables
> > > >> > > >> > > > > > > from
> > > >> > > >> > > > > > > > >> older
> > > >> > > >> > > > > > > > >> > > > > > versions:
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
https://ncar.github.io/METplus/Users_Guide/installation.html#updating-
configuration-files-handling-deprecated-configuration-variables
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > In the last sub-
section of
> > > that
> > > >> > > >> section,
> > > >> > > >> > it
> > > >> > > >> > > > > > > describes
> > > >> > > >> > > > > > > > a
> > > >> > > >> > > > > > > > >> > tool
> > > >> > > >> > > > > > > > >> > > > > called
> > > >> > > >> > > > > > > > >> > > > > > > > > > validate_config.py
that
> can
> > be
> > > >> run
> > > >> > > the
> > > >> > > >> > same
> > > >> > > >> > > > way
> > > >> > > >> > > > > as
> > > >> > > >> > > > > > > > >> > > > > > master_metplus.py
> > > >> > > >> > > > > > > > >> > > > > > > > > > (passing in configs
with
> -c)
> > > >> and it
> > > >> > > >> will
> > > >> > > >> > > step
> > > >> > > >> > > > > you
> > > >> > > >> > > > > > > > >> through
> > > >> > > >> > > > > > > > >> > > find
> > > >> > > >> > > > > > > > >> > > > > and
> > > >> > > >> > > > > > > > >> > > > > > > > > replace
> > > >> > > >> > > > > > > > >> > > > > > > > > > commands to update
your
> > > >> > configuration
> > > >> > > >> > files.
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > However, this tool
only
> > works
> > > if
> > > >> > > >> > deprecated
> > > >> > > >> > > > > > > variables
> > > >> > > >> > > > > > > > >> are
> > > >> > > >> > > > > > > > >> > > added
> > > >> > > >> > > > > > > > >> > > > > to
> > > >> > > >> > > > > > > > >> > > > > > > the
> > > >> > > >> > > > > > > > >> > > > > > > > > > list to be
processed. I
> > added
> > > >> many
> > > >> > of
> > > >> > > >> the
> > > >> > > >> > > > > > variables
> > > >> > > >> > > > > > > > that
> > > >> > > >> > > > > > > > >> > were
> > > >> > > >> > > > > > > > >> > > > > > changed
> > > >> > > >> > > > > > > > >> > > > > > > > in
> > > >> > > >> > > > > > > > >> > > > > > > > > > StatAnalysis and
MakePlots
> > > >> > wrappers,
> > > >> > > >> but I
> > > >> > > >> > > am
> > > >> > > >> > > > > not
> > > >> > > >> > > > > > > very
> > > >> > > >> > > > > > > > >> > > familiar
> > > >> > > >> > > > > > > > >> > > > > > with
> > > >> > > >> > > > > > > > >> > > > > > > > this
> > > >> > > >> > > > > > > > >> > > > > > > > > > wrapper so I may
have
> missed
> > > >> some.
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > I apologize that
this has
> > been
> > > >> > such a
> > > >> > > >> > > tedious
> > > >> > > >> > > > > > > process
> > > >> > > >> > > > > > > > >> for
> > > >> > > >> > > > > > > > >> > > you.
> > > >> > > >> > > > > > > > >> > > > If
> > > >> > > >> > > > > > > > >> > > > > > > you'd
> > > >> > > >> > > > > > > > >> > > > > > > > > > like to send me
your
> current
> > > >> > version
> > > >> > > I
> > > >> > > >> can
> > > >> > > >> > > use
> > > >> > > >> > > > > > that
> > > >> > > >> > > > > > > > >> info to
> > > >> > > >> > > > > > > > >> > > > > update
> > > >> > > >> > > > > > > > >> > > > > > > this
> > > >> > > >> > > > > > > > >> > > > > > > > > > functionality to
make
> things
> > > >> easier
> > > >> > > >> going
> > > >> > > >> > > > > forward.
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > Thanks,
> > > >> > > >> > > > > > > > >> > > > > > > > > > George
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > On Wed Jun 03
13:28:10
> 2020,
> > > >> mccabe
> > > >> > > >> wrote:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > Hi Edward,
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > The first error
looks
> like
> > > an
> > > >> > > >> > environment
> > > >> > > >> > > > > issue.
> > > >> > > >> > > > > > > You
> > > >> > > >> > > > > > > > >> may
> > > >> > > >> > > > > > > > >> > > have
> > > >> > > >> > > > > > > > >> > > > > > some
> > > >> > > >> > > > > > > > >> > > > > > > > > > > disconnect in the
module
> > > loads
> > > >> > you
> > > >> > > >> ran.
> > > >> > > >> > I
> > > >> > > >> > > > > would
> > > >> > > >> > > > > > > > purge
> > > >> > > >> > > > > > > > >> the
> > > >> > > >> > > > > > > > >> > > > > > modules,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > then try
> > > >> > > >> > > > > > > > >> > > > > > > > > > > to set up the
> environment
> > to
> > > >> run
> > > >> > > >> METplus
> > > >> > > >> > > > again
> > > >> > > >> > > > > > > > (listed
> > > >> > > >> > > > > > > > >> > here
> > > >> > > >> > > > > > > > >> > > > for
> > > >> > > >> > > > > > > > >> > > > > > > > > > > reference:
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > >
> > > >> > https://dtcenter.org/community-code/metplus/metplus-3-0-
existing-
> > > >> > > >> > > > > > > > >> > > > > > > > > > > builds)
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > I don't see red
text
> > through
> > > >> > > MET-Help
> > > >> > > >> > and
> > > >> > > >> > > > I'm
> > > >> > > >> > > > > > not
> > > >> > > >> > > > > > > > >> seeing
> > > >> > > >> > > > > > > > >> > > the
> > > >> > > >> > > > > > > > >> > > > > > second
> > > >> > > >> > > > > > > > >> > > > > > > > > > > error,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > but hopefully
clearing
> up
> > > the
> > > >> > > >> > environment
> > > >> > > >> > > > > issues
> > > >> > > >> > > > > > > > >> resolves
> > > >> > > >> > > > > > > > >> > > the
> > > >> > > >> > > > > > > > >> > > > > 2nd
> > > >> > > >> > > > > > > > >> > > > > > > > > > > issue.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > Please let me
know if it
> > > does
> > > >> > not.
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > Also, I have been
trying
> > to
> > > >> clean
> > > >> > > up
> > > >> > > >> > > > > > StatAnalysis
> > > >> > > >> > > > > > > > and
> > > >> > > >> > > > > > > > >> > > > MakePlots
> > > >> > > >> > > > > > > > >> > > > > > > > > > > wrappers,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > so any
information you
> > could
> > > >> > > provide
> > > >> > > >> on
> > > >> > > >> > > > things
> > > >> > > >> > > > > > > that
> > > >> > > >> > > > > > > > >> > didn't
> > > >> > > >> > > > > > > > >> > > > work
> > > >> > > >> > > > > > > > >> > > > > > > that
> > > >> > > >> > > > > > > > >> > > > > > > > > > > you
> > > >> > > >> > > > > > > > >> > > > > > > > > > > had to change
from the
> > > >> examples
> > > >> > > >> would be
> > > >> > > >> > > > very
> > > >> > > >> > > > > > > > helpful.
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > Thanks,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > George
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > On Wed, Jun 3,
2020 at
> > 12:01
> > > >> PM
> > > >> > > >> Edward
> > > >> > > >> > > > > Strobach
> > > >> > > >> > > > > > -
> > > >> > > >> > > > > > > > NOAA
> > > >> > > >> > > > > > > > >> > > > > Affiliate
> > > >> > > >> > > > > > > > >> > > > > > > via
> > > >> > > >> > > > > > > > >> > > > > > > > > > > RT <
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
met_help at ucar.edu>
> wrote:
> > > >> > > >> > > > > > > > >> > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Wed Jun 03
12:01:53
> > 2020:
> > > >> > Request
> > > >> > > >> > 95484
> > > >> > > >> > > > was
> > > >> > > >> > > > > > > acted
> > > >> > > >> > > > > > > > >> upon.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Transaction:
Ticket
> > > created
> > > >> by
> > > >> > > >> > > > > > > > >> > edward.strobach at noaa.gov
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >        Queue:
met_help
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >      Subject:
> > > >> > command_builder.py
> > > >> > > >> error
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >        Owner:
Nobody
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >   Requestors:
> > > >> > > >> > edward.strobach at noaa.gov
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >       Status:
new
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >  Ticket <URL:
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > >
> > > >> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95484
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Good afternoon,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > I'm in the
process of
> > > >> > converting
> > > >> > > >> > > > > StatAnalysis
> > > >> > > >> > > > > > > > >> > > andMakePlots
> > > >> > > >> > > > > > > > >> > > > to
> > > >> > > >> > > > > > > > >> > > > > > > > metplus
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > version 3.0
format
> from
> > > 2.1.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > I've isolated
the
> > commands
> > > >> that
> > > >> > > are
> > > >> > > >> > > > > > deprecated,
> > > >> > > >> > > > > > > > >> > replaced
> > > >> > > >> > > > > > > > >> > > > the
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > functions that
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > no longer
exist, and
> > > >> finished
> > > >> > > >> > debugging
> > > >> > > >> > > > some
> > > >> > > >> > > > > > > > issues
> > > >> > > >> > > > > > > > >> > > related
> > > >> > > >> > > > > > > > >> > > > > to
> > > >> > > >> > > > > > > > >> > > > > > > time
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > string
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > formatting.  In
side
> my
> > > log
> > > >> > file
> > > >> > > >> > > (located
> > > >> > > >> > > > > > here:
> > > >> > > >> > > > > > > *
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115*)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > there is are
two
> errors
> > -
> > > >> > > possibly
> > > >> > > >> > > > related -
> > > >> > > >> > > > > > > > >> > highlighted
> > > >> > > >> > > > > > > > >> > > in
> > > >> > > >> > > > > > > > >> > > > > red
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > below.  The
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > first one
points to a
> > > >> library
> > > >> > > >> issue.
> > > >> > > >> > > The
> > > >> > > >> > > > > > > > directory
> > > >> > > >> > > > > > > > >> in
> > > >> > > >> > > > > > > > >> > > > > question
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > exists, but
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > there is
nothing in
> it.
> > > Is
> > > >> > that
> > > >> > > >> the
> > > >> > > >> > > > > > referenced
> > > >> > > >> > > > > > > > >> library
> > > >> > > >> > > > > > > > >> > > is
> > > >> > > >> > > > > > > > >> > > > > > > expected
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > to
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > reside there?
The
> > second
> > > >> > issue,
> > > >> > > >> which
> > > >> > > >> > > is
> > > >> > > >> > > > > not
> > > >> > > >> > > > > > > too
> > > >> > > >> > > > > > > > >> > > > revealing,
> > > >> > > >> > > > > > > > >> > > > > > > points
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > to the
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
STATAnalysisConfig
> file,
> > > >> which
> > > >> > I
> > > >> > > >> think
> > > >> > > >> > > is
> > > >> > > >> > > > > > > somehow
> > > >> > > >> > > > > > > > >> > related
> > > >> > > >> > > > > > > > >> > > > to
> > > >> > > >> > > > > > > > >> > > > > > the
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > first
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > error.  I did
take the
> > > >> > > >> > > STATAnalysisConfig
> > > >> > > >> > > > > file
> > > >> > > >> > > > > > > > from
> > > >> > > >> > > > > > > > >> > > another
> > > >> > > >> > > > > > > > >> > > > > > > metplus
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > location that
I've
> been
> > > >> working
> > > >> > > on
> > > >> > > >> > into
> > > >> > > >> > > a
> > > >> > > >> > > > > > > > directory
> > > >> > > >> > > > > > > > >> I
> > > >> > > >> > > > > > > > >> > > > created
> > > >> > > >> > > > > > > > >> > > > > > to
> > > >> > > >> > > > > > > > >> > > > > > > > put
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > the
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > copied version
there.
> > The
> > > >> > > >> > > > > STATAnalysisConfig
> > > >> > > >> > > > > > > > >> directory
> > > >> > > >> > > > > > > > >> > > was
> > > >> > > >> > > > > > > > >> > > > > > taken
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > from a
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > V.3.1 location,
so I
> > > assumed
> > > >> > that
> > > >> > > >> the
> > > >> > > >> > > > layout
> > > >> > > >> > > > > > of
> > > >> > > >> > > > > > > > the
> > > >> > > >> > > > > > > > >> > file
> > > >> > > >> > > > > > > > >> > > > > would
> > > >> > > >> > > > > > > > >> > > > > > be
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > okay.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > The information
below
> > > seems
> > > >> > like
> > > >> > > >> what
> > > >> > > >> > I
> > > >> > > >> > > > > want.
> > > >> > > >> > > > > > > I'm
> > > >> > > >> > > > > > > > >> > > looping
> > > >> > > >> > > > > > > > >> > > > > over
> > > >> > > >> > > > > > > > >> > > > > > > 06,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 12
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > initial times
and
> > grouping
> > > >> the
> > > >> > > >> 00-23
> > > >> > > >> > > VALID
> > > >> > > >> > > > > > hours
> > > >> > > >> > > > > > > > for
> > > >> > > >> > > > > > > > >> > each
> > > >> > > >> > > > > > > > >> > > > > day.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:20.927
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > INFO:
> > > >> > > >> > > > > > > > >> COMMAND:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > >
> > > >> > > >> >
> > > >> > >
> > > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:20.928
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > (command_runner.py:124)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > app_name is:
> > > stat_analysis,
> > > >> > > output
> > > >> > > >> > sent
> > > >> > > >> > > > to:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/logs/master_metplus_grid2obs_conus_sfc_statanalysis_makeplots_OZCON_FULL.runon20200603174115
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > MET OUTPUT:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >>
> > >
>
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > error while
loading
> > shared
> > > >> > > >> libraries:
> > > >> > > >> > > > > > > > >> > > libpython3.6m.so.1.0:
> > > >> > > >> > > > > > > > >> > > > > > > cannot
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > open
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > shared object
file: No
> > > such
> > > >> > file
> > > >> > > or
> > > >> > > >> > > > > directory
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.133
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > (command_runner.py:191)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Finished
running
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > >
> > > >> > > >> >
> > > >> > >
> > > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > in
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 0:00:00.204271
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.134
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:100)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > ERROR:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> (command_builder.py:733)
> > > MET
> > > >> > > >> command
> > > >> > > >> > > > > returned
> > > >> > > >> > > > > > a
> > > >> > > >> > > > > > > > >> > non-zero
> > > >> > > >> > > > > > > > >> > > > > return
> > > >> > > >> > > > > > > > >> > > > > > > > code:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > >
> > > >> > > >> >
> > > >> > >
> > > >>
> >
/gpfs/hps3/emc/global/noscrub/Julie.Prestopnik/met/9.0/bin/stat_analysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > -lookin
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > -config
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> >
> > > /gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/EMC_verif-
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
global/parm/metplus_config/metplus_use_cases/METplusV3.0/grid2obs/met_config/metV9.0/STATAnalysisConfig
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.135
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > INFO:
> > > >> > > >> > > > > > > > Check
> > > >> > > >> > > > > > > > >> the
> > > >> > > >> > > > > > > > >> > > > > logfile
> > > >> > > >> > > > > > > > >> > > > > > > for
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > more
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > information on
why it
> > > failed
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.135
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:788)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: Building
> dump_row
> > > >> > filename
> > > >> > > >> from
> > > >> > > >> > > > > default
> > > >> > > >> > > > > > > > >> > template:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
{model?fmt=%s}_{obtype?fmt=%s}_valid{valid_beg?fmt=%Y%m%d}to{valid_end?fmt=%Y%m%d}_valid{valid_hour_beg?fmt=%H%M}to{valid_hour_end?fmt=%H%M}Z_init{init_hour_beg?fmt=%H%M}to{init_hour_end?fmt=%H%M}Z_fcst_lead{fcst_lead?fmt=%s}_fcst{fcst_var?fmt=%s}{fcst_level?fmt=%s}{fcst_thresh?fmt=%s}{interp_mthd?fmt=%s}_obs{obs_var?fmt=%s}{obs_level?fmt=%s}{obs_thresh?fmt=%s}{interp_mthd?fmt=%s}_vxmask{vx_mask?fmt=%s}
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1833)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
STAT_ANALYSIS
> RUN
> > > >> > > >> SETTINGS....
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: ALPHA:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
COV_THRESH:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: DESC:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.136
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_HOUR:
> > > >> "120000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_LEAD:
> > "000000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_LEVEL:
> "A1"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_THRESH:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_UNITS:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> FCST_VALID_HOUR:
> > > >> > "000000",
> > > >> > > >> > > > "010000",
> > > >> > > >> > > > > > > > >> "020000",
> > > >> > > >> > > > > > > > >> > > > > "030000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "040000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
"060000",
> > > >> "070000",
> > > >> > > >> > "080000",
> > > >> > > >> > > > > > > "090000",
> > > >> > > >> > > > > > > > >> > > "100000",
> > > >> > > >> > > > > > > > >> > > > > > > > "110000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "120000",
"130000",
> > > >> "140000",
> > > >> > > >> > "150000",
> > > >> > > >> > > > > > > "160000",
> > > >> > > >> > > > > > > > >> > > "170000",
> > > >> > > >> > > > > > > > >> > > > > > > > "180000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "190000",
"200000",
> > > >> "210000",
> > > >> > > >> > "220000",
> > > >> > > >> > > > > > "230000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VAR:
> "OZCON"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
INTERP_MTHD:
> > > "BILIN"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
INTERP_PNTS:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
LINE_TYPE:
> > "SL1L2",
> > > >> > > "VL1L2"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: MODEL:
"AQ"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_HOUR:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_LEAD:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.137
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_LEVEL: "A1"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_THRESH:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_UNITS:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_HOUR:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBS_VAR:
"COPO"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: VX_MASK:
"FULL"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: OBTYPE:
> "ONLYSF"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: -lookin:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG: JOB:
-job
> filter
> > > >> > -dump_row
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525/grid2obs_step2/metplus_output/plot_by_VALID/stat_analysis/OZCON_FULL/AQ_ONLYSF_valid20200525to20200525_valid0000to2300Z_init1200to1200Z_fcst_lead000000_fcstOZCONA1BILIN_obsCOPOA1BILIN_vxmaskFULL_dump_row.stat
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_BEG:
> > > >> > > >> 20200525_000000
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_VALID_END:
> > > >> > > >> 20200525_230000
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_BEG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.138
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
FCST_INIT_END:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_BEG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_VALID_END:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_BEG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> (stat_analysis_wrapper.py:1836)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
OBS_INIT_END:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:140)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > ENVIRONMENT FOR
NEXT
> > > >> COMMAND:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >>
> > > >> > >
> > > >> >
> > > >>
> > >
> >
>
-lookin=/gpfs/dell2/emc/modeling/noscrub/Edward.Strobach/metplus_aq/prod/stat/aqm/20200525
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > ALPHA=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > COV_THRESH=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DESC=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_BEG=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_INIT_END=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.139
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> FCST_INIT_HOUR="120000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_LEAD="000000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_LEVEL="A1"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_THRESH=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > FCST_UNITS=
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> FCST_VALID_BEG=20200525_000000
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> FCST_VALID_END=20200525_230000
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > FCST_VALID_HOUR="000000",
> > > >> > > "010000",
> > > >> > > >> > > > > "020000",
> > > >> > > >> > > > > > > > >> "030000",
> > > >> > > >> > > > > > > > >> > > > > > "040000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "050000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "060000",
"070000",
> > > >> "080000",
> > > >> > > >> > "090000",
> > > >> > > >> > > > > > > "100000",
> > > >> > > >> > > > > > > > >> > > "110000",
> > > >> > > >> > > > > > > > >> > > > > > > > "120000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "130000",
"140000",
> > > >> "150000",
> > > >> > > >> > "160000",
> > > >> > > >> > > > > > > "170000",
> > > >> > > >> > > > > > > > >> > > "180000",
> > > >> > > >> > > > > > > > >> > > > > > > > "190000",
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > "200000",
"210000",
> > > >> "220000",
> > > >> > > >> "230000"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 06/03
17:41:21.140
> > > >> > > >> > metplus.StatAnalysis
> > > >> > > >> > > > > > > > >> > > > > > (command_builder.py:254)
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > DEBUG:
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
FCST_VAR="OZCON"
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > that appear to
ori.  I
> > > took
> > > >> > this
> > > >> > > >> file
> > > >> > > >> > > over
> > > >> > > >> > > > > > from
> > > >> > > >> > > > > > > > >> another
> > > >> > > >> > > > > > > > >> > > > V3.0
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > location,
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > assuming that
this
> would
> > > be
> > > >> > > >> > acceptable.
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Edward Strobach
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > IMSG Contractor
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > >> > > > > > > > > > > > 301-683-3717
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > > --
> > > >> > > >> > > > > > > > >> > > > > > > > > Edward Strobach
> > > >> > > >> > > > > > > > >> > > > > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > >> > > > > > > > > IMSG Contractor
> > > >> > > >> > > > > > > > >> > > > > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > >> > > > > > > > > 301-683-3717
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > > --
> > > >> > > >> > > > > > > > >> > > > > > > > George McCabe -
Software
> > Engineer
> > > >> III
> > > >> > > >> > > > > > > > >> > > > > > > > National Center for
> Atmospheric
> > > >> > Research
> > > >> > > >> > > > > > > > >> > > > > > > > Research Applications
> Laboratory
> > > >> > > >> > > > > > > > >> > > > > > > > 303-497-2768
> > > >> > > >> > > > > > > > >> > > > > > > > ---
> > > >> > > >> > > > > > > > >> > > > > > > > My working day may not
be your
> > > >> working
> > > >> > > day.
> > > >> > > >> > > Please
> > > >> > > >> > > > > do
> > > >> > > >> > > > > > > not
> > > >> > > >> > > > > > > > >> feel
> > > >> > > >> > > > > > > > >> > > > > obliged
> > > >> > > >> > > > > > > > >> > > > > > to
> > > >> > > >> > > > > > > > >> > > > > > > > reply to this email
outside of
> > > your
> > > >> > > normal
> > > >> > > >> > > working
> > > >> > > >> > > > > > > hours.
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > > --
> > > >> > > >> > > > > > > > >> > > > > > > Edward Strobach
> > > >> > > >> > > > > > > > >> > > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > >> > > > > > > IMSG Contractor
> > > >> > > >> > > > > > > > >> > > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > >> > > > > > > 301-683-3717
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > > --
> > > >> > > >> > > > > > > > >> > > > > > George McCabe - Software
Engineer
> > III
> > > >> > > >> > > > > > > > >> > > > > > National Center for
Atmospheric
> > > Research
> > > >> > > >> > > > > > > > >> > > > > > Research Applications
Laboratory
> > > >> > > >> > > > > > > > >> > > > > > 303-497-2768
> > > >> > > >> > > > > > > > >> > > > > > ---
> > > >> > > >> > > > > > > > >> > > > > > My working day may not be
your
> > working
> > > >> day.
> > > >> > > >> Please
> > > >> > > >> > > do
> > > >> > > >> > > > > not
> > > >> > > >> > > > > > > feel
> > > >> > > >> > > > > > > > >> > > obliged
> > > >> > > >> > > > > > > > >> > > > to
> > > >> > > >> > > > > > > > >> > > > > > reply to this email outside
of
> your
> > > >> normal
> > > >> > > >> working
> > > >> > > >> > > > > hours.
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > > --
> > > >> > > >> > > > > > > > >> > > > > Edward Strobach
> > > >> > > >> > > > > > > > >> > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > >> > > > > IMSG Contractor
> > > >> > > >> > > > > > > > >> > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > >> > > > > 301-683-3717
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > > --
> > > >> > > >> > > > > > > > >> > > > George McCabe - Software
Engineer III
> > > >> > > >> > > > > > > > >> > > > National Center for Atmospheric
> Research
> > > >> > > >> > > > > > > > >> > > > Research Applications
Laboratory
> > > >> > > >> > > > > > > > >> > > > 303-497-2768
> > > >> > > >> > > > > > > > >> > > > ---
> > > >> > > >> > > > > > > > >> > > > My working day may not be your
working
> > > day.
> > > >> > > Please
> > > >> > > >> do
> > > >> > > >> > > not
> > > >> > > >> > > > > feel
> > > >> > > >> > > > > > > > >> obliged
> > > >> > > >> > > > > > > > >> > to
> > > >> > > >> > > > > > > > >> > > > reply to this email outside of
your
> > normal
> > > >> > > working
> > > >> > > >> > > hours.
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > --
> > > >> > > >> > > > > > > > >> > > Julie Prestopnik
> > > >> > > >> > > > > > > > >> > > Software Engineer
> > > >> > > >> > > > > > > > >> > > National Center for Atmospheric
Research
> > > >> > > >> > > > > > > > >> > > Research Applications Laboratory
> > > >> > > >> > > > > > > > >> > > Phone: 303.497.8399
> > > >> > > >> > > > > > > > >> > > Email: jpresto at ucar.edu
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > > My working day may not be your
working
> > day.
> > > >> > Please
> > > >> > > >> do
> > > >> > > >> > not
> > > >> > > >> > > > > feel
> > > >> > > >> > > > > > > > >> obliged
> > > >> > > >> > > > > > > > >> > to
> > > >> > > >> > > > > > > > >> > > reply to this email outside of
your
> normal
> > > >> > working
> > > >> > > >> > hours.
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> > >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> > --
> > > >> > > >> > > > > > > > >> > Edward Strobach
> > > >> > > >> > > > > > > > >> > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > >> > IMSG Contractor
> > > >> > > >> > > > > > > > >> > Cubicle#: 2029
> > > >> > > >> > > > > > > > >> > 301-683-3717
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >> >
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >> --
> > > >> > > >> > > > > > > > >> Julie Prestopnik
> > > >> > > >> > > > > > > > >> Software Engineer
> > > >> > > >> > > > > > > > >> National Center for Atmospheric
Research
> > > >> > > >> > > > > > > > >> Research Applications Laboratory
> > > >> > > >> > > > > > > > >> Phone: 303.497.8399
> > > >> > > >> > > > > > > > >> Email: jpresto at ucar.edu
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >> My working day may not be your
working day.
> > > >> Please
> > > >> > do
> > > >> > > >> not
> > > >> > > >> > > feel
> > > >> > > >> > > > > > > obliged
> > > >> > > >> > > > > > > > to
> > > >> > > >> > > > > > > > >> reply to this email outside of your
normal
> > > working
> > > >> > > hours.
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >>
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > > > --
> > > >> > > >> > > > > > > > > Edward Strobach
> > > >> > > >> > > > > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > > IMSG Contractor
> > > >> > > >> > > > > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > > 301-683-3717
> > > >> > > >> > > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > > --
> > > >> > > >> > > > > > > > Edward Strobach
> > > >> > > >> > > > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > > > IMSG Contractor
> > > >> > > >> > > > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > > > 301-683-3717
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > --
> > > >> > > >> > > > > > > Julie Prestopnik
> > > >> > > >> > > > > > > Software Engineer
> > > >> > > >> > > > > > > National Center for Atmospheric Research
> > > >> > > >> > > > > > > Research Applications Laboratory
> > > >> > > >> > > > > > > Phone: 303.497.8399
> > > >> > > >> > > > > > > Email: jpresto at ucar.edu
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > > My working day may not be your working
day.
> Please
> > > do
> > > >> not
> > > >> > > >> feel
> > > >> > > >> > > > obliged
> > > >> > > >> > > > > > to
> > > >> > > >> > > > > > > reply to this email outside of your normal
> working
> > > >> hours.
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > > > --
> > > >> > > >> > > > > > Edward Strobach
> > > >> > > >> > > > > > EMC/NCEP/NWS/
> > > >> > > >> > > > > > IMSG Contractor
> > > >> > > >> > > > > > Cubicle#: 2029
> > > >> > > >> > > > > > 301-683-3717
> > > >> > > >> > > > > >
> > > >> > > >> > > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > > > --
> > > >> > > >> > > > > Julie Prestopnik
> > > >> > > >> > > > > Software Engineer
> > > >> > > >> > > > > National Center for Atmospheric Research
> > > >> > > >> > > > > Research Applications Laboratory
> > > >> > > >> > > > > Phone: 303.497.8399
> > > >> > > >> > > > > Email: jpresto at ucar.edu
> > > >> > > >> > > > >
> > > >> > > >> > > > > My working day may not be your working day.
Please
> do
> > > not
> > > >> > feel
> > > >> > > >> > obliged
> > > >> > > >> > > > to
> > > >> > > >> > > > > reply to this email outside of your normal
working
> > hours.
> > > >> > > >> > > > >
> > > >> > > >> > > > >
> > > >> > > >> > > >
> > > >> > > >> > > > --
> > > >> > > >> > > > Edward Strobach
> > > >> > > >> > > > EMC/NCEP/NWS/
> > > >> > > >> > > > IMSG Contractor
> > > >> > > >> > > > Cubicle#: 2029
> > > >> > > >> > > > 301-683-3717
> > > >> > > >> > > >
> > > >> > > >> > > >
> > > >> > > >> > >
> > > >> > > >> > > --
> > > >> > > >> > > George McCabe - Software Engineer III
> > > >> > > >> > > National Center for Atmospheric Research
> > > >> > > >> > > Research Applications Laboratory
> > > >> > > >> > > 303-497-2768
> > > >> > > >> > > ---
> > > >> > > >> > > My working day may not be your working day. Please
do not
> > > feel
> > > >> > > >> obliged to
> > > >> > > >> > > reply to this email outside of your normal working
hours.
> > > >> > > >> > >
> > > >> > > >> > >
> > > >> > > >> >
> > > >> > > >> > --
> > > >> > > >> > Edward Strobach
> > > >> > > >> > EMC/NCEP/NWS/
> > > >> > > >> > IMSG Contractor
> > > >> > > >> > Cubicle#: 2029
> > > >> > > >> > 301-683-3717
> > > >> > > >> >
> > > >> > > >> >
> > > >> > > >>
> > > >> > > >> --
> > > >> > > >> George McCabe - Software Engineer III
> > > >> > > >> National Center for Atmospheric Research
> > > >> > > >> Research Applications Laboratory
> > > >> > > >> 303-497-2768
> > > >> > > >> ---
> > > >> > > >> My working day may not be your working day. Please do
not
> feel
> > > >> obliged
> > > >> > > to
> > > >> > > >> reply to this email outside of your normal working
hours.
> > > >> > > >>
> > > >> > > >>
> > > >> > > >
> > > >> > > > --
> > > >> > > > Edward Strobach
> > > >> > > > EMC/NCEP/NWS/
> > > >> > > > IMSG Contractor
> > > >> > > > Cubicle#: 2029
> > > >> > > > 301-683-3717
> > > >> > > >
> > > >> > >
> > > >> > >
> > > >> > > --
> > > >> > > Edward Strobach
> > > >> > > EMC/NCEP/NWS/
> > > >> > > IMSG Contractor
> > > >> > > Cubicle#: 2029
> > > >> > > 301-683-3717
> > > >> > >
> > > >> > >
> > > >> >
> > > >> > --
> > > >> > George McCabe - Software Engineer III
> > > >> > National Center for Atmospheric Research
> > > >> > Research Applications Laboratory
> > > >> > 303-497-2768
> > > >> > ---
> > > >> > My working day may not be your working day. Please do not
feel
> > obliged
> > > >> to
> > > >> > reply to this email outside of your normal working hours.
> > > >> >
> > > >> >
> > > >>
> > > >> --
> > > >> Edward Strobach
> > > >> EMC/NCEP/NWS/
> > > >> IMSG Contractor
> > > >> Cubicle#: 2029
> > > >> 301-683-3717
> > > >>
> > > >>
> > > >
> > > > --
> > > > George McCabe - Software Engineer III
> > > > National Center for Atmospheric Research
> > > > Research Applications Laboratory
> > > > 303-497-2768
> > > > ---
> > > > My working day may not be your working day. Please do not feel
> obliged
> > to
> > > > reply to this email outside of your normal working hours.
> > > >
> > >
> > >
> > > --
> > > George McCabe - Software Engineer III
> > > National Center for Atmospheric Research
> > > Research Applications Laboratory
> > > 303-497-2768
> > > ---
> > > My working day may not be your working day. Please do not feel
obliged
> to
> > > reply to this email outside of your normal working hours.
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
> --
> George McCabe - Software Engineer III
> National Center for Atmospheric Research
> Research Applications Laboratory
> 303-497-2768
> ---
> My working day may not be your working day. Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>

--
Edward Strobach
EMC/NCEP/NWS/
IMSG Contractor
Cubicle#: 2029
301-683-3717

------------------------------------------------


More information about the Met_help mailing list