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
According to Sommer and Kaplan (2017), eqns 21-23 and text on page 3784 the wind speed correction factor depends on the uniform random number used for windspeed. In the code, however, instead of using unorm(4), resid(4) is used.
According to Sommer and Kaplan (2017), eqns 21-23 and text on page 3784 the wind speed correction factor depends on the uniform random number used for windspeed. In the code, however, instead of using
unorm(4)
,resid(4)
is used.gwgen_f90/weathergenmod.f90
Lines 555 to 572 in 9b11a3f
Which one of these is correct? Using resid(4) seems to generate unrealistically high values for corrected windspeed.
The text was updated successfully, but these errors were encountered: