Skip to content

Commit

Permalink
Mld default values (#94)
Browse files Browse the repository at this point in the history
* fix default values of deltadens #93

* update CHANGES.rst
  • Loading branch information
mmorvan authored Jul 3, 2024
1 parent 8515ddd commit ac1b6b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions CHANGES.rst
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ Bug fixes
- Fix weighting of :func:`xoa.filter.convolve`.
- Fix :func:`xoa.grid.to_rect` raising of errors and handling of missing data in coordinates.
- Fix string formatting in :func:`xoa.filter.tidal_filter` warning.
- Fix default value of `deltadens` in :func:`xoa.thermdyn.mixed_layer_depth`

Documentation
-------------
Expand Down
2 changes: 1 addition & 1 deletion xoa/thermdyn.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,7 +246,7 @@ def mixed_layer_depth(
method=None,
zref=0.0,
deltatemp=0.2,
deltadens=0.3,
deltadens=0.03,
kzmax=0.0005,
zdim=None,
dask="parallelized",
Expand Down

0 comments on commit ac1b6b1

Please sign in to comment.