[Met_help] [rt.rap.ucar.edu #96540] History for issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine

Minna Win via RT met_help at ucar.edu
Wed Sep 2 15:00:18 MDT 2020


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

Good afternoon,

I'm getting a "no file or directory" error regardless of whether I assign a
filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At first I
thought it was related to how I was defining this setting, but realized
that it was not set in the basic use case.  There is a reference to the
pipeline.py script in the log file on line 283.


































*09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR: Fatal
error occurredTraceback (most recent call last):  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
line 283, in launch    os.execvp(cmd[0],cmd)  File
"/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line 559, in
execvp    _execvpe(file, args)  File
"/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line 604, in
_execvpe    raise last_exc.with_traceback(tb)  File
"/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line 594, in
_execvpe    exec_func(fullname, *argrest)FileNotFoundError: [Errno 2] No
such file or directoryDuring handling of the above exception, another
exception occurred:Traceback (most recent call last):  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
line 169, in run_metplus    process.run_all_times()  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
line 262, in run_all_times    checkrun(cmd)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
line 465, in checkrun    r=run(arg,logger=logger)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
line 449, in run    p=make_pipeline(arg,False,logger=logger)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
line 354, in make_pipeline    binary=b)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
line 604, in __init__    runner._gen(self,logger=logger)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
line 973, in _gen    pipeline._impl_add(self._args,(next is
None),cd=self._cd,**kwargs)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
line 641, in _impl_add
(p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
line 288, in launch    sys.exit(2)SystemExit: 2*

The basic use case suggests that a precondition to use TCMPRPlotter is
having R loaded.  Since I don't have R loaded, I'm wondering if this is the
issue, and if it is, what version of R should I load on WCOSS?


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


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

Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: George McCabe
Time: Wed Sep 02 08:39:37 2020

Hi Edward,

I assigned this ticket to Minna Win. Please allow a few business days
for a
response.

Thanks,
George

On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> Transaction: Ticket created by edward.strobach at noaa.gov
>        Queue: met_help
>      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in
the
> TCMPRPlotter routine
>        Owner: Nobody
>   Requestors: edward.strobach at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
>
>
> Good afternoon,
>
> I'm getting a "no file or directory" error regardless of whether I
assign a
> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At first
I
> thought it was related to how I was defining this setting, but
realized
> that it was not set in the basic use case.  There is a reference to
the
> pipeline.py script in the log file on line 283.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR:
Fatal
> error occurredTraceback (most recent call last):  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 283, in launch    os.execvp(cmd[0],cmd)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
559, in
> execvp    _execvpe(file, args)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
604, in
> _execvpe    raise last_exc.with_traceback(tb)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
594, in
> _execvpe    exec_func(fullname, *argrest)FileNotFoundError: [Errno
2] No
> such file or directoryDuring handling of the above exception,
another
> exception occurred:Traceback (most recent call last):  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> line 169, in run_metplus    process.run_all_times()  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> line 262, in run_all_times    checkrun(cmd)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 465, in checkrun    r=run(arg,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 449, in run    p=make_pipeline(arg,False,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 354, in make_pipeline    binary=b)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 604, in __init__    runner._gen(self,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> line 973, in _gen    pipeline._impl_add(self._args,(next is
> None),cd=self._cd,**kwargs)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 641, in _impl_add
> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 288, in launch    sys.exit(2)SystemExit: 2*
>
> The basic use case suggests that a precondition to use TCMPRPlotter
is
> having R loaded.  Since I don't have R loaded, I'm wondering if this
is the
> issue, and if it is, what version of R should I load on WCOSS?
>
>
> --
> 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: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Minna Win
Time: Wed Sep 02 09:24:11 2020

Hello Edward,

You are correct, you will indeed need R installed on your WCOSS host.
Version 3.2.5 is what is required for running the TCMPR plotter code
in
METplus.  I am inquiring to see which WCOSS hosts currently have R
installed, and the version.  Eventually, we will migrate this
functionality
into a Python implementation that will be found in the METplotpy
repository.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401



On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> Transaction: Ticket created by edward.strobach at noaa.gov
>        Queue: met_help
>      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in
the
> TCMPRPlotter routine
>        Owner: Nobody
>   Requestors: edward.strobach at noaa.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
>
>
> Good afternoon,
>
> I'm getting a "no file or directory" error regardless of whether I
assign a
> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At first
I
> thought it was related to how I was defining this setting, but
realized
> that it was not set in the basic use case.  There is a reference to
the
> pipeline.py script in the log file on line 283.
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
>
> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR:
Fatal
> error occurredTraceback (most recent call last):  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 283, in launch    os.execvp(cmd[0],cmd)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
559, in
> execvp    _execvpe(file, args)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
604, in
> _execvpe    raise last_exc.with_traceback(tb)  File
> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
594, in
> _execvpe    exec_func(fullname, *argrest)FileNotFoundError: [Errno
2] No
> such file or directoryDuring handling of the above exception,
another
> exception occurred:Traceback (most recent call last):  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> line 169, in run_metplus    process.run_all_times()  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> line 262, in run_all_times    checkrun(cmd)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 465, in checkrun    r=run(arg,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 449, in run    p=make_pipeline(arg,False,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> line 354, in make_pipeline    binary=b)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 604, in __init__    runner._gen(self,logger=logger)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> line 973, in _gen    pipeline._impl_add(self._args,(next is
> None),cd=self._cd,**kwargs)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 641, in _impl_add
> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> line 288, in launch    sys.exit(2)SystemExit: 2*
>
> The basic use case suggests that a precondition to use TCMPRPlotter
is
> having R loaded.  Since I don't have R loaded, I'm wondering if this
is the
> issue, and if it is, what version of R should I load on WCOSS?
>
>
> --
> Edward Strobach
> EMC/NCEP/NWS/
> IMSG Contractor
> Cubicle#: 2029
> 301-683-3717
>
>

------------------------------------------------
Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Minna Win
Time: Wed Sep 02 09:28:22 2020

Hello Edward,

I just learned that R is NOT installed on any of the WCOSS hosts.  R
is
installed on 'hera' (version unknown), do you have access to that
host?
MET 9.1 is installed on 'hera', as is METplus 3.1.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401



On Wed, Sep 2, 2020 at 9:23 AM Minna Win-Gildenmeister
<minnawin at ucar.edu>
wrote:

> Hello Edward,
>
> You are correct, you will indeed need R installed on your WCOSS
host.
> Version 3.2.5 is what is required for running the TCMPR plotter code
in
> METplus.  I am inquiring to see which WCOSS hosts currently have R
> installed, and the version.  Eventually, we will migrate this
functionality
> into a Python implementation that will be found in the METplotpy
repository.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
>>
>> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
>> Transaction: Ticket created by edward.strobach at noaa.gov
>>        Queue: met_help
>>      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in
the
>> TCMPRPlotter routine
>>        Owner: Nobody
>>   Requestors: edward.strobach at noaa.gov
>>       Status: new
>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
>>
>>
>> Good afternoon,
>>
>> I'm getting a "no file or directory" error regardless of whether I
assign
>> a
>> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At first
I
>> thought it was related to how I was defining this setting, but
realized
>> that it was not set in the basic use case.  There is a reference to
the
>> pipeline.py script in the log file on line 283.
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>>
>> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR:
Fatal
>> error occurredTraceback (most recent call last):  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
>> line 283, in launch    os.execvp(cmd[0],cmd)  File
>> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
559, in
>> execvp    _execvpe(file, args)  File
>> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
604, in
>> _execvpe    raise last_exc.with_traceback(tb)  File
>> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
594, in
>> _execvpe    exec_func(fullname, *argrest)FileNotFoundError: [Errno
2] No
>> such file or directoryDuring handling of the above exception,
another
>> exception occurred:Traceback (most recent call last):  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
>> line 169, in run_metplus    process.run_all_times()  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
>> line 262, in run_all_times    checkrun(cmd)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
>> line 465, in checkrun    r=run(arg,logger=logger)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
>> line 449, in run    p=make_pipeline(arg,False,logger=logger)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
>> line 354, in make_pipeline    binary=b)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
>> line 604, in __init__    runner._gen(self,logger=logger)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
>> line 973, in _gen    pipeline._impl_add(self._args,(next is
>> None),cd=self._cd,**kwargs)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
>> line 641, in _impl_add
>> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
>>
>>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
>> line 288, in launch    sys.exit(2)SystemExit: 2*
>>
>> The basic use case suggests that a precondition to use TCMPRPlotter
is
>> having R loaded.  Since I don't have R loaded, I'm wondering if
this is
>> the
>> issue, and if it is, what version of R should I load on WCOSS?
>>
>>
>> --
>> Edward Strobach
>> EMC/NCEP/NWS/
>> IMSG Contractor
>> Cubicle#: 2029
>> 301-683-3717
>>
>>

------------------------------------------------
Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Edward Strobach - NOAA Affiliate
Time: Wed Sep 02 09:28:26 2020

Thanks.  I guess that would explain my issue.  I did submit a ticket
to the
helpdesk about the location of R.  I didn't see it in the main
listing.
Would you like me to forward their response?

On Wed, Sep 2, 2020 at 11:24 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Edward,
>
> You are correct, you will indeed need R installed on your WCOSS
host.
> Version 3.2.5 is what is required for running the TCMPR plotter code
in
> METplus.  I am inquiring to see which WCOSS hosts currently have R
> installed, and the version.  Eventually, we will migrate this
functionality
> into a Python implementation that will be found in the METplotpy
> repository.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> > Transaction: Ticket created by edward.strobach at noaa.gov
> >        Queue: met_help
> >      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in
the
> > TCMPRPlotter routine
> >        Owner: Nobody
> >   Requestors: edward.strobach at noaa.gov
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
> >
> >
> > Good afternoon,
> >
> > I'm getting a "no file or directory" error regardless of whether I
> assign a
> > filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At
first I
> > thought it was related to how I was defining this setting, but
realized
> > that it was not set in the basic use case.  There is a reference
to the
> > pipeline.py script in the log file on line 283.
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> > *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR:
Fatal
> > error occurredTraceback (most recent call last):  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > line 283, in launch    os.execvp(cmd[0],cmd)  File
> > "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
559,
> in
> > execvp    _execvpe(file, args)  File
> > "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
604,
> in
> > _execvpe    raise last_exc.with_traceback(tb)  File
> > "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py", line
594,
> in
> > _execvpe    exec_func(fullname, *argrest)FileNotFoundError: [Errno
2] No
> > such file or directoryDuring handling of the above exception,
another
> > exception occurred:Traceback (most recent call last):  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> > line 169, in run_metplus    process.run_all_times()  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> > line 262, in run_all_times    checkrun(cmd)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > line 465, in checkrun    r=run(arg,logger=logger)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > line 449, in run    p=make_pipeline(arg,False,logger=logger)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > line 354, in make_pipeline    binary=b)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > line 604, in __init__    runner._gen(self,logger=logger)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> > line 973, in _gen    pipeline._impl_add(self._args,(next is
> > None),cd=self._cd,**kwargs)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > line 641, in _impl_add
> > (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
> >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > line 288, in launch    sys.exit(2)SystemExit: 2*
> >
> > The basic use case suggests that a precondition to use
TCMPRPlotter is
> > having R loaded.  Since I don't have R loaded, I'm wondering if
this is
> the
> > issue, and if it is, what version of R should I load on WCOSS?
> >
> >
> > --
> > 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: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Edward Strobach - NOAA Affiliate
Time: Wed Sep 02 09:33:24 2020

oh.. that's really inconvenient.  I'm running global tests on WCOSS
for a
physics change slated to be incorporated in v17.  I'm not set-up to do
this
on hera, unfortunately.  Since the emphasis is on tropical cyclone
track
and intensity verification, I'm trying to use met's TC tools to
process the
data.  I've been successful with TCPairs and TCStat, although I was
not
able to view my mv_tc_metplus database on the metviewer GUI under
Ed_Strobach.  Is there a workaround for running TCMPRPlotter, or will
I
have to move on to something else?

On Wed, Sep 2, 2020 at 11:28 AM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Edward,
>
> I just learned that R is NOT installed on any of the WCOSS hosts.  R
is
> installed on 'hera' (version unknown), do you have access to that
host?
> MET 9.1 is installed on 'hera', as is METplus 3.1.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Wed, Sep 2, 2020 at 9:23 AM Minna Win-Gildenmeister
<minnawin at ucar.edu>
> wrote:
>
> > Hello Edward,
> >
> > You are correct, you will indeed need R installed on your WCOSS
host.
> > Version 3.2.5 is what is required for running the TCMPR plotter
code in
> > METplus.  I am inquiring to see which WCOSS hosts currently have R
> > installed, and the version.  Eventually, we will migrate this
> functionality
> > into a Python implementation that will be found in the METplotpy
> repository.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate
via RT <
> > met_help at ucar.edu> wrote:
> >
> >>
> >> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> >> Transaction: Ticket created by edward.strobach at noaa.gov
> >>        Queue: met_help
> >>      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE
in the
> >> TCMPRPlotter routine
> >>        Owner: Nobody
> >>   Requestors: edward.strobach at noaa.gov
> >>       Status: new
> >>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
> >>
> >>
> >> Good afternoon,
> >>
> >> I'm getting a "no file or directory" error regardless of whether
I
> assign
> >> a
> >> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At
first I
> >> thought it was related to how I was defining this setting, but
realized
> >> that it was not set in the basic use case.  There is a reference
to the
> >> pipeline.py script in the log file on line 283.
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >>
> >> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192) ERROR:
Fatal
> >> error occurredTraceback (most recent call last):  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> >> line 283, in launch    os.execvp(cmd[0],cmd)  File
> >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line 559,
> in
> >> execvp    _execvpe(file, args)  File
> >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line 604,
> in
> >> _execvpe    raise last_exc.with_traceback(tb)  File
> >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line 594,
> in
> >> _execvpe    exec_func(fullname, *argrest)FileNotFoundError:
[Errno 2] No
> >> such file or directoryDuring handling of the above exception,
another
> >> exception occurred:Traceback (most recent call last):  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> >> line 169, in run_metplus    process.run_all_times()  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> >> line 262, in run_all_times    checkrun(cmd)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> >> line 465, in checkrun    r=run(arg,logger=logger)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> >> line 449, in run    p=make_pipeline(arg,False,logger=logger)
File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> >> line 354, in make_pipeline    binary=b)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> >> line 604, in __init__    runner._gen(self,logger=logger)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> >> line 973, in _gen    pipeline._impl_add(self._args,(next is
> >> None),cd=self._cd,**kwargs)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> >> line 641, in _impl_add
> >> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)  File
> >>
> >>
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> >> line 288, in launch    sys.exit(2)SystemExit: 2*
> >>
> >> The basic use case suggests that a precondition to use
TCMPRPlotter is
> >> having R loaded.  Since I don't have R loaded, I'm wondering if
this is
> >> the
> >> issue, and if it is, what version of R should I load on WCOSS?
> >>
> >>
> >> --
> >> 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: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Minna Win
Time: Wed Sep 02 14:31:23 2020

Hello Edward,

Unfortunately, there is currently nothing available that performs what
the
R script does.  This is why METplus is working towards migrating
plotting
scripts from R to Python.

Regards,
Minna
---------------
Minna Win
National Center for Atmospheric Research
Developmental Testbed Center
Phone: 303-497-8423
Fax:   303-497-8401



On Wed, Sep 2, 2020 at 9:33 AM Edward Strobach - NOAA Affiliate via RT
<
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
>
> oh.. that's really inconvenient.  I'm running global tests on WCOSS
for a
> physics change slated to be incorporated in v17.  I'm not set-up to
do this
> on hera, unfortunately.  Since the emphasis is on tropical cyclone
track
> and intensity verification, I'm trying to use met's TC tools to
process the
> data.  I've been successful with TCPairs and TCStat, although I was
not
> able to view my mv_tc_metplus database on the metviewer GUI under
> Ed_Strobach.  Is there a workaround for running TCMPRPlotter, or
will I
> have to move on to something else?
>
> On Wed, Sep 2, 2020 at 11:28 AM Minna Win via RT <met_help at ucar.edu>
> wrote:
>
> > Hello Edward,
> >
> > I just learned that R is NOT installed on any of the WCOSS hosts.
R is
> > installed on 'hera' (version unknown), do you have access to that
host?
> > MET 9.1 is installed on 'hera', as is METplus 3.1.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research
> > Developmental Testbed Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Wed, Sep 2, 2020 at 9:23 AM Minna Win-Gildenmeister <
> minnawin at ucar.edu>
> > wrote:
> >
> > > Hello Edward,
> > >
> > > You are correct, you will indeed need R installed on your WCOSS
host.
> > > Version 3.2.5 is what is required for running the TCMPR plotter
code in
> > > METplus.  I am inquiring to see which WCOSS hosts currently have
R
> > > installed, and the version.  Eventually, we will migrate this
> > functionality
> > > into a Python implementation that will be found in the METplotpy
> > repository.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA Affiliate
via RT
> <
> > > met_help at ucar.edu> wrote:
> > >
> > >>
> > >> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> > >> Transaction: Ticket created by edward.strobach at noaa.gov
> > >>        Queue: met_help
> > >>      Subject: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE
in the
> > >> TCMPRPlotter routine
> > >>        Owner: Nobody
> > >>   Requestors: edward.strobach at noaa.gov
> > >>       Status: new
> > >>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540
> >
> > >>
> > >>
> > >> Good afternoon,
> > >>
> > >> I'm getting a "no file or directory" error regardless of
whether I
> > assign
> > >> a
> > >> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At
first I
> > >> thought it was related to how I was defining this setting, but
> realized
> > >> that it was not set in the basic use case.  There is a
reference to
> the
> > >> pipeline.py script in the log file on line 283.
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >>
> > >> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192)
ERROR:
> Fatal
> > >> error occurredTraceback (most recent call last):  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > >> line 283, in launch    os.execvp(cmd[0],cmd)  File
> > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> 559,
> > in
> > >> execvp    _execvpe(file, args)  File
> > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> 604,
> > in
> > >> _execvpe    raise last_exc.with_traceback(tb)  File
> > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> 594,
> > in
> > >> _execvpe    exec_func(fullname, *argrest)FileNotFoundError:
[Errno 2]
> No
> > >> such file or directoryDuring handling of the above exception,
another
> > >> exception occurred:Traceback (most recent call last):  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> > >> line 169, in run_metplus    process.run_all_times()  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> > >> line 262, in run_all_times    checkrun(cmd)  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > >> line 465, in checkrun    r=run(arg,logger=logger)  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > >> line 449, in run    p=make_pipeline(arg,False,logger=logger)
File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > >> line 354, in make_pipeline    binary=b)  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > >> line 604, in __init__    runner._gen(self,logger=logger)  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> > >> line 973, in _gen    pipeline._impl_add(self._args,(next is
> > >> None),cd=self._cd,**kwargs)  File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > >> line 641, in _impl_add
> > >> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)
File
> > >>
> > >>
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > >> line 288, in launch    sys.exit(2)SystemExit: 2*
> > >>
> > >> The basic use case suggests that a precondition to use
TCMPRPlotter is
> > >> having R loaded.  Since I don't have R loaded, I'm wondering if
this
> is
> > >> the
> > >> issue, and if it is, what version of R should I load on WCOSS?
> > >>
> > >>
> > >> --
> > >> 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: issues with TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in the TCMPRPlotter routine
From: Edward Strobach - NOAA Affiliate
Time: Wed Sep 02 14:35:40 2020

Thanks.  I guess I'll go ahead and develop my own verification for the
time
being since I have the ADECK and BDECK files.

On Wed, Sep 2, 2020 at 4:31 PM Minna Win via RT <met_help at ucar.edu>
wrote:

> Hello Edward,
>
> Unfortunately, there is currently nothing available that performs
what the
> R script does.  This is why METplus is working towards migrating
plotting
> scripts from R to Python.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research
> Developmental Testbed Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Wed, Sep 2, 2020 at 9:33 AM Edward Strobach - NOAA Affiliate via
RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540 >
> >
> > oh.. that's really inconvenient.  I'm running global tests on
WCOSS for a
> > physics change slated to be incorporated in v17.  I'm not set-up
to do
> this
> > on hera, unfortunately.  Since the emphasis is on tropical cyclone
track
> > and intensity verification, I'm trying to use met's TC tools to
process
> the
> > data.  I've been successful with TCPairs and TCStat, although I
was not
> > able to view my mv_tc_metplus database on the metviewer GUI under
> > Ed_Strobach.  Is there a workaround for running TCMPRPlotter, or
will I
> > have to move on to something else?
> >
> > On Wed, Sep 2, 2020 at 11:28 AM Minna Win via RT
<met_help at ucar.edu>
> > wrote:
> >
> > > Hello Edward,
> > >
> > > I just learned that R is NOT installed on any of the WCOSS
hosts.  R is
> > > installed on 'hera' (version unknown), do you have access to
that host?
> > > MET 9.1 is installed on 'hera', as is METplus 3.1.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research
> > > Developmental Testbed Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Wed, Sep 2, 2020 at 9:23 AM Minna Win-Gildenmeister <
> > minnawin at ucar.edu>
> > > wrote:
> > >
> > > > Hello Edward,
> > > >
> > > > You are correct, you will indeed need R installed on your
WCOSS host.
> > > > Version 3.2.5 is what is required for running the TCMPR
plotter code
> in
> > > > METplus.  I am inquiring to see which WCOSS hosts currently
have R
> > > > installed, and the version.  Eventually, we will migrate this
> > > functionality
> > > > into a Python implementation that will be found in the
METplotpy
> > > repository.
> > > >
> > > > Regards,
> > > > Minna
> > > > ---------------
> > > > Minna Win
> > > > National Center for Atmospheric Research
> > > > Developmental Testbed Center
> > > > Phone: 303-497-8423
> > > > Fax:   303-497-8401
> > > >
> > > >
> > > >
> > > > On Wed, Sep 2, 2020 at 5:31 AM Edward Strobach - NOAA
Affiliate via
> RT
> > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > >>
> > > >> Wed Sep 02 05:30:47 2020: Request 96540 was acted upon.
> > > >> Transaction: Ticket created by edward.strobach at noaa.gov
> > > >>        Queue: met_help
> > > >>      Subject: issues with
TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE in
> the
> > > >> TCMPRPlotter routine
> > > >>        Owner: Nobody
> > > >>   Requestors: edward.strobach at noaa.gov
> > > >>       Status: new
> > > >>  Ticket <URL:
> https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=96540
> > >
> > > >>
> > > >>
> > > >> Good afternoon,
> > > >>
> > > >> I'm getting a "no file or directory" error regardless of
whether I
> > > assign
> > > >> a
> > > >> filename to TCMPR_PLOTTER_FILTERED_TCST_DATE_FILE or not.  At
first
> I
> > > >> thought it was related to how I was defining this setting,
but
> > realized
> > > >> that it was not set in the basic use case.  There is a
reference to
> > the
> > > >> pipeline.py script in the log file on line 283.
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >>
> > > >> *09/01 21:01:29.834 metplus.TCMPRPlotter (met_util.py:192)
ERROR:
> > Fatal
> > > >> error occurredTraceback (most recent call last):  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > > >> line 283, in launch    os.execvp(cmd[0],cmd)  File
> > > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> > 559,
> > > in
> > > >> execvp    _execvpe(file, args)  File
> > > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> > 604,
> > > in
> > > >> _execvpe    raise last_exc.with_traceback(tb)  File
> > > >> "/usrx/local/prod/packages/python/3.6.3/lib/python3.6/os.py",
line
> > 594,
> > > in
> > > >> _execvpe    exec_func(fullname, *argrest)FileNotFoundError:
[Errno
> 2]
> > No
> > > >> such file or directoryDuring handling of the above exception,
> another
> > > >> exception occurred:Traceback (most recent call last):  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/met_util.py",
> > > >> line 169, in run_metplus    process.run_all_times()  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/tcmpr_plotter_wrapper.py",
> > > >> line 262, in run_all_times    checkrun(cmd)  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > > >> line 465, in checkrun    r=run(arg,logger=logger)  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > > >> line 449, in run    p=make_pipeline(arg,False,logger=logger)
File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/run.py",
> > > >> line 354, in make_pipeline    binary=b)  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > > >> line 604, in __init__    runner._gen(self,logger=logger)
File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/prog.py",
> > > >> line 973, in _gen    pipeline._impl_add(self._args,(next is
> > > >> None),cd=self._cd,**kwargs)  File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > > >> line 641, in _impl_add
> > > >> (p,i,o,e)=launch(command,env,pin,pout,perr,self.__debug,cd)
File
> > > >>
> > > >>
> > >
> >
>
"/gpfs/dell2/emc/modeling/save/Edward.Strobach/MetPlus/METplus/ush/produtil/pipeline.py",
> > > >> line 288, in launch    sys.exit(2)SystemExit: 2*
> > > >>
> > > >> The basic use case suggests that a precondition to use
TCMPRPlotter
> is
> > > >> having R loaded.  Since I don't have R loaded, I'm wondering
if this
> > is
> > > >> the
> > > >> issue, and if it is, what version of R should I load on
WCOSS?
> > > >>
> > > >>
> > > >> --
> > > >> Edward Strobach
> > > >> EMC/NCEP/NWS/
> > > >> IMSG Contractor
> > > >> Cubicle#: 2029
> > > >> 301-683-3717
> > > >>
> > > >>
> > >
> > >
> >
> > --
> > Edward Strobach
> > EMC/NCEP/NWS/
> > IMSG Contractor
> > Cubicle#: 2029
> > 301-683-3717
> >
> >
>
>

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

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


More information about the Met_help mailing list