We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 02d367f commit 688b789Copy full SHA for 688b789
polaris/tasks/ocean/drying_slope/forward.py
@@ -243,7 +243,7 @@ def dynamic_model_config(self, at_setup):
243
run_duration=run_duration_str,
244
hmin=f'{thin_film_thickness}',
245
ramp_hmin=f'{thin_film_thickness}',
246
- ramp_hmax=f'{thin_film_thickness * 2.0}',
+ ramp_hmax=f'{thin_film_thickness * 10.0}',
247
)
248
249
mpas_options = dict()
0 commit comments