[Met_help] [rt.rap.ucar.edu #92848] History for MET V8.1.1 config files (UNCLASSIFIED)

John Halley Gotway via RT met_help at ucar.edu
Wed Oct 30 11:43:25 MDT 2019


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

CLASSIFICATION: UNCLASSIFIED

I am running MET V8.1.1 as a Singularity container on an HPC. How can I get
access to the config files so I can copy and use? I don't know of a way to
navigate into the container to look for the /config directory. Are they
available online for download?

Thanks.

R/
John
Mr. John W. Raby
U.S. Army Research Laboratory
White Sands Missile Range, NM 88002
(575) 678-2004 DSN 258-2004
FAX (575) 678-1230 DSN 258-1230
Email: john.w.raby2.civ at mail.mil




CLASSIFICATION: UNCLASSIFIED


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

Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: John Halley Gotway
Time: Tue Oct 29 21:30:13 2019

John,

Many options here.

Probably the easiest is just pulling them from GitHub from the
master_v8.1
branch:

https://github.com/NCAR/MET/tree/master_v8.1/met/data/config

A second option is downloading the MET tarballs from the website and
pulling them from there:

https://dtcenter.org/community-code/model-evaluation-tools-
met/download

Or there really should be a command you could use to copy files out of
the
container to your local machine.  I could figure it out for Docker but
don’t know what it’d be for singularity.

Hope that helps get you going.

Thanks,
John

On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> Transaction: Ticket created by john.w.raby2.civ at mail.mil
>        Queue: met_help
>      Subject: MET V8.1.1 config files (UNCLASSIFIED)
>        Owner: Nobody
>   Requestors: john.w.raby2.civ at mail.mil
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
>
> CLASSIFICATION: UNCLASSIFIED
>
> I am running MET V8.1.1 as a Singularity container on an HPC. How
can I get
> access to the config files so I can copy and use? I don't know of a
way to
> navigate into the container to look for the /config directory. Are
they
> available online for download?
>
> Thanks.
>
> R/
> John
> Mr. John W. Raby
> U.S. Army Research Laboratory
> White Sands Missile Range, NM 88002
> (575) 678-2004 DSN 258-2004
> FAX (575) 678-1230 DSN 258-1230
> Email: john.w.raby2.civ at mail.mil
>
>
>
>
> CLASSIFICATION: UNCLASSIFIED
>
>

------------------------------------------------
Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: Raby, John W USA CIV
Time: Wed Oct 30 07:17:33 2019

CLASSIFICATION: UNCLASSIFIED

John -

Thanks for providing those options. If I learn of the command to copy
out of a Singularity container, I'll let you know.

About the only reason for preferring to download the tarball is
because it is specific for V8.1.1. Is there any reason the config
files would be any different for V8.1 on the GitHub?

R/
John

-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Tuesday, October 29, 2019 9:30 PM
To: Raby, John W CIV USARMY CCDC ARL (USA) <john.w.raby2.civ at mail.mil>
Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
config files (UNCLASSIFIED)

All active links contained in this email were disabled.  Please verify
the identity of the sender, and confirm the authenticity of all links
contained within the message prior to copying and pasting the address
to a Web browser.




----

John,

Many options here.

Probably the easiest is just pulling them from GitHub from the
master_v8.1
branch:

Caution-https://github.com/NCAR/MET/tree/master_v8.1/met/data/config

A second option is downloading the MET tarballs from the website and
pulling them from there:

Caution-https://dtcenter.org/community-code/model-evaluation-tools-
met/download

Or there really should be a command you could use to copy files out of
the container to your local machine.  I could figure it out for Docker
but don’t know what it’d be for singularity.

Hope that helps get you going.

Thanks,
John

On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> Transaction: Ticket created by john.w.raby2.civ at mail.mil
>        Queue: met_help
>      Subject: MET V8.1.1 config files (UNCLASSIFIED)
>        Owner: Nobody
>   Requestors: john.w.raby2.civ at mail.mil
>       Status: new
>  Ticket <Caution-url:
> Caution-https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
>
> CLASSIFICATION: UNCLASSIFIED
>
> I am running MET V8.1.1 as a Singularity container on an HPC. How
can
> I get access to the config files so I can copy and use? I don't know
> of a way to navigate into the container to look for the /config
> directory. Are they available online for download?
>
> Thanks.
>
> R/
> John
> Mr. John W. Raby
> U.S. Army Research Laboratory
> White Sands Missile Range, NM 88002
> (575) 678-2004 DSN 258-2004
> FAX (575) 678-1230 DSN 258-1230
> Email: john.w.raby2.civ at mail.mil
>
>
>
>
> CLASSIFICATION: UNCLASSIFIED
>
>

CLASSIFICATION: UNCLASSIFIED

------------------------------------------------
Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: John Halley Gotway
Time: Wed Oct 30 10:56:37 2019

John,

FYI, here's the commands I used to pull files from the docker
container:

*# Pull image*

*docker pull dtcenter/met:8.1.1*

*# Create a local empty directory*
*mkdir config*

*# Run an interactive bash shell in the container, mapping my local
empty*
*# 'config' directory into /config inside the container.*
*docker run --rm -it -v /Users/johnhg/config:/config
dtcenter/met:8.1.1
/bin/bash*

*# Once inside the container, copy the files into the /config
directory*
*cp /met/met-8.1.1/data/config/* /config/.*

*# Exit the container, back to my local machine*
*exit*

*# List the contents of my previously empty config directory to see
the*
*# config files I extracted from the image.*
*ls config*

I was trying to find a one-liner to do all these steps at the same
time,
but never got that to work.  Not sure how to translate these steps
over to
singularity.

Thanks,
John

On Wed, Oct 30, 2019 at 7:18 AM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
> CLASSIFICATION: UNCLASSIFIED
>
> John -
>
> Thanks for providing those options. If I learn of the command to
copy out
> of a Singularity container, I'll let you know.
>
> About the only reason for preferring to download the tarball is
because it
> is specific for V8.1.1. Is there any reason the config files would
be any
> different for V8.1 on the GitHub?
>
> R/
> John
>
> -----Original Message-----
> From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
> Sent: Tuesday, October 29, 2019 9:30 PM
> To: Raby, John W CIV USARMY CCDC ARL (USA)
<john.w.raby2.civ at mail.mil>
> Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
config
> files (UNCLASSIFIED)
>
> All active links contained in this email were disabled.  Please
verify the
> identity of the sender, and confirm the authenticity of all links
contained
> within the message prior to copying and pasting the address to a Web
> browser.
>
>
>
>
> ----
>
> John,
>
> Many options here.
>
> Probably the easiest is just pulling them from GitHub from the
master_v8.1
> branch:
>
> Caution-https://github.com/NCAR/MET/tree/master_v8.1/met/data/config
>
> A second option is downloading the MET tarballs from the website and
> pulling them from there:
>
> Caution-
> https://dtcenter.org/community-code/model-evaluation-tools-
met/download
>
> Or there really should be a command you could use to copy files out
of the
> container to your local machine.  I could figure it out for Docker
but
> don’t know what it’d be for singularity.
>
> Hope that helps get you going.
>
> Thanks,
> John
>
> On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> > Transaction: Ticket created by john.w.raby2.civ at mail.mil
> >        Queue: met_help
> >      Subject: MET V8.1.1 config files (UNCLASSIFIED)
> >        Owner: Nobody
> >   Requestors: john.w.raby2.civ at mail.mil
> >       Status: new
> >  Ticket <Caution-url:
> > Caution-https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
> >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> > I am running MET V8.1.1 as a Singularity container on an HPC. How
can
> > I get access to the config files so I can copy and use? I don't
know
> > of a way to navigate into the container to look for the /config
> > directory. Are they available online for download?
> >
> > Thanks.
> >
> > R/
> > John
> > Mr. John W. Raby
> > U.S. Army Research Laboratory
> > White Sands Missile Range, NM 88002
> > (575) 678-2004 DSN 258-2004
> > FAX (575) 678-1230 DSN 258-1230
> > Email: john.w.raby2.civ at mail.mil
> >
> >
> >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> >
>
> CLASSIFICATION: UNCLASSIFIED
>
>

------------------------------------------------
Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: Raby, John W USA CIV
Time: Wed Oct 30 11:06:25 2019

CLASSIFICATION: UNCLASSIFIED

Thanks, John. This may help as the process may be similar(ity):>
Are the V8.1 config files the same as those for V8.1.1?


-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Wednesday, October 30, 2019 10:57 AM
To: Raby, John W CIV USARMY CCDC ARL (USA) <john.w.raby2.civ at mail.mil>
Subject: Re: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
config files (UNCLASSIFIED)

All active links contained in this email were disabled.  Please verify
the identity of the sender, and confirm the authenticity of all links
contained within the message prior to copying and pasting the address
to a Web browser.




----

John,

FYI, here's the commands I used to pull files from the docker
container:

*# Pull image*

*docker pull dtcenter/met:8.1.1*

*# Create a local empty directory*
*mkdir config*

*# Run an interactive bash shell in the container, mapping my local
empty* *# 'config' directory into /config inside the container.*
*docker run --rm -it -v /Users/johnhg/config:/config
dtcenter/met:8.1.1
/bin/bash*

*# Once inside the container, copy the files into the /config
directory* *cp /met/met-8.1.1/data/config/* /config/.*

*# Exit the container, back to my local machine*
*exit*

*# List the contents of my previously empty config directory to see
the* *# config files I extracted from the image.* *ls config*

I was trying to find a one-liner to do all these steps at the same
time, but never got that to work.  Not sure how to translate these
steps over to singularity.

Thanks,
John

On Wed, Oct 30, 2019 at 7:18 AM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> <Caution-url:
> Caution-https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
> CLASSIFICATION: UNCLASSIFIED
>
> John -
>
> Thanks for providing those options. If I learn of the command to
copy
> out of a Singularity container, I'll let you know.
>
> About the only reason for preferring to download the tarball is
> because it is specific for V8.1.1. Is there any reason the config
> files would be any different for V8.1 on the GitHub?
>
> R/
> John
>
> -----Original Message-----
> From: John Halley Gotway via RT [Caution-mailto:met_help at ucar.edu]
> Sent: Tuesday, October 29, 2019 9:30 PM
> To: Raby, John W CIV USARMY CCDC ARL (USA)
<john.w.raby2.civ at mail.mil>
> Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
> config files (UNCLASSIFIED)
>
> All active links contained in this email were disabled.  Please
verify
> the identity of the sender, and confirm the authenticity of all
links
> contained within the message prior to copying and pasting the
address
> to a Web browser.
>
>
>
>
> ----
>
> John,
>
> Many options here.
>
> Probably the easiest is just pulling them from GitHub from the
> master_v8.1
> branch:
>
> Caution-Caution-
https://github.com/NCAR/MET/tree/master_v8.1/met/data/
> config
>
> A second option is downloading the MET tarballs from the website and
> pulling them from there:
>
> Caution-
> Caution-https://dtcenter.org/community-code/model-evaluation-tools-
met
> /download
>
> Or there really should be a command you could use to copy files out
of
> the container to your local machine.  I could figure it out for
Docker
> but don’t know what it’d be for singularity.
>
> Hope that helps get you going.
>
> Thanks,
> John
>
> On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
> met_help at ucar.edu> wrote:
>
> >
> > Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> > Transaction: Ticket created by john.w.raby2.civ at mail.mil
> >        Queue: met_help
> >      Subject: MET V8.1.1 config files (UNCLASSIFIED)
> >        Owner: Nobody
> >   Requestors: john.w.raby2.civ at mail.mil
> >       Status: new
> >  Ticket <Caution-Caution-url:
> > Caution-Caution-
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92
> > 848 >
> >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> > I am running MET V8.1.1 as a Singularity container on an HPC. How
> > can I get access to the config files so I can copy and use? I
don't
> > know of a way to navigate into the container to look for the
/config
> > directory. Are they available online for download?
> >
> > Thanks.
> >
> > R/
> > John
> > Mr. John W. Raby
> > U.S. Army Research Laboratory
> > White Sands Missile Range, NM 88002
> > (575) 678-2004 DSN 258-2004
> > FAX (575) 678-1230 DSN 258-1230
> > Email: john.w.raby2.civ at mail.mil
> >
> >
> >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> >
>
> CLASSIFICATION: UNCLASSIFIED
>
>

CLASSIFICATION: UNCLASSIFIED

------------------------------------------------
Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: John Halley Gotway
Time: Wed Oct 30 11:33:44 2019

John,

Yes, the v8.1.1 config files are the same as the ones for v8.1.

We do not change any of the config file options for bugfix releases.
So
that means we don't change anything in v8.1.1 or v8.1.2.

Thanks,
John

On Wed, Oct 30, 2019 at 11:06 AM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
> CLASSIFICATION: UNCLASSIFIED
>
> Thanks, John. This may help as the process may be similar(ity):>
> Are the V8.1 config files the same as those for V8.1.1?
>
>
> -----Original Message-----
> From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
> Sent: Wednesday, October 30, 2019 10:57 AM
> To: Raby, John W CIV USARMY CCDC ARL (USA)
<john.w.raby2.civ at mail.mil>
> Subject: Re: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET
V8.1.1
> config files (UNCLASSIFIED)
>
> All active links contained in this email were disabled.  Please
verify the
> identity of the sender, and confirm the authenticity of all links
contained
> within the message prior to copying and pasting the address to a Web
> browser.
>
>
>
>
> ----
>
> John,
>
> FYI, here's the commands I used to pull files from the docker
container:
>
> *# Pull image*
>
> *docker pull dtcenter/met:8.1.1*
>
> *# Create a local empty directory*
> *mkdir config*
>
> *# Run an interactive bash shell in the container, mapping my local
empty*
> *# 'config' directory into /config inside the container.* *docker
run --rm
> -it -v /Users/johnhg/config:/config dtcenter/met:8.1.1
> /bin/bash*
>
> *# Once inside the container, copy the files into the /config
directory*
> *cp /met/met-8.1.1/data/config/* /config/.*
>
> *# Exit the container, back to my local machine*
> *exit*
>
> *# List the contents of my previously empty config directory to see
the*
> *# config files I extracted from the image.* *ls config*
>
> I was trying to find a one-liner to do all these steps at the same
time,
> but never got that to work.  Not sure how to translate these steps
over to
> singularity.
>
> Thanks,
> John
>
> On Wed, Oct 30, 2019 at 7:18 AM Raby, John W USA CIV via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <Caution-url:
> > Caution-https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> > John -
> >
> > Thanks for providing those options. If I learn of the command to
copy
> > out of a Singularity container, I'll let you know.
> >
> > About the only reason for preferring to download the tarball is
> > because it is specific for V8.1.1. Is there any reason the config
> > files would be any different for V8.1 on the GitHub?
> >
> > R/
> > John
> >
> > -----Original Message-----
> > From: John Halley Gotway via RT [Caution-mailto:met_help at ucar.edu]
> > Sent: Tuesday, October 29, 2019 9:30 PM
> > To: Raby, John W CIV USARMY CCDC ARL (USA)
<john.w.raby2.civ at mail.mil>
> > Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
> > config files (UNCLASSIFIED)
> >
> > All active links contained in this email were disabled.  Please
verify
> > the identity of the sender, and confirm the authenticity of all
links
> > contained within the message prior to copying and pasting the
address
> > to a Web browser.
> >
> >
> >
> >
> > ----
> >
> > John,
> >
> > Many options here.
> >
> > Probably the easiest is just pulling them from GitHub from the
> > master_v8.1
> > branch:
> >
> > Caution-Caution-
https://github.com/NCAR/MET/tree/master_v8.1/met/data/
> > config
> >
> > A second option is downloading the MET tarballs from the website
and
> > pulling them from there:
> >
> > Caution-
> > Caution-https://dtcenter.org/community-code/model-evaluation-
tools-met
> > /download
> >
> > Or there really should be a command you could use to copy files
out of
> > the container to your local machine.  I could figure it out for
Docker
> > but don’t know what it’d be for singularity.
> >
> > Hope that helps get you going.
> >
> > Thanks,
> > John
> >
> > On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> > > Transaction: Ticket created by john.w.raby2.civ at mail.mil
> > >        Queue: met_help
> > >      Subject: MET V8.1.1 config files (UNCLASSIFIED)
> > >        Owner: Nobody
> > >   Requestors: john.w.raby2.civ at mail.mil
> > >       Status: new
> > >  Ticket <Caution-Caution-url:
> > > Caution-Caution-
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92
> > > 848 >
> > >
> > >
> > > CLASSIFICATION: UNCLASSIFIED
> > >
> > > I am running MET V8.1.1 as a Singularity container on an HPC.
How
> > > can I get access to the config files so I can copy and use? I
don't
> > > know of a way to navigate into the container to look for the
/config
> > > directory. Are they available online for download?
> > >
> > > Thanks.
> > >
> > > R/
> > > John
> > > Mr. John W. Raby
> > > U.S. Army Research Laboratory
> > > White Sands Missile Range, NM 88002
> > > (575) 678-2004 DSN 258-2004
> > > FAX (575) 678-1230 DSN 258-1230
> > > Email: john.w.raby2.civ at mail.mil
> > >
> > >
> > >
> > >
> > > CLASSIFICATION: UNCLASSIFIED
> > >
> > >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> >
>
> CLASSIFICATION: UNCLASSIFIED
>
>

------------------------------------------------
Subject: MET V8.1.1 config files (UNCLASSIFIED)
From: Raby, John W USA CIV
Time: Wed Oct 30 11:37:24 2019

CLASSIFICATION: UNCLASSIFIED

John -

Got it. Thanks for the clarification on bugfixes regards the config
files.

R/
John

-----Original Message-----
From: John Halley Gotway via RT [mailto:met_help at ucar.edu]
Sent: Wednesday, October 30, 2019 11:34 AM
To: Raby, John W CIV USARMY CCDC ARL (USA) <john.w.raby2.civ at mail.mil>
Subject: Re: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
config files (UNCLASSIFIED)

All active links contained in this email were disabled.  Please verify
the identity of the sender, and confirm the authenticity of all links
contained within the message prior to copying and pasting the address
to a Web browser.




----

John,

Yes, the v8.1.1 config files are the same as the ones for v8.1.

We do not change any of the config file options for bugfix releases.
So that means we don't change anything in v8.1.1 or v8.1.2.

Thanks,
John

On Wed, Oct 30, 2019 at 11:06 AM Raby, John W USA CIV via RT <
met_help at ucar.edu> wrote:

>
> <Caution-url:
> Caution-https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92848 >
>
> CLASSIFICATION: UNCLASSIFIED
>
> Thanks, John. This may help as the process may be similar(ity):> Are
> the V8.1 config files the same as those for V8.1.1?
>
>
> -----Original Message-----
> From: John Halley Gotway via RT [Caution-mailto:met_help at ucar.edu]
> Sent: Wednesday, October 30, 2019 10:57 AM
> To: Raby, John W CIV USARMY CCDC ARL (USA)
<john.w.raby2.civ at mail.mil>
> Subject: Re: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET
V8.1.1
> config files (UNCLASSIFIED)
>
> All active links contained in this email were disabled.  Please
verify
> the identity of the sender, and confirm the authenticity of all
links
> contained within the message prior to copying and pasting the
address
> to a Web browser.
>
>
>
>
> ----
>
> John,
>
> FYI, here's the commands I used to pull files from the docker
container:
>
> *# Pull image*
>
> *docker pull dtcenter/met:8.1.1*
>
> *# Create a local empty directory*
> *mkdir config*
>
> *# Run an interactive bash shell in the container, mapping my local
> empty* *# 'config' directory into /config inside the container.*
> *docker run --rm -it -v /Users/johnhg/config:/config
> dtcenter/met:8.1.1
> /bin/bash*
>
> *# Once inside the container, copy the files into the /config
> directory* *cp /met/met-8.1.1/data/config/* /config/.*
>
> *# Exit the container, back to my local machine*
> *exit*
>
> *# List the contents of my previously empty config directory to see
> the* *# config files I extracted from the image.* *ls config*
>
> I was trying to find a one-liner to do all these steps at the same
> time, but never got that to work.  Not sure how to translate these
> steps over to singularity.
>
> Thanks,
> John
>
> On Wed, Oct 30, 2019 at 7:18 AM Raby, John W USA CIV via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <Caution-Caution-url:
> > Caution-Caution-
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=92
> > 848 >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> > John -
> >
> > Thanks for providing those options. If I learn of the command to
> > copy out of a Singularity container, I'll let you know.
> >
> > About the only reason for preferring to download the tarball is
> > because it is specific for V8.1.1. Is there any reason the config
> > files would be any different for V8.1 on the GitHub?
> >
> > R/
> > John
> >
> > -----Original Message-----
> > From: John Halley Gotway via RT
> > [Caution-Caution-mailto:met_help at ucar.edu]
> > Sent: Tuesday, October 29, 2019 9:30 PM
> > To: Raby, John W CIV USARMY CCDC ARL (USA)
> > <john.w.raby2.civ at mail.mil>
> > Subject: [Non-DoD Source] Re: [rt.rap.ucar.edu #92848] MET V8.1.1
> > config files (UNCLASSIFIED)
> >
> > All active links contained in this email were disabled.  Please
> > verify the identity of the sender, and confirm the authenticity of
> > all links contained within the message prior to copying and
pasting
> > the address to a Web browser.
> >
> >
> >
> >
> > ----
> >
> > John,
> >
> > Many options here.
> >
> > Probably the easiest is just pulling them from GitHub from the
> > master_v8.1
> > branch:
> >
> > Caution-Caution-Caution-
https://github.com/NCAR/MET/tree/master_v8.1
> > /met/data/
> > config
> >
> > A second option is downloading the MET tarballs from the website
and
> > pulling them from there:
> >
> > Caution-
> > Caution-Caution-https://dtcenter.org/community-code/model-
evaluation
> > -tools-met
> > /download
> >
> > Or there really should be a command you could use to copy files
out
> > of the container to your local machine.  I could figure it out for
> > Docker but don’t know what it’d be for singularity.
> >
> > Hope that helps get you going.
> >
> > Thanks,
> > John
> >
> > On Tue, Oct 29, 2019 at 12:54 PM Raby, John W USA CIV via RT <
> > met_help at ucar.edu> wrote:
> >
> > >
> > > Tue Oct 29 12:53:54 2019: Request 92848 was acted upon.
> > > Transaction: Ticket created by john.w.raby2.civ at mail.mil
> > >        Queue: met_help
> > >      Subject: MET V8.1.1 config files (UNCLASSIFIED)
> > >        Owner: Nobody
> > >   Requestors: john.w.raby2.civ at mail.mil
> > >       Status: new
> > >  Ticket <Caution-Caution-Caution-url:
> > > Caution-Caution-Caution-
https://rt.rap.ucar.edu/rt/Ticket/Display.
> > > html?id=92
> > > 848 >
> > >
> > >
> > > CLASSIFICATION: UNCLASSIFIED
> > >
> > > I am running MET V8.1.1 as a Singularity container on an HPC.
How
> > > can I get access to the config files so I can copy and use? I
> > > don't know of a way to navigate into the container to look for
the
> > > /config directory. Are they available online for download?
> > >
> > > Thanks.
> > >
> > > R/
> > > John
> > > Mr. John W. Raby
> > > U.S. Army Research Laboratory
> > > White Sands Missile Range, NM 88002
> > > (575) 678-2004 DSN 258-2004
> > > FAX (575) 678-1230 DSN 258-1230
> > > Email: john.w.raby2.civ at mail.mil
> > >
> > >
> > >
> > >
> > > CLASSIFICATION: UNCLASSIFIED
> > >
> > >
> >
> > CLASSIFICATION: UNCLASSIFIED
> >
> >
>
> CLASSIFICATION: UNCLASSIFIED
>
>

CLASSIFICATION: UNCLASSIFIED

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


More information about the Met_help mailing list