brian-rose/ClimateModeling_courseware

Lecture 10 - missing data

geofffoster opened this issue · 4 comments

links don't work - upon checking on server directory doesn't exist. Is it possible to put data in github?
In [4]
datapath = "http://thredds.atmos.albany.edu:8080/thredds/dodsC/cesm/"
ctrl = xr.open_dataset(datapath + 'som_control/som_control.cam.h0.clim.nc', decode_times=False)
co2 = xr.open_dataset(datapath + 'som_2xCO2/som_2xCO2.cam.h0.clim.nc', decode_times=False)

same for
In [15]:
ozone = xr.open_dataset( datapath + 'som_input/ozone_1.9x2.5_L26_2000clim_c091112.nc')

Thanks, I'm not maintaining this repo anymore because all the content has been repackaged in The Climate Laboratory, which will be kept up-to-date.

However I think the same path errors exist in the book version of those notes, which stems from some reorganization of our data servers. I will fix the book version.

See the updated version in the book at https://brian-rose.github.io/ClimateLaboratoryBook/courseware/spectral-bands.html. All links now working.