[ncl-talk] Taylor plot

Komal Shukla komalshukla1992 at gmail.com
Fri Jan 11 12:31:26 MST 2019


Hi Toni,

Thank you. It worked.

I initially thought that file is in there by default after 6.2 versions.

However, i created manually and stored in the same directory.

It worked. Thanks

On Fri, 11 Jan 2019 at 11:47 PM, 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
>
>
> --

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/77f7ceab/attachment.html>


More information about the ncl-talk mailing list