[Met_help] [rt.rap.ucar.edu #100118] History for METbdload ver 4.0 for met-10.0

John Halley Gotway via RT met_help at ucar.edu
Mon Jul 12 15:52:31 MDT 2021


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

I am using the METviewer docker v4.0 and ran all the test successfully.

When using my data I got the following WARNING

----  MVLoad  ----

Version: 4.0.0

Begin time: 2021-06-04 18:30:02
Parsing: /data/load_met_abr2018.xml

Permutation 1 of 4 - /data/a20042018
  /data/a20042018/job_filter_operativo.stat
  **  WARNING: alpha value NA with line type 'VCNT'
        /data/a20042018/job_filter_operativo.stat:153

But the VCNT lines has a values not only NAN.
in addition the ECLV variables are not displayed in the database.
I am wondering if I have to change something in order to use V10.0 output
instead of V9.1 provided in the examples.

Thanks in advance for your help.

-- 
Dr. Jose Agustin Garcia Reynoso
Atmosfera <http://www.atmosfera.unam.mx/fqa>
*Centro de Ciencias de la Atmosfera, *UNAM
Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
Circuito de la Investigación Científica s/n Ciudad de México, 04510


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

Subject: METbdload ver 4.0 for met-10.0
From: John Halley Gotway
Time: Mon Jun 07 13:23:43 2021

Dr. Reynoso,

I see that you're using docker to run METviewer. You're trying to load
MET
version 10.0.0 into METviewer but are having trouble. So we have a
little
bit of version-itis going on here. You're definitely right, the
METplus-Training video about METviewer (
https://metplus-
training.readthedocs.io/en/latest/modules/METviewer/docker.html)
demonstrates the use of METviewer version 3.1, which is compatible
with MET
version 9.1 output. Hopefully this will be pretty easy to fix... we
just
need to update the version of METviewer you're running.

I see the issue here. We have you pull the image named
"dtcenter/metviewer":

*export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*

And that will give you the image tagged as "latest"... and latest
still
points to version 3.1 of METviewer. Can you please try rerunning...
but
change to explicitly specifying the v4.0.0 tag?

*export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*

That'd pull this version
<https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo>
of METviewer.

In the meantime, I'll check with the METviewer developers to see if we
can
update the latest tags to point to the 4.0.0 version.

Thanks,
John Halley Gotway

------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: Jose Agustín García Reynoso
Time: Mon Jun 07 14:19:56 2021

John Halley

I downloaded from GitHub metviewer 4.0 and followed the instructions
to
compile with docker.  I was able to ran metviewer 4.0. (png figure)
But
when running mv_load.sh  a warning is issued.
I followed your instructions and now the MET4.0-beta5 is loaded. I
still
getting the warnings about the loading.
May be is something else that it is called by the script mv_load.sh.
I send you a part of the data used to upload in the database (there
are 4
files but I just send 200 lines from the first) and the xml file used
to
load the database.

    mysql -hmysql_mv -uroot -pmvuser -e"create database
mv_fcst_20180420;"
    mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
/METviewer/sql/mv_mysql.sql
    /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml

Thanks in advance for your help.

El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway via RT (
met_help at ucar.edu) escribió:

> Dr. Reynoso,
>
> I see that you're using docker to run METviewer. You're trying to
load MET
> version 10.0.0 into METviewer but are having trouble. So we have a
little
> bit of version-itis going on here. You're definitely right, the
> METplus-Training video about METviewer (
>
> https://metplus-
training.readthedocs.io/en/latest/modules/METviewer/docker.html
> )
> demonstrates the use of METviewer version 3.1, which is compatible
with MET
> version 9.1 output. Hopefully this will be pretty easy to fix... we
just
> need to update the version of METviewer you're running.
>
> I see the issue here. We have you pull the image named
> "dtcenter/metviewer":
>
> *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
>
> And that will give you the image tagged as "latest"... and latest
still
> points to version 3.1 of METviewer. Can you please try rerunning...
but
> change to explicitly specifying the v4.0.0 tag?
>
> *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
>
> That'd pull this version
> <
>
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> >
> of METviewer.
>
> In the meantime, I'll check with the METviewer developers to see if
we can
> update the latest tags to point to the 4.0.0 version.
>
> Thanks,
> John Halley Gotway
>
>

--
Dr. Jose Agustin Garcia-Reynoso
Atmosfera <http://www.atmosfera.unam.mx/fqa>
*Centro de Ciencias de la Atmosfera, *UNAM
Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
Circuito de la Investigación Científica s/n Ciudad de México, 04510

[image: metviewer4.0.0.png]

------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: John Halley Gotway
Time: Fri Jun 11 16:27:31 2021

Jose,

Sorry for the delay in getting back to you on this. So you were able
to
get/run METviewer version 4.0.0. And you mentioned that you generated
stats
using a beta5 development version.

When I was trying to debug this, I ran into issues getting METviewer
to
launch on my laptop. When I ran "docker-compose up -d", I got the
following
error:

ERROR: for 3cda0057d31b_metviewer_1
 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out.
(read
timeout=60)

For this reason, I'm going to reassign this ticket to Tatiana, who
know
METviewer much better than I do.

Tatiana, I ran the following commands:

# Pull the docker-compose.yml file from main_v4.0
curl -SL
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
compose.yml
> docker-compose.yml

# Created some directories
mkdir -p met_out/stat_analysis MySQL METviewer

# Stored a sample file in met_out/stat_analysis
mv job_filter_operativo.stat met_out/stat_analysis

# Setup my environment
export METVIEWER_DATA=`pwd`/met_out
export MYSQL_DIR=`pwd`/MySQL
export METVIEWER_DIR=`pwd`/METviewer
export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer

# Launch METviewer
docker compose up -d

...

And that produced this error:
ERROR: for 3cda0057d31b_metviewer_1
 UnixHTTPConnectionPool(host='localhost', port=None): Read timed out.
(read
timeout=60)

Can you please take a look at it when you get a chance? Any idea what
might
have changed to cause this issue?

Thanks,
John

On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso via RT <
met_help at ucar.edu> wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
>
> John Halley
>
> I downloaded from GitHub metviewer 4.0 and followed the instructions
to
> compile with docker.  I was able to ran metviewer 4.0. (png figure)
But
> when running mv_load.sh  a warning is issued.
> I followed your instructions and now the MET4.0-beta5 is loaded. I
still
> getting the warnings about the loading.
> May be is something else that it is called by the script mv_load.sh.
> I send you a part of the data used to upload in the database (there
are 4
> files but I just send 200 lines from the first) and the xml file
used to
> load the database.
>
>     mysql -hmysql_mv -uroot -pmvuser -e"create database
mv_fcst_20180420;"
>     mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> /METviewer/sql/mv_mysql.sql
>     /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
>
> Thanks in advance for your help.
>
> El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway via RT (
> met_help at ucar.edu) escribió:
>
> > Dr. Reynoso,
> >
> > I see that you're using docker to run METviewer. You're trying to
load
> MET
> > version 10.0.0 into METviewer but are having trouble. So we have a
little
> > bit of version-itis going on here. You're definitely right, the
> > METplus-Training video about METviewer (
> >
> >
> https://metplus-
training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > )
> > demonstrates the use of METviewer version 3.1, which is compatible
with
> MET
> > version 9.1 output. Hopefully this will be pretty easy to fix...
we just
> > need to update the version of METviewer you're running.
> >
> > I see the issue here. We have you pull the image named
> > "dtcenter/metviewer":
> >
> > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> >
> > And that will give you the image tagged as "latest"... and latest
still
> > points to version 3.1 of METviewer. Can you please try
rerunning... but
> > change to explicitly specifying the v4.0.0 tag?
> >
> > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> >
> > That'd pull this version
> > <
> >
>
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > >
> > of METviewer.
> >
> > In the meantime, I'll check with the METviewer developers to see
if we
> can
> > update the latest tags to point to the 4.0.0 version.
> >
> > Thanks,
> > John Halley Gotway
> >
> >
>
> --
> Dr. Jose Agustin Garcia-Reynoso
> Atmosfera <http://www.atmosfera.unam.mx/fqa>
> *Centro de Ciencias de la Atmosfera, *UNAM
> Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> Circuito de la Investigación Científica s/n Ciudad de México, 04510
>
> [image: metviewer4.0.0.png]
>
>

------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: Jose Agustín García Reynoso
Time: Fri Jun 11 16:37:27 2021

John

Thanks for the update.
During this time I was using some Rscripts to make some additional
statistics and plots.
In addition we are converting docker infrastructure into singularity.

Regards

El El vie, 11 de junio de 2021 a la(s) 17:27, John Halley Gotway via
RT <
met_help at ucar.edu> escribió:

> Jose,
>
> Sorry for the delay in getting back to you on this. So you were able
to
> get/run METviewer version 4.0.0. And you mentioned that you
generated stats
> using a beta5 development version.
>
> When I was trying to debug this, I ran into issues getting METviewer
to
> launch on my laptop. When I ran "docker-compose up -d", I got the
following
> error:
>
> ERROR: for 3cda0057d31b_metviewer_1
>  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out. (read
> timeout=60)
>
> For this reason, I'm going to reassign this ticket to Tatiana, who
know
> METviewer much better than I do.
>
> Tatiana, I ran the following commands:
>
> # Pull the docker-compose.yml file from main_v4.0
> curl -SL
>
>
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
compose.yml
> > docker-compose.yml
>
> # Created some directories
> mkdir -p met_out/stat_analysis MySQL METviewer
>
> # Stored a sample file in met_out/stat_analysis
> mv job_filter_operativo.stat met_out/stat_analysis
>
> # Setup my environment
> export METVIEWER_DATA=`pwd`/met_out
> export MYSQL_DIR=`pwd`/MySQL
> export METVIEWER_DIR=`pwd`/METviewer
> export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer
>
> # Launch METviewer
> docker compose up -d
>
> ...
>
> And that produced this error:
> ERROR: for 3cda0057d31b_metviewer_1
>  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out. (read
> timeout=60)
>
> Can you please take a look at it when you get a chance? Any idea
what might
> have changed to cause this issue?
>
> Thanks,
> John
>
> On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso via RT <
> met_help at ucar.edu> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
> >
> > John Halley
> >
> > I downloaded from GitHub metviewer 4.0 and followed the
instructions to
> > compile with docker.  I was able to ran metviewer 4.0. (png
figure) But
> > when running mv_load.sh  a warning is issued.
> > I followed your instructions and now the MET4.0-beta5 is loaded. I
still
> > getting the warnings about the loading.
> > May be is something else that it is called by the script
mv_load.sh.
> > I send you a part of the data used to upload in the database
(there are 4
> > files but I just send 200 lines from the first) and the xml file
used to
> > load the database.
> >
> >     mysql -hmysql_mv -uroot -pmvuser -e"create database
> mv_fcst_20180420;"
> >     mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> > /METviewer/sql/mv_mysql.sql
> >     /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
> >
> > Thanks in advance for your help.
> >
> > El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway via RT
(
> > met_help at ucar.edu) escribió:
> >
> > > Dr. Reynoso,
> > >
> > > I see that you're using docker to run METviewer. You're trying
to load
> > MET
> > > version 10.0.0 into METviewer but are having trouble. So we have
a
> little
> > > bit of version-itis going on here. You're definitely right, the
> > > METplus-Training video about METviewer (
> > >
> > >
> >
> https://metplus-
training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > > )
> > > demonstrates the use of METviewer version 3.1, which is
compatible with
> > MET
> > > version 9.1 output. Hopefully this will be pretty easy to fix...
we
> just
> > > need to update the version of METviewer you're running.
> > >
> > > I see the issue here. We have you pull the image named
> > > "dtcenter/metviewer":
> > >
> > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> > >
> > > And that will give you the image tagged as "latest"... and
latest still
> > > points to version 3.1 of METviewer. Can you please try
rerunning... but
> > > change to explicitly specifying the v4.0.0 tag?
> > >
> > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> > >
> > > That'd pull this version
> > > <
> > >
> >
>
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > > >
> > > of METviewer.
> > >
> > > In the meantime, I'll check with the METviewer developers to see
if we
> > can
> > > update the latest tags to point to the 4.0.0 version.
> > >
> > > Thanks,
> > > John Halley Gotway
> > >
> > >
> >
> > --
> > Dr. Jose Agustin Garcia-Reynoso
> > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > *Centro de Ciencias de la Atmosfera, *UNAM
> > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > Circuito de la Investigación Científica s/n Ciudad de México,
04510
> >
> > [image: metviewer4.0.0.png]
> >
> >
>
> --
Dr. Jose Agustin Garcia Reynoso
Atmosfera <http://www.atmosfera.unam.mx/fqa>
*Centro de Ciencias de la Atmosfera, *UNAM
Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
Circuito de la Investigación Científica s/n Ciudad de México, 04510

------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: Tatiana Burek
Time: Mon Jun 14 10:47:09 2021

I was able to use the same commands and successfully build and run the
container.
I did not get UnixHTTPConnectionPool error...
The only issue I run is after I updated Docker to 20.10.7 docker-
compose.yml was processed as invalid  and I had to add 'services' as
an upper level for the JSON to fix it.

The see warnings during the data loading is common and it means that
some minor problem was occurring but the data was loaded anyway.

Tatiana


On Fri Jun 11 16:37:27 2021, agustin at atmosfera.unam.mx wrote:
> John
>
> Thanks for the update.
> During this time I was using some Rscripts to make some additional
> statistics and plots.
> In addition we are converting docker infrastructure into
singularity.
>
> Regards
>
> El El vie, 11 de junio de 2021 a la(s) 17:27, John Halley Gotway via
> RT <
> met_help at ucar.edu> escribió:
>
> > Jose,
> >
> > Sorry for the delay in getting back to you on this. So you were
able
> > to
> > get/run METviewer version 4.0.0. And you mentioned that you
generated
> > stats
> > using a beta5 development version.
> >
> > When I was trying to debug this, I ran into issues getting
METviewer
> > to
> > launch on my laptop. When I ran "docker-compose up -d", I got the
> > following
> > error:
> >
> > ERROR: for 3cda0057d31b_metviewer_1
> >  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out.
> > (read
> > timeout=60)
> >
> > For this reason, I'm going to reassign this ticket to Tatiana, who
> > know
> > METviewer much better than I do.
> >
> > Tatiana, I ran the following commands:
> >
> > # Pull the docker-compose.yml file from main_v4.0
> > curl -SL
> >
> >
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
> > compose.yml
> > > docker-compose.yml
> >
> > # Created some directories
> > mkdir -p met_out/stat_analysis MySQL METviewer
> >
> > # Stored a sample file in met_out/stat_analysis
> > mv job_filter_operativo.stat met_out/stat_analysis
> >
> > # Setup my environment
> > export METVIEWER_DATA=`pwd`/met_out
> > export MYSQL_DIR=`pwd`/MySQL
> > export METVIEWER_DIR=`pwd`/METviewer
> > export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer
> >
> > # Launch METviewer
> > docker compose up -d
> >
> > ...
> >
> > And that produced this error:
> > ERROR: for 3cda0057d31b_metviewer_1
> >  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out.
> > (read
> > timeout=60)
> >
> > Can you please take a look at it when you get a chance? Any idea
what
> > might
> > have changed to cause this issue?
> >
> > Thanks,
> > John
> >
> > On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso via RT
<
> > met_help at ucar.edu> wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
> > >
> > > John Halley
> > >
> > > I downloaded from GitHub metviewer 4.0 and followed the
> > > instructions to
> > > compile with docker.  I was able to ran metviewer 4.0. (png
figure)
> > > But
> > > when running mv_load.sh  a warning is issued.
> > > I followed your instructions and now the MET4.0-beta5 is loaded.
I
> > > still
> > > getting the warnings about the loading.
> > > May be is something else that it is called by the script
> > > mv_load.sh.
> > > I send you a part of the data used to upload in the database
(there
> > > are 4
> > > files but I just send 200 lines from the first) and the xml file
> > > used to
> > > load the database.
> > >
> > > mysql -hmysql_mv -uroot -pmvuser -e"create database
> > mv_fcst_20180420;"
> > > mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> > > /METviewer/sql/mv_mysql.sql
> > > /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
> > >
> > > Thanks in advance for your help.
> > >
> > > El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway via
RT
> > > (
> > > met_help at ucar.edu) escribió:
> > >
> > > > Dr. Reynoso,
> > > >
> > > > I see that you're using docker to run METviewer. You're trying
to
> > > > load
> > > MET
> > > > version 10.0.0 into METviewer but are having trouble. So we
have
> > > > a
> > little
> > > > bit of version-itis going on here. You're definitely right,
the
> > > > METplus-Training video about METviewer (
> > > >
> > > >
> > >
> > https://metplus-
> > training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > > > )
> > > > demonstrates the use of METviewer version 3.1, which is
> > > > compatible with
> > > MET
> > > > version 9.1 output. Hopefully this will be pretty easy to
fix...
> > > > we
> > just
> > > > need to update the version of METviewer you're running.
> > > >
> > > > I see the issue here. We have you pull the image named
> > > > "dtcenter/metviewer":
> > > >
> > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> > > >
> > > > And that will give you the image tagged as "latest"... and
latest
> > > > still
> > > > points to version 3.1 of METviewer. Can you please try
> > > > rerunning... but
> > > > change to explicitly specifying the v4.0.0 tag?
> > > >
> > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> > > >
> > > > That'd pull this version
> > > > <
> > > >
> > >
> >
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
> >
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > > > >
> > > > of METviewer.
> > > >
> > > > In the meantime, I'll check with the METviewer developers to
see
> > > > if we
> > > can
> > > > update the latest tags to point to the 4.0.0 version.
> > > >
> > > > Thanks,
> > > > John Halley Gotway
> > > >
> > > >
> > >
> > > --
> > > Dr. Jose Agustin Garcia-Reynoso
> > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > Circuito de la Investigación Científica s/n Ciudad de México,
04510
> > >
> > > [image: metviewer4.0.0.png]
> > >
> > >
> >
> > --
> Dr. Jose Agustin Garcia Reynoso
> Atmosfera <http://www.atmosfera.unam.mx/fqa>
> *Centro de Ciencias de la Atmosfera, *UNAM
> Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> Circuito de la Investigación Científica s/n Ciudad de México, 04510



------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: John Halley Gotway
Time: Tue Jun 15 16:12:58 2021

Tatiana,

Thanks for testing. Are those updates to docker compose something that
should be added to the main_v4.0 and/or develop branches of the repo?

https://github.com/dtcenter/METviewer/blob/main_v4.0/docker/docker-
compose.yml

Thanks,
John

On Mon, Jun 14, 2021 at 10:47 AM Tatiana Burek via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
>
> I was able to use the same commands and successfully build and run
the
> container.
> I did not get UnixHTTPConnectionPool error...
> The only issue I run is after I updated Docker to 20.10.7
> docker-compose.yml was processed as invalid  and I had to add
'services' as
> an upper level for the JSON to fix it.
>
> The see warnings during the data loading is common and it means that
some
> minor problem was occurring but the data was loaded anyway.
>
> Tatiana
>
>
> On Fri Jun 11 16:37:27 2021, agustin at atmosfera.unam.mx wrote:
> > John
> >
> > Thanks for the update.
> > During this time I was using some Rscripts to make some additional
> > statistics and plots.
> > In addition we are converting docker infrastructure into
singularity.
> >
> > Regards
> >
> > El El vie, 11 de junio de 2021 a la(s) 17:27, John Halley Gotway
via
> > RT <
> > met_help at ucar.edu> escribió:
> >
> > > Jose,
> > >
> > > Sorry for the delay in getting back to you on this. So you were
able
> > > to
> > > get/run METviewer version 4.0.0. And you mentioned that you
generated
> > > stats
> > > using a beta5 development version.
> > >
> > > When I was trying to debug this, I ran into issues getting
METviewer
> > > to
> > > launch on my laptop. When I ran "docker-compose up -d", I got
the
> > > following
> > > error:
> > >
> > > ERROR: for 3cda0057d31b_metviewer_1
> > >  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out.
> > > (read
> > > timeout=60)
> > >
> > > For this reason, I'm going to reassign this ticket to Tatiana,
who
> > > know
> > > METviewer much better than I do.
> > >
> > > Tatiana, I ran the following commands:
> > >
> > > # Pull the docker-compose.yml file from main_v4.0
> > > curl -SL
> > >
> > >
>
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
> > > compose.yml
> > > > docker-compose.yml
> > >
> > > # Created some directories
> > > mkdir -p met_out/stat_analysis MySQL METviewer
> > >
> > > # Stored a sample file in met_out/stat_analysis
> > > mv job_filter_operativo.stat met_out/stat_analysis
> > >
> > > # Setup my environment
> > > export METVIEWER_DATA=`pwd`/met_out
> > > export MYSQL_DIR=`pwd`/MySQL
> > > export METVIEWER_DIR=`pwd`/METviewer
> > > export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer
> > >
> > > # Launch METviewer
> > > docker compose up -d
> > >
> > > ...
> > >
> > > And that produced this error:
> > > ERROR: for 3cda0057d31b_metviewer_1
> > >  UnixHTTPConnectionPool(host='localhost', port=None): Read timed
out.
> > > (read
> > > timeout=60)
> > >
> > > Can you please take a look at it when you get a chance? Any idea
what
> > > might
> > > have changed to cause this issue?
> > >
> > > Thanks,
> > > John
> > >
> > > On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso via
RT <
> > > met_help at ucar.edu> wrote:
> > >
> > > >
> > > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118
>
> > > >
> > > > John Halley
> > > >
> > > > I downloaded from GitHub metviewer 4.0 and followed the
> > > > instructions to
> > > > compile with docker.  I was able to ran metviewer 4.0. (png
figure)
> > > > But
> > > > when running mv_load.sh  a warning is issued.
> > > > I followed your instructions and now the MET4.0-beta5 is
loaded. I
> > > > still
> > > > getting the warnings about the loading.
> > > > May be is something else that it is called by the script
> > > > mv_load.sh.
> > > > I send you a part of the data used to upload in the database
(there
> > > > are 4
> > > > files but I just send 200 lines from the first) and the xml
file
> > > > used to
> > > > load the database.
> > > >
> > > > mysql -hmysql_mv -uroot -pmvuser -e"create database
> > > mv_fcst_20180420;"
> > > > mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> > > > /METviewer/sql/mv_mysql.sql
> > > > /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
> > > >
> > > > Thanks in advance for your help.
> > > >
> > > > El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway
via RT
> > > > (
> > > > met_help at ucar.edu) escribió:
> > > >
> > > > > Dr. Reynoso,
> > > > >
> > > > > I see that you're using docker to run METviewer. You're
trying to
> > > > > load
> > > > MET
> > > > > version 10.0.0 into METviewer but are having trouble. So we
have
> > > > > a
> > > little
> > > > > bit of version-itis going on here. You're definitely right,
the
> > > > > METplus-Training video about METviewer (
> > > > >
> > > > >
> > > >
> > > https://metplus-
> > > training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > > > > )
> > > > > demonstrates the use of METviewer version 3.1, which is
> > > > > compatible with
> > > > MET
> > > > > version 9.1 output. Hopefully this will be pretty easy to
fix...
> > > > > we
> > > just
> > > > > need to update the version of METviewer you're running.
> > > > >
> > > > > I see the issue here. We have you pull the image named
> > > > > "dtcenter/metviewer":
> > > > >
> > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> > > > >
> > > > > And that will give you the image tagged as "latest"... and
latest
> > > > > still
> > > > > points to version 3.1 of METviewer. Can you please try
> > > > > rerunning... but
> > > > > change to explicitly specifying the v4.0.0 tag?
> > > > >
> > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> > > > >
> > > > > That'd pull this version
> > > > > <
> > > > >
> > > >
> > >
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
> > >
>
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > > > > >
> > > > > of METviewer.
> > > > >
> > > > > In the meantime, I'll check with the METviewer developers to
see
> > > > > if we
> > > > can
> > > > > update the latest tags to point to the 4.0.0 version.
> > > > >
> > > > > Thanks,
> > > > > John Halley Gotway
> > > > >
> > > > >
> > > >
> > > > --
> > > > Dr. Jose Agustin Garcia-Reynoso
> > > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > > Circuito de la Investigación Científica s/n Ciudad de México,
04510
> > > >
> > > > [image: metviewer4.0.0.png]
> > > >
> > > >
> > >
> > > --
> > Dr. Jose Agustin Garcia Reynoso
> > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > *Centro de Ciencias de la Atmosfera, *UNAM
> > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > Circuito de la Investigación Científica s/n Ciudad de México,
04510
>
>
>
>

------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: Tatiana Burek
Time: Wed Jun 16 08:02:02 2021

John,
I would update both branches.
But before making any changes it would be nice to test the updated
version of docker-compose.yml with different versions of the Docker.

Tatiana

On Tue Jun 15 16:12:58 2021, johnhg wrote:
> Tatiana,
>
> Thanks for testing. Are those updates to docker compose something
that
> should be added to the main_v4.0 and/or develop branches of the
repo?
>
> https://github.com/dtcenter/METviewer/blob/main_v4.0/docker/docker-
> compose.yml
>
> Thanks,
> John
>
> On Mon, Jun 14, 2021 at 10:47 AM Tatiana Burek via RT
> <met_help at ucar.edu>
> wrote:
>
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
> >
> > I was able to use the same commands and successfully build and run
> > the
> > container.
> > I did not get UnixHTTPConnectionPool error...
> > The only issue I run is after I updated Docker to 20.10.7
> > docker-compose.yml was processed as invalid  and I had to add
> > 'services' as
> > an upper level for the JSON to fix it.
> >
> > The see warnings during the data loading is common and it means
that
> > some
> > minor problem was occurring but the data was loaded anyway.
> >
> > Tatiana
> >
> >
> > On Fri Jun 11 16:37:27 2021, agustin at atmosfera.unam.mx wrote:
> > > John
> > >
> > > Thanks for the update.
> > > During this time I was using some Rscripts to make some
additional
> > > statistics and plots.
> > > In addition we are converting docker infrastructure into
> > > singularity.
> > >
> > > Regards
> > >
> > > El El vie, 11 de junio de 2021 a la(s) 17:27, John Halley Gotway
> > > via
> > > RT <
> > > met_help at ucar.edu> escribió:
> > >
> > > > Jose,
> > > >
> > > > Sorry for the delay in getting back to you on this. So you
were
> > > > able
> > > > to
> > > > get/run METviewer version 4.0.0. And you mentioned that you
> > > > generated
> > > > stats
> > > > using a beta5 development version.
> > > >
> > > > When I was trying to debug this, I ran into issues getting
> > > > METviewer
> > > > to
> > > > launch on my laptop. When I ran "docker-compose up -d", I got
the
> > > > following
> > > > error:
> > > >
> > > > ERROR: for 3cda0057d31b_metviewer_1
> > > >  UnixHTTPConnectionPool(host='localhost', port=None): Read
timed
> > > > out.
> > > > (read
> > > > timeout=60)
> > > >
> > > > For this reason, I'm going to reassign this ticket to Tatiana,
> > > > who
> > > > know
> > > > METviewer much better than I do.
> > > >
> > > > Tatiana, I ran the following commands:
> > > >
> > > > # Pull the docker-compose.yml file from main_v4.0
> > > > curl -SL
> > > >
> > > >
> >
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
> > > > compose.yml
> > > > > docker-compose.yml
> > > >
> > > > # Created some directories
> > > > mkdir -p met_out/stat_analysis MySQL METviewer
> > > >
> > > > # Stored a sample file in met_out/stat_analysis
> > > > mv job_filter_operativo.stat met_out/stat_analysis
> > > >
> > > > # Setup my environment
> > > > export METVIEWER_DATA=`pwd`/met_out
> > > > export MYSQL_DIR=`pwd`/MySQL
> > > > export METVIEWER_DIR=`pwd`/METviewer
> > > > export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer
> > > >
> > > > # Launch METviewer
> > > > docker compose up -d
> > > >
> > > > ...
> > > >
> > > > And that produced this error:
> > > > ERROR: for 3cda0057d31b_metviewer_1
> > > >  UnixHTTPConnectionPool(host='localhost', port=None): Read
timed
> > > > out.
> > > > (read
> > > > timeout=60)
> > > >
> > > > Can you please take a look at it when you get a chance? Any
idea
> > > > what
> > > > might
> > > > have changed to cause this issue?
> > > >
> > > > Thanks,
> > > > John
> > > >
> > > > On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso via
RT
> > > > <
> > > > met_help at ucar.edu> wrote:
> > > >
> > > > >
> > > > > <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118
> > > > > >
> > > > >
> > > > > John Halley
> > > > >
> > > > > I downloaded from GitHub metviewer 4.0 and followed the
> > > > > instructions to
> > > > > compile with docker.  I was able to ran metviewer 4.0. (png
> > > > > figure)
> > > > > But
> > > > > when running mv_load.sh  a warning is issued.
> > > > > I followed your instructions and now the MET4.0-beta5 is
> > > > > loaded. I
> > > > > still
> > > > > getting the warnings about the loading.
> > > > > May be is something else that it is called by the script
> > > > > mv_load.sh.
> > > > > I send you a part of the data used to upload in the database
> > > > > (there
> > > > > are 4
> > > > > files but I just send 200 lines from the first) and the xml
> > > > > file
> > > > > used to
> > > > > load the database.
> > > > >
> > > > > mysql -hmysql_mv -uroot -pmvuser -e"create database
> > > > mv_fcst_20180420;"
> > > > > mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> > > > > /METviewer/sql/mv_mysql.sql
> > > > > /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
> > > > >
> > > > > Thanks in advance for your help.
> > > > >
> > > > > El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley Gotway
via
> > > > > RT
> > > > > (
> > > > > met_help at ucar.edu) escribió:
> > > > >
> > > > > > Dr. Reynoso,
> > > > > >
> > > > > > I see that you're using docker to run METviewer. You're
> > > > > > trying to
> > > > > > load
> > > > > MET
> > > > > > version 10.0.0 into METviewer but are having trouble. So
we
> > > > > > have
> > > > > > a
> > > > little
> > > > > > bit of version-itis going on here. You're definitely
right,
> > > > > > the
> > > > > > METplus-Training video about METviewer (
> > > > > >
> > > > > >
> > > > >
> > > > https://metplus-
> > > >
training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > > > > > )
> > > > > > demonstrates the use of METviewer version 3.1, which is
> > > > > > compatible with
> > > > > MET
> > > > > > version 9.1 output. Hopefully this will be pretty easy to
> > > > > > fix...
> > > > > > we
> > > > just
> > > > > > need to update the version of METviewer you're running.
> > > > > >
> > > > > > I see the issue here. We have you pull the image named
> > > > > > "dtcenter/metviewer":
> > > > > >
> > > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> > > > > >
> > > > > > And that will give you the image tagged as "latest"... and
> > > > > > latest
> > > > > > still
> > > > > > points to version 3.1 of METviewer. Can you please try
> > > > > > rerunning... but
> > > > > > change to explicitly specifying the v4.0.0 tag?
> > > > > >
> > > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> > > > > >
> > > > > > That'd pull this version
> > > > > > <
> > > > > >
> > > > >
> > > >
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
> > > >
> >
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > > > > > >
> > > > > > of METviewer.
> > > > > >
> > > > > > In the meantime, I'll check with the METviewer developers
to
> > > > > > see
> > > > > > if we
> > > > > can
> > > > > > update the latest tags to point to the 4.0.0 version.
> > > > > >
> > > > > > Thanks,
> > > > > > John Halley Gotway
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > > Dr. Jose Agustin Garcia-Reynoso
> > > > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > > > Circuito de la Investigación Científica s/n Ciudad de
México,
> > > > > 04510
> > > > >
> > > > > [image: metviewer4.0.0.png]
> > > > >
> > > > >
> > > >
> > > > --
> > > Dr. Jose Agustin Garcia Reynoso
> > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > Circuito de la Investigación Científica s/n Ciudad de México,
04510
> >
> >
> >
> >



------------------------------------------------
Subject: METbdload ver 4.0 for met-10.0
From: Tatiana Burek
Time: Mon Jul 12 14:22:15 2021

GitHub issue was created
https://github.com/dtcenter/METviewer/issues/306

Tatiana

On Wed Jun 16 08:02:02 2021, tatiana wrote:
> John,
> I would update both branches.
> But before making any changes it would be nice to test the updated
> version of docker-compose.yml with different versions of the Docker.
>
> Tatiana
>
> On Tue Jun 15 16:12:58 2021, johnhg wrote:
> > Tatiana,
> >
> > Thanks for testing. Are those updates to docker compose something
> > that
> > should be added to the main_v4.0 and/or develop branches of the
repo?
> >
> >
https://github.com/dtcenter/METviewer/blob/main_v4.0/docker/docker-
> > compose.yml
> >
> > Thanks,
> > John
> >
> > On Mon, Jun 14, 2021 at 10:47 AM Tatiana Burek via RT
> > <met_help at ucar.edu>
> > wrote:
> >
> > >
> > > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118 >
> > >
> > > I was able to use the same commands and successfully build and
run
> > > the
> > > container.
> > > I did not get UnixHTTPConnectionPool error...
> > > The only issue I run is after I updated Docker to 20.10.7
> > > docker-compose.yml was processed as invalid  and I had to add
> > > 'services' as
> > > an upper level for the JSON to fix it.
> > >
> > > The see warnings during the data loading is common and it means
> > > that
> > > some
> > > minor problem was occurring but the data was loaded anyway.
> > >
> > > Tatiana
> > >
> > >
> > > On Fri Jun 11 16:37:27 2021, agustin at atmosfera.unam.mx wrote:
> > > > John
> > > >
> > > > Thanks for the update.
> > > > During this time I was using some Rscripts to make some
> > > > additional
> > > > statistics and plots.
> > > > In addition we are converting docker infrastructure into
> > > > singularity.
> > > >
> > > > Regards
> > > >
> > > > El El vie, 11 de junio de 2021 a la(s) 17:27, John Halley
Gotway
> > > > via
> > > > RT <
> > > > met_help at ucar.edu> escribió:
> > > >
> > > > > Jose,
> > > > >
> > > > > Sorry for the delay in getting back to you on this. So you
were
> > > > > able
> > > > > to
> > > > > get/run METviewer version 4.0.0. And you mentioned that you
> > > > > generated
> > > > > stats
> > > > > using a beta5 development version.
> > > > >
> > > > > When I was trying to debug this, I ran into issues getting
> > > > > METviewer
> > > > > to
> > > > > launch on my laptop. When I ran "docker-compose up -d", I
got
> > > > > the
> > > > > following
> > > > > error:
> > > > >
> > > > > ERROR: for 3cda0057d31b_metviewer_1
> > > > >  UnixHTTPConnectionPool(host='localhost', port=None): Read
> > > > > timed
> > > > > out.
> > > > > (read
> > > > > timeout=60)
> > > > >
> > > > > For this reason, I'm going to reassign this ticket to
Tatiana,
> > > > > who
> > > > > know
> > > > > METviewer much better than I do.
> > > > >
> > > > > Tatiana, I ran the following commands:
> > > > >
> > > > > # Pull the docker-compose.yml file from main_v4.0
> > > > > curl -SL
> > > > >
> > > > >
> > >
https://raw.githubusercontent.com/dtcenter/METviewer/main_v4.0/docker/docker-
> > > > > compose.yml
> > > > > > docker-compose.yml
> > > > >
> > > > > # Created some directories
> > > > > mkdir -p met_out/stat_analysis MySQL METviewer
> > > > >
> > > > > # Stored a sample file in met_out/stat_analysis
> > > > > mv job_filter_operativo.stat met_out/stat_analysis
> > > > >
> > > > > # Setup my environment
> > > > > export METVIEWER_DATA=`pwd`/met_out
> > > > > export MYSQL_DIR=`pwd`/MySQL
> > > > > export METVIEWER_DIR=`pwd`/METviewer
> > > > > export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer
> > > > >
> > > > > # Launch METviewer
> > > > > docker compose up -d
> > > > >
> > > > > ...
> > > > >
> > > > > And that produced this error:
> > > > > ERROR: for 3cda0057d31b_metviewer_1
> > > > >  UnixHTTPConnectionPool(host='localhost', port=None): Read
> > > > > timed
> > > > > out.
> > > > > (read
> > > > > timeout=60)
> > > > >
> > > > > Can you please take a look at it when you get a chance? Any
> > > > > idea
> > > > > what
> > > > > might
> > > > > have changed to cause this issue?
> > > > >
> > > > > Thanks,
> > > > > John
> > > > >
> > > > > On Mon, Jun 7, 2021 at 2:20 PM Jose Agustín García Reynoso
via
> > > > > RT
> > > > > <
> > > > > met_help at ucar.edu> wrote:
> > > > >
> > > > > >
> > > > > > <URL:
> > > > > > https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=100118
> > > > > > >
> > > > > >
> > > > > > John Halley
> > > > > >
> > > > > > I downloaded from GitHub metviewer 4.0 and followed the
> > > > > > instructions to
> > > > > > compile with docker.  I was able to ran metviewer 4.0.
(png
> > > > > > figure)
> > > > > > But
> > > > > > when running mv_load.sh  a warning is issued.
> > > > > > I followed your instructions and now the MET4.0-beta5 is
> > > > > > loaded. I
> > > > > > still
> > > > > > getting the warnings about the loading.
> > > > > > May be is something else that it is called by the script
> > > > > > mv_load.sh.
> > > > > > I send you a part of the data used to upload in the
database
> > > > > > (there
> > > > > > are 4
> > > > > > files but I just send 200 lines from the first) and the
xml
> > > > > > file
> > > > > > used to
> > > > > > load the database.
> > > > > >
> > > > > > mysql -hmysql_mv -uroot -pmvuser -e"create database
> > > > > mv_fcst_20180420;"
> > > > > > mysql -hmysql_mv -uroot -pmvuser mv_fcst_20180420 <
> > > > > > /METviewer/sql/mv_mysql.sql
> > > > > > /METviewer/bin/mv_load.sh /data/load_met_abr2018.xml
> > > > > >
> > > > > > Thanks in advance for your help.
> > > > > >
> > > > > > El lun, 7 de jun. de 2021 a la(s) 14:23, John Halley
Gotway
> > > > > > via
> > > > > > RT
> > > > > > (
> > > > > > met_help at ucar.edu) escribió:
> > > > > >
> > > > > > > Dr. Reynoso,
> > > > > > >
> > > > > > > I see that you're using docker to run METviewer. You're
> > > > > > > trying to
> > > > > > > load
> > > > > > MET
> > > > > > > version 10.0.0 into METviewer but are having trouble. So
we
> > > > > > > have
> > > > > > > a
> > > > > little
> > > > > > > bit of version-itis going on here. You're definitely
right,
> > > > > > > the
> > > > > > > METplus-Training video about METviewer (
> > > > > > >
> > > > > > >
> > > > > >
> > > > > https://metplus-
> > > > >
training.readthedocs.io/en/latest/modules/METviewer/docker.html
> > > > > > > )
> > > > > > > demonstrates the use of METviewer version 3.1, which is
> > > > > > > compatible with
> > > > > > MET
> > > > > > > version 9.1 output. Hopefully this will be pretty easy
to
> > > > > > > fix...
> > > > > > > we
> > > > > just
> > > > > > > need to update the version of METviewer you're running.
> > > > > > >
> > > > > > > I see the issue here. We have you pull the image named
> > > > > > > "dtcenter/metviewer":
> > > > > > >
> > > > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer*
> > > > > > >
> > > > > > > And that will give you the image tagged as "latest"...
and
> > > > > > > latest
> > > > > > > still
> > > > > > > points to version 3.1 of METviewer. Can you please try
> > > > > > > rerunning... but
> > > > > > > change to explicitly specifying the v4.0.0 tag?
> > > > > > >
> > > > > > > *export METVIEWER_DOCKER_IMAGE=dtcenter/metviewer:4.0.0*
> > > > > > >
> > > > > > > That'd pull this version
> > > > > > > <
> > > > > > >
> > > > > >
> > > > >
https://hub.docker.com/layers/dtcenter/metviewer/4.0.0/images/sha256-
> > > > >
> > >
cfab51f130971ba12e7fb8dff43a79ece1ac88feca8ad3834b3cd13cba3d83af?context=repo
> > > > > > > >
> > > > > > > of METviewer.
> > > > > > >
> > > > > > > In the meantime, I'll check with the METviewer
developers
> > > > > > > to
> > > > > > > see
> > > > > > > if we
> > > > > > can
> > > > > > > update the latest tags to point to the 4.0.0 version.
> > > > > > >
> > > > > > > Thanks,
> > > > > > > John Halley Gotway
> > > > > > >
> > > > > > >
> > > > > >
> > > > > > --
> > > > > > Dr. Jose Agustin Garcia-Reynoso
> > > > > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > > > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > > > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > > > > Circuito de la Investigación Científica s/n Ciudad de
México,
> > > > > > 04510
> > > > > >
> > > > > > [image: metviewer4.0.0.png]
> > > > > >
> > > > > >
> > > > >
> > > > > --
> > > > Dr. Jose Agustin Garcia Reynoso
> > > > Atmosfera <http://www.atmosfera.unam.mx/fqa>
> > > > *Centro de Ciencias de la Atmosfera, *UNAM
> > > > Tel (52) 55 *56 22 43 96*     Fax (52) 55 56160789
> > > > Circuito de la Investigación Científica s/n Ciudad de México,
> > > > 04510
> > >
> > >
> > >
> > >



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


More information about the Met_help mailing list