Re: NCL for AR-WRF

From: David Brown <dbrown_at_nyahnyahspammersnyahnyah>
Date: Mon Mar 11 2013 - 14:40:01 MDT

Hi Tutu,
Mary is teaching an NCL workshop this week and has limited availability. WRFUserARW.ncl should be found in the location you specify below as part of a standard NCL install.
Assuming you have set NCARG_ROOT correctly you should be able to do

ls $NCARG_ROOT/lib/ncarg/nclscripts/wrf/
 
from the command line and see it listed. To use these routines in a script you need to load the file by putting the following line somewhere near the top of your script:

load "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"

Hope this helps.
 -dave

On Mar 11, 2013, at 2:10 PM, Adetutu Aghedo wrote:

> Dear Mary,
>
> I want to use NCL to plot WRF and WRF-Chem outputs. As a first cut, I am trying to run example ncl scripts (provided in ARW and WRF-Chem user manual). The manual mentioned "WRFUserARW.ncl" which is suppose to reside in the directory $NCARG_ROOT/lib/ncarg/nclscripts/wrf/. My IT personnel installed NCL from the pre-compiled binary. How do I access the NCL built-in functions for plotting ARW output and to calculate basic diagnostics?
>
> Thank you.
>
> Tutu.
>
>
> _______________________________________________
> ncl-talk mailing list
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk

_______________________________________________
ncl-talk mailing list
List instructions, subscriber options, unsubscribe:
http://mailman.ucar.edu/mailman/listinfo/ncl-talk
Received on Mon Mar 11 12:40:08 2013

This archive was generated by hypermail 2.1.8 : Wed Mar 13 2013 - 14:19:38 MDT