|
1 | 1 | History |
2 | 2 | ======= |
3 | 3 |
|
| 4 | +2026-06-23 / Release v1.14.10 |
| 5 | +----------------------------- |
| 6 | +* Bugfix in OpenBerg - north-south-component of waves was flipped. Thanks to Shovon Jubair. |
| 7 | +* Expecting now axis dimensions (y, x) (was x, y) for unprojected datasets with 2D arrays of lon and lat. |
| 8 | +* New internal helper method _set_mode() |
| 9 | +* Added new method default_readers() to list default readers |
| 10 | +* Converting time to python datetime in seed_elements, to allow using other time formats for seeding |
| 11 | +* Added reader_earthaccess as wrapper around NASA earthaccess client |
| 12 | +* reader_from_url renamed to reader_from_urlpath, now accepting URI syntax like fsspec: <reader_name>://path?query E.g. reader_copenicusmarine://cmems_mod_glo_phy_anfc_merged-uv_PT1H-i or reader_constant://?x_wind=3&y_wind=0 |
| 13 | +* Fix for ascending z-coordinate (typically atompsheric transport) in reader_netCDF_CF_generic by BenSpin. |
| 14 | +* Made ROMS reader more robust wrt 2D CROCO files |
| 15 | +* Fixed bug in water vicosity formulation, and implemented new method (Sharqawy) which is now default. Thanks to Loris Calgaro |
| 16 | +* Better automatic density of vectors on animations |
| 17 | +* New method seed_from_dataset, to continue from saved simulation |
| 18 | +* Added method to identify and select (add standard_name attribute) surface variables (wind) from GRIB datasets (e.g. https://thredds.ucar.edu/thredds/dodsC/grib/NCEP/GFS/Global_0p25deg/Best) |
| 19 | + |
| 20 | + * Update to support GRIB files from cdsapi, without GRIB codes. |
| 21 | + |
4 | 22 | 2026-03-17 / Release v1.14.9 |
5 | 23 | ---------------------------- |
6 | | - |
7 | 24 | * Fixed problem with oiltype set by id being overridden by new seeding |
8 | 25 | * Added psutil to pyproject.toml dependencies |
9 | 26 | * Horizontal_diffusivity is not anymore a config setting but an environment property. |
|
0 commit comments