|
1 | 1 | History |
2 | 2 | ======= |
3 | 3 |
|
| 4 | +2026-03-17 / Release v1.14.9 |
| 5 | +---------------------------- |
| 6 | + |
| 7 | +* Fixed problem with oiltype set by id being overridden by new seeding |
| 8 | +* Added psutil to pyproject.toml dependencies |
| 9 | +* Horizontal_diffusivity is not anymore a config setting but an environment property. |
| 10 | + |
| 11 | + * o.set_config('drift:horizontal_diffusivity', <diffusivity>) should be changed to o.set_config('environment:constant:horizontal_diffusivity', <diffusivity>) |
| 12 | + |
| 13 | +* It is now possible to provide element-specific environment configuration through dictionary *environment* as input to seed_elements. Made example_element_dependent_environment.py to illustrate. |
| 14 | + |
| 15 | + * reader_constant is updated to take element_ID as optional argument to mapping to provide element_ID-dependent constant values (e.g. horizontal_diffusivity). |
| 16 | + |
| 17 | +* opendrift.open() can now also take Xarray dataset as input |
| 18 | +* Providing convex_hull=True to plot method will now plot a convex hull around final positions |
| 19 | + |
4 | 20 | 2026-01-22 / Release v1.14.8 |
5 | 21 | ---------------------------- |
6 | 22 | * OpenBerg: fixed several bugs, e.g. using wrong wave direction and some wrong parameters. wave_drag_coef is now an element property. |
@@ -45,8 +61,10 @@ History |
45 | 61 | * Added two new oils to OpenOil / ADIOS: RINGHORNE 2025 and BALDER BLEND 2025 |
46 | 62 | * Property opendrift.test_data_folder now replaces object method test_data_folder |
47 | 63 | * reader_ROMS_native: |
| 64 | + |
48 | 65 | * Fix for non-CF-compliant Croco files and corresponding GRD-files |
49 | 66 | * Removed gls_tke functionality, now found in new file legacy.py |
| 67 | + |
50 | 68 | * Several updates to OpenBerg module |
51 | 69 | * Vertical advection and mixing is disabled by default in OceanDrift (e.g. to prevent sinking of simulated surface drifters), but enabled in some sub-modules. |
52 | 70 | * General cleaning of main loop (run) in Basemodel class |
|
0 commit comments