Releases: axiom-data-science/particle-tracking-manager
Releases · axiom-data-science/particle-tracking-manager
v0.8.0
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
v0.7.0
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
, andsteps
inmanager.py
which fixed a bug in which users couldn't inputstart_time
and have the simulation run successfully. - simplified handling of
horizontal_diffusivity
inopendrift
model. - user can change
end_time
,duration
, andsteps
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
What's Changed
- Bump codecov/codecov-action from 3 to 4 by @dependabot in #15
- Bump actions/cache from 3 to 4 by @dependabot in #9
- Bump actions/setup-python from 4 to 5 by @dependabot in #10
- Updates for changes to opendrift and more by @kthyng in #17
- Bump pre-commit/action from 3.0.0 to 3.0.1 by @dependabot in #16
- this all was supposed to be in the last PR by @kthyng in #18
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 ofopendrift
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-inputxarray Dataset
forocean_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 inopendrift
, 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 thestandard_name
mapping input to the ROMS reader inopendrift
, 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
v0.3.2
v0.3.1
v0.3.0
v0.2.0
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
Full Changelog: v0.1.0...v0.2.0