Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Lecture 10 - missing data #8

Closed
geofffoster opened this issue May 17, 2020 · 4 comments
Closed

Lecture 10 - missing data #8

geofffoster opened this issue May 17, 2020 · 4 comments

Comments

@geofffoster
Copy link

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')

@brian-rose
Copy link
Owner

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.

@geofffoster
Copy link
Author

geofffoster commented May 17, 2020 via email

@brian-rose
Copy link
Owner

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

@geofffoster
Copy link
Author

geofffoster commented May 18, 2020 via email

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants