Skip to content

Commit 84b1146

Browse files
committed
Release 1.14.10
1 parent ed5dc51 commit 84b1146

3 files changed

Lines changed: 20 additions & 3 deletions

File tree

history.rst

Lines changed: 18 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
History
22
=======
33

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+
422
2026-03-17 / Release v1.14.9
523
----------------------------
6-
724
* Fixed problem with oiltype set by id being overridden by new seeding
825
* Added psutil to pyproject.toml dependencies
926
* Horizontal_diffusivity is not anymore a config setting but an environment property.

opendrift/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
__version__ = "1.14.9"
1+
__version__ = "1.14.10"
22

33

44
def git_describe():

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build-backend = "setuptools.build_meta"
55
[project]
66
name = "opendrift"
77
requires-python = ">=3.9"
8-
version = "1.14.9"
8+
version = "1.14.10"
99
description = "OpenDrift - a framework for ocean trajectory modeling"
1010
authors = [
1111
{ name = "Knut-Frode Dagestad", email = "knutfd@met.no" },

0 commit comments

Comments
 (0)