[ncl-install] Fwd: [ncl-talk] ESMF Regrid

HCL Infosystems Ltd hpcssupport at tropmet.res.in
Fri Mar 22 02:52:57 MDT 2013


Hi Wei,

Yes, I am trying to build NCL6.1.2 and today, while doing the untar of the "remove_pretty_function.tar.gz" file, i am getting the below msg:

############################################QUOTE##################################################
amit at iitm01n2:/gpfs1/home/amit/NCL/ncl_ncarg-6.1.2/ni/src/ncl>tar xvf remove_pretty_function.tar.gz
tar: Ignoring unknown extended header keyword `SCHILY.dev'
tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
Execute.c
.
.
.
NclNetCDF4.c
tar: Ignoring unknown extended header keyword `SCHILY.dev'
tar: Ignoring unknown extended header keyword `SCHILY.ino'
tar: Ignoring unknown extended header keyword `SCHILY.nlink'
Translate.c
###########################################UNQUOTE#################################################

After untar i reran the "make Everything >& make-output &" command, but still i am getting the same error about "__PRETTY_FUNCTION__". Maybe some gun tar version incompatibility occurred in tar file. 

Also Yesterday, i manually commented this "__PRETTY_FUNCTION__" from the above files which were causing to build NCL V6.1.2. So as of now, build process is not giving me the error message for "__PRETTY_FUNCTION__". But now, i stuck  with different error message. Please find the attached file "make-output" for new error message.

Regards
Amit

----- Original Message -----
From: "Wei Huang" <huangwei at ucar.edu>
To: hpcssupport at tropmet.res.in
Cc: "Mary Haley" <haley at ucar.edu>
Sent: Friday, March 22, 2013 1:51:29 AM
Subject: Re: [ncl-talk] ESMF Regrid


Hi there, 


This Wei Huang at NCAR, NCL group. 


Mary Haley has forwarded your email, which you have undeclared variable __PRETTY__FUNCTION__ 
o your system. As this is a non-standard gcc macro, I have removed this symbol from our code. 
Attached are those files with __PRETTY_FUNTION__ removed. 


Please copy the tar file to: ni/src/ncl , and untag there. 



I have assumed this is for NCL6.1.2. 
If not, please do not do anything, and let us know. 


Thanks, 


Wei 














huangwei at ucar.edu 
VETS/CISL 
National Center for Atmospheric Research 
P.O. Box 3000 (1850 Table Mesa Dr.) 
Boulder, CO 80307-3000 USA 
(303) 497-8924 








On Mar 20, 2013, at 9:26 AM, Wei Huang < huangwei at ucar.edu > wrote: 








On Mar 20, 2013, at 8:29 AM, Mary Haley < haley at ucar.edu > wrote: 



--Apple-Mail-6--1064499999 
Content-Transfer-Encoding: quoted-printable 
Content-Type: text/plain; 
charset=us-ascii 

Do either of you have an idea about this? It looks like = 
__PRETTY_FUNCTION__ is undefined for the xlc_r compiler, or maybe an = 
extra *.h needs to be included. 

Also, __PRETTY_FUNCTION__ seems to be specific to gcc compilers only. = 
Perhaps this shouldn't be used? 

--Mary 

Begin forwarded message: 



From: HCL Infosystems Ltd < hpcssupport at tropmet.res.in > 
Date: March 20, 2013 12:47:25 AM MDT 
To: Mary Haley < haley at ucar.edu > 
Cc: ncl-talk at ucar.edu , ncl-install < ncl-install at ucar.edu > 
Subject: Re: [ncl-talk] ESMF Regrid 
=20 
Dear Mary, 
=20 
I am trying to build NCL V6.1.2 on AIX 5.3 but i am getting the error = 
as per the attachment. Please let me know what should be the probable = 
cause behind this occurred error.=20 


=20 
Regards 
Amit 
=20 
----- Original Message ----- 
From: "Mary Haley" < haley at ucar.edu > 
To: "HCL Infosystems Ltd" < hpcssupport at tropmet.res.in > 
Cc: ncl-talk at ucar.edu , gibiesgeorge at gmail.com , ncl-install at ucar.edu 
Sent: Wednesday, February 6, 2013 9:50:19 PM 
Subject: Re: [ncl-talk] ESMF Regrid 
=20 
Dear Amit, 
=20 
I no longer have access to an AIX system, as ours was decommissioned = 
on January 31. =20 


=20 
In the past, I have been unable to build cairo under AIX, and as of = 
NCL V6.1.0, cairo is now a required 


component for NCL. The compilation problems were due to using the = 
xlf90/xlc compilers, 


and I never got the chance to try GNU compilers. 
=20 
You can try building NCL 6.1.0 (or 6.1.1) from source code to see if = 
you have better luck 


with building cairo. There were no problems building NCL itself using = 
the xlxxx compilers. 


=20 
You might also check if you already have "libcairo.so" on your system = 
somewhere, and 


link against that, instead of building it from source code. 
=20 
The instructions for building NCL from source code can be found at: 
=20 
http://www.ncl.ucar.edu/Download/build_from_src.shtml 
=20 
=20 
The non-optional software that you have to build before you build NCL = 
is listed at: 


=20 
= 
http://www.ncl.ucar.edu/Download/build_from_src.shtml#BuildNonOptionalSoft= 
ware 


=20 
=20 
--Mary 
=20 
On Feb 6, 2013, at 4:48 AM, HCL Infosystems Ltd wrote: 
=20 


Dear Mary, 
=20 
Please let me know whether NCL 6.1.0 precompiled version is available = 
for download for AIX 5.3. 




=20 
Regards 
Amit Patil 
=20 
=20 
----- Original Message ----- 
From: "Mary Haley" <haley at ucar.edu> 
To: gibiesgeorge at gmail.com 
Cc: ncl-talk at ucar.edu, "HPCS Support IITM" = 
<hpcssupport at tropmet.res.in> 




Sent: Tuesday, February 5, 2013 10:24:33 PM 
Subject: Re: [ncl-talk] ESMF Regrid 
=20 
=20 
Yes, you need to upgrade because you need to have the = 
"sparse_matrix_mult" 




routine that's built into the 6.1.x "ncl" executable, and the = 
ESMF_RegridWeightGen 




executable that comes with NCL V6.1.x. 
=20 
--Mary 
=20 
On Feb 5, 2013, at 8:46 AM, gibies george wrote: 
=20 


Dear friends, 
=20 
I tried to use ESMF Regrid function in NCL v6.0.0 by manualy placing = 
ESMF_regridding.ncl script on my working directory. It shows the = 
following bunch of errors. Does it reveal that the upgradation of NCL to = 
version 6.1.0 is necessary for using this function.=20 






=20 
=20 
bash-3.2$ ncl regrid_test.ncl 
Copyright (C) 1995-2011 - All Rights Reserved 
University Corporation for Atmospheric Research 
NCAR Command Language Version 6.0.0 
The use of this software is governed by a License Agreement. 
See http://www.ncl.ucar.edu/ for more details. 
fatal:syntax error: line 226 in file ESMF_regridding.ncl before or = 
near )=20 






return(get_cpu_time() 
------------------------^ 
=20 
fatal:error in statement 
fatal:Syntax Error in block, block not executed 
fatal:error at line 228 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 243 in file ESMF_regridding.ncl before or = 
near )=20 






diff_time =3D get_cpu_time() 
-----------------------------^ 
=20 
fatal:Syntax Error in block, block not executed 
fatal:error at line 246 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 430 in file ESMF_regridding.ncl before or = 
near \n=20 






copy_VarAtts_except(inVar,outVar,"_FillValue") 
--------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 432 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 884 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
----------------------------------^ 
=20 
fatal:syntax error: line 1048 in file ESMF_regridding.ncl before or = 
near \n=20 






print_elapsed_time(start_time,"unstructured_to_ESMF") 
-----------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 1050 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 1078 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
----------------------------------^ 
=20 
fatal:syntax error: line 1236 in file ESMF_regridding.ncl before or = 
near \n=20 






print_elapsed_time(start_time,"curvilinear_to_SCRIP") 
-----------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 1238 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 1255 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
----------------------------------^ 
=20 
fatal:syntax error: line 1277 in file ESMF_regridding.ncl before or = 
near \n=20 






curvilinear_to_SCRIP(FName,grid_center_lat,grid_center_lon,Opt2) 
= 
--------------------------------------------------------------------^ 






=20 
fatal:syntax error: possibly an undefined procedure 
fatal:syntax error: line 1280 in file ESMF_regridding.ncl before or = 
near \n=20 






print_elapsed_time(start_time,"rectilinear_to_SCRIP") 
-----------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 1282 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 1512 in file ESMF_regridding.ncl before or = 
near \n=20 






= 
curvilinear_to_SCRIP(SCRIPFName,grid_center_lat,grid_center_lon,Opt) 






= 
------------------------------------------------------------------------^ 






=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 1513 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 1546 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
--------------------------------^ 
=20 
fatal:syntax error: line 1667 in file ESMF_regridding.ncl before or = 
near \n=20 






curvilinear_to_SCRIP(FName,grid_center_lat,grid_center_lon,Opt) 
-----------------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:syntax error: line 1674 in file ESMF_regridding.ncl before or = 
near \n=20 






print_elapsed_time(start_time,"latlon_to_SCRIP") 
----------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 1676 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 2045 in file ESMF_regridding.ncl before or = 
near \n=20 






copy_VarAtts_except(sd,sd_regrid,new_atts_to_skip) 
--------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:syntax error: line 2047 in file ESMF_regridding.ncl before or = 
near \n=20 






copy_VarAtts_except(sd,sd_regrid,atts_to_skip) 
----------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 2060 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 2141 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
--------------------------------^ 
=20 
fatal:syntax error: line 2317 in file ESMF_regridding.ncl before or = 
near \n=20 






print_elapsed_time(start_time,"ESMF_regrid_gen_weights") 
------------------------------------------------------------^ 
=20 
fatal:syntax error: possibly an undefined procedure 
fatal:Syntax Error in block, block not executed 
fatal:error at line 2320 in file ESMF_regridding.ncl 
=20 
fatal:syntax error: line 2356 in file ESMF_regridding.ncl before or = 
near )=20 






start_time =3D get_start_time() 
--------------------------------^ 
=20 
fatal:syntax error: line 19 in file regrid_test.ncl before or near )=20= 







Opt at DstURCorner =3D (/ 90.d, 359.d) 
----------------------------------------^ 
=20 
fatal:syntax error: line -1 before or near =20 
=20 
^ 
=20 
fatal:error in statement 
warning:_NclRetrieveRec: Stack underflow 
=20 
warning:_NclRetrieveRec: Stack underflow 
=20 
warning:_NclRetrieveRec: Stack underflow 
=20 
warning:_NclRetrieveRec: Stack underflow 
=20 
warning:_NclRetrieveRec: Stack underflow 
=20 
warning:_NclRetrieveRec: Stack underflow 
=20 
=20 
--=20 
Gibies George, =20 
CSIR-Senior Research Fellow, 
Program for Model development and seasonal prediction, 
Climate and Global Modelling Division, 
Indian Institute of Tropical Meteorology, 
Dr. Homi Bhabha Road, 
NCL (P. O.), Pashan, 
Pune 411008, India. 
Tel. Off. +912025904423 
Mobile : +919028523910 
+919881707796 
=20 
http://sites.google.com/site/gibiesge/ 
=20 
=20 
<earth_day_graphics_11.gif>Every 3000 pages cost a tree; please do = 
not print this e-mail unless you really need. 






=20 
SAVE TREES, SAVE MOTHER EARTH 
=20 
=20 
_______________________________________________ 
ncl-talk mailing list 
List instructions, subscriber options, unsubscribe: 
http://mailman.ucar.edu/mailman/listinfo/ncl-talk 
=20 
=20 


--Apple-Mail-6--1064499999 
Content-Type: multipart/mixed; 
boundary=Apple-Mail-7--1064499999 


--Apple-Mail-7--1064499999 
Content-Transfer-Encoding: quoted-printable 
Content-Type: text/html; 
charset=us-ascii 

<html><head></head><body style=3D"word-wrap: break-word; = 
-webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">Do = 
either of you have an idea about this? It looks = 
like&nbsp;__PRETTY_FUNCTION__ is undefined for the xlc_r compiler, or = 
maybe an extra *.h needs to be = 
included.<div><br></div><div>Also,&nbsp;__PRETTY_FUNCTION__ seems to be = 
specific to gcc compilers only. Perhaps this shouldn't be = 
used?</div><div><br></div><div>--Mary<br><div><br><div>Begin forwarded = 
message:</div><br class=3D"Apple-interchange-newline"><blockquote = 
type=3D"cite"><div style=3D"margin-top: 0px; margin-right: 0px; = 
margin-bottom: 0px; margin-left: 0px;"><span = 
style=3D"font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, = 
1);"><b>From: </b></span><span style=3D"font-family:'Helvetica'; = 
font-size:medium;">HCL Infosystems Ltd &lt;<a = 
href=3D"mailto:hpcssupport at tropmet.res.in">hpcssupport at tropmet.res.in</a>&= 
gt;<br></span></div><div style=3D"margin-top: 0px; margin-right: 0px; = 
margin-bottom: 0px; margin-left: 0px;"><span = 
style=3D"font-family:'Helvetica'; font-size:medium; color:rgba(0, 0, 0, = 
1);"><b>Date: </b></span><span style=3D"font-family:'Helvetica'; = 
font-size:medium;">March 20, 2013 12:47:25 AM MDT<br></span></div><div = 
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = 
margin-left: 0px;"><span style=3D"font-family:'Helvetica'; = 
font-size:medium; color:rgba(0, 0, 0, 1);"><b>To: </b></span><span = 
style=3D"font-family:'Helvetica'; font-size:medium;">Mary Haley &lt;<a = 
href=3D"mailto:haley at ucar.edu">haley at ucar.edu</a>&gt;<br></span></div><div= 
style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: 0px; = 
margin-left: 0px;"><span style=3D"font-family:'Helvetica'; = 
font-size:medium; color:rgba(0, 0, 0, 1);"><b>Cc: </b></span><span = 
style=3D"font-family:'Helvetica'; font-size:medium;"><a = 
href=3D"mailto:ncl-talk at ucar.edu">ncl-talk at ucar.edu</a>, ncl-install = 
&lt;<a = 
href=3D"mailto:ncl-install at ucar.edu">ncl-install at ucar.edu</a>&gt;<br></spa= 
n></div><div style=3D"margin-top: 0px; margin-right: 0px; margin-bottom: = 
0px; margin-left: 0px;"><span style=3D"font-family:'Helvetica'; = 
font-size:medium; color:rgba(0, 0, 0, 1);"><b>Subject: </b></span><span = 
style=3D"font-family:'Helvetica'; font-size:medium;"><b>Re: [ncl-talk] = 
ESMF Regrid</b><br></span></div><br><div>Dear Mary,<br><br>I am trying = 
to build NCL V6.1.2 on AIX 5.3 but i am getting the error as per the = 
attachment. Please let me know what should be the probable cause behind = 
this occurred error. <br><br>Regards<br>Amit<br><br>----- Original = 
Message -----<br>From: "Mary Haley" &lt;<a = 
href=3D"mailto:haley at ucar.edu">haley at ucar.edu</a>&gt;<br>To: "HCL = 
Infosystems Ltd" &lt;<a = 
href=3D"mailto:hpcssupport at tropmet.res.in">hpcssupport at tropmet.res.in</a>&= 
gt;<br>Cc: <a href=3D"mailto:ncl-talk at ucar.edu">ncl-talk at ucar.edu</a>, = 
<a href=3D"mailto:gibiesgeorge at gmail.com">gibiesgeorge at gmail.com</a>, <a = 
href=3D"mailto:ncl-install at ucar.edu">ncl-install at ucar.edu</a><br>Sent: = 
Wednesday, February 6, 2013 9:50:19 PM<br>Subject: Re: [ncl-talk] ESMF = 
Regrid<br><br>Dear Amit,<br><br>I no longer have access to an AIX = 
system, as ours was decommissioned on January 31. &nbsp;<br><br>In the = 
past, I have been unable to build cairo under AIX, and as of NCL V6.1.0, = 
cairo is now a required<br>component for NCL. The compilation problems = 
were due to using the xlf90/xlc compilers,<br>and I never got the chance = 
to try GNU compilers.<br><br>You can try building NCL 6.1.0 (or 6.1.1) = 
from source code to see if you have better luck<br>with building cairo. = 
There were no problems building NCL itself using the xlxxx = 
compilers.<br><br>You might also check if you already have "libcairo.so" = 
on your system somewhere, and<br>link against that, instead of building = 
it from source code.<br><br>The instructions for building NCL from = 
source code can be found at:<br><br><a = 
href=3D"http://www.ncl.ucar.edu/Download/build_from_src.shtml">http://www.= 
ncl.ucar.edu/Download/build_from_src.shtml</a><br><br><br>The = 
non-optional software that you have to build before you build NCL is = 
listed = 
at:<br><br>http://www.ncl.ucar.edu/Download/build_from_src.shtml#BuildNonO= 
ptionalSoftware<br><br><br>--Mary<br><br>On Feb 6, 2013, at 4:48 AM, HCL = 
Infosystems Ltd wrote:<br><br><blockquote type=3D"cite">Dear = 
Mary,<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote type=3D"cite">Please let me = 
know whether NCL 6.1.0 precompiled version is available for download for = 
AIX 5.3.<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote = 
type=3D"cite">Regards<br></blockquote><blockquote type=3D"cite">Amit = 
Patil<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote type=3D"cite">----- Original = 
Message -----<br></blockquote><blockquote type=3D"cite">From: "Mary = 
Haley" &lt;haley at ucar.edu&gt;<br></blockquote><blockquote = 
type=3D"cite">To: gibiesgeorge at gmail.com<br></blockquote><blockquote = 
type=3D"cite">Cc: ncl-talk at ucar.edu, "HPCS Support IITM" = 
&lt;hpcssupport at tropmet.res.in&gt;<br></blockquote><blockquote = 
type=3D"cite">Sent: Tuesday, February 5, 2013 10:24:33 = 
PM<br></blockquote><blockquote type=3D"cite">Subject: Re: [ncl-talk] = 
ESMF Regrid<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote type=3D"cite">Yes, you need = 
to upgrade because you need to have the = 
"sparse_matrix_mult"<br></blockquote><blockquote type=3D"cite">routine = 
that's built into the 6.1.x "ncl" executable, and the = 
ESMF_RegridWeightGen<br></blockquote><blockquote type=3D"cite">executable = 
that comes with NCL V6.1.x.<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote = 
type=3D"cite">--Mary<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote type=3D"cite">On Feb 5, 2013, = 
at 8:46 AM, gibies george wrote:<br></blockquote><blockquote = 
type=3D"cite"><br></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">Dear friends,<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">I tried to use ESMF Regrid = 
function in NCL v6.0.0 by manualy placing ESMF_regridding.ncl script on = 
my working directory. It shows the following bunch of errors. Does it = 
reveal that the upgradation of NCL to version 6.1.0 is necessary for = 
using this function. <br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">bash-3.2$ ncl = 
regrid_test.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">Copyright (C) 1995-2011 - All = 
Rights Reserved<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">University Corporation for = 
Atmospheric Research<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">NCAR Command Language Version = 
6.0.0<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">The use of this software is governed by a License = 
Agreement.<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">See http://www.ncl.ucar.edu/ for = 
more details.<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 226 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;return(get_cpu_time()<br></blockquote></blockquote><blockquote= 
type=3D"cite"><blockquote = 
type=3D"cite">------------------------^<br></blockquote></blockquote><bloc= 
kquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error in = 
statement<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 228 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 243 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;diff_time =3D = 
get_cpu_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">-----------------------------^<br></blockquote></blockquote>= 
<blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 246 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 430 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;copy_VarAtts_except(inVar,outVar,"_FillValue")<br></blockquote= 


</blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">--------------------------------------------------^<br></blo= 
ckquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 432 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 884 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;&nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------^<br></blockquote></blockq= 
uote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1048 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;print_elapsed_time(start_time,"unstructured_to_ESM= 
F")<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">-----------------------------------------------------------^= 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 1050 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1078 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;&nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------^<br></blockquote></blockq= 
uote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1236 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;print_elapsed_time(start_time,"curvilinear_to_SCRI= 
P")<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">-----------------------------------------------------------^= 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 1238 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1255 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;&nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------^<br></blockquote></blockq= 
uote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1277 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;curvilinear_to_SCRIP(FName,grid_center_lat,grid_center_lon,Opt= 
2)<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">------------------------------------------------------------= 
--------^<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1280 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;print_elapsed_time(start_time,"rectilinear_to_SCRI= 
P")<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">-----------------------------------------------------------^= 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 1282 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1512 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;curvilinear_to_SCRIP(SCRIPFName,grid_center_lat,grid_center_lo= 
n,Opt)<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">------------------------------------------------------------= 
------------^<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 1513 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1546 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">--------------------------------^<br></blockquote></blockquo= 
te><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1667 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
curvilinear_to_SCRIP(FName,grid_center_lat,grid_center_lon,Opt)<br></block= 
quote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">------------------------------------------------------------= 
-----^<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 1674 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;print_elapsed_time(start_time,"latlon_to_SCRIP")<br></blockquo= 
te></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------------------------^<br></b= 
lockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 1676 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 2045 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;copy_VarAtts_except(sd,sd_regrid,new_atts_to_skip)= 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">--------------------------------------------------------^<br= 


</blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 2047 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;copy_VarAtts_except(sd,sd_regrid,atts_to_skip)<br>= 
</blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------------------------^<br></b= 
lockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 2060 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 2141 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">--------------------------------^<br></blockquote></blockquo= 
te><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 2317 in = 
file ESMF_regridding.ncl before or near \n = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> = 
&nbsp;&nbsp;print_elapsed_time(start_time,"ESMF_regrid_gen_weights")<br></= 
blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">------------------------------------------------------------= 
^<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: possibly an = 
undefined procedure<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:Syntax Error in block, = 
block not executed<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error at line 2320 in file = 
ESMF_regridding.ncl<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 2356 in = 
file ESMF_regridding.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;start_time =3D = 
get_start_time()<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">--------------------------------^<br></blockquote></blockquo= 
te><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line 19 in = 
file regrid_test.ncl before or near ) = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"> &nbsp;&nbsp;Opt at DstURCorner &nbsp;&nbsp;&nbsp;=3D (/ = 
&nbsp;90.d, 359.d)<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">----------------------------------------^<br></blockquote></= 
blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:syntax error: line -1 = 
before or near &nbsp;<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">^<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">fatal:error in = 
statement<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">warning:_NclRetrieveRec: Stack = 
underflow<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">-- = 
<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">Gibies George, = 
&nbsp;&nbsp;<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">CSIR-Senior Research = 
Fellow,<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote= 
type=3D"cite">Program for Model development and seasonal = 
prediction,<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">Climate and Global Modelling = 
Division,<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">Indian Institute of Tropical = 
Meteorology,<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">Dr. Homi Bhabha = 
Road,<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">NCL (P. O.), = 
Pashan,<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote= 
type=3D"cite">Pune 411008, = 
India.<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">Tel. Off. = 
+912025904423<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">Mobile : = 
+919028523910<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite"> = 
&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&n= 
bsp;+919881707796<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">http://sites.google.com/site/gibiesge/<br></blockquote></blo= 
ckquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">&lt;earth_day_graphics_11.gif&gt;Every 3000 pages cost a = 
tree; please do not print this e-mail unless you really = 
need.<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote type=3D"cite">SAVE TREES, SAVE MOTHER = 
EARTH<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite"><br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">_______________________________________________<br></blockqu= 
ote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">ncl-talk mailing = 
list<br></blockquote></blockquote><blockquote type=3D"cite"><blockquote = 
type=3D"cite">List instructions, subscriber options, = 
unsubscribe:<br></blockquote></blockquote><blockquote = 
type=3D"cite"><blockquote = 
type=3D"cite">http://mailman.ucar.edu/mailman/listinfo/ncl-talk<br></block= 
quote></blockquote><blockquote = 
type=3D"cite"><br></blockquote><br></div></blockquote></div></div></body><= 
/html>= 

--Apple-Mail-7--1064499999 
Content-Disposition: attachment; 
filename=make-output 
Content-Type: application/octet-stream; 
name="make-output" 
Content-Transfer-Encoding: quoted-printable 

=0D=0AMaking=20<Everything>.=0D=0AMaking=20Makefile=20in=20.=0D=0ATarget=20= 
"me"=20is=20up=20to=20date.=0D=0A=0D=0A=09NCL/NCAR=20Graphics=20-=20= 
Version=206.1.2=20Installation=20Configuration=0D=0A=0D=0ASystem=20File=09= 
=09AIX_RS6000=0D=0ABinary=20Install=20Directory=09= 
/gpfs1/home/amit/NCL/bin=0D=0ALibrary=20Install=20Directory=09= 
/gpfs1/home/amit/NCL/lib=0D=0AInclude=20Install=20Directory=09= 
/gpfs1/home/amit/NCL/include=0D=0AManpage=20Install=20Directory=09= 
/gpfs1/home/amit/NCL/man=0D=0AConfig=20Install=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/config=0D=0AData=20Base=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/database=0D=0AProgrammer=20Doc=20Dir=09= 
/gpfs1/home/amit/NCL/lib/ncarg/doc=0D=0AReloc=20Obj.=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/robj=0D=0AExamples=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/examples=0D=0ATutorial=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/tutorial=0D=0ATest=20Directory=09=09= 
/gpfs1/home/amit/NCL/lib/ncarg/tests=0D=0AX=20App.=20Def.=20Directory=09= 
/gpfs1/home/amit/NCL/lib/ncarg/xapp=0D=0Af77=20Compiler=09=09xlf_r=0D=0A= 
f77=20Flags=09=09-qarch=3Dauto=20-q64=20-O3=20-qstrict=0D=0AC=20Compiler=09= 
=09xlc_r=0D=0Acc=20Flags=09=09-qarch=3Dauto=20-q64=20-O3=20-qstrict=20= 
-I./include=20-I/gpfs1/home/amit/NCL/local/include=20= 
-I/opt/freeware/include=20-I/usr/include=20-I/usr/local/include=20= 
-I/gpfs1/home/amit/NCL/cairo-1.10.2/include=20= 
-I/gpfs1/home/amit/punam/cairo/freetype-2.4.11/include=20-DSYSV=20= 
-D_POSIX_SOURCE=20-DRS6000=20-D_XOPEN_SOURCE=20= 
-D_XOPEN_SOURCE_EXTENDED=3D1=20-DNGLONG2XINT=20-DNeedFuncProto=0D=0AWed=20= 
Mar=2020=2010:59:39=20IST=202013=0D=0AMaking=20Makefiles=20in=20./config=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./external=0D=0AMaking=20Makefiles=20in=20./external/blas=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./external/lapack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./external/sphere3.1_dp=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./external/fftpack5_dp=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./common=0D=0AMaking=20Makefiles=20in=20= 
./common/src=0D=0AMaking=20Makefiles=20in=20./common/src/libncarg_c=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./common/src/bin=0D=0AMaking=20Makefiles=20in=20= 
./common/src/bin/ncargpath=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./common/src/fontcap=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./common/src/graphcap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./common/man=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d=0D=0AMaking=20= 
Makefiles=20in=20./ncarg2d/src=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/Iftran=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/areas=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/autogrph=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/colconv=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/common=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/concom=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/conpack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/conpackt=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/conran=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/conrec=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/conterp=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/dashchar=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/dashpack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/ezmap=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/ezmapa=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/ezmapb=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/ezmapc=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/gflash=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/gridal=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/hafton=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/histgr=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/isosrf=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/isosrfhr=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/labelbar=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/ngmisc=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/plotchar=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/polypack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/pwritx=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/pwrity=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/pwrzi=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/pwrzs=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/pwrzt=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/softfill=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/spps=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/srface=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/stitle=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/strmln=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/support=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/tdpack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/threed=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/vaspackt=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/velvct=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/wmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/areasC=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/autogrphC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/colconvC=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/conpackC=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/conpacktC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/commonC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/dashcharC=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/dashpackC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/ezmapCC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/gflashC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/gridalC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/histgrC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/isosrfC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/labelbarC=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/ngmiscC=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/plotcharC=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/polypackC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg/softfillC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/sppsC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/srfaceC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/stitleC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/supportC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/strmlnC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/tdpackC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/threedC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg/velvctC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg/wmapC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg_gks=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg_gks/awi=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg_gks/bwi=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/libncarg_gks/wiss=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/libncarg_gks/cdrivers=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/libncarg_gks/awiC=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/liboptional=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/src/liboptional/conraq=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/conras=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/conrcqck=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/conrcspr=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/dashsmth=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/dashline=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/dashsupr=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/agupwrtx=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/liboptional/ncarbd=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/bin=0D=0AMaking=20= 
Makefiles=20in=20./ncarg2d/src/bin/scripts=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/bin/impltest=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/bin/ncargworld=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/bin/findg=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/src/bin/logos=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/bin/psfltrs=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/bin/pre2ncgm=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/bin/psplit=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/bin/tdpackdemo=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/bin/ezmapdemo=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/db=0D=0AMaking=20= 
Makefiles=20in=20./ncarg2d/src/db/ezmap=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/db/plotchar=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/db/pwritxnt=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/db/ranfdata=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/db/ftfonts=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples=0D=0AMaking=20= 
Makefiles=20in=20./ncarg2d/src/examples/eareas=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/eautog=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/ecolcv=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/econpa=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/econpt=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/eezmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/eezmpa=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/elblba=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/emisc=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/epltch=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/eppack=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/esoftf=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/espps=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/esrfac=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/estitl=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/estrml=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/etpack=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/evaspt=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examples/evelvc=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examples/ewmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/fundamental=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/src/fundamental/fautograph=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fcolconv=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fdashline=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/ffield_flow=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fgks=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fisosurface=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/flabelbar=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fngmisc=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fplotchar=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fscrolled_title=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fsoftfill=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fspps=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fstreamlines=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fsurface=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/fundamental/fthreed=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/tests=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/tutorial=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/tutorial/tareas=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/tutorial/tconpack=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/tutorial/tezmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/tutorial/class=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/areas=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/autograph=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/examplesC/bivar=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/colconv=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/conpack=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/conpackt=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/dashline=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/dashpack=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/ezmap=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/examplesC/gflash=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/gks=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/gridall=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/histogram=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/examplesC/isosurface=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/labelbar=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/ngmisc=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/examplesC/plotchar=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/polypack=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/scrolled_title=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/softfill=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/spps=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/src/examplesC/streamlines=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/surface=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/tdpack=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/threed=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/examplesC/vectors=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/src/examplesC/wmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/src/pdocexamples=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/src/pdocexamples/pgks=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/areas=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/autograph=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/bivar=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/colconv=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/conpack=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/conran_family=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/conrec_family=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/dashline=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/dashpack=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/error_handling=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/ezmap=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/gflash=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/man/gks=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/gksC=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ncarg2d/man/gridall=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/halftone=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/histogram=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/isosurface=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/labelbar=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/ngmisc=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/other=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/man/plotchar=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/polypack=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/pwrite_family=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/scrolled_title=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarg2d/man/softfill=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/spps=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/man/streamlines=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/surface=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarg2d/man/tdpack=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/threed=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ncarg2d/man/vectors=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarg2d/man/wmap=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ngmath=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src=0D=0AMaking=20Makefiles=20in=20./ngmath/src/lib=0D=0AMaking=20= 
Makefiles=20in=20./ngmath/src/lib/gridpack=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/cssgrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/natgrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/dsgrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/fitgrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/csagrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/lib/gridpack/shgrid=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ngmath/src/bin=0D=0AMaking=20= 
Makefiles=20in=20./ngmath/src/bin/nnalg=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ngmath/src/examples=0D=0A= 
Making=20Makefiles=20in=20./ngmath/src/examples/ecsagrid=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/examples/ecssgrid=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ngmath/src/examples/edsgrid=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/examples/efitgrid=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ngmath/src/examples/enatgrid=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/src/examples/eshgrid=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ngmath/man=0D=0AMaking=20= 
Makefiles=20in=20./ngmath/man/csagrid=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ngmath/man/cssgrid=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ngmath/man/natgrid=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ngmath/man/dsgrid=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ngmath/man/fitgrid=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ngmath/man/shgrid=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview=0D=0AMaking=20Makefiles=20= 
in=20./ncarview/src=0D=0AMaking=20Makefiles=20in=20./ncarview/src/lib=0D=0A= 
Making=20Makefiles=20in=20./ncarview/src/lib/libcgm=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/lib/libncarg_ras=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/lib/libctrans=0D=0A= 
"./ymake.tmp499776",=20line=2022.8:=201506-234=20(W)=20Expecting=20a=20= 
new-line=20character=20on=20#endif=20directive.=0D=0A= 
"./ymake.tmp499776",=20line=2028.8:=201506-234=20(W)=20Expecting=20a=20= 
new-line=20character=20on=20#endif=20directive.=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/lib/libictrans=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin=0D=0AMaking=20= 
Makefiles=20in=20./ncarview/src/bin/ctrans=0D=0A"./ymake.tmp831722",=20= 
line=2017.8:=201506-234=20(W)=20Expecting=20a=20new-line=20character=20= 
on=20#endif=20directive.=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin/ictrans=0D=0A= 
"./ymake.tmp43262134",=20line=2013.8:=201506-234=20(W)=20Expecting=20a=20= 
new-line=20character=20on=20#endif=20directive.=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/filter=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin/med=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/scripts=0D=0A"./ymake.tmp357334",=20line=2020.8:=20= 
1506-234=20(W)=20Expecting=20a=20new-line=20character=20on=20#endif=20= 
directive.=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20= 
Makefiles=20in=20./ncarview/src/bin/rascat=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/rasstat=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin/ncgmstat=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/idt=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D= 
=0AMaking=20Makefiles=20in=20./ncarview/src/bin/rasview=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/rasls=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin/rasgetpal=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/src/bin/rassplit=0D=0ATarget=20"Makefiles"=20is=20up=20to=20= 
date.=0D=0AMaking=20Makefiles=20in=20./ncarview/src/bin/ras2ccir601=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ncarview/man=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ncarview/app=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ni=0D=0AMaking=20= 
Makefiles=20in=20./ni/src=0D=0AMaking=20Makefiles=20in=20./ni/src/nyacc=0D= 
=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20= 
in=20./ni/src/lib=0D=0AMaking=20Makefiles=20in=20./ni/src/lib/hlu=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/lib/nfp=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ni/src/lib/nfpfort=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ni/src/lib/nio=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/ncl=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ni/src/mkwrap=0D=0ATarget=20"Makefiles"=20is=20= 
up=20to=20date.=0D=0AMaking=20Makefiles=20in=20./ni/src/db=0D=0AMaking=20= 
Makefiles=20in=20./ni/src/db/rgb=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20./ni/src/db/colormaps=0D=0A= 
Target=20"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/udunits=0D=0ATarget=20"Makefiles"=20is=20up=20to=20date.=0D=0A= 
Making=20Makefiles=20in=20./ni/src/db/grib2_codetables=0D=0AMaking=20= 
Makefiles=20in=20./ni/src/db/grib2_codetables/ecmwf=0D=0AMaking=20= 
Makefiles=20in=20./ni/src/db/grib2_codetables/ecmwf/0=0D=0ATarget=20= 
"Makefiles"=20is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/1=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/2=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/3=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/4=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/5=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/6=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ecmwf/7=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/0=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/1=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/2=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/3=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/4=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/5=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/6=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/ncep/7=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/0=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/1=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/2=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/3=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/4=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/5=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/6=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables/tigge/7=0D=0ATarget=20"Makefiles"=20is=20up=20= 
to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous/ecmwf=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous/ecmwf/0=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous/ecmwf/1=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous/ecmwf/2=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/src/db/grib2_codetables.previous/ecmwf/3=0D=0ATarget=20"Makefiles"=20= 
is=20up=20to=20date.=0D=0AMaking=20Makefiles=20in=20= 
./ni/sr 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: make-output
Type: application/octet-stream
Size: 1629214 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-install/attachments/20130322/b2816673/attachment-0001.obj 
-------------- next part --------------
A non-text attachment was scrubbed...
Name: remove_pretty_function.tar.gz
Type: application/x-gzip
Size: 141586 bytes
Desc: not available
Url : http://mailman.ucar.edu/pipermail/ncl-install/attachments/20130322/b2816673/attachment-0001.gz 


More information about the ncl-install mailing list