[ncl-talk] OpenDAP on MacOS Sierra

Alan Brammer abrammer at albany.edu
Wed Feb 15 09:30:55 MST 2017


I don’t have any actual help but the link works for me on 10.12.3 with ncl6.3.0 installed via brew cask. 



ncl 0>  testfile_name = "http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc"
ncl 1>  f = addfile(testfile_name,"r")
ncl 2> print(f)

Variable: f
Type: file
filename:       PRISM_combo_20151231
path:   http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc
   file global attributes:
      DODS_EXTRA.Unlimited_Dimension : t
   dimensions:
      t = 1  // unlimited
      latitude = 621
      longitude = 1405
   variables:
      double t ( t )
         calendar :     gregorian
         units :        days since 2015-12-31 00:00
         _CoordinateAxisType :  Time
         _ChunkSize :   524288
….




> On Feb 14, 2017, at 2:31 PM, Capehart, William J <William.Capehart at sdsmt.edu> wrote:
> 
> Hi All:
>  
> Is anyone able to get NCL 6.3.0 to work with OpenDAP with addfile() on MacOS 10.12.2?
>  
> I am getting an error when opening offsite catalog files.  (It works fine on Linux though.)
>  
> Unfortunately, I’m not getting any error statement beyond the
>  
> fatal:Could not open (http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc <http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc>)
>  
> Example:
>  testfile_name = "http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc <http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc>"
>  f = addfile(testfile_name,"r")
> fatal:Could not open (http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc <http://convection.meas.ncsu.edu:8080/thredds/dodsC/prism/daily/combo/2015/PRISM_combo_20151231.nc>)
>  
>  
> Thanks Much
> Bill
>  
> ================================================================
> Bill Capehart <William.Capehart at sdsmt.edu <mailto:William.Capehart at sdsmt.edu>>   Associate Professor
> Atmospheric & Environmental Sciences            Program Director
> Civil and Environmental Engineering             Hydrometeorology
> 201 Mineral Industries Building                
> South Dakota School of Mines and Technology     Skype: wcapehart
> 501 East Saint Joseph Street                 Ph: +1-605-394-1994
> Rapid City, SD 57701-3995                Mobile: +1-605-484-5692
> =================== http://capehart.sdsmt.edu <http://capehart.sdsmt.edu/> ==================
>  
>  
>  
>  
> _______________________________________________
> ncl-talk mailing list
> ncl-talk at ucar.edu <mailto:ncl-talk at ucar.edu>
> List instructions, subscriber options, unsubscribe:
> http://mailman.ucar.edu/mailman/listinfo/ncl-talk <http://mailman.ucar.edu/mailman/listinfo/ncl-talk>

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://mailman.ucar.edu/pipermail/ncl-talk/attachments/20170215/d57e72d1/attachment.html 


More information about the ncl-talk mailing list