Lucas Gloege

Results 5 comments of Lucas Gloege

@saptisunil It looks like you need to add `url: https://cds.climate.copernicus.eu/api/v2` to your `.cdsapirc` file. Here is how to set it up if this file doesn't exist. https://cds.climate.copernicus.eu/api-how-to

I figured out a solution using `urlopen`. Here is a small working example ```python import cdsapi import xarray as xr from urllib.request import urlopen c = cdsapi.Client() # API request...

Yes, no issues with `import ESMF` the kernel dies here: ```python regridder = xe.Regridder(ds, ds_out, 'bilinear') regridder ```

@jbusecke I was not able to resolve the problem on NCAR's cheyenne or Columbia's habanero cluster. However, I was able to get it working a local server. @raphaeldussin believes it's...

@evanp , the import script has been changed since PR. To fix this issue we just need to change the way we build paths. change: ```python p = Path(dir +...