Skip to content

Commit

Permalink
fix expected type for bmi config
Browse files Browse the repository at this point in the history
  • Loading branch information
elbeejay committed May 21, 2020
1 parent d089909 commit 55d353e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyDeltaRCM/bmi_delta.py
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ class BmiDelta(Bmi):
'model_output__opt_velocity_grids': {'name': 'save_velocity_grids',
'type': 'bool', 'default': False},
'model_output__opt_time_interval': {'name': 'save_dt',
'type': 'float', 'default': 50},
'type': 'int', 'default': 50},
'coeff__surface_smoothing': {'name': 'Csmooth',
'type': 'float', 'default': 0.9},
'coeff__under_relaxation__water_surface': {'name': 'omega_sfc',
Expand Down

0 comments on commit 55d353e

Please sign in to comment.