You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
leendertvanwolfswinkel
changed the title
model_settings.friction_averaging should be a boolean instead of integer
model_settings.friction_averaging and .use_2d_rain should be boolean instead of integer
Oct 29, 2024
leendertvanwolfswinkel
changed the title
model_settings.friction_averaging and .use_2d_rain should be boolean instead of integer
Some fields should be boolean instead of integer
Oct 29, 2024
OK I may have been a little bit too boolean-happy here...
use_advection_1d indeed has several options, so should not be converted to boolean. It is also somewhat likely that we add more options to use_advection_2d sometime in the future.
However, for model_settings.friction_averaging and model_settings.use_2d_rain I don't think we will add extra options, so imo boolean would be more suitable.
model_settings.friction_averaging
model_settings.use_2d_rain
physical_settings.use_advection_1d
physical_settings.use_advection_2d
The text was updated successfully, but these errors were encountered: