Releases: schism-dev/pyschism
Releases · schism-dev/pyschism
Fixed a bug in bctides
Hotfix on param template
update static file param.nml
Bctides API changed
API changes:
Bctides: variables iettype, ifltype, isatype, itetype
are deprecated.
New variables were added:
- flags: requried, bctypes for each boundary [[iettype, ifltype, itetype, isatype], [...], [...], ...]
- add_earth_tidal: optional, default is True
- ethconst: optional, needed when using constant elevation along the boundary (iettype=2), which is given as [v1, v2, v3, ...]
- vthconst: optional, needed when using constant discharge (ifltype=2)
- tthconst: optional, needed when using constant temperatur (itetype=2)
- sthconst: optional, needed when using constant temperature (isatype=2)
- tobc: optional, nudging factor, needed when itetype is not 0, [v1, v2, v3, ...]
- sobc: optional, nudging factor for salinity, needed when isatype is not 0, [v1, v2, v3, ...]
- relax: optional, needed when ifttype=-4, [rel1, rel2]
Fixed ElevIc issue
Merge pull request #82 from schism-dev/feature/ElevIc Feature/elev ic
bugfix
Fixed build issues and added the missing parameter
Merge pull request #72 from SorooshMani-NOAA/bugfix/param Add missing variable definition
Fix best track forcing issue and improvements on hycom class
Merge pull request #69 from schism-dev/hgrid Hgrid
Fixed the order issue in bctides
Merge pull request #65 from schism-dev/bugfix/bctides Bugfix/bctides
Add support for pahm model type parameter in best track forcing
Merge pull request #62 from SorooshMani-NOAA/enhance/besttrack