Chiara Lepore

Results 15 issues of Chiara Lepore

I have made the changes suggested in many of the latest issues to overcome some bugs, but all I get when I run it is the results from the first...

### What happened? Reproducible example: ``` import xarray as xr import numpy as np # Create dataset data_vars = {'temperature':(['lat','lon','time'], np.random.rand(400,800,1000), {'units': 'Celsius'})} # define coordinates coords = {'time': (['time'],...

bug
needs triage

It's a long post! Sorry! I have been working on creating a copy of the GEFSv12 reforecast data currently sitting [in the cloud in grib format ](https://noaa-gefs-retrospective.s3.amazonaws.com/index.html#GEFSv12/reforecast/) I have documented...

documentation

Hello David, I am Chiara Lepore, a Research Scientist at LDEO-Columbia University. We briefly met this summer over lunch at the Hail Workshop held in Boulder. I have seen your...

Right now my understanding is that only one dimension can be used/created to concatenate files. Example: ``` recipe = NetCDFtoZarrSequentialRecipe( input_urls=input_urls, sequence_dim="time", ) ``` Forecast data - however - they...

@jaymay2002 and I are using your package to fit some annual maxima. I sort of stumbled on the sign convention of this package, and I am not sure anymore what...

## Source Dataset These are “reforecasts” of the new GEFSv12 system. They are retrospective forecasts spanning the period 2000-2019. These reforecasts are not as numerous as the real-time data; they...

proposed recipe

**What happened**: I tried to remove an object from a Google Cloud Storage. The operation works if I have no leading slash, i.e. ``` pangeo-scratch/chiaral/test_path/foo ``` It fails with a...

I am very new at this, so I might not comprehend the exact goal of `scan_grib` but here we go (this is a follow up from [discourse](https://discourse.pangeo.io/t/accessing-grib2-files-as-a-single-cloud-friendly-dataset-in-xarray-through-kerchunk/2401/12)): **What's the issue**:...

I have noticed for a while now, that when my computations don't work (i.e.a worker die) often times regardless of my biggest effort to kill a cluster, i keep seeing...