ClimateImpactLab / downscaleCMIP6

Downscaling & bias correction of CMIP6 tasmin, tasmax, and pr for the R/CIL GDPCIR project
MIT License
136 stars 33 forks source link

Retrieving precipitation data #666

Open EdM44 opened 1 year ago

EdM44 commented 1 year ago

Description and ### What I Did

Thanks for creating this dataset and for the tutorials to help access it.

As someone more comfortable using R than python, I followed your example to subset some data and save it to a .nc file. My notebook is here. You can see I followed your example pretty closely.

When I use variable_id = "tasmax" it works perfectly, and I successfully download data to work with locally.

When I change to variable_id = "pr" it works without complaint, but the data file is all NA. I tried a second model using variable_id = "pr" with the same results. I have spent many hours trying to figure out what I missed, and was wondering if anyone else has reported this. Thanks for any help you can provide.