hydromad icon indicating copy to clipboard operation
hydromad copied to clipboard

Inconsistency in treatment of temperature data

Open josephguillaume opened this issue 8 years ago • 1 comments

For IHACRES-CMD, the default value for e is [0.01,1.5] For GR4J, the default value for etmult is 1, because it's not a parameter in the original model.

Currently need to use: mod0 <- hydromad(HydroTestData, sma = "gr4j", routing = "gr4jrouting",etmult=c(0.01,1.5))

josephguillaume avatar Feb 28 '18 09:02 josephguillaume

Consider shifting conversion of temperature to hydromad rather than the model, which would also allow use of alternative PET calculation methods #25

josephguillaume avatar Aug 14 '20 00:08 josephguillaume