Skip to content

Releases: axiom-data-science/particle-tracking-manager

v0.8.0

02 Apr 18:00
f8758ab
Compare
Choose a tag to compare

What's Changed

  • Some updates by @kthyng in #21
    • time_step_output behavior has changed — 1 hour by default
    • time_step is now 5 min by default
    • added Dcrit parameter for accurately finding where drifters are stranded in tidal flats
    • vertical_mixing is True by default now
    • added seafloor_action option
    • fixed some Leeway/3D handling and log messaging
    • export_variables are specific to drift_model as needed
    • do not drop zeta anymore since used in opendrift
    • output_file is now an option

Full Changelog: v0.7.1...v0.8.0

v0.7.1

21 Feb 22:01
4e57e0b
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.7.0...v0.7.1

v0.7.0

21 Feb 18:50
3ae1faf
Compare
Choose a tag to compare

What's Changed

  • Updates by @kthyng in #19
  • Now initialize all class attributes with None and removed usage of hasattr which simplifies and clarifies some code.
  • Improved handling of start_time, end_time, duration, and steps in manager.py which fixed a bug in which users couldn't input start_time and have the simulation run successfully.
  • simplified handling of horizontal_diffusivity in opendrift model.
  • user can change end_time, duration, and steps and have the others update accordingly. Tests added to check this.
  • changed known model "CIOFS_now" to "CIOFSOP" to avoid upper/lower issues and include "OP" for "operational".
  • many more tests and improved behavior for attribute checks and updates

Full Changelog: v0.6.0...v0.7.0

v0.6.0

15 Feb 18:14
Compare
Choose a tag to compare

What's Changed

v0.6.0

  • is set up to tell opendrift ROMS reader to save the interpolator to a cache that is set up the first time it is run. This only works with the newest dev version of opendrift at the moment, and the files saved are hundreds of MB, but it speeds up the simulations pretty well (12 to 30 seconds).
  • reworked which variables are dropped in which scenarios for opendrift and integrated with using wetdry vs static masks.
  • added package appdirs to manage the cache for storing interpolator pickles.
  • fix to CLI so duration input is formatted correctly.
  • can now input name to accompany user-input xarray Dataset for ocean_model.
  • added ocean_model "CIOFS_now" local and remote links.

v0.5.0

  • updated to using version of opendrift in which you can input an xarray Dataset directly
  • added new parameter for built-in ocean_models to specify whether to look locally or remote for the output (ocean_model_local)
  • added local model output information for known models using parquet files for kerchunk access to model output
  • changed max_speed parameter, which controls buffer size in opendrift, to 2 from 5.
  • improved handling of "steps", "duration", and "end_time" parameters.
  • improved reader interaction and speed with opendrift by dropping unnecessary variables from ocean_model Dataset, separating out the standard_name mapping input to the ROMS reader in opendrift, added option for whether or not to use wet/dry masks in ocean_model output if available

Full Changelog: v0.4.0...v0.6.0

v0.4.0

25 Jan 19:34
42c60a1
Compare
Choose a tag to compare

What's Changed

  • updated config, ptm entry point, more logic for parameter combinations, docs by @kthyng in #14

Full Changelog: v0.3.2...v0.4.0

v0.3.2

23 Jan 18:43
6f5c9ae
Compare
Choose a tag to compare

What's Changed

  • added lines to setup.cfg for config files by @kthyng in #13

Full Changelog: v0.3.1...v0.3.2

v0.3.1

22 Jan 22:18
6ba0b03
Compare
Choose a tag to compare

What's Changed

Full Changelog: v0.3.0...v0.3.1

v0.3.0

22 Jan 21:40
01cfa3e
Compare
Choose a tag to compare

What's Changed

  • added plotting code and made cmocean optional by @kthyng in #11

Full Changelog: v0.2.0...v0.3.0

v0.2.0

19 Jan 23:05
0ccc379
Compare
Choose a tag to compare

What's Changed

  • moved docstrings from init to classes. by @kthyng in #4
  • small change to docs by @kthyng in #5
  • added export_variables options, updated docs. by @kthyng in #6
  • added option for seeding by geojson by @kthyng in #7
  • updates related to geojson by @kthyng in #8

New Contributors

  • @kthyng made their first contribution in #4

Full Changelog: v0.1.0...v0.2.0

v0.1.0

17 Jan 17:38
Compare
Choose a tag to compare

Initial release!