Skip to content

Commit

Permalink
Merge pull request #1391 from LanaLubecke/ocean_vertical_diffusivity_fix
Browse files Browse the repository at this point in the history
sets 'profiles' to True for 'ocean_vertical_diffusivity'
  • Loading branch information
knutfrode authored Aug 29, 2024
2 parents fa23a9f + 8baf6d0 commit 3ea3433
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion opendrift/models/sedimentdrift.py
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,8 @@ class SedimentDrift(OceanDrift):
'sea_surface_wave_period_at_variance_spectral_density_maximum': {'fallback': 0},
'sea_surface_wave_mean_period_from_variance_spectral_density_second_frequency_moment': {'fallback': 0},
'land_binary_mask': {'fallback': None},
'ocean_vertical_diffusivity': {'fallback': 0.02},
'ocean_vertical_diffusivity': {'fallback': 0.02,
'profiles': True},
'ocean_mixed_layer_thickness': {'fallback': 50},
'sea_floor_depth_below_sea_level': {'fallback': 10000},
}
Expand Down

0 comments on commit 3ea3433

Please sign in to comment.