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
In https://github.com/NCAR/summa/blob/master/build/source/engine/read_pinit.f90#L112 we read the lower_limit and upper_limit of SUMMA model parameters, but these limits are not used for further checking of parameter values. We should use these limits to evaluate the hru and gru parameter values that are specified later in read_param.f90.
The text was updated successfully, but these errors were encountered:
In https://github.com/NCAR/summa/blob/master/build/source/engine/read_pinit.f90#L112 we read the
lower_limit
andupper_limit
of SUMMA model parameters, but these limits are not used for further checking of parameter values. We should use these limits to evaluate thehru
andgru
parameter values that are specified later inread_param.f90
.The text was updated successfully, but these errors were encountered: