[Met_help] [rt.rap.ucar.edu #47495] History for Error in Installing METv3.0

RAL HelpDesk {for Paul Oldenburg} met_help at ucar.edu
Fri Jun 17 13:00:30 MDT 2011


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


Dear All, 
I am installing METV3.0 on the IBM P570 machine which has 
IBM XL Fortran Enterprise Edition for AIX, V11.1.

         5724-S72
COPYRIGHT
         Licensed Materials - Property of IBM.

         IBM XL C/C++ Enterprise Edition for AIX, V9.0.

         5724-S71

The MET Package in installed in 
bash-3.2$ pwd
/oprn/model/wrf3/utils/met/METv3.0

The NETCDF, BUFR, GSL and F2C libraries are in the area, 
bash-3.2$ ls
Makefile  bufr      f2c       gsl       met       netcdf
bash-3.2$ pwd
/oprn/model/wrf3/utils
bash-3.2$ 

On EDITING the Makefile (attatched), the following error is encountered. 
cp libvx_cal.a ../.
/oprn/model/wrf3/utils/met/METv3.0/lib/vx_color

*** Making vx_color Library ***

/usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
/usr/vacpp/bin/xlC lex.color.cc   -c -I..
/usr/vacpp/bin/xlC vx_clist.cc   -c -I..
/usr/vacpp/bin/xlC vx_color.cc   -c -I..
"/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S) "abs(long)" is already defined.
"/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs" is defined on line 146 of "/usr/vacpp/include/stdlib.h".
"/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs" is declared on line 38 of "/usr/vacpp/include/stdlib.h".
gmake[3]: *** [vx_color.o] Error 1
gmake[2]: *** [vx_color_all] Error 2
gmake[1]: *** [libs] Error 2
gmake: *** [all] Error 2
bash-3.2$ 

Kindly suggest. 
geeta

 		 	   		  

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

Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
From: Paul Oldenburg
Time: Mon Jun 13 11:06:50 2011

Geeta,

We have some suggestions for you:

1.  Download METv3.0.1 and work on building that version.  It has bug
fixes and features that are not available in
METv3.0.  The link to download it is here:
   http://www.dtcenter.org/met/users/downloads/index.php

2. Retrieve and apply the latest set of patches for METv3.0.1.  Follow
the directions at the top of this page:
   http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php

3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is not a
threaded application and does not need to be built
using re-entrant facilities.

4.  Compile the following test program on the machine where you are
trying to build MET.  If this test program does not
compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
configured properly to include standard c++ libraries, otherwise MET
will not compile.  Contact your system
administrator and explain this problem to them.


#include <stdio.h>
#include <math.h>

int main(){
  printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
  return 0;
}


Please let us know if you have any questions.

Paul



On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>
> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
> Transaction: Ticket created by geeta124 at hotmail.com
>        Queue: met_help
>      Subject: Error in Installing METv3.0
>        Owner: Nobody
>   Requestors: geeta124 at hotmail.com
>       Status: new
>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>
>
>
> Dear All,
> I am installing METV3.0 on the IBM P570 machine which has
> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>
>          5724-S72
> COPYRIGHT
>          Licensed Materials - Property of IBM.
>
>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>
>          5724-S71
>
> The MET Package in installed in
> bash-3.2$ pwd
> /oprn/model/wrf3/utils/met/METv3.0
>
> The NETCDF, BUFR, GSL and F2C libraries are in the area,
> bash-3.2$ ls
> Makefile  bufr      f2c       gsl       met       netcdf
> bash-3.2$ pwd
> /oprn/model/wrf3/utils
> bash-3.2$
>
> On EDITING the Makefile (attatched), the following error is
encountered.
> cp libvx_cal.a ../.
> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>
> *** Making vx_color Library ***
>
> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S) "abs(long)"
is already defined.
> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs" is
defined on line 146 of "/usr/vacpp/include/stdlib.h".
> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs" is
declared on line 38 of "/usr/vacpp/include/stdlib.h".
> gmake[3]: *** [vx_color.o] Error 1
> gmake[2]: *** [vx_color_all] Error 2
> gmake[1]: *** [libs] Error 2
> gmake: *** [all] Error 2
> bash-3.2$
>
> Kindly suggest.
> geeta
>
>


------------------------------------------------
Subject: Error in Installing METv3.0
From: Geeta Geeta
Time: Mon Jun 13 23:10:56 2011


Dear Sir,
I have done as you have suggested. This is now METv3.0.1 and kept in
bash-3.2$ pwd
/oprn/model/wrf3/METv3.0.1

bash-3.2$ pwd
/oprn/model/wrf3/METv3.0.1
(reverse-i-search)`cp': cp Makefile_ibm Makefile

The path of other Libraries required is not changed .

Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
I am encountering following errror again.

usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
clude
"../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The #include
file "gsl/gsl
_cdf.h" is not found.
"../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The #include
file "gsl
/gsl_randist.h" is not found.
"../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S) The
#include file "
gsl/gsl_statistics_double.h" is not found.
"../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
sl/gsl_wavelet2d.h" is not found.
gmake[3]: *** [stat_job.o] Error 1
gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
gmake[2]: *** [vx_analysis_util_all] Error 2
gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
gmake[1]: *** [libs] Error 2
gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
gmake: *** [all] Error 2
bash-3.2$


What I should do for the header files required???

Kindly suggest.
Dr Geeta Agnihotri.
Met Centre, India Met Dept.



> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Mon, 13 Jun 2011 11:06:51 -0600
>
> Geeta,
>
> We have some suggestions for you:
>
> 1.  Download METv3.0.1 and work on building that version.  It has
bug fixes and features that are not available in
> METv3.0.  The link to download it is here:
>    http://www.dtcenter.org/met/users/downloads/index.php
>
> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>
> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is not
a threaded application and does not need to be built
> using re-entrant facilities.
>
> 4.  Compile the following test program on the machine where you are
trying to build MET.  If this test program does not
> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
> configured properly to include standard c++ libraries, otherwise MET
will not compile.  Contact your system
> administrator and explain this problem to them.
>
>
> #include <stdio.h>
> #include <math.h>
>
> int main(){
>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>   return 0;
> }
>
>
> Please let us know if you have any questions.
>
> Paul
>
>
>
> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
> >
> > Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
> > Transaction: Ticket created by geeta124 at hotmail.com
> >        Queue: met_help
> >      Subject: Error in Installing METv3.0
> >        Owner: Nobody
> >   Requestors: geeta124 at hotmail.com
> >       Status: new
> >  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >
> >
> >
> > Dear All,
> > I am installing METV3.0 on the IBM P570 machine which has
> > IBM XL Fortran Enterprise Edition for AIX, V11.1.
> >
> >          5724-S72
> > COPYRIGHT
> >          Licensed Materials - Property of IBM.
> >
> >          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
> >
> >          5724-S71
> >
> > The MET Package in installed in
> > bash-3.2$ pwd
> > /oprn/model/wrf3/utils/met/METv3.0
> >
> > The NETCDF, BUFR, GSL and F2C libraries are in the area,
> > bash-3.2$ ls
> > Makefile  bufr      f2c       gsl       met       netcdf
> > bash-3.2$ pwd
> > /oprn/model/wrf3/utils
> > bash-3.2$
> >
> > On EDITING the Makefile (attatched), the following error is
encountered.
> > cp libvx_cal.a ../.
> > /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
> >
> > *** Making vx_color Library ***
> >
> > /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
> > /usr/vacpp/bin/xlC lex.color.cc   -c -I..
> > /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
> > /usr/vacpp/bin/xlC vx_color.cc   -c -I..
> > "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
> > "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs" is
defined on line 146 of "/usr/vacpp/include/stdlib.h".
> > "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs" is
declared on line 38 of "/usr/vacpp/include/stdlib.h".
> > gmake[3]: *** [vx_color.o] Error 1
> > gmake[2]: *** [vx_color_all] Error 2
> > gmake[1]: *** [libs] Error 2
> > gmake: *** [all] Error 2
> > bash-3.2$
> >
> > Kindly suggest.
> > geeta
> >
> >
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0 and METv3.0.1
From: Paul Oldenburg
Time: Tue Jun 14 12:06:21 2011

Geeta,

When you installed GSL on your machine, where was the include folder
put?  In your Makefile, you specify the following
as the location of the include and lib folders:

/oprn/model/wrf3/utils/gsl/gsl-1.9/include
/oprn/model/wrf3/utils/gsl/gsl-1.9/lib

If that is not the actual location of those folders, you must find
them on your system and adjust your Makefile
accordingly.  The best way to specify where those folders are put when
GSL is built is to use the --prefix option when
you run the ./configure script, like this:

$ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9

Please let us know if you have any questions.

Thanks,

Paul



On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>
>
> Dear Sir,
> I have done as you have suggested. This is now METv3.0.1 and kept in
> bash-3.2$ pwd
> /oprn/model/wrf3/METv3.0.1
>
> bash-3.2$ pwd
> /oprn/model/wrf3/METv3.0.1
> (reverse-i-search)`cp': cp Makefile_ibm Makefile
>
> The path of other Libraries required is not changed .
>
> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
> I am encountering following errror again.
>
> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
> clude
> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The #include
file "gsl/gsl
> _cdf.h" is not found.
> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
> /gsl_randist.h" is not found.
> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S) The
#include file "
> gsl/gsl_statistics_double.h" is not found.
> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
> sl/gsl_wavelet2d.h" is not found.
> gmake[3]: *** [stat_job.o] Error 1
> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> gmake[2]: *** [vx_analysis_util_all] Error 2
> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> gmake[1]: *** [libs] Error 2
> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
> gmake: *** [all] Error 2
> bash-3.2$
>
>
> What I should do for the header files required???
>
> Kindly suggest.
> Dr Geeta Agnihotri.
> Met Centre, India Met Dept.
>
>
>
>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Mon, 13 Jun 2011 11:06:51 -0600
>>
>> Geeta,
>>
>> We have some suggestions for you:
>>
>> 1.  Download METv3.0.1 and work on building that version.  It has
bug fixes and features that are not available in
>> METv3.0.  The link to download it is here:
>>    http://www.dtcenter.org/met/users/downloads/index.php
>>
>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>>
>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is not
a threaded application and does not need to be built
>> using re-entrant facilities.
>>
>> 4.  Compile the following test program on the machine where you are
trying to build MET.  If this test program does not
>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
>> configured properly to include standard c++ libraries, otherwise
MET will not compile.  Contact your system
>> administrator and explain this problem to them.
>>
>>
>> #include <stdio.h>
>> #include <math.h>
>>
>> int main(){
>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>>   return 0;
>> }
>>
>>
>> Please let us know if you have any questions.
>>
>> Paul
>>
>>
>>
>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>
>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
>>> Transaction: Ticket created by geeta124 at hotmail.com
>>>        Queue: met_help
>>>      Subject: Error in Installing METv3.0
>>>        Owner: Nobody
>>>   Requestors: geeta124 at hotmail.com
>>>       Status: new
>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>
>>>
>>>
>>> Dear All,
>>> I am installing METV3.0 on the IBM P570 machine which has
>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>>>
>>>          5724-S72
>>> COPYRIGHT
>>>          Licensed Materials - Property of IBM.
>>>
>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>>>
>>>          5724-S71
>>>
>>> The MET Package in installed in
>>> bash-3.2$ pwd
>>> /oprn/model/wrf3/utils/met/METv3.0
>>>
>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
>>> bash-3.2$ ls
>>> Makefile  bufr      f2c       gsl       met       netcdf
>>> bash-3.2$ pwd
>>> /oprn/model/wrf3/utils
>>> bash-3.2$
>>>
>>> On EDITING the Makefile (attatched), the following error is
encountered.
>>> cp libvx_cal.a ../.
>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>>>
>>> *** Making vx_color Library ***
>>>
>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs" is
defined on line 146 of "/usr/vacpp/include/stdlib.h".
>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs" is
declared on line 38 of "/usr/vacpp/include/stdlib.h".
>>> gmake[3]: *** [vx_color.o] Error 1
>>> gmake[2]: *** [vx_color_all] Error 2
>>> gmake[1]: *** [libs] Error 2
>>> gmake: *** [all] Error 2
>>> bash-3.2$
>>>
>>> Kindly suggest.
>>> geeta
>>>
>>>
>>
>>
>


------------------------------------------------
Subject: Error in Installing METv3.0
From: Geeta Geeta
Time: Wed Jun 15 01:00:32 2011


Dear Sir,

Following things were done.
1. The path of gsl/include was corrected.
2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1

is downloaded and installed on the machine.
METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.

But I am facing problem in the runtime error encountered with WPP. The
WPP was installed successfully and the 3 executables were created in
the exec directory.
bash-3.2$ cd exec/
/oprn/model/wrf3/WPPV3/exec
bash-3.2$ ls
copygb.exe   ndate.exe    wrfpost.exe
bash-3.2$

AS IN THE document of WPP, I have created the directories  postprd
(for running the script and it has all the necessary links to the
files) and wrfprd (has the data files) as shown below.
It goes like this.

bash-3.2$ ls
ARWpost        WRFDA          rf-data-mcbng  stndata        trv.sh
METv3.0.1      WRFV3          run            utils
WPPV3          parm           runwrf.sh      WPS            postprd
wrfprd
bash-3.2$ pwd
/oprn/model/wrf3


bash-3.2$ cd wrfprd
/oprn/model/wrf3/wrfprd
bash-3.2$ ls
wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-09_02:00:00.nc
wrfout_d01_2011-06-09_01:00:00.nc
bash-3.2$ cd ..
bash-3.2$ cd postprd/
/oprn/model/wrf3/postprd
bash-3.2$ ls
copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
fort.110              run_wrfpost           wrfprs_d01.000
fort.14               wrf_cntrl.parm
bash-3.2$

Whan I run run_wrfpost, followinf error is encountered. I am attaching
the wrfprs files as well.
+ 1> itag 0<<
/oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
netcdf
2011-06-09_00:00:00
NCAR
+ rm fort.110 fort.14
+ ln -sf wrf_cntrl.parm fort.14
+ ln -sf griddef.out fort.110
+ /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
+ 0< itag 1> wrfpost_d01.000.out 2>& 1
+ mv WRFPRS000.tm00 WRFPRS_d01.000
mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
             A file or directory in the path name does not exist.
+ ls -l WRFPRS_d01.000
ls: 0653-341 The file WRFPRS_d01.000 does not exist.
+ err1=2
+ test 2 -ne 0
+ echo WRF POST FAILED, EXITTING
WRF POST FAILED, EXITTING
+ exit
This is the file wrfpost_d01.000.out

 e will try to run with  1  server groups
  *** you specified 0 I/O servers
  CHKOUT will write a file
  The Posting is using  1  MPI task
  There are  0  I/O servers
 ME,NUM_PROCS,NUM_SERVERS= 0 1 0
 IOFORM= netcdf
 in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
 called ioinit 0
 called open for read 0
 im jm lm from wrfout=  163 163 37
 SF_SURFACE_PHYSICS=  2
 NSOIL from wrfout=  4
 jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
"/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128: 1525-014
The I/O op
eration on unit 1 cannot be completed because an errno value of 2 (No
such file
or directory) was received while opening the file.  The program will
stop.
~

Kindly suggest.

geeta



> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Tue, 14 Jun 2011 12:06:21 -0600
>
> Geeta,
>
> When you installed GSL on your machine, where was the include folder
put?  In your Makefile, you specify the following
> as the location of the include and lib folders:
>
> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
>
> If that is not the actual location of those folders, you must find
them on your system and adjust your Makefile
> accordingly.  The best way to specify where those folders are put
when GSL is built is to use the --prefix option when
> you run the ./configure script, like this:
>
> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
>
> Please let us know if you have any questions.
>
> Thanks,
>
> Paul
>
>
>
> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
> >
> > <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >
> >
> > Dear Sir,
> > I have done as you have suggested. This is now METv3.0.1 and kept
in
> > bash-3.2$ pwd
> > /oprn/model/wrf3/METv3.0.1
> >
> > bash-3.2$ pwd
> > /oprn/model/wrf3/METv3.0.1
> > (reverse-i-search)`cp': cp Makefile_ibm Makefile
> >
> > The path of other Libraries required is not changed .
> >
> > Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
> > I am encountering following errror again.
> >
> > usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
> > clude
> > "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The #include
file "gsl/gsl
> > _cdf.h" is not found.
> > "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
> > /gsl_randist.h" is not found.
> > "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S) The
#include file "
> > gsl/gsl_statistics_double.h" is not found.
> > "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
> > sl/gsl_wavelet2d.h" is not found.
> > gmake[3]: *** [stat_job.o] Error 1
> > gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> > gmake[2]: *** [vx_analysis_util_all] Error 2
> > gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> > gmake[1]: *** [libs] Error 2
> > gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
> > gmake: *** [all] Error 2
> > bash-3.2$
> >
> >
> > What I should do for the header files required???
> >
> > Kindly suggest.
> > Dr Geeta Agnihotri.
> > Met Centre, India Met Dept.
> >
> >
> >
> >> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
> >> From: met_help at ucar.edu
> >> To: geeta124 at hotmail.com
> >> Date: Mon, 13 Jun 2011 11:06:51 -0600
> >>
> >> Geeta,
> >>
> >> We have some suggestions for you:
> >>
> >> 1.  Download METv3.0.1 and work on building that version.  It has
bug fixes and features that are not available in
> >> METv3.0.  The link to download it is here:
> >>    http://www.dtcenter.org/met/users/downloads/index.php
> >>
> >> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
> >>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
> >>
> >> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is
not a threaded application and does not need to be built
> >> using re-entrant facilities.
> >>
> >> 4.  Compile the following test program on the machine where you
are trying to build MET.  If this test program does not
> >> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
> >> configured properly to include standard c++ libraries, otherwise
MET will not compile.  Contact your system
> >> administrator and explain this problem to them.
> >>
> >>
> >> #include <stdio.h>
> >> #include <math.h>
> >>
> >> int main(){
> >>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
> >>   return 0;
> >> }
> >>
> >>
> >> Please let us know if you have any questions.
> >>
> >> Paul
> >>
> >>
> >>
> >> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
> >>>
> >>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
> >>> Transaction: Ticket created by geeta124 at hotmail.com
> >>>        Queue: met_help
> >>>      Subject: Error in Installing METv3.0
> >>>        Owner: Nobody
> >>>   Requestors: geeta124 at hotmail.com
> >>>       Status: new
> >>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >>>
> >>>
> >>>
> >>> Dear All,
> >>> I am installing METV3.0 on the IBM P570 machine which has
> >>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
> >>>
> >>>          5724-S72
> >>> COPYRIGHT
> >>>          Licensed Materials - Property of IBM.
> >>>
> >>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
> >>>
> >>>          5724-S71
> >>>
> >>> The MET Package in installed in
> >>> bash-3.2$ pwd
> >>> /oprn/model/wrf3/utils/met/METv3.0
> >>>
> >>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
> >>> bash-3.2$ ls
> >>> Makefile  bufr      f2c       gsl       met       netcdf
> >>> bash-3.2$ pwd
> >>> /oprn/model/wrf3/utils
> >>> bash-3.2$
> >>>
> >>> On EDITING the Makefile (attatched), the following error is
encountered.
> >>> cp libvx_cal.a ../.
> >>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
> >>>
> >>> *** Making vx_color Library ***
> >>>
> >>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
> >>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
> >>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
> >>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
> >>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
> >>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs"
is defined on line 146 of "/usr/vacpp/include/stdlib.h".
> >>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs"
is declared on line 38 of "/usr/vacpp/include/stdlib.h".
> >>> gmake[3]: *** [vx_color.o] Error 1
> >>> gmake[2]: *** [vx_color_all] Error 2
> >>> gmake[1]: *** [libs] Error 2
> >>> gmake: *** [all] Error 2
> >>> bash-3.2$
> >>>
> >>> Kindly suggest.
> >>> geeta
> >>>
> >>>
> >>
> >>
> >
>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0 and METv3.0.1
From: Paul Oldenburg
Time: Wed Jun 15 08:22:08 2011

Tricia,

This user who wrote to MET help and now has MET running seems to be
having trouble running WPP.  Can you please take a
look at her issue below and let me know if you have any advice?  I'm
not very familiar with the WPP tools.

Thanks,

Paul


On 06/15/2011 01:00 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>
>
> Dear Sir,
>
> Following things were done.
> 1. The path of gsl/include was corrected.
> 2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1
>
> is downloaded and installed on the machine.
> METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.
>
> But I am facing problem in the runtime error encountered with WPP.
The WPP was installed successfully and the 3 executables were created
in the exec directory.
> bash-3.2$ cd exec/
> /oprn/model/wrf3/WPPV3/exec
> bash-3.2$ ls
> copygb.exe   ndate.exe    wrfpost.exe
> bash-3.2$
>
> AS IN THE document of WPP, I have created the directories  postprd
(for running the script and it has all the necessary links to the
files) and wrfprd (has the data files) as shown below.
> It goes like this.
>
> bash-3.2$ ls
> ARWpost        WRFDA          rf-data-mcbng  stndata        trv.sh
> METv3.0.1      WRFV3          run            utils
> WPPV3          parm           runwrf.sh      WPS            postprd
wrfprd
> bash-3.2$ pwd
> /oprn/model/wrf3
>
>
> bash-3.2$ cd wrfprd
> /oprn/model/wrf3/wrfprd
> bash-3.2$ ls
> wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-09_02:00:00.nc
> wrfout_d01_2011-06-09_01:00:00.nc
> bash-3.2$ cd ..
> bash-3.2$ cd postprd/
> /oprn/model/wrf3/postprd
> bash-3.2$ ls
> copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
> eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
> fort.110              run_wrfpost           wrfprs_d01.000
> fort.14               wrf_cntrl.parm
> bash-3.2$
>
> Whan I run run_wrfpost, followinf error is encountered. I am
attaching the wrfprs files as well.
> + 1> itag 0<<
> /oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
> netcdf
> 2011-06-09_00:00:00
> NCAR
> + rm fort.110 fort.14
> + ln -sf wrf_cntrl.parm fort.14
> + ln -sf griddef.out fort.110
> + /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
> + 0< itag 1> wrfpost_d01.000.out 2>& 1
> + mv WRFPRS000.tm00 WRFPRS_d01.000
> mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
>              A file or directory in the path name does not exist.
> + ls -l WRFPRS_d01.000
> ls: 0653-341 The file WRFPRS_d01.000 does not exist.
> + err1=2
> + test 2 -ne 0
> + echo WRF POST FAILED, EXITTING
> WRF POST FAILED, EXITTING
> + exit
> This is the file wrfpost_d01.000.out
>
>  e will try to run with  1  server groups
>   *** you specified 0 I/O servers
>   CHKOUT will write a file
>   The Posting is using  1  MPI task
>   There are  0  I/O servers
>  ME,NUM_PROCS,NUM_SERVERS= 0 1 0
>  IOFORM= netcdf
>  in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
>  called ioinit 0
>  called open for read 0
>  im jm lm from wrfout=  163 163 37
>  SF_SURFACE_PHYSICS=  2
>  NSOIL from wrfout=  4
>  jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
> "/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128: 1525-
014 The I/O op
> eration on unit 1 cannot be completed because an errno value of 2
(No such file
> or directory) was received while opening the file.  The program will
stop.
> ~
>
> Kindly suggest.
>
> geeta
>
>
>
>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Tue, 14 Jun 2011 12:06:21 -0600
>>
>> Geeta,
>>
>> When you installed GSL on your machine, where was the include
folder put?  In your Makefile, you specify the following
>> as the location of the include and lib folders:
>>
>> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
>> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
>>
>> If that is not the actual location of those folders, you must find
them on your system and adjust your Makefile
>> accordingly.  The best way to specify where those folders are put
when GSL is built is to use the --prefix option when
>> you run the ./configure script, like this:
>>
>> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
>>
>> Please let us know if you have any questions.
>>
>> Thanks,
>>
>> Paul
>>
>>
>>
>> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>
>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>
>>>
>>> Dear Sir,
>>> I have done as you have suggested. This is now METv3.0.1 and kept
in
>>> bash-3.2$ pwd
>>> /oprn/model/wrf3/METv3.0.1
>>>
>>> bash-3.2$ pwd
>>> /oprn/model/wrf3/METv3.0.1
>>> (reverse-i-search)`cp': cp Makefile_ibm Makefile
>>>
>>> The path of other Libraries required is not changed .
>>>
>>> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
>>> I am encountering following errror again.
>>>
>>> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
>>> clude
>>> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The #include
file "gsl/gsl
>>> _cdf.h" is not found.
>>> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
>>> /gsl_randist.h" is not found.
>>> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S) The
#include file "
>>> gsl/gsl_statistics_double.h" is not found.
>>> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
>>> sl/gsl_wavelet2d.h" is not found.
>>> gmake[3]: *** [stat_job.o] Error 1
>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>> gmake[2]: *** [vx_analysis_util_all] Error 2
>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>> gmake[1]: *** [libs] Error 2
>>> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
>>> gmake: *** [all] Error 2
>>> bash-3.2$
>>>
>>>
>>> What I should do for the header files required???
>>>
>>> Kindly suggest.
>>> Dr Geeta Agnihotri.
>>> Met Centre, India Met Dept.
>>>
>>>
>>>
>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
>>>> From: met_help at ucar.edu
>>>> To: geeta124 at hotmail.com
>>>> Date: Mon, 13 Jun 2011 11:06:51 -0600
>>>>
>>>> Geeta,
>>>>
>>>> We have some suggestions for you:
>>>>
>>>> 1.  Download METv3.0.1 and work on building that version.  It has
bug fixes and features that are not available in
>>>> METv3.0.  The link to download it is here:
>>>>    http://www.dtcenter.org/met/users/downloads/index.php
>>>>
>>>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>>>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>>>>
>>>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is
not a threaded application and does not need to be built
>>>> using re-entrant facilities.
>>>>
>>>> 4.  Compile the following test program on the machine where you
are trying to build MET.  If this test program does not
>>>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
>>>> configured properly to include standard c++ libraries, otherwise
MET will not compile.  Contact your system
>>>> administrator and explain this problem to them.
>>>>
>>>>
>>>> #include <stdio.h>
>>>> #include <math.h>
>>>>
>>>> int main(){
>>>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>>>>   return 0;
>>>> }
>>>>
>>>>
>>>> Please let us know if you have any questions.
>>>>
>>>> Paul
>>>>
>>>>
>>>>
>>>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>
>>>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
>>>>> Transaction: Ticket created by geeta124 at hotmail.com
>>>>>        Queue: met_help
>>>>>      Subject: Error in Installing METv3.0
>>>>>        Owner: Nobody
>>>>>   Requestors: geeta124 at hotmail.com
>>>>>       Status: new
>>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>
>>>>>
>>>>>
>>>>> Dear All,
>>>>> I am installing METV3.0 on the IBM P570 machine which has
>>>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>>>>>
>>>>>          5724-S72
>>>>> COPYRIGHT
>>>>>          Licensed Materials - Property of IBM.
>>>>>
>>>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>>>>>
>>>>>          5724-S71
>>>>>
>>>>> The MET Package in installed in
>>>>> bash-3.2$ pwd
>>>>> /oprn/model/wrf3/utils/met/METv3.0
>>>>>
>>>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
>>>>> bash-3.2$ ls
>>>>> Makefile  bufr      f2c       gsl       met       netcdf
>>>>> bash-3.2$ pwd
>>>>> /oprn/model/wrf3/utils
>>>>> bash-3.2$
>>>>>
>>>>> On EDITING the Makefile (attatched), the following error is
encountered.
>>>>> cp libvx_cal.a ../.
>>>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>>>>>
>>>>> *** Making vx_color Library ***
>>>>>
>>>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
>>>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
>>>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
>>>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
>>>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
>>>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs"
is defined on line 146 of "/usr/vacpp/include/stdlib.h".
>>>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs"
is declared on line 38 of "/usr/vacpp/include/stdlib.h".
>>>>> gmake[3]: *** [vx_color.o] Error 1
>>>>> gmake[2]: *** [vx_color_all] Error 2
>>>>> gmake[1]: *** [libs] Error 2
>>>>> gmake: *** [all] Error 2
>>>>> bash-3.2$
>>>>>
>>>>> Kindly suggest.
>>>>> geeta
>>>>>
>>>>>
>>>>
>>>>
>>>
>>
>>
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0 and METv3.0.1
From: Tricia Slovacek
Time: Wed Jun 15 09:07:26 2011

Hey Paul--

Looks like they have the eta_micro_lookup.dat file but what's in it or
where is it pointing?  This should be a symlink made by the
run_wrfpost
script to the ETAMPNEW_DATA file found under ${WRFPATH}/run.  The code
stopped because it received ERRNO=2 (No such file or directory) while
trying to open this file.

Tttttthat's all folks....

-- Tricia

On 06/15/2011 08:22 AM, Paul Oldenburg wrote:
> Tricia,
>
> This user who wrote to MET help and now has MET running seems to be
having trouble running WPP.  Can you please take a
> look at her issue below and let me know if you have any advice?  I'm
not very familiar with the WPP tools.
>
> Thanks,
>
> Paul
>
>
> On 06/15/2011 01:00 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>
>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>
>>
>> Dear Sir,
>>
>> Following things were done.
>> 1. The path of gsl/include was corrected.
>> 2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1
>>
>> is downloaded and installed on the machine.
>> METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.
>>
>> But I am facing problem in the runtime error encountered with WPP.
The WPP was installed successfully and the 3 executables were created
in the exec directory.
>> bash-3.2$ cd exec/
>> /oprn/model/wrf3/WPPV3/exec
>> bash-3.2$ ls
>> copygb.exe   ndate.exe    wrfpost.exe
>> bash-3.2$
>>
>> AS IN THE document of WPP, I have created the directories  postprd
(for running the script and it has all the necessary links to the
files) and wrfprd (has the data files) as shown below.
>> It goes like this.
>>
>> bash-3.2$ ls
>> ARWpost        WRFDA          rf-data-mcbng  stndata        trv.sh
>> METv3.0.1      WRFV3          run            utils
>> WPPV3          parm           runwrf.sh      WPS            postprd
wrfprd
>> bash-3.2$ pwd
>> /oprn/model/wrf3
>>
>>
>> bash-3.2$ cd wrfprd
>> /oprn/model/wrf3/wrfprd
>> bash-3.2$ ls
>> wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-
09_02:00:00.nc
>> wrfout_d01_2011-06-09_01:00:00.nc
>> bash-3.2$ cd ..
>> bash-3.2$ cd postprd/
>> /oprn/model/wrf3/postprd
>> bash-3.2$ ls
>> copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
>> eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
>> fort.110              run_wrfpost           wrfprs_d01.000
>> fort.14               wrf_cntrl.parm
>> bash-3.2$
>>
>> Whan I run run_wrfpost, followinf error is encountered. I am
attaching the wrfprs files as well.
>> + 1> itag 0<<
>> /oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
>> netcdf
>> 2011-06-09_00:00:00
>> NCAR
>> + rm fort.110 fort.14
>> + ln -sf wrf_cntrl.parm fort.14
>> + ln -sf griddef.out fort.110
>> + /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
>> + 0< itag 1> wrfpost_d01.000.out 2>& 1
>> + mv WRFPRS000.tm00 WRFPRS_d01.000
>> mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
>>              A file or directory in the path name does not exist.
>> + ls -l WRFPRS_d01.000
>> ls: 0653-341 The file WRFPRS_d01.000 does not exist.
>> + err1=2
>> + test 2 -ne 0
>> + echo WRF POST FAILED, EXITTING
>> WRF POST FAILED, EXITTING
>> + exit
>> This is the file wrfpost_d01.000.out
>>
>>  e will try to run with  1  server groups
>>   *** you specified 0 I/O servers
>>   CHKOUT will write a file
>>   The Posting is using  1  MPI task
>>   There are  0  I/O servers
>>  ME,NUM_PROCS,NUM_SERVERS= 0 1 0
>>  IOFORM= netcdf
>>  in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
>>  called ioinit 0
>>  called open for read 0
>>  im jm lm from wrfout=  163 163 37
>>  SF_SURFACE_PHYSICS=  2
>>  NSOIL from wrfout=  4
>>  jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
>> "/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128: 1525-
014 The I/O op
>> eration on unit 1 cannot be completed because an errno value of 2
(No such file
>> or directory) was received while opening the file.  The program
will stop.
>> ~
>>
>> Kindly suggest.
>>
>> geeta
>>
>>
>>
>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
>>> From: met_help at ucar.edu
>>> To: geeta124 at hotmail.com
>>> Date: Tue, 14 Jun 2011 12:06:21 -0600
>>>
>>> Geeta,
>>>
>>> When you installed GSL on your machine, where was the include
folder put?  In your Makefile, you specify the following
>>> as the location of the include and lib folders:
>>>
>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
>>>
>>> If that is not the actual location of those folders, you must find
them on your system and adjust your Makefile
>>> accordingly.  The best way to specify where those folders are put
when GSL is built is to use the --prefix option when
>>> you run the ./configure script, like this:
>>>
>>> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
>>>
>>> Please let us know if you have any questions.
>>>
>>> Thanks,
>>>
>>> Paul
>>>
>>>
>>>
>>> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>
>>>>
>>>> Dear Sir,
>>>> I have done as you have suggested. This is now METv3.0.1 and kept
in
>>>> bash-3.2$ pwd
>>>> /oprn/model/wrf3/METv3.0.1
>>>>
>>>> bash-3.2$ pwd
>>>> /oprn/model/wrf3/METv3.0.1
>>>> (reverse-i-search)`cp': cp Makefile_ibm Makefile
>>>>
>>>> The path of other Libraries required is not changed .
>>>>
>>>> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
>>>> I am encountering following errror again.
>>>>
>>>> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
>>>> clude
>>>> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The
#include file "gsl/gsl
>>>> _cdf.h" is not found.
>>>> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
>>>> /gsl_randist.h" is not found.
>>>> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S) The
#include file "
>>>> gsl/gsl_statistics_double.h" is not found.
>>>> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
>>>> sl/gsl_wavelet2d.h" is not found.
>>>> gmake[3]: *** [stat_job.o] Error 1
>>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>> gmake[2]: *** [vx_analysis_util_all] Error 2
>>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>> gmake[1]: *** [libs] Error 2
>>>> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
>>>> gmake: *** [all] Error 2
>>>> bash-3.2$
>>>>
>>>>
>>>> What I should do for the header files required???
>>>>
>>>> Kindly suggest.
>>>> Dr Geeta Agnihotri.
>>>> Met Centre, India Met Dept.
>>>>
>>>>
>>>>
>>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0
>>>>> From: met_help at ucar.edu
>>>>> To: geeta124 at hotmail.com
>>>>> Date: Mon, 13 Jun 2011 11:06:51 -0600
>>>>>
>>>>> Geeta,
>>>>>
>>>>> We have some suggestions for you:
>>>>>
>>>>> 1.  Download METv3.0.1 and work on building that version.  It
has bug fixes and features that are not available in
>>>>> METv3.0.  The link to download it is here:
>>>>>    http://www.dtcenter.org/met/users/downloads/index.php
>>>>>
>>>>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>>>>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>>>>>
>>>>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET is
not a threaded application and does not need to be built
>>>>> using re-entrant facilities.
>>>>>
>>>>> 4.  Compile the following test program on the machine where you
are trying to build MET.  If this test program does not
>>>>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
>>>>> configured properly to include standard c++ libraries, otherwise
MET will not compile.  Contact your system
>>>>> administrator and explain this problem to them.
>>>>>
>>>>>
>>>>> #include <stdio.h>
>>>>> #include <math.h>
>>>>>
>>>>> int main(){
>>>>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>>>>>   return 0;
>>>>> }
>>>>>
>>>>>
>>>>> Please let us know if you have any questions.
>>>>>
>>>>> Paul
>>>>>
>>>>>
>>>>>
>>>>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>>
>>>>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
>>>>>> Transaction: Ticket created by geeta124 at hotmail.com
>>>>>>        Queue: met_help
>>>>>>      Subject: Error in Installing METv3.0
>>>>>>        Owner: Nobody
>>>>>>   Requestors: geeta124 at hotmail.com
>>>>>>       Status: new
>>>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>>
>>>>>>
>>>>>>
>>>>>> Dear All,
>>>>>> I am installing METV3.0 on the IBM P570 machine which has
>>>>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>>>>>>
>>>>>>          5724-S72
>>>>>> COPYRIGHT
>>>>>>          Licensed Materials - Property of IBM.
>>>>>>
>>>>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>>>>>>
>>>>>>          5724-S71
>>>>>>
>>>>>> The MET Package in installed in
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/utils/met/METv3.0
>>>>>>
>>>>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
>>>>>> bash-3.2$ ls
>>>>>> Makefile  bufr      f2c       gsl       met       netcdf
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/utils
>>>>>> bash-3.2$
>>>>>>
>>>>>> On EDITING the Makefile (attatched), the following error is
encountered.
>>>>>> cp libvx_cal.a ../.
>>>>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>>>>>>
>>>>>> *** Making vx_color Library ***
>>>>>>
>>>>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
>>>>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
>>>>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
>>>>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
>>>>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
>>>>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I) "abs"
is defined on line 146 of "/usr/vacpp/include/stdlib.h".
>>>>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I) "abs"
is declared on line 38 of "/usr/vacpp/include/stdlib.h".
>>>>>> gmake[3]: *** [vx_color.o] Error 1
>>>>>> gmake[2]: *** [vx_color_all] Error 2
>>>>>> gmake[1]: *** [libs] Error 2
>>>>>> gmake: *** [all] Error 2
>>>>>> bash-3.2$
>>>>>>
>>>>>> Kindly suggest.
>>>>>> geeta
>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>>
>>>
>>

------------------------------------------------
Subject: Error in Installing METv3.0
From: Geeta Geeta
Time: Wed Jun 15 23:17:07 2011


Dear Ms. Tricia

I have checked for the FILE ETAMPNEW_DATA in the $WRFPATH/run. Sending
you the following output.



bash-3.2$ pwd

/oprn/model/wrf3/WRFV3/run     ( Directory of WRF)

bash-3.2$ file ETAMPNEW_DATA

ETAMPNEW_DATA: data or International Language text

bash-3.2$ ls -l ETAMPNEW_DATA

-rw-r--r--    1 model    staff         30200 May 15 2004
ETAMPNEW_DATA



bash-3.2$ cd ..

bash-3.2$ cd ..

bash-3.2$ cd WPPV3/

/oprn/model/wrf3/WPPV3  (Directory of WPPV3).

It seems that the file is there.

    I am running the WPP in the following directory.

bash-3.2$ pwd

/oprn/model/wrf3

bash-3.2$ ls -l wrfprd/

total 331176

-rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_00:00:00.nc

-rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_01:00:00.nc

-rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_02:00:00.nc

bash-3.2$ ls -l postprd/

total 56

-rw-r--r--        1 model    staff            64 Jun 09 14:06
copygb_hwrf.txt

lrwxrwxrwx    1 model    staff            44 Jun 15 12:29
eta_micro_lookup.dat -

> /oprn/model/wrf3/WRFV3/run/run/ETAMPNEW_DATA

lrwxrwxrwx    1 model    staff            11 Jun 15 12:29 fort.110 ->
griddef.out

lrwxrwxrwx    1 model    staff            14 Jun 15 12:29 fort.14 ->
wrf_cntrl.parm

-rw-r--r--       1 model    staff             168 Jun 09 14:06
griddef.out

-rw-r--r--      1 model    staff            90 Jun 15 12:29 itag

-rwxr-xr-x     1 model    staff          5870 Jun 09 15:28 run_wrfpost

lrwxrwxrwx   1 model    staff            36 Jun 15 12:29
wrf_cntrl.parm -> /oprn/model/wrf3/parm/wrf_cntrl.parm

-rw-r--r--    1 model    staff           702 Jun 15 12:29
wrfpost_d01.000.out

-rw-r--r--    1 model    staff           702 Jun 09 15:24
wrfpost_d01.001.out

lrwxrwxrwx    1 model    staff            14 Apr 20 13:37
wrfprs_d01.000 -> WRFP

RS_d01.000

bash-3.2$



Kindly suggest what needs to be done? I am also sending you the script
run_wrfpost which I have modified.

Kindly guide me.

geeta

India Met Dept.

080-22244419, 080-22211118

geeta

> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
> From: met_help at ucar.edu
> To: geeta124 at hotmail.com
> Date: Wed, 15 Jun 2011 09:07:26 -0600
>
> Hey Paul--
>
> Looks like they have the eta_micro_lookup.dat file but what's in it
or
> where is it pointing?  This should be a symlink made by the
run_wrfpost
> script to the ETAMPNEW_DATA file found under ${WRFPATH}/run.  The
code
> stopped because it received ERRNO=2 (No such file or directory)
while
> trying to open this file.
>
> Tttttthat's all folks....
>
> -- Tricia
>
> On 06/15/2011 08:22 AM, Paul Oldenburg wrote:
> > Tricia,
> >
> > This user who wrote to MET help and now has MET running seems to
be having trouble running WPP.  Can you please take a
> > look at her issue below and let me know if you have any advice?
I'm not very familiar with the WPP tools.
> >
> > Thanks,
> >
> > Paul
> >
> >
> > On 06/15/2011 01:00 AM, RAL HelpDesk {for Geeta Geeta} wrote:
> >>
> >> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >>
> >>
> >> Dear Sir,
> >>
> >> Following things were done.
> >> 1. The path of gsl/include was corrected.
> >> 2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1
> >>
> >> is downloaded and installed on the machine.
> >> METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.
> >>
> >> But I am facing problem in the runtime error encountered with
WPP. The WPP was installed successfully and the 3 executables were
created in the exec directory.
> >> bash-3.2$ cd exec/
> >> /oprn/model/wrf3/WPPV3/exec
> >> bash-3.2$ ls
> >> copygb.exe   ndate.exe    wrfpost.exe
> >> bash-3.2$
> >>
> >> AS IN THE document of WPP, I have created the directories
postprd (for running the script and it has all the necessary links to
the files) and wrfprd (has the data files) as shown below.
> >> It goes like this.
> >>
> >> bash-3.2$ ls
> >> ARWpost        WRFDA          rf-data-mcbng  stndata
trv.sh
> >> METv3.0.1      WRFV3          run            utils
> >> WPPV3          parm           runwrf.sh      WPS
postprd       wrfprd
> >> bash-3.2$ pwd
> >> /oprn/model/wrf3
> >>
> >>
> >> bash-3.2$ cd wrfprd
> >> /oprn/model/wrf3/wrfprd
> >> bash-3.2$ ls
> >> wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-
09_02:00:00.nc
> >> wrfout_d01_2011-06-09_01:00:00.nc
> >> bash-3.2$ cd ..
> >> bash-3.2$ cd postprd/
> >> /oprn/model/wrf3/postprd
> >> bash-3.2$ ls
> >> copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
> >> eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
> >> fort.110              run_wrfpost           wrfprs_d01.000
> >> fort.14               wrf_cntrl.parm
> >> bash-3.2$
> >>
> >> Whan I run run_wrfpost, followinf error is encountered. I am
attaching the wrfprs files as well.
> >> + 1> itag 0<<
> >> /oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
> >> netcdf
> >> 2011-06-09_00:00:00
> >> NCAR
> >> + rm fort.110 fort.14
> >> + ln -sf wrf_cntrl.parm fort.14
> >> + ln -sf griddef.out fort.110
> >> + /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
> >> + 0< itag 1> wrfpost_d01.000.out 2>& 1
> >> + mv WRFPRS000.tm00 WRFPRS_d01.000
> >> mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
> >>              A file or directory in the path name does not exist.
> >> + ls -l WRFPRS_d01.000
> >> ls: 0653-341 The file WRFPRS_d01.000 does not exist.
> >> + err1=2
> >> + test 2 -ne 0
> >> + echo WRF POST FAILED, EXITTING
> >> WRF POST FAILED, EXITTING
> >> + exit
> >> This is the file wrfpost_d01.000.out
> >>
> >>  e will try to run with  1  server groups
> >>   *** you specified 0 I/O servers
> >>   CHKOUT will write a file
> >>   The Posting is using  1  MPI task
> >>   There are  0  I/O servers
> >>  ME,NUM_PROCS,NUM_SERVERS= 0 1 0
> >>  IOFORM= netcdf
> >>  in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
> >>  called ioinit 0
> >>  called open for read 0
> >>  im jm lm from wrfout=  163 163 37
> >>  SF_SURFACE_PHYSICS=  2
> >>  NSOIL from wrfout=  4
> >>  jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
> >> "/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128:
1525-014 The I/O op
> >> eration on unit 1 cannot be completed because an errno value of 2
(No such file
> >> or directory) was received while opening the file.  The program
will stop.
> >> ~
> >>
> >> Kindly suggest.
> >>
> >> geeta
> >>
> >>
> >>
> >>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0 and METv3.0.1
> >>> From: met_help at ucar.edu
> >>> To: geeta124 at hotmail.com
> >>> Date: Tue, 14 Jun 2011 12:06:21 -0600
> >>>
> >>> Geeta,
> >>>
> >>> When you installed GSL on your machine, where was the include
folder put?  In your Makefile, you specify the following
> >>> as the location of the include and lib folders:
> >>>
> >>> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
> >>> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
> >>>
> >>> If that is not the actual location of those folders, you must
find them on your system and adjust your Makefile
> >>> accordingly.  The best way to specify where those folders are
put when GSL is built is to use the --prefix option when
> >>> you run the ./configure script, like this:
> >>>
> >>> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
> >>>
> >>> Please let us know if you have any questions.
> >>>
> >>> Thanks,
> >>>
> >>> Paul
> >>>
> >>>
> >>>
> >>> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
> >>>>
> >>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >>>>
> >>>>
> >>>> Dear Sir,
> >>>> I have done as you have suggested. This is now METv3.0.1 and
kept in
> >>>> bash-3.2$ pwd
> >>>> /oprn/model/wrf3/METv3.0.1
> >>>>
> >>>> bash-3.2$ pwd
> >>>> /oprn/model/wrf3/METv3.0.1
> >>>> (reverse-i-search)`cp': cp Makefile_ibm Makefile
> >>>>
> >>>> The path of other Libraries required is not changed .
> >>>>
> >>>> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
> >>>> I am encountering following errror again.
> >>>>
> >>>> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
> >>>> clude
> >>>> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The
#include file "gsl/gsl
> >>>> _cdf.h" is not found.
> >>>> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
> >>>> /gsl_randist.h" is not found.
> >>>> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S)
The #include file "
> >>>> gsl/gsl_statistics_double.h" is not found.
> >>>> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
> >>>> sl/gsl_wavelet2d.h" is not found.
> >>>> gmake[3]: *** [stat_job.o] Error 1
> >>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> >>>> gmake[2]: *** [vx_analysis_util_all] Error 2
> >>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
> >>>> gmake[1]: *** [libs] Error 2
> >>>> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
> >>>> gmake: *** [all] Error 2
> >>>> bash-3.2$
> >>>>
> >>>>
> >>>> What I should do for the header files required???
> >>>>
> >>>> Kindly suggest.
> >>>> Dr Geeta Agnihotri.
> >>>> Met Centre, India Met Dept.
> >>>>
> >>>>
> >>>>
> >>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0
> >>>>> From: met_help at ucar.edu
> >>>>> To: geeta124 at hotmail.com
> >>>>> Date: Mon, 13 Jun 2011 11:06:51 -0600
> >>>>>
> >>>>> Geeta,
> >>>>>
> >>>>> We have some suggestions for you:
> >>>>>
> >>>>> 1.  Download METv3.0.1 and work on building that version.  It
has bug fixes and features that are not available in
> >>>>> METv3.0.  The link to download it is here:
> >>>>>    http://www.dtcenter.org/met/users/downloads/index.php
> >>>>>
> >>>>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
> >>>>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
> >>>>>
> >>>>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET
is not a threaded application and does not need to be built
> >>>>> using re-entrant facilities.
> >>>>>
> >>>>> 4.  Compile the following test program on the machine where
you are trying to build MET.  If this test program does not
> >>>>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
> >>>>> configured properly to include standard c++ libraries,
otherwise MET will not compile.  Contact your system
> >>>>> administrator and explain this problem to them.
> >>>>>
> >>>>>
> >>>>> #include <stdio.h>
> >>>>> #include <math.h>
> >>>>>
> >>>>> int main(){
> >>>>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
> >>>>>   return 0;
> >>>>> }
> >>>>>
> >>>>>
> >>>>> Please let us know if you have any questions.
> >>>>>
> >>>>> Paul
> >>>>>
> >>>>>
> >>>>>
> >>>>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
> >>>>>>
> >>>>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
> >>>>>> Transaction: Ticket created by geeta124 at hotmail.com
> >>>>>>        Queue: met_help
> >>>>>>      Subject: Error in Installing METv3.0
> >>>>>>        Owner: Nobody
> >>>>>>   Requestors: geeta124 at hotmail.com
> >>>>>>       Status: new
> >>>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
> >>>>>>
> >>>>>>
> >>>>>>
> >>>>>> Dear All,
> >>>>>> I am installing METV3.0 on the IBM P570 machine which has
> >>>>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
> >>>>>>
> >>>>>>          5724-S72
> >>>>>> COPYRIGHT
> >>>>>>          Licensed Materials - Property of IBM.
> >>>>>>
> >>>>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
> >>>>>>
> >>>>>>          5724-S71
> >>>>>>
> >>>>>> The MET Package in installed in
> >>>>>> bash-3.2$ pwd
> >>>>>> /oprn/model/wrf3/utils/met/METv3.0
> >>>>>>
> >>>>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
> >>>>>> bash-3.2$ ls
> >>>>>> Makefile  bufr      f2c       gsl       met       netcdf
> >>>>>> bash-3.2$ pwd
> >>>>>> /oprn/model/wrf3/utils
> >>>>>> bash-3.2$
> >>>>>>
> >>>>>> On EDITING the Makefile (attatched), the following error is
encountered.
> >>>>>> cp libvx_cal.a ../.
> >>>>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
> >>>>>>
> >>>>>> *** Making vx_color Library ***
> >>>>>>
> >>>>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
> >>>>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
> >>>>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
> >>>>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
> >>>>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
> >>>>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I)
"abs" is defined on line 146 of "/usr/vacpp/include/stdlib.h".
> >>>>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I)
"abs" is declared on line 38 of "/usr/vacpp/include/stdlib.h".
> >>>>>> gmake[3]: *** [vx_color.o] Error 1
> >>>>>> gmake[2]: *** [vx_color_all] Error 2
> >>>>>> gmake[1]: *** [libs] Error 2
> >>>>>> gmake: *** [all] Error 2
> >>>>>> bash-3.2$
> >>>>>>
> >>>>>> Kindly suggest.
> >>>>>> geeta
> >>>>>>
> >>>>>>
> >>>>>
> >>>>>
> >>>>
> >>>
> >>>
> >>
>

------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0 and METv3.0.1
From: Paul Oldenburg
Time: Thu Jun 16 13:15:08 2011

Geeta,

We are responsible for MET help questions, and it seems like this has
turned into a WPP problem.  You can contact WRF
help at the following email address: wrfhelp at ucar.edu.  There is more
information about WRF help here:

http://www.mmm.ucar.edu/wrf/users/supports/wrfhelp.html

Since it appears that your MET related trouble has been fixed, I will
close the related MET help ticket.  Please let us
know if you have any questions.

Paul


On 06/15/2011 11:17 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>
>
> Dear Ms. Tricia
>
> I have checked for the FILE ETAMPNEW_DATA in the $WRFPATH/run.
Sending you the following output.
>
>
>
> bash-3.2$ pwd
>
> /oprn/model/wrf3/WRFV3/run     ( Directory of WRF)
>
> bash-3.2$ file ETAMPNEW_DATA
>
> ETAMPNEW_DATA: data or International Language text
>
> bash-3.2$ ls -l ETAMPNEW_DATA
>
> -rw-r--r--    1 model    staff         30200 May 15 2004
ETAMPNEW_DATA
>
>
>
> bash-3.2$ cd ..
>
> bash-3.2$ cd ..
>
> bash-3.2$ cd WPPV3/
>
> /oprn/model/wrf3/WPPV3  (Directory of WPPV3).
>
> It seems that the file is there.
>
>     I am running the WPP in the following directory.
>
> bash-3.2$ pwd
>
> /oprn/model/wrf3
>
> bash-3.2$ ls -l wrfprd/
>
> total 331176
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_00:00:00.nc
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_01:00:00.nc
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_02:00:00.nc
>
> bash-3.2$ ls -l postprd/
>
> total 56
>
> -rw-r--r--        1 model    staff            64 Jun 09 14:06
copygb_hwrf.txt
>
> lrwxrwxrwx    1 model    staff            44 Jun 15 12:29
eta_micro_lookup.dat -
>
>> /oprn/model/wrf3/WRFV3/run/run/ETAMPNEW_DATA
>
> lrwxrwxrwx    1 model    staff            11 Jun 15 12:29 fort.110
-> griddef.out
>
> lrwxrwxrwx    1 model    staff            14 Jun 15 12:29 fort.14 ->
wrf_cntrl.parm
>
> -rw-r--r--       1 model    staff             168 Jun 09 14:06
griddef.out
>
> -rw-r--r--      1 model    staff            90 Jun 15 12:29 itag
>
> -rwxr-xr-x     1 model    staff          5870 Jun 09 15:28
run_wrfpost
>
> lrwxrwxrwx   1 model    staff            36 Jun 15 12:29
wrf_cntrl.parm -> /oprn/model/wrf3/parm/wrf_cntrl.parm
>
> -rw-r--r--    1 model    staff           702 Jun 15 12:29
wrfpost_d01.000.out
>
> -rw-r--r--    1 model    staff           702 Jun 09 15:24
wrfpost_d01.001.out
>
> lrwxrwxrwx    1 model    staff            14 Apr 20 13:37
wrfprs_d01.000 -> WRFP
>
> RS_d01.000
>
> bash-3.2$
>
>
>
> Kindly suggest what needs to be done? I am also sending you the
script run_wrfpost which I have modified.
>
> Kindly guide me.
>
> geeta
>
> India Met Dept.
>
> 080-22244419, 080-22211118
>
> geeta
>
>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Wed, 15 Jun 2011 09:07:26 -0600
>>
>> Hey Paul--
>>
>> Looks like they have the eta_micro_lookup.dat file but what's in it
or
>> where is it pointing?  This should be a symlink made by the
run_wrfpost
>> script to the ETAMPNEW_DATA file found under ${WRFPATH}/run.  The
code
>> stopped because it received ERRNO=2 (No such file or directory)
while
>> trying to open this file.
>>
>> Tttttthat's all folks....
>>
>> -- Tricia
>>
>> On 06/15/2011 08:22 AM, Paul Oldenburg wrote:
>>> Tricia,
>>>
>>> This user who wrote to MET help and now has MET running seems to
be having trouble running WPP.  Can you please take a
>>> look at her issue below and let me know if you have any advice?
I'm not very familiar with the WPP tools.
>>>
>>> Thanks,
>>>
>>> Paul
>>>
>>>
>>> On 06/15/2011 01:00 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>
>>>>
>>>> Dear Sir,
>>>>
>>>> Following things were done.
>>>> 1. The path of gsl/include was corrected.
>>>> 2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1
>>>>
>>>> is downloaded and installed on the machine.
>>>> METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.
>>>>
>>>> But I am facing problem in the runtime error encountered with
WPP. The WPP was installed successfully and the 3 executables were
created in the exec directory.
>>>> bash-3.2$ cd exec/
>>>> /oprn/model/wrf3/WPPV3/exec
>>>> bash-3.2$ ls
>>>> copygb.exe   ndate.exe    wrfpost.exe
>>>> bash-3.2$
>>>>
>>>> AS IN THE document of WPP, I have created the directories
postprd (for running the script and it has all the necessary links to
the files) and wrfprd (has the data files) as shown below.
>>>> It goes like this.
>>>>
>>>> bash-3.2$ ls
>>>> ARWpost        WRFDA          rf-data-mcbng  stndata
trv.sh
>>>> METv3.0.1      WRFV3          run            utils
>>>> WPPV3          parm           runwrf.sh      WPS
postprd       wrfprd
>>>> bash-3.2$ pwd
>>>> /oprn/model/wrf3
>>>>
>>>>
>>>> bash-3.2$ cd wrfprd
>>>> /oprn/model/wrf3/wrfprd
>>>> bash-3.2$ ls
>>>> wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-
09_02:00:00.nc
>>>> wrfout_d01_2011-06-09_01:00:00.nc
>>>> bash-3.2$ cd ..
>>>> bash-3.2$ cd postprd/
>>>> /oprn/model/wrf3/postprd
>>>> bash-3.2$ ls
>>>> copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
>>>> eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
>>>> fort.110              run_wrfpost           wrfprs_d01.000
>>>> fort.14               wrf_cntrl.parm
>>>> bash-3.2$
>>>>
>>>> Whan I run run_wrfpost, followinf error is encountered. I am
attaching the wrfprs files as well.
>>>> + 1> itag 0<<
>>>> /oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
>>>> netcdf
>>>> 2011-06-09_00:00:00
>>>> NCAR
>>>> + rm fort.110 fort.14
>>>> + ln -sf wrf_cntrl.parm fort.14
>>>> + ln -sf griddef.out fort.110
>>>> + /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
>>>> + 0< itag 1> wrfpost_d01.000.out 2>& 1
>>>> + mv WRFPRS000.tm00 WRFPRS_d01.000
>>>> mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
>>>>              A file or directory in the path name does not exist.
>>>> + ls -l WRFPRS_d01.000
>>>> ls: 0653-341 The file WRFPRS_d01.000 does not exist.
>>>> + err1=2
>>>> + test 2 -ne 0
>>>> + echo WRF POST FAILED, EXITTING
>>>> WRF POST FAILED, EXITTING
>>>> + exit
>>>> This is the file wrfpost_d01.000.out
>>>>
>>>>  e will try to run with  1  server groups
>>>>   *** you specified 0 I/O servers
>>>>   CHKOUT will write a file
>>>>   The Posting is using  1  MPI task
>>>>   There are  0  I/O servers
>>>>  ME,NUM_PROCS,NUM_SERVERS= 0 1 0
>>>>  IOFORM= netcdf
>>>>  in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
>>>>  called ioinit 0
>>>>  called open for read 0
>>>>  im jm lm from wrfout=  163 163 37
>>>>  SF_SURFACE_PHYSICS=  2
>>>>  NSOIL from wrfout=  4
>>>>  jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
>>>> "/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128:
1525-014 The I/O op
>>>> eration on unit 1 cannot be completed because an errno value of 2
(No such file
>>>> or directory) was received while opening the file.  The program
will stop.
>>>> ~
>>>>
>>>> Kindly suggest.
>>>>
>>>> geeta
>>>>
>>>>
>>>>
>>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0 and METv3.0.1
>>>>> From: met_help at ucar.edu
>>>>> To: geeta124 at hotmail.com
>>>>> Date: Tue, 14 Jun 2011 12:06:21 -0600
>>>>>
>>>>> Geeta,
>>>>>
>>>>> When you installed GSL on your machine, where was the include
folder put?  In your Makefile, you specify the following
>>>>> as the location of the include and lib folders:
>>>>>
>>>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
>>>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
>>>>>
>>>>> If that is not the actual location of those folders, you must
find them on your system and adjust your Makefile
>>>>> accordingly.  The best way to specify where those folders are
put when GSL is built is to use the --prefix option when
>>>>> you run the ./configure script, like this:
>>>>>
>>>>> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
>>>>>
>>>>> Please let us know if you have any questions.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Paul
>>>>>
>>>>>
>>>>>
>>>>> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>>
>>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>>
>>>>>>
>>>>>> Dear Sir,
>>>>>> I have done as you have suggested. This is now METv3.0.1 and
kept in
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/METv3.0.1
>>>>>>
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/METv3.0.1
>>>>>> (reverse-i-search)`cp': cp Makefile_ibm Makefile
>>>>>>
>>>>>> The path of other Libraries required is not changed .
>>>>>>
>>>>>> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
>>>>>> I am encountering following errror again.
>>>>>>
>>>>>> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
>>>>>> clude
>>>>>> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The
#include file "gsl/gsl
>>>>>> _cdf.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
>>>>>> /gsl_randist.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S)
The #include file "
>>>>>> gsl/gsl_statistics_double.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
>>>>>> sl/gsl_wavelet2d.h" is not found.
>>>>>> gmake[3]: *** [stat_job.o] Error 1
>>>>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>>>> gmake[2]: *** [vx_analysis_util_all] Error 2
>>>>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>>>> gmake[1]: *** [libs] Error 2
>>>>>> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
>>>>>> gmake: *** [all] Error 2
>>>>>> bash-3.2$
>>>>>>
>>>>>>
>>>>>> What I should do for the header files required???
>>>>>>
>>>>>> Kindly suggest.
>>>>>> Dr Geeta Agnihotri.
>>>>>> Met Centre, India Met Dept.
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0
>>>>>>> From: met_help at ucar.edu
>>>>>>> To: geeta124 at hotmail.com
>>>>>>> Date: Mon, 13 Jun 2011 11:06:51 -0600
>>>>>>>
>>>>>>> Geeta,
>>>>>>>
>>>>>>> We have some suggestions for you:
>>>>>>>
>>>>>>> 1.  Download METv3.0.1 and work on building that version.  It
has bug fixes and features that are not available in
>>>>>>> METv3.0.  The link to download it is here:
>>>>>>>    http://www.dtcenter.org/met/users/downloads/index.php
>>>>>>>
>>>>>>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>>>>>>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>>>>>>>
>>>>>>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET
is not a threaded application and does not need to be built
>>>>>>> using re-entrant facilities.
>>>>>>>
>>>>>>> 4.  Compile the following test program on the machine where
you are trying to build MET.  If this test program does not
>>>>>>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
>>>>>>> configured properly to include standard c++ libraries,
otherwise MET will not compile.  Contact your system
>>>>>>> administrator and explain this problem to them.
>>>>>>>
>>>>>>>
>>>>>>> #include <stdio.h>
>>>>>>> #include <math.h>
>>>>>>>
>>>>>>> int main(){
>>>>>>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>>>>>>>   return 0;
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>> Please let us know if you have any questions.
>>>>>>>
>>>>>>> Paul
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>>>>
>>>>>>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
>>>>>>>> Transaction: Ticket created by geeta124 at hotmail.com
>>>>>>>>        Queue: met_help
>>>>>>>>      Subject: Error in Installing METv3.0
>>>>>>>>        Owner: Nobody
>>>>>>>>   Requestors: geeta124 at hotmail.com
>>>>>>>>       Status: new
>>>>>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Dear All,
>>>>>>>> I am installing METV3.0 on the IBM P570 machine which has
>>>>>>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>>>>>>>>
>>>>>>>>          5724-S72
>>>>>>>> COPYRIGHT
>>>>>>>>          Licensed Materials - Property of IBM.
>>>>>>>>
>>>>>>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>>>>>>>>
>>>>>>>>          5724-S71
>>>>>>>>
>>>>>>>> The MET Package in installed in
>>>>>>>> bash-3.2$ pwd
>>>>>>>> /oprn/model/wrf3/utils/met/METv3.0
>>>>>>>>
>>>>>>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
>>>>>>>> bash-3.2$ ls
>>>>>>>> Makefile  bufr      f2c       gsl       met       netcdf
>>>>>>>> bash-3.2$ pwd
>>>>>>>> /oprn/model/wrf3/utils
>>>>>>>> bash-3.2$
>>>>>>>>
>>>>>>>> On EDITING the Makefile (attatched), the following error is
encountered.
>>>>>>>> cp libvx_cal.a ../.
>>>>>>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>>>>>>>>
>>>>>>>> *** Making vx_color Library ***
>>>>>>>>
>>>>>>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
>>>>>>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
>>>>>>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I)
"abs" is defined on line 146 of "/usr/vacpp/include/stdlib.h".
>>>>>>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I)
"abs" is declared on line 38 of "/usr/vacpp/include/stdlib.h".
>>>>>>>> gmake[3]: *** [vx_color.o] Error 1
>>>>>>>> gmake[2]: *** [vx_color_all] Error 2
>>>>>>>> gmake[1]: *** [libs] Error 2
>>>>>>>> gmake: *** [all] Error 2
>>>>>>>> bash-3.2$
>>>>>>>>
>>>>>>>> Kindly suggest.
>>>>>>>> geeta
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>
>


------------------------------------------------
Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0 and METv3.0.1
From: Paul Oldenburg
Time: Thu Jun 16 16:28:10 2011

Geeta,

Tricia says: I looked and saw that the symlink has 2 run/ directories
in it -- That might be the trouble.

Also, if you send a related email to WRF help on this topic, be sure
to include Tricia's name and she will get the email
more quickly.

Paul


On 06/15/2011 11:17 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>
> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>
>
> Dear Ms. Tricia
>
> I have checked for the FILE ETAMPNEW_DATA in the $WRFPATH/run.
Sending you the following output.
>
>
>
> bash-3.2$ pwd
>
> /oprn/model/wrf3/WRFV3/run     ( Directory of WRF)
>
> bash-3.2$ file ETAMPNEW_DATA
>
> ETAMPNEW_DATA: data or International Language text
>
> bash-3.2$ ls -l ETAMPNEW_DATA
>
> -rw-r--r--    1 model    staff         30200 May 15 2004
ETAMPNEW_DATA
>
>
>
> bash-3.2$ cd ..
>
> bash-3.2$ cd ..
>
> bash-3.2$ cd WPPV3/
>
> /oprn/model/wrf3/WPPV3  (Directory of WPPV3).
>
> It seems that the file is there.
>
>     I am running the WPP in the following directory.
>
> bash-3.2$ pwd
>
> /oprn/model/wrf3
>
> bash-3.2$ ls -l wrfprd/
>
> total 331176
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_00:00:00.nc
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_01:00:00.nc
>
> -rw-r--r--    1 root     system     56517368 Jun 09 14:54
wrfout_d01_2011-06-09_02:00:00.nc
>
> bash-3.2$ ls -l postprd/
>
> total 56
>
> -rw-r--r--        1 model    staff            64 Jun 09 14:06
copygb_hwrf.txt
>
> lrwxrwxrwx    1 model    staff            44 Jun 15 12:29
eta_micro_lookup.dat -
>
>> /oprn/model/wrf3/WRFV3/run/run/ETAMPNEW_DATA
>
> lrwxrwxrwx    1 model    staff            11 Jun 15 12:29 fort.110
-> griddef.out
>
> lrwxrwxrwx    1 model    staff            14 Jun 15 12:29 fort.14 ->
wrf_cntrl.parm
>
> -rw-r--r--       1 model    staff             168 Jun 09 14:06
griddef.out
>
> -rw-r--r--      1 model    staff            90 Jun 15 12:29 itag
>
> -rwxr-xr-x     1 model    staff          5870 Jun 09 15:28
run_wrfpost
>
> lrwxrwxrwx   1 model    staff            36 Jun 15 12:29
wrf_cntrl.parm -> /oprn/model/wrf3/parm/wrf_cntrl.parm
>
> -rw-r--r--    1 model    staff           702 Jun 15 12:29
wrfpost_d01.000.out
>
> -rw-r--r--    1 model    staff           702 Jun 09 15:24
wrfpost_d01.001.out
>
> lrwxrwxrwx    1 model    staff            14 Apr 20 13:37
wrfprs_d01.000 -> WRFP
>
> RS_d01.000
>
> bash-3.2$
>
>
>
> Kindly suggest what needs to be done? I am also sending you the
script run_wrfpost which I have modified.
>
> Kindly guide me.
>
> geeta
>
> India Met Dept.
>
> 080-22244419, 080-22211118
>
> geeta
>
>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing METv3.0
and METv3.0.1
>> From: met_help at ucar.edu
>> To: geeta124 at hotmail.com
>> Date: Wed, 15 Jun 2011 09:07:26 -0600
>>
>> Hey Paul--
>>
>> Looks like they have the eta_micro_lookup.dat file but what's in it
or
>> where is it pointing?  This should be a symlink made by the
run_wrfpost
>> script to the ETAMPNEW_DATA file found under ${WRFPATH}/run.  The
code
>> stopped because it received ERRNO=2 (No such file or directory)
while
>> trying to open this file.
>>
>> Tttttthat's all folks....
>>
>> -- Tricia
>>
>> On 06/15/2011 08:22 AM, Paul Oldenburg wrote:
>>> Tricia,
>>>
>>> This user who wrote to MET help and now has MET running seems to
be having trouble running WPP.  Can you please take a
>>> look at her issue below and let me know if you have any advice?
I'm not very familiar with the WPP tools.
>>>
>>> Thanks,
>>>
>>> Paul
>>>
>>>
>>> On 06/15/2011 01:00 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>
>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>
>>>>
>>>> Dear Sir,
>>>>
>>>> Following things were done.
>>>> 1. The path of gsl/include was corrected.
>>>> 2. the patch from https://www-
304.ibm.com/support/docview.wss?rs=0&uid=swg24029356&wv=1
>>>>
>>>> is downloaded and installed on the machine.
>>>> METv3.0  package is installed and now I have to test it with the
dataset. Thanks for all the support.
>>>>
>>>> But I am facing problem in the runtime error encountered with
WPP. The WPP was installed successfully and the 3 executables were
created in the exec directory.
>>>> bash-3.2$ cd exec/
>>>> /oprn/model/wrf3/WPPV3/exec
>>>> bash-3.2$ ls
>>>> copygb.exe   ndate.exe    wrfpost.exe
>>>> bash-3.2$
>>>>
>>>> AS IN THE document of WPP, I have created the directories
postprd (for running the script and it has all the necessary links to
the files) and wrfprd (has the data files) as shown below.
>>>> It goes like this.
>>>>
>>>> bash-3.2$ ls
>>>> ARWpost        WRFDA          rf-data-mcbng  stndata
trv.sh
>>>> METv3.0.1      WRFV3          run            utils
>>>> WPPV3          parm           runwrf.sh      WPS
postprd       wrfprd
>>>> bash-3.2$ pwd
>>>> /oprn/model/wrf3
>>>>
>>>>
>>>> bash-3.2$ cd wrfprd
>>>> /oprn/model/wrf3/wrfprd
>>>> bash-3.2$ ls
>>>> wrfout_d01_2011-06-09_00:00:00.nc  wrfout_d01_2011-06-
09_02:00:00.nc
>>>> wrfout_d01_2011-06-09_01:00:00.nc
>>>> bash-3.2$ cd ..
>>>> bash-3.2$ cd postprd/
>>>> /oprn/model/wrf3/postprd
>>>> bash-3.2$ ls
>>>> copygb_hwrf.txt       griddef.out           wrfpost_d01.000.out
>>>> eta_micro_lookup.dat  itag                  wrfpost_d01.001.out
>>>> fort.110              run_wrfpost           wrfprs_d01.000
>>>> fort.14               wrf_cntrl.parm
>>>> bash-3.2$
>>>>
>>>> Whan I run run_wrfpost, followinf error is encountered. I am
attaching the wrfprs files as well.
>>>> + 1> itag 0<<
>>>> /oprn/model/wrf3/wrfprd/wrfout_d01_2011-06-09_00:00:00.nc
>>>> netcdf
>>>> 2011-06-09_00:00:00
>>>> NCAR
>>>> + rm fort.110 fort.14
>>>> + ln -sf wrf_cntrl.parm fort.14
>>>> + ln -sf griddef.out fort.110
>>>> + /oprn/model/wrf3/WPPV3/exec/wrfpost.exe
>>>> + 0< itag 1> wrfpost_d01.000.out 2>& 1
>>>> + mv WRFPRS000.tm00 WRFPRS_d01.000
>>>> mv: 0653-401 Cannot rename WRFPRS000.tm00 to WRFPRS_d01.000:
>>>>              A file or directory in the path name does not exist.
>>>> + ls -l WRFPRS_d01.000
>>>> ls: 0653-341 The file WRFPRS_d01.000 does not exist.
>>>> + err1=2
>>>> + test 2 -ne 0
>>>> + echo WRF POST FAILED, EXITTING
>>>> WRF POST FAILED, EXITTING
>>>> + exit
>>>> This is the file wrfpost_d01.000.out
>>>>
>>>>  e will try to run with  1  server groups
>>>>   *** you specified 0 I/O servers
>>>>   CHKOUT will write a file
>>>>   The Posting is using  1  MPI task
>>>>   There are  0  I/O servers
>>>>  ME,NUM_PROCS,NUM_SERVERS= 0 1 0
>>>>  IOFORM= netcdf
>>>>  in WRFPOST iyear,imn,iday,ihrst,imin 2011 6 9 0 0
>>>>  called ioinit 0
>>>>  called open for read 0
>>>>  im jm lm from wrfout=  163 163 37
>>>>  SF_SURFACE_PHYSICS=  2
>>>>  NSOIL from wrfout=  4
>>>>  jsta,jend,jsta_m,jend_m,jsta_2l,jend_2u= 1 163 2 162 1 163
>>>> "/oprn/model/wrf3/WPPV3/sorc/wrfpost/MICROINIT.f", line 128:
1525-014 The I/O op
>>>> eration on unit 1 cannot be completed because an errno value of 2
(No such file
>>>> or directory) was received while opening the file.  The program
will stop.
>>>> ~
>>>>
>>>> Kindly suggest.
>>>>
>>>> geeta
>>>>
>>>>
>>>>
>>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0 and METv3.0.1
>>>>> From: met_help at ucar.edu
>>>>> To: geeta124 at hotmail.com
>>>>> Date: Tue, 14 Jun 2011 12:06:21 -0600
>>>>>
>>>>> Geeta,
>>>>>
>>>>> When you installed GSL on your machine, where was the include
folder put?  In your Makefile, you specify the following
>>>>> as the location of the include and lib folders:
>>>>>
>>>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/include
>>>>> /oprn/model/wrf3/utils/gsl/gsl-1.9/lib
>>>>>
>>>>> If that is not the actual location of those folders, you must
find them on your system and adjust your Makefile
>>>>> accordingly.  The best way to specify where those folders are
put when GSL is built is to use the --prefix option when
>>>>> you run the ./configure script, like this:
>>>>>
>>>>> $ ./configure --prefix=/oprn/model/wrf3/utils/gsl/gsl-1.9
>>>>>
>>>>> Please let us know if you have any questions.
>>>>>
>>>>> Thanks,
>>>>>
>>>>> Paul
>>>>>
>>>>>
>>>>>
>>>>> On 06/13/2011 11:10 PM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>>
>>>>>> <URL: https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>>
>>>>>>
>>>>>> Dear Sir,
>>>>>> I have done as you have suggested. This is now METv3.0.1 and
kept in
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/METv3.0.1
>>>>>>
>>>>>> bash-3.2$ pwd
>>>>>> /oprn/model/wrf3/METv3.0.1
>>>>>> (reverse-i-search)`cp': cp Makefile_ibm Makefile
>>>>>>
>>>>>> The path of other Libraries required is not changed .
>>>>>>
>>>>>> Copied the Makefile_ibm Makefile and made necessary changes
(attatched) and then run gmake.
>>>>>> I am encountering following errror again.
>>>>>>
>>>>>> usr/vacpp/bin/xlC stat_job.cc   -c -I..
-I/oprn/model/wrf3/utils/gsl/gsl-1.9/in
>>>>>> clude
>>>>>> "../vx_gsl_prob/gsl_cdf.h", line 17.10: 1540-0836 (S) The
#include file "gsl/gsl
>>>>>> _cdf.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_randist.h", line 18.10: 1540-0836 (S) The
#include file "gsl
>>>>>> /gsl_randist.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_statistics.h", line 18.10: 1540-0836 (S)
The #include file "
>>>>>> gsl/gsl_statistics_double.h" is not found.
>>>>>> "../vx_gsl_prob/gsl_wavelet2d.h", line 18.10: 1540-0836 (S) The
#include file "g
>>>>>> sl/gsl_wavelet2d.h" is not found.
>>>>>> gmake[3]: *** [stat_job.o] Error 1
>>>>>> gmake[3]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>>>> gmake[2]: *** [vx_analysis_util_all] Error 2
>>>>>> gmake[2]: Leaving directory
`/oprn/model/wrf3/METv3.0.1/lib/vx_analysis_util'
>>>>>> gmake[1]: *** [libs] Error 2
>>>>>> gmake[1]: Leaving directory `/oprn/model/wrf3/METv3.0.1'
>>>>>> gmake: *** [all] Error 2
>>>>>> bash-3.2$
>>>>>>
>>>>>>
>>>>>> What I should do for the header files required???
>>>>>>
>>>>>> Kindly suggest.
>>>>>> Dr Geeta Agnihotri.
>>>>>> Met Centre, India Met Dept.
>>>>>>
>>>>>>
>>>>>>
>>>>>>> Subject: Re: [rt.rap.ucar.edu #47495] Error in Installing
METv3.0
>>>>>>> From: met_help at ucar.edu
>>>>>>> To: geeta124 at hotmail.com
>>>>>>> Date: Mon, 13 Jun 2011 11:06:51 -0600
>>>>>>>
>>>>>>> Geeta,
>>>>>>>
>>>>>>> We have some suggestions for you:
>>>>>>>
>>>>>>> 1.  Download METv3.0.1 and work on building that version.  It
has bug fixes and features that are not available in
>>>>>>> METv3.0.  The link to download it is here:
>>>>>>>    http://www.dtcenter.org/met/users/downloads/index.php
>>>>>>>
>>>>>>> 2. Retrieve and apply the latest set of patches for METv3.0.1.
Follow the directions at the top of this page:
>>>>>>>
http://www.dtcenter.org/met/users/support/known_issues/METv3.0.1/index.php
>>>>>>>
>>>>>>> 3.  Use the FORTRAN compiler xlf instead of xlf_r, since MET
is not a threaded application and does not need to be built
>>>>>>> using re-entrant facilities.
>>>>>>>
>>>>>>> 4.  Compile the following test program on the machine where
you are trying to build MET.  If this test program does not
>>>>>>> compile and run properly, then you may have a problem with the
environment on your system.  The compiler must be
>>>>>>> configured properly to include standard c++ libraries,
otherwise MET will not compile.  Contact your system
>>>>>>> administrator and explain this problem to them.
>>>>>>>
>>>>>>>
>>>>>>> #include <stdio.h>
>>>>>>> #include <math.h>
>>>>>>>
>>>>>>> int main(){
>>>>>>>   printf("Test Program\n  fabs(-4.0) = %lf\n", fabs(-4.0));
>>>>>>>   return 0;
>>>>>>> }
>>>>>>>
>>>>>>>
>>>>>>> Please let us know if you have any questions.
>>>>>>>
>>>>>>> Paul
>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>> On 06/13/2011 01:21 AM, RAL HelpDesk {for Geeta Geeta} wrote:
>>>>>>>>
>>>>>>>> Mon Jun 13 01:21:47 2011: Request 47495 was acted upon.
>>>>>>>> Transaction: Ticket created by geeta124 at hotmail.com
>>>>>>>>        Queue: met_help
>>>>>>>>      Subject: Error in Installing METv3.0
>>>>>>>>        Owner: Nobody
>>>>>>>>   Requestors: geeta124 at hotmail.com
>>>>>>>>       Status: new
>>>>>>>>  Ticket <URL:
https://rt.rap.ucar.edu/rt/Ticket/Display.html?id=47495 >
>>>>>>>>
>>>>>>>>
>>>>>>>>
>>>>>>>> Dear All,
>>>>>>>> I am installing METV3.0 on the IBM P570 machine which has
>>>>>>>> IBM XL Fortran Enterprise Edition for AIX, V11.1.
>>>>>>>>
>>>>>>>>          5724-S72
>>>>>>>> COPYRIGHT
>>>>>>>>          Licensed Materials - Property of IBM.
>>>>>>>>
>>>>>>>>          IBM XL C/C++ Enterprise Edition for AIX, V9.0.
>>>>>>>>
>>>>>>>>          5724-S71
>>>>>>>>
>>>>>>>> The MET Package in installed in
>>>>>>>> bash-3.2$ pwd
>>>>>>>> /oprn/model/wrf3/utils/met/METv3.0
>>>>>>>>
>>>>>>>> The NETCDF, BUFR, GSL and F2C libraries are in the area,
>>>>>>>> bash-3.2$ ls
>>>>>>>> Makefile  bufr      f2c       gsl       met       netcdf
>>>>>>>> bash-3.2$ pwd
>>>>>>>> /oprn/model/wrf3/utils
>>>>>>>> bash-3.2$
>>>>>>>>
>>>>>>>> On EDITING the Makefile (attatched), the following error is
encountered.
>>>>>>>> cp libvx_cal.a ../.
>>>>>>>> /oprn/model/wrf3/utils/met/METv3.0/lib/vx_color
>>>>>>>>
>>>>>>>> *** Making vx_color Library ***
>>>>>>>>
>>>>>>>> /usr/vacpp/bin/xlC cfile.tab.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC lex.color.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC vx_clist.cc   -c -I..
>>>>>>>> /usr/vacpp/bin/xlC vx_color.cc   -c -I..
>>>>>>>> "/usr/vacpp/include/cstdlib", line 72.15: 1540-0403 (S)
"abs(long)" is already defined.
>>>>>>>> "/usr/vacpp/include/stdlib.h", line 146.32: 1540-0425 (I)
"abs" is defined on line 146 of "/usr/vacpp/include/stdlib.h".
>>>>>>>> "/usr/vacpp/include/stdlib.h", line 38.32: 1540-0424 (I)
"abs" is declared on line 38 of "/usr/vacpp/include/stdlib.h".
>>>>>>>> gmake[3]: *** [vx_color.o] Error 1
>>>>>>>> gmake[2]: *** [vx_color_all] Error 2
>>>>>>>> gmake[1]: *** [libs] Error 2
>>>>>>>> gmake: *** [all] Error 2
>>>>>>>> bash-3.2$
>>>>>>>>
>>>>>>>> Kindly suggest.
>>>>>>>> geeta
>>>>>>>>
>>>>>>>>
>>>>>>>
>>>>>>>
>>>>>>
>>>>>
>>>>>
>>>>
>>
>


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


More information about the Met_help mailing list