Skip to content

Releases: NOC-MSM/pyBDY

First Official Release of pyBDY

22 Jul 13:51
5f528b5
Compare
Choose a tag to compare

The changes relative to the previous version (Alpha-0.3.0) are:

  • Sigma to sigma vertical layer interpolation is now possible.
  • Vertical interpolation in pyBDY can now be turned off for zco vertical coordinate data.
  • The namelist has been streamlined to removed variables that are no longer used.
  • Time input in the namelist has changed to offer more granularity.
  • Grid variables names are now specified using a .json file instead of .ncml. Source data is still specified with .nmcl.
  • The boundary is split into chunks to allow for processing smaller sections of data.
  • Boundaries that cross an east - west wrap in source data can be processed.
  • The 1-2-1 horizontal filter has been turned off.
  • The seawater dependency updated to gsw.
  • A plotting masking bug has been fixed.
  • There is now horizontal flood filling that will remove zeros from salinity and temperature near land.
  • Bug fix for boundaries that meet diagonally to produce a 90 degree corner.
  • Some unit tests have been added and full integration tests.
  • Documentation has been updated and restructured.

Alpha release version 0.3.0

06 Jun 08:52
8b3787a
Compare
Choose a tag to compare
Pre-release

This release has minor bug fixes have been applied. This is also the last tag of the code before major refactoring.

Alpha release version 0.2.0

18 Aug 08:16
Compare
Choose a tag to compare
Pre-release

This release has new I/O functionality where NCML files define NetCDF output and input. Older nameless will need some modification to work. (Define location of NCML files etc). Some bug fixes have been applied, better time counter management and correct time origin is applied to output NetCDF file etc. Support for 2D variables such as SSH has also been implemented. (was not supported in earlier release).

Alpha Release of PyNEMO version 0.1.0

14 May 11:51
Compare
Choose a tag to compare
Pre-release

This release contains the latest version of the PyNEMO, this version contains new features such as support to download data from CMEMS global physical model (both hindcast and forecast data) and FES global tides as boundary conditions. Existing features have been maintained (TPXO 7.2 tides as boundary condition).

The module also provides a tide boundary checker where the output from PyNEMO can be compared with FES global tides.

Documentation has been updated to reflect updates, this is available in the docs/build/html folder.