Skip to content

Commit

Permalink
fix default values of deltadens #93
Browse files Browse the repository at this point in the history
  • Loading branch information
mmorvan committed Jun 21, 2024
1 parent 6ca5e2e commit 2b9ff38
Showing 1 changed file with 1 addition and 1 deletion.
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 2b9ff38

Please sign in to comment.