Skip to content

Commit 688b789

Browse files
committed
Change default ramp settings
1 parent 02d367f commit 688b789

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

polaris/tasks/ocean/drying_slope/forward.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -243,7 +243,7 @@ def dynamic_model_config(self, at_setup):
243243
run_duration=run_duration_str,
244244
hmin=f'{thin_film_thickness}',
245245
ramp_hmin=f'{thin_film_thickness}',
246-
ramp_hmax=f'{thin_film_thickness * 2.0}',
246+
ramp_hmax=f'{thin_film_thickness * 10.0}',
247247
)
248248

249249
mpas_options = dict()

0 commit comments

Comments
 (0)