[ncl-install] help installing ncl_ncarg-6.0.0
Mary Haley
haley at ucar.edu
Mon May 21 09:55:46 MDT 2012
In the future, please post your NCL questions to ncl-talk at ucar.edu, and not ncl-install at ucar.edu. The ncl-install email list is for installation questions.
The "wrf_user_getvar" function is actually an NCL script, so if you ever need to see how it is calculating a quantity, you can edit the file
$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl
and search for "wrf_user_getvar".
Once you see a line that starts with:
function wrf_user_getvar
then you can start looking for "OLR".
"OLR" doesn't appear in the wrf_user_getvar function, so this means that it will simply try to find a variable called "OLR" on your file.
If you don't have such a variable, you will get an error from NCL.
I couldn't find "OLR" in any of our sample wrf output files, but I did see a script that references it:
http://www.mmm.ucar.edu/wrf/users/graphics/NCL/Examples/OLR/index.htm
Note that this script references a file called "wrfout_d02". The files I tried were all "wrfout_d01".
--Mary
On May 21, 2012, at 7:26 AM, Chandra Sekar wrote:
> Dear friends
>
> I am chandra, working in WRF also using NCL. I could not find out how ncl calculating OLR from
> "olr = wrf_user_getvar(a,"OLR",-1)". please help me to where I can get the formula for
>
> calculating OLR in NCL directory.
>
>
> please help me
> Thanks in Advance
>
>
> On Thu, Apr 19, 2012 at 11:26 PM, Dennis Shea <shea at ucar.edu> wrote:
> The information provided is not helpful.
> What did you try and what messages were returned to you?
>
> Please send to ncl-install at ucar.edu the output from
>
> %> uname -a
> %> gcc --version
>
> On 4/19/12 11:48 AM, Gualberto Hernandez Juarez wrote:
> >
> > Hello
> >
> > I can not install on UBUNTU ncl_ncarg-6.0.0.
> >
> > Ayundeme please. thanks
> >
> > Greeting.
> >
> > Gualberto Hdez
> > _______________________________________________
> > ncl-install mailing list
> > List instructions, subscriber options, unsubscribe:
> > http://mailman.ucar.edu/mailman/listinfo/ncl-install
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
>
>
>
> --
> with regards
>
> Chandrasekar
> PhD scholar
> IIT Madras
>
>
> _______________________________________________
> ncl-install mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-install
More information about the ncl-install
mailing list