<div dir="auto">Dear Sir/Ma'am, <div dir="auto">                             I am trying to set root path of NCL using -</div><div dir="auto"><br></div><div dir="auto"><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)">NCARG_ROOT=/usr/local/ncl-6.4.0
    PATH=$NCARG_ROOT/bin:$PATH
    export NCARG_ROOT
    export PATH</pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)"><br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)"><br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)">There after when I try to load it using -</pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)"><br></pre><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;background-color:rgb(255,255,255)"><pre style="word-wrap:break-word;white-space:pre-wrap">load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</pre><pre style="word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="word-wrap:break-word;white-space:pre-wrap">It says No command 'load' found.</pre><pre style="word-wrap:break-word;white-space:pre-wrap"><br></pre><pre style="word-wrap:break-word;white-space:pre-wrap">Please guide how to properly set the root path and load NCL script using 'load'.</pre></pre></div></div>