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
This ended up being a problem with the integers in the calculation. Changing 1 and 15 to 1.0 and 15.0 corrects the NaN calculation and produces a result.
The calculation of kma in DAYKM appears to have a problem with order of operations.
ZA is a constant, = 50.0
MOL is a constant, = 0.4
Raising this to the 0.25 power produces a complex result which we try to store in a real. Context suggests a complex result is not what is intended.
The text was updated successfully, but these errors were encountered: