nhm-usgs / prms

Precipitation Runoff Modeling System
7 stars 9 forks source link

Dynamic parameter bugs (potet coefficients, soil_moist_max, soil_rechr_max) #7

Open rsregan opened 5 years ago

rsregan commented 5 years ago

potet coefficients were being set each time step instead of only when new values were read, so values set to super small values.

Similar issue if dynamic soil_moist_max or soil_rechr_max, but, it was just checking values each time step instead of updating to bad values, so just extra CPU burning.

Fixes made in dynamic_param_read.f90