[Met_help] [rt.rap.ucar.edu #95700] History for ATCFLineTrack Line Error

John Halley Gotway via RT met_help at ucar.edu
Mon Jun 22 16:47:45 MDT 2020


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

Hello,

I am trying to run TcPairs through a feature relative use case I've
adapted.
eyewall:/d1/lblank/SBU/TCStat_SeriesAnalysis_fcstGEFS_obsGFS_FeatureRelative_SeriesByLead_SBU_IVT.conf

When attempting to run TcPairs on the two track files I have
(/d1/lblank/SBU/dorian_data/track_data), my METplus use case doesn't return
with any track information. However, when I run the following command:

/usr/local/met-9.0/bin/tc_pairs -adeck
/d1/lblank/SBU/dorian_data/track_data/aal052019.dat -bdeck
/d1/lblank/SBUdorian_data/track_data/bal052019.dat -config
/d1/lblank/SBU/TCPairsConfig_default -v 5

I get output that matches my specifications. I'm not sure what the problem
is and could use some help, please.

Best,
Lindsay


-- 
Lindsay R. Blank
Associate Scientist
Joint Numerical Testbed Program
National Center for Atmospheric Research
+1 (303)-497-2772

*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.*


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

Subject: ATCFLineTrack Line Error
From: Lindsay Blank
Time: Mon Jun 22 16:19:11 2020

Nevermind, I was able to fix the problem after changing a setting from
"yes" to "no" right after I sent this request. Please disregard!

On Mon, Jun 22, 2020 at 4:17 PM met_help at ucar.edu via RT
<met_help at ucar.edu>
wrote:

>
> Greetings,
>
> This message has been automatically generated in response to the
creation
> of a trouble ticket regarding:
>         "ATCFLineTrack Line Error",
> a summary of which appears below.
>
> There is no need to reply to this message right now.  Your ticket
has been
> assigned an ID of [rt.rap.ucar.edu #95700].
>
> Please include the string:
>
>          [rt.rap.ucar.edu #95700]
>
> in the subject line of all future correspondence about this issue.
To do
> so, you may reply to this message.
>
> For more information, please see:
>
> MET Online Tutorial:
>
https://www.dtcenter.org/met/users/support/online_tutorial/index.php
>
> MET Users Guide:
>    https://www.dtcenter.org/met/users/docs/overview.php
>
> MET FAQs:
>    https://www.dtcenter.org/met/users/support/faqs/index.php
>
> MET-Help Email Archive:
>    http://mailman.ucar.edu/pipermail/met_help
>
>                         Thank you,
>                         met_help at ucar.edu
>
>
-------------------------------------------------------------------------
> Hello,
>
> I am trying to run TcPairs through a feature relative use case I've
> adapted.
>
>
eyewall:/d1/lblank/SBU/TCStat_SeriesAnalysis_fcstGEFS_obsGFS_FeatureRelative_SeriesByLead_SBU_IVT.conf
>
> When attempting to run TcPairs on the two track files I have
> (/d1/lblank/SBU/dorian_data/track_data), my METplus use case doesn't
return
> with any track information. However, when I run the following
command:
>
> /usr/local/met-9.0/bin/tc_pairs -adeck
> /d1/lblank/SBU/dorian_data/track_data/aal052019.dat -bdeck
> /d1/lblank/SBUdorian_data/track_data/bal052019.dat -config
> /d1/lblank/SBU/TCPairsConfig_default -v 5
>
> I get output that matches my specifications. I'm not sure what the
problem
> is and could use some help, please.
>
> Best,
> Lindsay
>
>
> --
> Lindsay R. Blank
> Associate Scientist
> Joint Numerical Testbed Program
> National Center for Atmospheric Research
> +1 (303)-497-2772
>
> *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.*
>
>

--
Lindsay R. Blank
Associate Scientist
Joint Numerical Testbed Program
National Center for Atmospheric Research
+1 (303)-497-2772

*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: ATCFLineTrack Line Error
From: John Halley Gotway
Time: Mon Jun 22 16:38:51 2020

Lindsay,

Good news, this is easy to fix. You have a typo in the command you
sent.
You're missing a '/' between "SBU" and "dorian_data" in the "-bdeck"
command line argument. I figured this out by running that command and
seeing this warning message in the log message:

WARNING:

WARNING: get_filenames() -> can't stat
"/d1/lblank/SBUdorian_data/track_data/bal052019.dat"

WARNING:


Correcting that typo and rerunning:


/usr/local/met-9.0/bin/tc_pairs \

-adeck /d1/lblank/SBU/dorian_data/track_data/aal052019.dat \

-bdeck /d1/lblank/SBU/dorian_data/track_data/bal052019.dat \

-config /d1/lblank/SBU/TCPairsConfig_default -v 5


Does indeed produce output.


John

On Mon, Jun 22, 2020 at 4:16 PM Lindsay Blank via RT
<met_help at ucar.edu>
wrote:

>
> Mon Jun 22 16:11:57 2020: Request 95700 was acted upon.
> Transaction: Ticket created by lblank at ucar.edu
>        Queue: met_help
>      Subject: ATCFLineTrack Line Error
>        Owner: Nobody
>   Requestors: lblank at ucar.edu
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=95700 >
>
>
> Hello,
>
> I am trying to run TcPairs through a feature relative use case I've
> adapted.
>
>
eyewall:/d1/lblank/SBU/TCStat_SeriesAnalysis_fcstGEFS_obsGFS_FeatureRelative_SeriesByLead_SBU_IVT.conf
>
> When attempting to run TcPairs on the two track files I have
> (/d1/lblank/SBU/dorian_data/track_data), my METplus use case doesn't
return
> with any track information. However, when I run the following
command:
>
> /usr/local/met-9.0/bin/tc_pairs -adeck
> /d1/lblank/SBU/dorian_data/track_data/aal052019.dat -bdeck
> /d1/lblank/SBUdorian_data/track_data/bal052019.dat -config
> /d1/lblank/SBU/TCPairsConfig_default -v 5
>
> I get output that matches my specifications. I'm not sure what the
problem
> is and could use some help, please.
>
> Best,
> Lindsay
>
>
> --
> Lindsay R. Blank
> Associate Scientist
> Joint Numerical Testbed Program
> National Center for Atmospheric Research
> +1 (303)-497-2772
>
> *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.*
>
>

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


More information about the Met_help mailing list