Skip to content

Latest commit

 

History

History
86 lines (54 loc) · 2.71 KB

CHANGELOG.md

File metadata and controls

86 lines (54 loc) · 2.71 KB

tpxo-tide-prediction - Changelog

v0.2.5 (2024-01-18)

Fixed issue #8 with VERSION file.

v0.2.4 (2023-01-31)

Fixed issues #1 and #2

v0.2.3 (2022-10-17)

Release for Zenodo DOI. No futher code changes.

v0.2.2 (2022-06-07)

Minor bugfix.

Added

  • new parameter file params_track_between_grid_nodes.txt

Changed

  • utils.py
    • subset_region():
      • fix indexing when both minimum and maximum longitude are in between two grid nodes of loaded constituent netCDF files

v0.2.1 (2022-06-02)

Minor bugfixes.

Changed

  • predict_tide.py
    • read_parameter_file()
      • fix error after parsing single time input from command line
  • utils.py
    • subset_region():
      • selecting only single position

v0.2.0 (2022-04-24)

Fixed several bugs occuring for files crossing dateline, equator, prime meridian, or north pole. Changed interpolation method from cubic to linear (according to xarray.Dataset.interp).

Added

  • new parameter example files (covering special cases, e.g. dateline crossings)
  • added test for longitude_to_180 and test_longitude_to_360 functions

Changed

  • predict_tide.py
    • changed default interpolation method to linear
    • raise MemoryError if interpolated tide array is too huge to allocate
    • use only associated timestamp for tide predition if mode = 'track' (more efficient!)
  • utils.py
    • subset_region():
      • reworked indexing method
      • changed default number of nodes to pad subset region from 10 to 3
    • read_h_netCDFs():
      • changed subset selection from labeled (.sel) to integer-based (.isel)
      • changed default number of nodes to pad subset region from 10 to 3

v0.1.1 (2022-02-27)

Patch to fix missing consideration of tracks/regions extending over the prime meridian (zero longitude) resulting in similar error messages: index XXXXX is out of bounds for axis 0 with size YYYYY

Added

Changed

Fixed

v0.1.0 (2022-02-11)

First published version.