<html><head></head><body><div class="yahoo-style-wrap" style="font-family:Helvetica Neue, Helvetica, Arial, sans-serif;font-size:16px;"><div dir="ltr" data-setdir="false">Dear all,</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Using an example in ncl web page (see below) I was able to read a file from the OPeNDAP server, i tried to read multiple files (12) using similar approach by separating the files wth comma(/" ", " "," "," "/) but it didnt work for me though when i test run the files one after the other it reads well. Also, I tried "systemfunc" and "wildcards *) but is like both doesn't work for OPeNDAP. Kindly guide me how to read multiple files from OPeNDAP server. Thank you</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false"><div><div> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"</div><div> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"</div><div> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl" ; BRH</div><div><br></div><div> begin</div><div><br></div><div>;--- Using the data files from url</div><div> NASA_URL  = "https://opendap.larc.nasa.gov/opendap/MOPITT/MOP03JM.008/2013.12.01/MOP03JM-201312-L3V95.6.3.he5"</div><div> </div><div>;    f = addfile(NASA_URL,"r")</div><div>  exists = isfilepresent(NASA_URL)</div><div>  if(.not.exists) then</div><div>    print("OPeNDAP test unsuccessful.")</div><div>    print("Either the file doesn't exist, or NCL does")</div><div>    print("not have OPeNDAP cabilities on this system.")</div><div>  else</div><div>    f = addfile(NASA_URL,"r")</div><div>    vnames = getfilevarnames(f)</div><div>    print(vnames)</div><div>  end if</div><div>end</div></div><br></div><div dir="ltr" data-setdir="false">Thank you</div><div dir="ltr" data-setdir="false"><br></div><div dir="ltr" data-setdir="false">Najib Yusuf Galadanci</div><div dir="ltr" data-setdir="false">CAR-NASRDA. Nigeria</div><div dir="ltr" data-setdir="false">234 80 3871 4158</div></div></body></html>