Skip to content

Commit

Permalink
Merge pull request #34 from elbeejay/fix-time
Browse files Browse the repository at this point in the history
Fix expected type for BMI configuration
  • Loading branch information
elbeejay committed May 21, 2020
2 parents d089909 + 55d353e commit 9e98300
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 9e98300

Please sign in to comment.