[Met_help] [rt.rap.ucar.edu #94505] History for Compilation issue

Julie Prestopnik via RT met_help at ucar.edu
Tue Mar 31 09:41:10 MDT 2020


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

Good morning, I am attempting to install MET on my cluster and am running into the issue below. Please write back with any thoughts on how to resolve this.

Thank you for your time,

Elliot Tardif

make[3]: Entering directory `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal -fPIC -I../../../src/basic/vx_config -I../../../src/basic/vx_log -I../../../src/basic/vx_math -I../../../src/basic/vx_util -I../../../src/libcode/vx_afm -I../../../src/libcode/vx_analysis_util -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d -I../../../src/libcode/vx_data2d_factory -I../../../src/libcode/vx_data2d_grib -I../../../src/libcode/vx_data2d_grib2 -I../../../src/libcode/vx_data2d_nccf -I../../../src/libcode/vx_data2d_nc_met -I../../../src/libcode/vx_data2d_nc_pinterp -I../../../src/libcode/vx_data2d_python -I../../../src/libcode/vx_python_utils -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs -I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util -I../../../src/libcode/vx_plot_util -I../../../src/li!
 bcode/vx_ps -I../../../src/libcode/vx_pxm -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata -I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics -I../../../src/libcode/vx_stat_out -I../../../src/libcode/vx_summary -I../../../src/libcode/vx_time_series -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2 -DWITH_PYTHON -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""  -g -MT libvx_util_a-data_plane_util.o -MD -MP -MF .deps/libvx_util_a-data_plane_util.Tpo -c -o libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' || echo './'`data_plane_util.cc
data_plane_util.cc(615): error: no suitable constructor exists to convert from "double" to "DataPlane"
                normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
                           ^

data_plane_util.cc(615): error: no suitable constructor exists to convert from "double" to "DataPlane"
                normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
                                        ^

data_plane_util.cc(615): error: no suitable constructor exists to convert from "double" to "DataPlane"
                normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
                                                     ^

data_plane_util.cc(615): error: expression must have arithmetic or enum type
                normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
                ^

data_plane_util.cc(651): error: no suitable constructor exists to convert from "double" to "DataPlane"
                normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
                                     ^

data_plane_util.cc(651): error: no suitable constructor exists to convert from "double" to "DataPlane"
                normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
                                                  ^

data_plane_util.cc(651): error: expression must have arithmetic or enum type
                normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
                ^


[cid:image001.png at 01D5F867.AB161A10]



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

Subject: Compilation issue
From: Minna Win
Time: Thu Mar 12 11:38:03 2020

Hello Elliot,

It looks like you have some issues with installing MET on your system.
Can
you try using the install script, downloadable from:
    https://dtcenter.org/community-code/model-evaluation-tools-
met/download

Scroll down to the section "Sample Script for Compiling External
Libraries
and MET" and click on the appropriate link.

You can also check to see if MET is already installed on the cluster
you
are using by referring to this link:

https://dtcenter.org/community-code/model-evaluation-tools-met/metv8-
1-existing-builds-metplus-2-1-installations

which contains a list of hosts where MET is already installed.

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



On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> Transaction: Ticket created by elliot.tardif at ncdenr.gov
>        Queue: met_help
>      Subject: Compilation issue
>        Owner: Nobody
>   Requestors: elliot.tardif at ncdenr.gov
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94505 >
>
>
> Good morning, I am attempting to install MET on my cluster and am
running
> into the issue below. Please write back with any thoughts on how to
resolve
> this.
>
> Thank you for your time,
>
> Elliot Tardif
>
> make[3]: Entering directory
> `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-fPIC
> -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> -I../../../src/libcode/vx_data2d_factory
> -I../../../src/libcode/vx_data2d_grib
> -I../../../src/libcode/vx_data2d_grib2
> -I../../../src/libcode/vx_data2d_nccf
> -I../../../src/libcode/vx_data2d_nc_met
> -I../../../src/libcode/vx_data2d_nc_pinterp
> -I../../../src/libcode/vx_data2d_python
> -I../../../src/libcode/vx_python_utils
-I../../../src/libcode/vx_geodesy
> -I../../../src/libcode/vx_gis -I../../../src/libcode/vx_gnomon
> -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
> -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> -I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
> -I../../../src/libcode/vx_plot_util -I../../../src/li!
>  bcode/vx_ps -I../../../src/libcode/vx_pxm
> -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid
> -I../../../src/libcode/vx_shapedata -I../../../src/libcode/vx_solar
> -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out
> -I../../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
> -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
-DWITH_PYTHON
> -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""  -g
-MT
> libvx_util_a-data_plane_util.o -MD -MP -MF
> .deps/libvx_util_a-data_plane_util.Tpo -c -o libvx_util_a-
data_plane_util.o
> `test -f 'data_plane_util.cc' || echo './'`data_plane_util.cc
> data_plane_util.cc(615): error: no suitable constructor exists to
convert
> from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                            ^
>
> data_plane_util.cc(615): error: no suitable constructor exists to
convert
> from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                                         ^
>
> data_plane_util.cc(615): error: no suitable constructor exists to
convert
> from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                                                      ^
>
> data_plane_util.cc(615): error: expression must have arithmetic or
enum
> type
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                 ^
>
> data_plane_util.cc(651): error: no suitable constructor exists to
convert
> from "double" to "DataPlane"
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                                      ^
>
> data_plane_util.cc(651): error: no suitable constructor exists to
convert
> from "double" to "DataPlane"
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                                                   ^
>
> data_plane_util.cc(651): error: expression must have arithmetic or
enum
> type
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                 ^
>
>
> [cid:image001.png at 01D5F867.AB161A10]
>
>
>

------------------------------------------------
Subject: Compilation issue
From: Tardif, Elliot M
Time: Tue Mar 17 07:19:00 2020

Good morning Minna, thank you for your response! I have reviewed and
attempted to implement your suggestions. Unfortunately, we don't have
a cluster that has MET already installed per your second link. I
downloaded the MET8.0 tarball, the tarball for all of the needed
libraries, and the script to compile everything. Unfortunately it is
throwing errors and core files (please see attached make.log file from
gsl 2.1). Do you have any advice on how to resolve this issue?

Thank you for your time,

Elliot Tardif





-----Original Message-----
From: Minna Win via RT <met_help at ucar.edu>
Sent: Thursday, March 12, 2020 1:38 PM
To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue

CAUTION: External email. Do not click links or open attachments unless
you verify. Send all suspicious email as an attachment to
report.spam at nc.gov<mailto:report.spam at nc.gov>


Hello Elliot,

It looks like you have some issues with installing MET on your system.
Can you try using the install script, downloadable from:
    https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$

Scroll down to the section "Sample Script for Compiling External
Libraries and MET" and click on the appropriate link.

You can also check to see if MET is already installed on the cluster
you are using by referring to this link:

https://urldefense.com/v3/__https://dtcenter.org/community-code/model-
evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installations__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0VgqlutbHQ1s9Q$

which contains a list of hosts where MET is already installed.

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



On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> Transaction: Ticket created by elliot.tardif at ncdenr.gov
>        Queue: met_help
>      Subject: Compilation issue
>        Owner: Nobody
>   Requestors: elliot.tardif at ncdenr.gov
>       Status: new
>  Ticket <URL:
>
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
>
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7z
> Fs06qxv1edHn0VgqluuVzgqcUQ$  >
>
>
> Good morning, I am attempting to install MET on my cluster and am
> running into the issue below. Please write back with any thoughts on
> how to resolve this.
>
> Thank you for your time,
>
> Elliot Tardif
>
> make[3]: Entering directory
> `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-fPIC
> -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> -I../../../src/libcode/vx_data2d_factory
> -I../../../src/libcode/vx_data2d_grib
> -I../../../src/libcode/vx_data2d_grib2
> -I../../../src/libcode/vx_data2d_nccf
> -I../../../src/libcode/vx_data2d_nc_met
> -I../../../src/libcode/vx_data2d_nc_pinterp
> -I../../../src/libcode/vx_data2d_python
> -I../../../src/libcode/vx_python_utils
> -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
> -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
> -I../../../src/libcode/vx_gsl_prob
> -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> -I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
> -I../../../src/libcode/vx_plot_util -I../../../src/li!
>  bcode/vx_ps -I../../../src/libcode/vx_pxm
> -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid
> -I../../../src/libcode/vx_shapedata -I../../../src/libcode/vx_solar
> -I../../../src/libcode/vx_statistics
> -I../../../src/libcode/vx_stat_out
> -I../../../src/libcode/vx_summary
> -I../../../src/libcode/vx_time_series
> -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
-DWITH_PYTHON
> -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""  -g
> -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> .deps/libvx_util_a-data_plane_util.Tpo -c -o
> libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' || echo
> './'`data_plane_util.cc
> data_plane_util.cc(615): error: no suitable constructor exists to
> convert from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                            ^
>
> data_plane_util.cc(615): error: no suitable constructor exists to
> convert from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                                         ^
>
> data_plane_util.cc(615): error: no suitable constructor exists to
> convert from "double" to "DataPlane"
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                                                      ^
>
> data_plane_util.cc(615): error: expression must have arithmetic or
> enum type
>                 normal_cdf(dp.get(x,y), mn.get(x,y), sd.get(x,y)));
>                 ^
>
> data_plane_util.cc(651): error: no suitable constructor exists to
> convert from "double" to "DataPlane"
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                                      ^
>
> data_plane_util.cc(651): error: no suitable constructor exists to
> convert from "double" to "DataPlane"
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                                                   ^
>
> data_plane_util.cc(651): error: expression must have arithmetic or
> enum type
>                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
>                 ^
>
>
> [cid:image001.png at 01D5F867.AB161A10]
>
>
>


------------------------------------------------
Subject: Compilation issue
From: Minna Win
Time: Tue Mar 17 09:13:06 2020

Hi Elliot,

I'm assigning this ticket to Julie Prestopnik.  Please allow a few
days for
a response.

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



On Tue, Mar 17, 2020 at 7:19 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94505 >
>
> Good morning Minna, thank you for your response! I have reviewed and
> attempted to implement your suggestions. Unfortunately, we don't
have a
> cluster that has MET already installed per your second link. I
downloaded
> the MET8.0 tarball, the tarball for all of the needed libraries, and
the
> script to compile everything. Unfortunately it is throwing errors
and core
> files (please see attached make.log file from gsl 2.1). Do you have
any
> advice on how to resolve this issue?
>
> Thank you for your time,
>
> Elliot Tardif
>
>
>
>
>
> -----Original Message-----
> From: Minna Win via RT <met_help at ucar.edu>
> Sent: Thursday, March 12, 2020 1:38 PM
> To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
>
> CAUTION: External email. Do not click links or open attachments
unless you
> verify. Send all suspicious email as an attachment to
report.spam at nc.gov
> <mailto:report.spam at nc.gov>
>
>
> Hello Elliot,
>
> It looks like you have some issues with installing MET on your
system.
> Can you try using the install script, downloadable from:
>
> https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$
>
> Scroll down to the section "Sample Script for Compiling External
Libraries
> and MET" and click on the appropriate link.
>
> You can also check to see if MET is already installed on the cluster
you
> are using by referring to this link:
>
>
> https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installations__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0VgqlutbHQ1s9Q$
>
> which contains a list of hosts where MET is already installed.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research Developmental Testbed
Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT <
> met_help at ucar.edu>
> wrote:
>
> >
> > Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> > Transaction: Ticket created by elliot.tardif at ncdenr.gov
> >        Queue: met_help
> >      Subject: Compilation issue
> >        Owner: Nobody
> >   Requestors: elliot.tardif at ncdenr.gov
> >       Status: new
> >  Ticket <URL:
> >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> >
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7z
> > Fs06qxv1edHn0VgqluuVzgqcUQ$  >
> >
> >
> > Good morning, I am attempting to install MET on my cluster and am
> > running into the issue below. Please write back with any thoughts
on
> > how to resolve this.
> >
> > Thank you for your time,
> >
> > Elliot Tardif
> >
> > make[3]: Entering directory
> > `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> > icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-fPIC
> > -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > -I../../../src/libcode/vx_afm
-I../../../src/libcode/vx_analysis_util
> > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > -I../../../src/libcode/vx_data2d_factory
> > -I../../../src/libcode/vx_data2d_grib
> > -I../../../src/libcode/vx_data2d_grib2
> > -I../../../src/libcode/vx_data2d_nccf
> > -I../../../src/libcode/vx_data2d_nc_met
> > -I../../../src/libcode/vx_data2d_nc_pinterp
> > -I../../../src/libcode/vx_data2d_python
> > -I../../../src/libcode/vx_python_utils
> > -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
> > -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
> > -I../../../src/libcode/vx_gsl_prob
> > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> > -I../../../src/libcode/vx_nc_util
-I../../../src/libcode/vx_pb_util
> > -I../../../src/libcode/vx_plot_util -I../../../src/li!
> >  bcode/vx_ps -I../../../src/libcode/vx_pxm
> > -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid
> > -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar
> > -I../../../src/libcode/vx_statistics
> > -I../../../src/libcode/vx_stat_out
> > -I../../../src/libcode/vx_summary
> > -I../../../src/libcode/vx_time_series
> > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
-DWITH_PYTHON
> > -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""
-g
> > -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> > .deps/libvx_util_a-data_plane_util.Tpo -c -o
> > libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' ||
echo
> > './'`data_plane_util.cc
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                            ^
> >
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                                         ^
> >
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                                                      ^
> >
> > data_plane_util.cc(615): error: expression must have arithmetic or
> > enum type
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                 ^
> >
> > data_plane_util.cc(651): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                                      ^
> >
> > data_plane_util.cc(651): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                                                   ^
> >
> > data_plane_util.cc(651): error: expression must have arithmetic or
> > enum type
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                 ^
> >
> >
> > [cid:image001.png at 01D5F867.AB161A10]
> >
> >
> >
>
>
>

------------------------------------------------
Subject: RE: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
From: Tardif, Elliot M
Time: Tue Mar 17 09:24:35 2020

Very good, I'll look forward to Julie's response when she has time.
Thank you Minna for your help!

Best Regards,

Elliot Tardif

-----Original Message-----
From: Minna Win via RT <met_help at ucar.edu>
Sent: Tuesday, March 17, 2020 11:13 AM
To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue

CAUTION: External email. Do not click links or open attachments unless
you verify. Send all suspicious email as an attachment to
report.spam at nc.gov<mailto:report.spam at nc.gov>


Hi Elliot,

I'm assigning this ticket to Julie Prestopnik.  Please allow a few
days for a response.

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



On Tue, Mar 17, 2020 at 7:19 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> <URL:
>
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
>
html?id=94505__;!!HYmSToo!LYFyOIFdH9ZKHlUsUmgC9PQcxjUXmvQxA5mkxVzbMGMX
> soYzqAsX5rj3oq7aVwq0LaWFBg$  >
>
> Good morning Minna, thank you for your response! I have reviewed and
> attempted to implement your suggestions. Unfortunately, we don't
have
> a cluster that has MET already installed per your second link. I
> downloaded the MET8.0 tarball, the tarball for all of the needed
> libraries, and the script to compile everything. Unfortunately it is
> throwing errors and core files (please see attached make.log file
from
> gsl 2.1). Do you have any advice on how to resolve this issue?
>
> Thank you for your time,
>
> Elliot Tardif
>
>
>
>
>
> -----Original Message-----
> From: Minna Win via RT <met_help at ucar.edu>
> Sent: Thursday, March 12, 2020 1:38 PM
> To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
>
> CAUTION: External email. Do not click links or open attachments
unless
> you verify. Send all suspicious email as an attachment to
> report.spam at nc.gov <mailto:report.spam at nc.gov>
>
>
> Hello Elliot,
>
> It looks like you have some issues with installing MET on your
system.
> Can you try using the install script, downloadable from:
>
> https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-
> evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6X
> FuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$
>
> Scroll down to the section "Sample Script for Compiling External
> Libraries and MET" and click on the appropriate link.
>
> You can also check to see if MET is already installed on the cluster
> you are using by referring to this link:
>
>
> https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-
> evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installations
>
__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0
> VgqlutbHQ1s9Q$
>
> which contains a list of hosts where MET is already installed.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research Developmental Testbed
Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT <
> met_help at ucar.edu>
> wrote:
>
> >
> > Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> > Transaction: Ticket created by elliot.tardif at ncdenr.gov
> >        Queue: met_help
> >      Subject: Compilation issue
> >        Owner: Nobody
> >   Requestors: elliot.tardif at ncdenr.gov
> >       Status: new
> >  Ticket <URL:
> >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> >
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm
> > 7z
> > Fs06qxv1edHn0VgqluuVzgqcUQ$  >
> >
> >
> > Good morning, I am attempting to install MET on my cluster and am
> > running into the issue below. Please write back with any thoughts
on
> > how to resolve this.
> >
> > Thank you for your time,
> >
> > Elliot Tardif
> >
> > make[3]: Entering directory
> > `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> > icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> > -fPIC -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > -I../../../src/libcode/vx_afm
> > -I../../../src/libcode/vx_analysis_util
> > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > -I../../../src/libcode/vx_data2d_factory
> > -I../../../src/libcode/vx_data2d_grib
> > -I../../../src/libcode/vx_data2d_grib2
> > -I../../../src/libcode/vx_data2d_nccf
> > -I../../../src/libcode/vx_data2d_nc_met
> > -I../../../src/libcode/vx_data2d_nc_pinterp
> > -I../../../src/libcode/vx_data2d_python
> > -I../../../src/libcode/vx_python_utils
> > -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
> > -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
> > -I../../../src/libcode/vx_gsl_prob
> > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> > -I../../../src/libcode/vx_nc_util
-I../../../src/libcode/vx_pb_util
> > -I../../../src/libcode/vx_plot_util -I../../../src/li!
> >  bcode/vx_ps -I../../../src/libcode/vx_pxm
> > -I../../../src/libcode/vx_render -I../../../src/libcode/vx_regrid
> > -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar
> > -I../../../src/libcode/vx_statistics
> > -I../../../src/libcode/vx_stat_out
> > -I../../../src/libcode/vx_summary
> > -I../../../src/libcode/vx_time_series
> > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > -DWITH_PYTHON
> > -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""
-g
> > -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> > .deps/libvx_util_a-data_plane_util.Tpo -c -o
> > libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' ||
echo
> > './'`data_plane_util.cc
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                            ^
> >
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                                         ^
> >
> > data_plane_util.cc(615): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                                                      ^
> >
> > data_plane_util.cc(615): error: expression must have arithmetic or
> > enum type
> >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> >                 ^
> >
> > data_plane_util.cc(651): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                                      ^
> >
> > data_plane_util.cc(651): error: no suitable constructor exists to
> > convert from "double" to "DataPlane"
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                                                   ^
> >
> > data_plane_util.cc(651): error: expression must have arithmetic or
> > enum type
> >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> >                 ^
> >
> >
> > [cid:image001.png at 01D5F867.AB161A10]
> >
> >
> >
>
>
>



------------------------------------------------
Subject: Compilation issue
From: Julie Prestopnik
Time: Tue Mar 17 10:31:23 2020

Hi Elliot.

We just released met-9.0 on Sunday.  I would suggest downloading and
installing our latest version.  There have been many upgrades and bug
fixes
since met-8.0. Also, the instructions for setting up the compile
script are
for met-9.0.  For example, one big switch from met-8.0 to met-9.0 is
the
switch to Python3 from Python2 for our Python embedding functionality.

You can find the met-9.0 release here:
https://dtcenter.org/community-code/model-evaluation-tools-
met/download

Please let me know if you have any questions regarding how to
configure the
installation script with the environment variables described on that
page.
Please start with a new shell and attempt the installation again.
Please
let us know what problems you encounter and we'll do our best to help
you
work through any issues you have.

Thanks,
Julie

On Tue, Mar 17, 2020 at 9:24 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94505 >
>
> Very good, I'll look forward to Julie's response when she has time.
Thank
> you Minna for your help!
>
> Best Regards,
>
> Elliot Tardif
>
> -----Original Message-----
> From: Minna Win via RT <met_help at ucar.edu>
> Sent: Tuesday, March 17, 2020 11:13 AM
> To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation
issue
>
> CAUTION: External email. Do not click links or open attachments
unless you
> verify. Send all suspicious email as an attachment to
report.spam at nc.gov
> <mailto:report.spam at nc.gov>
>
>
> Hi Elliot,
>
> I'm assigning this ticket to Julie Prestopnik.  Please allow a few
days
> for a response.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research Developmental Testbed
Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Tue, Mar 17, 2020 at 7:19 AM Tardif, Elliot M via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL:
> >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> >
html?id=94505__;!!HYmSToo!LYFyOIFdH9ZKHlUsUmgC9PQcxjUXmvQxA5mkxVzbMGMX
> > soYzqAsX5rj3oq7aVwq0LaWFBg$  >
> >
> > Good morning Minna, thank you for your response! I have reviewed
and
> > attempted to implement your suggestions. Unfortunately, we don't
have
> > a cluster that has MET already installed per your second link. I
> > downloaded the MET8.0 tarball, the tarball for all of the needed
> > libraries, and the script to compile everything. Unfortunately it
is
> > throwing errors and core files (please see attached make.log file
from
> > gsl 2.1). Do you have any advice on how to resolve this issue?
> >
> > Thank you for your time,
> >
> > Elliot Tardif
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: Minna Win via RT <met_help at ucar.edu>
> > Sent: Thursday, March 12, 2020 1:38 PM
> > To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> > Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
> >
> > CAUTION: External email. Do not click links or open attachments
unless
> > you verify. Send all suspicious email as an attachment to
> > report.spam at nc.gov <mailto:report.spam at nc.gov>
> >
> >
> > Hello Elliot,
> >
> > It looks like you have some issues with installing MET on your
system.
> > Can you try using the install script, downloadable from:
> >
> > https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-
> > evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6X
> > FuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$
> >
> > Scroll down to the section "Sample Script for Compiling External
> > Libraries and MET" and click on the appropriate link.
> >
> > You can also check to see if MET is already installed on the
cluster
> > you are using by referring to this link:
> >
> >
> > https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-
> > evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installations
> >
__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edHn0
> > VgqlutbHQ1s9Q$
> >
> > which contains a list of hosts where MET is already installed.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research Developmental Testbed
Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> > > Transaction: Ticket created by elliot.tardif at ncdenr.gov
> > >        Queue: met_help
> > >      Subject: Compilation issue
> > >        Owner: Nobody
> > >   Requestors: elliot.tardif at ncdenr.gov
> > >       Status: new
> > >  Ticket <URL:
> > >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> > >
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm
> > > 7z
> > > Fs06qxv1edHn0VgqluuVzgqcUQ$  >
> > >
> > >
> > > Good morning, I am attempting to install MET on my cluster and
am
> > > running into the issue below. Please write back with any
thoughts on
> > > how to resolve this.
> > >
> > > Thank you for your time,
> > >
> > > Elliot Tardif
> > >
> > > make[3]: Entering directory
> > > `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> > > icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> > > -fPIC -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > -I../../../src/libcode/vx_afm
> > > -I../../../src/libcode/vx_analysis_util
> > > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > > -I../../../src/libcode/vx_data2d_factory
> > > -I../../../src/libcode/vx_data2d_grib
> > > -I../../../src/libcode/vx_data2d_grib2
> > > -I../../../src/libcode/vx_data2d_nccf
> > > -I../../../src/libcode/vx_data2d_nc_met
> > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > -I../../../src/libcode/vx_data2d_python
> > > -I../../../src/libcode/vx_python_utils
> > > -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
> > > -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
> > > -I../../../src/libcode/vx_gsl_prob
> > > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> > > -I../../../src/libcode/vx_nc_util
-I../../../src/libcode/vx_pb_util
> > > -I../../../src/libcode/vx_plot_util -I../../../src/li!
> > >  bcode/vx_ps -I../../../src/libcode/vx_pxm
> > > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid
> > > -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar
> > > -I../../../src/libcode/vx_statistics
> > > -I../../../src/libcode/vx_stat_out
> > > -I../../../src/libcode/vx_summary
> > > -I../../../src/libcode/vx_time_series
> > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > -DWITH_PYTHON
> > > -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""
-g
> > > -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> > > .deps/libvx_util_a-data_plane_util.Tpo -c -o
> > > libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' ||
echo
> > > './'`data_plane_util.cc
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                            ^
> > >
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                                         ^
> > >
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                                                      ^
> > >
> > > data_plane_util.cc(615): error: expression must have arithmetic
or
> > > enum type
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                 ^
> > >
> > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                                      ^
> > >
> > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                                                   ^
> > >
> > > data_plane_util.cc(651): error: expression must have arithmetic
or
> > > enum type
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                 ^
> > >
> > >
> > > [cid:image001.png at 01D5F867.AB161A10]
> > >
> > >
> > >
> >
> >
> >
>
>
>
>

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

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

------------------------------------------------
Subject: RE: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
From: Tardif, Elliot M
Time: Tue Mar 17 15:08:49 2020

Good afternoon Julie, thank you for this information. I have
downloaded version 9.0 and am attempting an install now. I am,
however, running into another issue (please see below). Is this an
issue with my netcdf reference?

Thank you,

Elliot Tardif

Making install in vx_nc_util
make[3]: Entering directory `/storage/highspeed/EMT/MET/met-
9.0/src/libcode/vx_nc_util'
icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
-I../../../src/basic/vx_config -I../../../src/basic/vx_log
-I../../../src/basic/vx_math -I../../../src/basic/vx_util
-I../../../src/libcode_afm -I../../../src/libcode/vx_analysis_util
-I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
-I../../../src/libcode/vx_data2d_factory
-I../../../src/libcode/vx_data2d_grib
-I../../../src/code/vx_data2d_grib2
-I../../../src/libcode/vx_data2d_nccf
-I../../../src/libcode/vx_data2d_nc_met
-I../../../src/libcode/vx_data2d_nc_pinterp
-I../../../src/libcode/vx_data2d_python
-I../../../src/libcodx_python3_utils -I../../../src/libcode/vx_geodesy
-I../../../src/libcode/vx_gis -I../../../src/libcode/vx_gnomon
-I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
-I../../../src/libcode/vxv -I../../../src/libcode/vx_nc_obs
-I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../../../src/libcode/vx_pxm -I../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
-I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
-I../../../src/libcode/vx_stat_out -I../../src/libcode/vx_summary
-I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_series_data
-I../../../src/libcode/vx_tc_util -I/storage/highspeed/apps/hdf5-
1.8.21_ifc17/include -I/storage/highspeapps/MET/external_libs/gsl/gsl-
2.1/include -DBLOCK4 -DMET_BASE="\"/storage/highspeed/EMT/MET/met-
9.0/share/met\""  -g -MT libvx_nc_util_a-nc_var_info.o -MD -MP -MF
.deps/libvx_nc_util_a-nc_var_info.Tpo -c libvx_nc_util_a-nc_var_info.o
`test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
In file included from nc_var_info.cc(24):
nc_utils.h(22): catastrophic error: cannot open source file "netcdf"
  #include <netcdf>
                   ^

compilation aborted for nc_var_info.cc (code 4)
make[3]: *** [libvx_nc_util_a-nc_var_info.o] Error 4
make[3]: Leaving directory `/storage/highspeed/EMT/MET/met-
9.0/src/libcode/vx_nc_util'
make[2]: *** [install-recursive] Error 1
make[2]: Leaving directory `/storage/highspeed/EMT/MET/met-
9.0/src/libcode'
make[1]: *** [install-recursive] Error 1
make[1]: Leaving directory `/storage/highspeed/EMT/MET/met-9.0/src'
make: *** [install-recursive] Error 1

-----Original Message-----
From: Julie Prestopnik via RT <met_help at ucar.edu>
Sent: Tuesday, March 17, 2020 12:31 PM
To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue

CAUTION: External email. Do not click links or open attachments unless
you verify. Send all suspicious email as an attachment to
report.spam at nc.gov<mailto:report.spam at nc.gov>


Hi Elliot.

We just released met-9.0 on Sunday.  I would suggest downloading and
installing our latest version.  There have been many upgrades and bug
fixes since met-8.0. Also, the instructions for setting up the compile
script are for met-9.0.  For example, one big switch from met-8.0 to
met-9.0 is the switch to Python3 from Python2 for our Python embedding
functionality.

You can find the met-9.0 release here:
https://urldefense.com/v3/__https://dtcenter.org/community-code/model-
evaluation-tools-
met/download__;!!HYmSToo!IEmNfScnDogwN3ytuO_2rlzrH3z2BblXTg_yaHA3MlzZNfMv5Hy9MSeC8fw73199i_K6dw$

Please let me know if you have any questions regarding how to
configure the installation script with the environment variables
described on that page.
Please start with a new shell and attempt the installation again.
Please let us know what problems you encounter and we'll do our best
to help you work through any issues you have.

Thanks,
Julie

On Tue, Mar 17, 2020 at 9:24 AM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> <URL:
>
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
>
html?id=94505__;!!HYmSToo!IEmNfScnDogwN3ytuO_2rlzrH3z2BblXTg_yaHA3MlzZ
> NfMv5Hy9MSeC8fw731-CNUJZJQ$  >
>
> Very good, I'll look forward to Julie's response when she has time.
> Thank you Minna for your help!
>
> Best Regards,
>
> Elliot Tardif
>
> -----Original Message-----
> From: Minna Win via RT <met_help at ucar.edu>
> Sent: Tuesday, March 17, 2020 11:13 AM
> To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation
issue
>
> CAUTION: External email. Do not click links or open attachments
unless
> you verify. Send all suspicious email as an attachment to
> report.spam at nc.gov <mailto:report.spam at nc.gov>
>
>
> Hi Elliot,
>
> I'm assigning this ticket to Julie Prestopnik.  Please allow a few
> days for a response.
>
> Regards,
> Minna
> ---------------
> Minna Win
> National Center for Atmospheric Research Developmental Testbed
Center
> Phone: 303-497-8423
> Fax:   303-497-8401
>
>
>
> On Tue, Mar 17, 2020 at 7:19 AM Tardif, Elliot M via RT
> <met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL:
> >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> >
html?id=94505__;!!HYmSToo!LYFyOIFdH9ZKHlUsUmgC9PQcxjUXmvQxA5mkxVzbMG
> > MX
> > soYzqAsX5rj3oq7aVwq0LaWFBg$  >
> >
> > Good morning Minna, thank you for your response! I have reviewed
and
> > attempted to implement your suggestions. Unfortunately, we don't
> > have a cluster that has MET already installed per your second
link.
> > I downloaded the MET8.0 tarball, the tarball for all of the needed
> > libraries, and the script to compile everything. Unfortunately it
is
> > throwing errors and core files (please see attached make.log file
> > from gsl 2.1). Do you have any advice on how to resolve this
issue?
> >
> > Thank you for your time,
> >
> > Elliot Tardif
> >
> >
> >
> >
> >
> > -----Original Message-----
> > From: Minna Win via RT <met_help at ucar.edu>
> > Sent: Thursday, March 12, 2020 1:38 PM
> > To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> > Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation issue
> >
> > CAUTION: External email. Do not click links or open attachments
> > unless you verify. Send all suspicious email as an attachment to
> > report.spam at nc.gov <mailto:report.spam at nc.gov>
> >
> >
> > Hello Elliot,
> >
> > It looks like you have some issues with installing MET on your
system.
> > Can you try using the install script, downloadable from:
> >
> > https://urldefense.com/v3/__https://dtcenter.org/community-
code/mode
> > l-
> > evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC
> > 6X FuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$
> >
> > Scroll down to the section "Sample Script for Compiling External
> > Libraries and MET" and click on the appropriate link.
> >
> > You can also check to see if MET is already installed on the
cluster
> > you are using by referring to this link:
> >
> >
> > https://urldefense.com/v3/__https://dtcenter.org/community-
code/mode
> > l-
> > evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installatio
> > ns
> >
__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edH
> > n0
> > VgqlutbHQ1s9Q$
> >
> > which contains a list of hosts where MET is already installed.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research Developmental Testbed
> > Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT <
> > met_help at ucar.edu>
> > wrote:
> >
> > >
> > > Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> > > Transaction: Ticket created by elliot.tardif at ncdenr.gov
> > >        Queue: met_help
> > >      Subject: Compilation issue
> > >        Owner: Nobody
> > >   Requestors: elliot.tardif at ncdenr.gov
> > >       Status: new
> > >  Ticket <URL:
> > >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> > >
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20Ivl
> > > Im
> > > 7z
> > > Fs06qxv1edHn0VgqluuVzgqcUQ$  >
> > >
> > >
> > > Good morning, I am attempting to install MET on my cluster and
am
> > > running into the issue below. Please write back with any
thoughts
> > > on how to resolve this.
> > >
> > > Thank you for your time,
> > >
> > > Elliot Tardif
> > >
> > > make[3]: Entering directory
> > > `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> > > icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> > > -fPIC -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > -I../../../src/libcode/vx_afm
> > > -I../../../src/libcode/vx_analysis_util
> > > -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> > > -I../../../src/libcode/vx_data2d_factory
> > > -I../../../src/libcode/vx_data2d_grib
> > > -I../../../src/libcode/vx_data2d_grib2
> > > -I../../../src/libcode/vx_data2d_nccf
> > > -I../../../src/libcode/vx_data2d_nc_met
> > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > -I../../../src/libcode/vx_data2d_python
> > > -I../../../src/libcode/vx_python_utils
> > > -I../../../src/libcode/vx_geodesy -I../../../src/libcode/vx_gis
> > > -I../../../src/libcode/vx_gnomon -I../../../src/libcode/vx_grid
> > > -I../../../src/libcode/vx_gsl_prob
> > > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> > > -I../../../src/libcode/vx_nc_util
> > > -I../../../src/libcode/vx_pb_util
-I../../../src/libcode/vx_plot_util -I../../../src/li!
> > >  bcode/vx_ps -I../../../src/libcode/vx_pxm
> > > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid
> > > -I../../../src/libcode/vx_shapedata
> > > -I../../../src/libcode/vx_solar
> > > -I../../../src/libcode/vx_statistics
> > > -I../../../src/libcode/vx_stat_out
> > > -I../../../src/libcode/vx_summary
> > > -I../../../src/libcode/vx_time_series
> > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > -DWITH_PYTHON
> > > -DMET_BASE="\"/storage/highspeed/EMT/MET/met-8.1.2/share/met\""
> > > -g -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> > > .deps/libvx_util_a-data_plane_util.Tpo -c -o
> > > libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc' ||
> > > echo './'`data_plane_util.cc
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                            ^
> > >
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                                         ^
> > >
> > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                                                      ^
> > >
> > > data_plane_util.cc(615): error: expression must have arithmetic
or
> > > enum type
> > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > >                 ^
> > >
> > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                                      ^
> > >
> > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > convert from "double" to "DataPlane"
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                                                   ^
> > >
> > > data_plane_util.cc(651): error: expression must have arithmetic
or
> > > enum type
> > >                 normal_cdf_inv(area, mn.get(x,y), sd.get(x,y)));
> > >                 ^
> > >
> > >
> > > [cid:image001.png at 01D5F867.AB161A10]
> > >
> > >
> > >
> >
> >
> >
>
>
>
>

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

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



------------------------------------------------
Subject: Compilation issue
From: Julie Prestopnik
Time: Tue Mar 17 15:25:55 2020

Hi Elliot.

nc_utils.h(22): catastrophic error: cannot open source file "netcdf"
>   #include <netcdf>
>

This file, netcdf, is part of the NetCDF C++ library, which is
required in
addition to the NetCDF-C library.  MET expects both of these libraries
to
be installed in the same location, as there is only one MET_NETCDF
variable
to set in the configuration of MET (see this page for more information
on
setting the environment variables necessary for MET:
https://dtcenter.org/met-online-tutorial-metv8-0/tutorial-
setup/compilation/configure-met).
Please note, I am pointing you to the pages for the configuration of
met-8.0, however, the configuration for met-9.0 should be the same.

I hope that is helpful.  Please let me know if you have any other
questions.

Julie

On Tue, Mar 17, 2020 at 3:09 PM Tardif, Elliot M via RT
<met_help at ucar.edu>
wrote:

>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=94505 >
>
> Good afternoon Julie, thank you for this information. I have
downloaded
> version 9.0 and am attempting an install now. I am, however, running
into
> another issue (please see below). Is this an issue with my netcdf
reference?
>
> Thank you,
>
> Elliot Tardif
>
> Making install in vx_nc_util
> make[3]: Entering directory
> `/storage/highspeed/EMT/MET/met-9.0/src/libcode/vx_nc_util'
> icpc -DHAVE_CONFIG_H -I. -I../../..  -I../../../src/basic/vx_cal
> -I../../../src/basic/vx_config -I../../../src/basic/vx_log
> -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> -I../../../src/libcode_afm -I../../../src/libcode/vx_analysis_util
> -I../../../src/libcode/vx_color -I../../../src/libcode/vx_data2d
> -I../../../src/libcode/vx_data2d_factory
> -I../../../src/libcode/vx_data2d_grib
-I../../../src/code/vx_data2d_grib2
> -I../../../src/libcode/vx_data2d_nccf
> -I../../../src/libcode/vx_data2d_nc_met
> -I../../../src/libcode/vx_data2d_nc_pinterp
> -I../../../src/libcode/vx_data2d_python
> -I../../../src/libcodx_python3_utils
-I../../../src/libcode/vx_geodesy
> -I../../../src/libcode/vx_gis -I../../../src/libcode/vx_gnomon
> -I../../../src/libcode/vx_grid -I../../../src/libcode/vx_gsl_prob
> -I../../../src/libcode/vxv -I../../../src/libcode/vx_nc_obs
> -I../../../src/libcode/vx_nc_util -I../../../src/libcode/vx_pb_util
> -I../../../src/libcode/vx_plot_util -I../../../src/libcode/vx_ps
-I../!
>  ../../src/libcode/vx_pxm -I../../src/libcode/vx_render
> -I../../../src/libcode/vx_regrid -I../../../src/libcode/vx_shapedata
> -I../../../src/libcode/vx_solar -I../../../src/libcode/vx_statistics
> -I../../../src/libcode/vx_stat_out -I../../src/libcode/vx_summary
> -I../../../src/libcode/vx_time_series
-I../../../src/libcode/vx_series_data
> -I../../../src/libcode/vx_tc_util
> -I/storage/highspeed/apps/hdf5-1.8.21_ifc17/include
> -I/storage/highspeapps/MET/external_libs/gsl/gsl-2.1/include
-DBLOCK4
> -DMET_BASE="\"/storage/highspeed/EMT/MET/met-9.0/share/met\""  -g
-MT
> libvx_nc_util_a-nc_var_info.o -MD -MP -MF
> .deps/libvx_nc_util_a-nc_var_info.Tpo -c libvx_nc_util_a-
nc_var_info.o
> `test -f 'nc_var_info.cc' || echo './'`nc_var_info.cc
> In file included from nc_var_info.cc(24):
> nc_utils.h(22): catastrophic error: cannot open source file "netcdf"
>   #include <netcdf>
>                    ^
>
> compilation aborted for nc_var_info.cc (code 4)
> make[3]: *** [libvx_nc_util_a-nc_var_info.o] Error 4
> make[3]: Leaving directory
> `/storage/highspeed/EMT/MET/met-9.0/src/libcode/vx_nc_util'
> make[2]: *** [install-recursive] Error 1
> make[2]: Leaving directory `/storage/highspeed/EMT/MET/met-
9.0/src/libcode'
> make[1]: *** [install-recursive] Error 1
> make[1]: Leaving directory `/storage/highspeed/EMT/MET/met-9.0/src'
> make: *** [install-recursive] Error 1
>
> -----Original Message-----
> From: Julie Prestopnik via RT <met_help at ucar.edu>
> Sent: Tuesday, March 17, 2020 12:31 PM
> To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation
issue
>
> CAUTION: External email. Do not click links or open attachments
unless you
> verify. Send all suspicious email as an attachment to
report.spam at nc.gov
> <mailto:report.spam at nc.gov>
>
>
> Hi Elliot.
>
> We just released met-9.0 on Sunday.  I would suggest downloading and
> installing our latest version.  There have been many upgrades and
bug fixes
> since met-8.0. Also, the instructions for setting up the compile
script are
> for met-9.0.  For example, one big switch from met-8.0 to met-9.0 is
the
> switch to Python3 from Python2 for our Python embedding
functionality.
>
> You can find the met-9.0 release here:
>
> https://urldefense.com/v3/__https://dtcenter.org/community-
code/model-evaluation-tools-
met/download__;!!HYmSToo!IEmNfScnDogwN3ytuO_2rlzrH3z2BblXTg_yaHA3MlzZNfMv5Hy9MSeC8fw73199i_K6dw$
>
> Please let me know if you have any questions regarding how to
configure
> the installation script with the environment variables described on
that
> page.
> Please start with a new shell and attempt the installation again.
Please
> let us know what problems you encounter and we'll do our best to
help you
> work through any issues you have.
>
> Thanks,
> Julie
>
> On Tue, Mar 17, 2020 at 9:24 AM Tardif, Elliot M via RT
<met_help at ucar.edu
> >
> wrote:
>
> >
> > <URL:
> >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> >
html?id=94505__;!!HYmSToo!IEmNfScnDogwN3ytuO_2rlzrH3z2BblXTg_yaHA3MlzZ
> > NfMv5Hy9MSeC8fw731-CNUJZJQ$  >
> >
> > Very good, I'll look forward to Julie's response when she has
time.
> > Thank you Minna for your help!
> >
> > Best Regards,
> >
> > Elliot Tardif
> >
> > -----Original Message-----
> > From: Minna Win via RT <met_help at ucar.edu>
> > Sent: Tuesday, March 17, 2020 11:13 AM
> > To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> > Subject: Re: [External] Re: [rt.rap.ucar.edu #94505] Compilation
issue
> >
> > CAUTION: External email. Do not click links or open attachments
unless
> > you verify. Send all suspicious email as an attachment to
> > report.spam at nc.gov <mailto:report.spam at nc.gov>
> >
> >
> > Hi Elliot,
> >
> > I'm assigning this ticket to Julie Prestopnik.  Please allow a few
> > days for a response.
> >
> > Regards,
> > Minna
> > ---------------
> > Minna Win
> > National Center for Atmospheric Research Developmental Testbed
Center
> > Phone: 303-497-8423
> > Fax:   303-497-8401
> >
> >
> >
> > On Tue, Mar 17, 2020 at 7:19 AM Tardif, Elliot M via RT
> > <met_help at ucar.edu
> > >
> > wrote:
> >
> > >
> > > <URL:
> > >
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> > >
html?id=94505__;!!HYmSToo!LYFyOIFdH9ZKHlUsUmgC9PQcxjUXmvQxA5mkxVzbMG
> > > MX
> > > soYzqAsX5rj3oq7aVwq0LaWFBg$  >
> > >
> > > Good morning Minna, thank you for your response! I have reviewed
and
> > > attempted to implement your suggestions. Unfortunately, we don't
> > > have a cluster that has MET already installed per your second
link.
> > > I downloaded the MET8.0 tarball, the tarball for all of the
needed
> > > libraries, and the script to compile everything. Unfortunately
it is
> > > throwing errors and core files (please see attached make.log
file
> > > from gsl 2.1). Do you have any advice on how to resolve this
issue?
> > >
> > > Thank you for your time,
> > >
> > > Elliot Tardif
> > >
> > >
> > >
> > >
> > >
> > > -----Original Message-----
> > > From: Minna Win via RT <met_help at ucar.edu>
> > > Sent: Thursday, March 12, 2020 1:38 PM
> > > To: Tardif, Elliot M <elliot.tardif at ncdenr.gov>
> > > Subject: [External] Re: [rt.rap.ucar.edu #94505] Compilation
issue
> > >
> > > CAUTION: External email. Do not click links or open attachments
> > > unless you verify. Send all suspicious email as an attachment to
> > > report.spam at nc.gov <mailto:report.spam at nc.gov>
> > >
> > >
> > > Hello Elliot,
> > >
> > > It looks like you have some issues with installing MET on your
system.
> > > Can you try using the install script, downloadable from:
> > >
> > > https://urldefense.com/v3/__https://dtcenter.org/community-
code/mode
> > > l-
> > > evaluation-tools-
met/download__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC
> > > 6X FuBNHeX20IvlIm7zFs06qxv1edHn0Vgqluux5XVxzA$
> > >
> > > Scroll down to the section "Sample Script for Compiling External
> > > Libraries and MET" and click on the appropriate link.
> > >
> > > You can also check to see if MET is already installed on the
cluster
> > > you are using by referring to this link:
> > >
> > >
> > > https://urldefense.com/v3/__https://dtcenter.org/community-
code/mode
> > > l-
> > > evaluation-tools-met/metv8-1-existing-builds-metplus-2-1-
installatio
> > > ns
> > >
__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20IvlIm7zFs06qxv1edH
> > > n0
> > > VgqlutbHQ1s9Q$
> > >
> > > which contains a list of hosts where MET is already installed.
> > >
> > > Regards,
> > > Minna
> > > ---------------
> > > Minna Win
> > > National Center for Atmospheric Research Developmental Testbed
> > > Center
> > > Phone: 303-497-8423
> > > Fax:   303-497-8401
> > >
> > >
> > >
> > > On Thu, Mar 12, 2020 at 10:13 AM Tardif, Elliot M via RT <
> > > met_help at ucar.edu>
> > > wrote:
> > >
> > > >
> > > > Thu Mar 12 10:13:47 2020: Request 94505 was acted upon.
> > > > Transaction: Ticket created by elliot.tardif at ncdenr.gov
> > > >        Queue: met_help
> > > >      Subject: Compilation issue
> > > >        Owner: Nobody
> > > >   Requestors: elliot.tardif at ncdenr.gov
> > > >       Status: new
> > > >  Ticket <URL:
> > > >
>
https://urldefense.com/v3/__https://rt.rap.ucar.edu/rt/Ticket/Display.
> > > >
html?id=94505__;!!HYmSToo!JYN3rBxlYsm0y1oyv5HF5CapYC6XFuBNHeX20Ivl
> > > > Im
> > > > 7z
> > > > Fs06qxv1edHn0VgqluuVzgqcUQ$  >
> > > >
> > > >
> > > > Good morning, I am attempting to install MET on my cluster and
am
> > > > running into the issue below. Please write back with any
thoughts
> > > > on how to resolve this.
> > > >
> > > > Thank you for your time,
> > > >
> > > > Elliot Tardif
> > > >
> > > > make[3]: Entering directory
> > > > `/storage/highspeed/EMT/MET/met-8.1.2/src/basic/vx_util'
> > > > icpc -DHAVE_CONFIG_H -I. -I../../..
-I../../../src/basic/vx_cal
> > > > -fPIC -I../../../src/basic/vx_config
-I../../../src/basic/vx_log
> > > > -I../../../src/basic/vx_math -I../../../src/basic/vx_util
> > > > -I../../../src/libcode/vx_afm
> > > > -I../../../src/libcode/vx_analysis_util
> > > > -I../../../src/libcode/vx_color
-I../../../src/libcode/vx_data2d
> > > > -I../../../src/libcode/vx_data2d_factory
> > > > -I../../../src/libcode/vx_data2d_grib
> > > > -I../../../src/libcode/vx_data2d_grib2
> > > > -I../../../src/libcode/vx_data2d_nccf
> > > > -I../../../src/libcode/vx_data2d_nc_met
> > > > -I../../../src/libcode/vx_data2d_nc_pinterp
> > > > -I../../../src/libcode/vx_data2d_python
> > > > -I../../../src/libcode/vx_python_utils
> > > > -I../../../src/libcode/vx_geodesy
-I../../../src/libcode/vx_gis
> > > > -I../../../src/libcode/vx_gnomon
-I../../../src/libcode/vx_grid
> > > > -I../../../src/libcode/vx_gsl_prob
> > > > -I../../../src/libcode/vx_nav -I../../../src/libcode/vx_nc_obs
> > > > -I../../../src/libcode/vx_nc_util
> > > > -I../../../src/libcode/vx_pb_util
> -I../../../src/libcode/vx_plot_util -I../../../src/li!
> > > >  bcode/vx_ps -I../../../src/libcode/vx_pxm
> > > > -I../../../src/libcode/vx_render
-I../../../src/libcode/vx_regrid
> > > > -I../../../src/libcode/vx_shapedata
> > > > -I../../../src/libcode/vx_solar
> > > > -I../../../src/libcode/vx_statistics
> > > > -I../../../src/libcode/vx_stat_out
> > > > -I../../../src/libcode/vx_summary
> > > > -I../../../src/libcode/vx_time_series
> > > > -I../../../src/libcode/vx_tc_util -DBLOCK4 -DWITH_GRIB2
> > > > -DWITH_PYTHON
> > > > -DMET_BASE="\"/storage/highspeed/EMT/MET/met-
8.1.2/share/met\""
> > > > -g -MT libvx_util_a-data_plane_util.o -MD -MP -MF
> > > > .deps/libvx_util_a-data_plane_util.Tpo -c -o
> > > > libvx_util_a-data_plane_util.o `test -f 'data_plane_util.cc'
||
> > > > echo './'`data_plane_util.cc
> > > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > > convert from "double" to "DataPlane"
> > > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > > >                            ^
> > > >
> > > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > > convert from "double" to "DataPlane"
> > > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > > >                                         ^
> > > >
> > > > data_plane_util.cc(615): error: no suitable constructor exists
to
> > > > convert from "double" to "DataPlane"
> > > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > > >                                                      ^
> > > >
> > > > data_plane_util.cc(615): error: expression must have
arithmetic or
> > > > enum type
> > > >                 normal_cdf(dp.get(x,y), mn.get(x,y),
sd.get(x,y)));
> > > >                 ^
> > > >
> > > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > > convert from "double" to "DataPlane"
> > > >                 normal_cdf_inv(area, mn.get(x,y),
sd.get(x,y)));
> > > >                                      ^
> > > >
> > > > data_plane_util.cc(651): error: no suitable constructor exists
to
> > > > convert from "double" to "DataPlane"
> > > >                 normal_cdf_inv(area, mn.get(x,y),
sd.get(x,y)));
> > > >                                                   ^
> > > >
> > > > data_plane_util.cc(651): error: expression must have
arithmetic or
> > > > enum type
> > > >                 normal_cdf_inv(area, mn.get(x,y),
sd.get(x,y)));
> > > >                 ^
> > > >
> > > >
> > > > [cid:image001.png at 01D5F867.AB161A10]
> > > >
> > > >
> > > >
> > >
> > >
> > >
> >
> >
> >
> >
>
> --
> Julie Prestopnik
> Software Engineer
> National Center for Atmospheric Research Research Applications
Laboratory
> Phone: 303.497.8399
> Email: jpresto at ucar.edu
>
> My working day may not be your working day.  Please do not feel
obliged to
> reply to this email outside of your normal working hours.
>
>
>
>

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

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

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


More information about the Met_help mailing list