[ncl-talk] Taylor plot

Komal Shukla komalshukla1992 at gmail.com
Fri Jan 11 12:29:53 MST 2019


It worked.

I noticed that. Created a file manually and placed in there.

Thank you

On Sat, 12 Jan 2019 at 12:05 AM, Dennis Shea <shea at ucar.edu> wrote:

> You do not have to explicitly download any of the following libraries.
>
> *They are automatically loaded. *
>
> 6.4.0: *http://www.ncl.ucar.edu/prev_releases.shtml#6.4.0* <http://www.ncl.ucar.edu/prev_releases.shtml#6.4.0>
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/bootstrap.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/extval.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
> 6.5.0:   <http://www.ncl.ucar.edu/current_release.shtml>*http://www.ncl.ucar.edu/current_release.shtml*
>    "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/shea_util.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/esmf/ESMF_regridding.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/bootstrap.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/extval.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/crop.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/csm/heat_stress.ncl"
>     "$NCARG_ROOT/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
>
> ===
>
> The taylor diagram functions could also be added. However, currently they have not been included in the automatically loaded libraries.
>
> You can download via:
>
>
> *http://www.ncl.ucar.edu/Applications/Scripts/taylor_diagram.ncl* <http://www.ncl.ucar.edu/Applications/Scripts/taylor_diagram.ncl>
> http://www.ncl.ucar.edu/Applications/Scripts/taylor_diagram_cam.ncl
>
> As noted, id you place the taylor_diagram script in the directory where the driver script is located, then:
>
>   load "./taylor_diagram.ncl"
>
> If you place it in some other directory
>
>  load "/dir/where/plot_function/exits/taylor_diagram.ncl"
>
> Good Luck
>
>
> On Fri, Jan 11, 2019 at 11:18 AM Toni Klemm <toni-klemm at tamu.edu> wrote:
>
>> Kim,
>>
>> load "./taylor_diagram.ncl"
>>
>>
>> “./" means you’re trying to load “taylor_diagram.ncl” from the same
>> directory that your NCL script is in. Is this file in this directory? If
>> not, then that is the problem, and you’ll need to adjust the path so that
>> NCL finds the file “taylor_diagram.ncl”
>>
>> Hope that helps.
>>
>> Toni
>>
>>
>>
>> *Toni Klemm, Ph.D.*Postdoctoral Research Associate
>> Department of Ecosystem Science and Management
>> College of Agriculture and Life Sciences
>> Texas A&M University, College Station, TX
>> Contributor to the Early Career Climate Forum <http://www.eccforum.org>
>> www.toni-klemm.de | @toniklemm <http://twitter.com/toniklemm>
>>
>>
>>
>>
>>
>>
>>
>>
>> On Jan 11, 2019, at 12:10 PM, Komal Shukla <komalshukla1992 at gmail.com>
>> wrote:
>>
>> Hi NCL Team,
>>
>> I am trying to make a tylor plot
>>
>> my script starts with this
>>
>> load "/home/NCL_NCARG/6.5.0/lib/ncarg/nclscripts/csm/gsn_code.ncl"
>> load "/home//NCL_NCARG/6.5.0/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
>> load "/home/NCL_NCARG/6.5.0/lib/ncarg/nclscripts/csm/shea_util.ncl"
>> load "/home/NCL_NCARG/6.5.0/lib/ncarg/nclscripts/csm/contributed.ncl"
>> load "/home/NCL_NCARG/6.5.0/lib/ncarg/nclscripts/wrf/WRFUserARW.ncl"
>> load "./taylor_diagram.ncl"
>> ...
>> and it results into this
>>
>> fatal:Could not open (./taylor_diagram.ncl)
>> fatal:error at line 11 in file taylor
>>
>> Can you suggest why is it not able to load taylor_diagram.ncl?
>>
>> Kim
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> http://mailman.ucar.edu/mailman/listinfo/ncl-talk
>>
> --

Komal Shukla
PhD Research Scholar
Indian Institute of Technology Delhi (IIT Delhi)
Hauz Khas, Delhi-110016
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190112/98b9f3ad/attachment.html>


More information about the ncl-talk mailing list