Releases: TEOS-10/GSW-Fortran
Releases · TEOS-10/GSW-Fortran
Release list
v3.05-7
What's Changed
- Update gsw_geo_strf_dyn_height.f90 by @aerorahul in #14
- cmake build of GSW library by @aerorahul in #16
- bugfixes on cmake build by @aerorahul in #18
- Support for Windows build using Visual Studio by @bolding in #19
- bugfix on PackageConfig. by @aerorahul in #20
- make gsw_mod_check_data.f90 conform with latest by @bolding in #24
- Correct a spelling mistake in CMakeLists.txt by @markusReinert in #28
- Fix v_sa_p bug in gsw_specvol_second_derivatives by @Hallberg-NOAA in #27
New Contributors
- @aerorahul made their first contribution in #14
- @bolding made their first contribution in #19
- @markusReinert made their first contribution in #28
- @Hallberg-NOAA made their first contribution in #27
Full Changelog: v3.05-6...v3.05-7
v3.05-6
v3.05-5
Stable v3.05 release - previous releases generate bad SAAR values (NaN) in near-coastal areas because of NaNs in the SAAR reference array (which were never removed by the call to gsw_add_mean in gsw_saar). This was inadvertently fixed by moving to static storage of the global datasets and check values - from commit 4768ea2 onwards.