chrisroadmap / ar6

Figure and data generation for Chapter 7 of the IPCC's Sixth Assessment Report, Working Group 1 (plus assorted other contributions)
MIT License
34 stars 27 forks source link

Missing "data_input_large" directory in notebook 030 #36

Closed rguilcas closed 2 years ago

rguilcas commented 2 years ago

Hi,

In notebook 030, the first check_and_download fails as it checks in the data_input_large directory that does not exist yet.

check_and_download( '../data_input_large/rcmip-emissions-annual-means-v5-1-0.csv', 'https://rcmip-protocols-au.s3-ap-southeast-2.amazonaws.com/v5.1.0/rcmip-emissions-annual-means-v5-1-0.csv' )

chrisroadmap commented 2 years ago

ok, as a temporary thing you can simply make this directory by hand, just needs a mkdir_p in the cell before

rguilcas commented 2 years ago

Yes, that's what I did. I just mentioned it in case anyone else needed it.

chrisroadmap commented 2 years ago

fixed in #38