Releases: ACCESS-Community-Hub/era5grib
Fixed bug caused by new intake-esm release
Fixed bug caused by new intake-esm release
argument intake_esm_varname replaced by argument_intake_vars
unique() now return dictionary of lists not of dictionaries
Added fail to test_nci.py to avoid failure when creating conda package
Fixed bug in era5land switch
Fixed bug in era5land switch
Fixed issue with save_grib era5land default
Fixed issue with save_grib era5land default
Avoid to_netcdf-throttled when era5land true
In save_grib removed model argument and added era5land bool instead, to skip to_netcdf-throttled when that is True. It appears to also work for WRF use case. It might still fails if files are big (?)
fixed save_grib calls
Added model to save_grib calls
0.3.3
Temporary fix
This release fixes issue #10 by passing a dataset not an array to xesmf.Regridder()
There is still a bug with era5land option (issue #11) to make the UM works while we fix it we are skipping writing the data to a temporary compressed netcdf file using climtas.to_netcdf-throttled() in save_grib.
Finally, deactivated 2 tests in test_wrf as they are failing with the issue #11
0.3.1: Merge pull request #7 from coecms/polar
Add --polar option
0.3.0: Merge pull request #5 from coecms/noland
Allow disabling era5land with --no-era5land
0.2.8
Fix time units