[ncl-talk] Taylor plot

Toni Klemm toni-klemm at tamu.edu
Fri Jan 11 11:17:39 MST 2019


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 <http://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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20190111/a60a02c5/attachment.html>


More information about the ncl-talk mailing list