You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
[run-ex] ROMS native reader: Copied newest version of module depth from roppy package, supporting now Vstretching=5. Manually merged in earlier adaptations for zeta made by Kristen Thyng.
Copy file name to clipboardExpand all lines: history.rst
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -204,7 +204,7 @@ History
204
204
* Using now product_id instead of OPeNDAP URL for CMEMS datasets, and using copernicusmarineclient through new reader_copernicusmarine. username/password can be stored in netrc-file with machine name equal to *copernicusmarine* or *nrt.cmems-du.eu*
205
205
* Model property reguired_profiles_z_range is now replaced with config setting drift:profile_depth, and profiles are retrieved from surface to this depth. profiles_depth is now input parameter to get_environment, and not anymore a property of Environment class. prepare_run must now always call prepare_run of parent class, since profile_depth is copied to object in basemodel.prepare_run
206
206
* get_variables_along_trajectory now also takes depth (z) as input parameter
207
-
* updates to wetting/drying in ROMS reader (Kristin Thyng)
207
+
* updates to wetting/drying in ROMS reader (Kristen Thyng)
208
208
* Fill value in output netCDF files is now set to NaN for floats and -999 for integers
209
209
* Moving basereader.prepare() to variables.prepare(), as the former was overriding structured.prepare() due to multiple inheritance, and thus config *drift:max_speed* was not applied if config setting was made after reader was added. Also increasing *drift:max_speed* of OceanDrift from 1 to 2m/s
210
210
* Leeway model now allows capsizing (and un-capsizing for backwards runs), with given probability and reduction of leeway coefficients when wind exceeds given threshold
@@ -217,8 +217,8 @@ History
217
217
218
218
2024-04-02 / Release v1.11.2
219
219
----------------------------
220
-
* Proper handling of sea_surface_height implemented by Kristin Thyng. All subclasses of OceanDrift now have `sea_surface_height` (default 0) as new parameter. z=0 is always sea surface (including sea_surface_height), and seafloor is now where z = -(sea_floor_depth + sea_surface_height)
221
-
* Improvements of ROMS reader by Kristin Thyng:
220
+
* Proper handling of sea_surface_height implemented by Kristen Thyng. All subclasses of OceanDrift now have `sea_surface_height` (default 0) as new parameter. z=0 is always sea surface (including sea_surface_height), and seafloor is now where z = -(sea_floor_depth + sea_surface_height)
221
+
* Improvements of ROMS reader by Kristen Thyng:
222
222
223
223
* Roppy-method `sdepth` (used by ROMS reader) now accounts for `sea_surface_height` (zeta).
0 commit comments