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
Thanks. How did you find this and what are its consequences? It seems that a consequence may be that cell size calculations based on latitude may be off by a (very) small amount due to latitude being off by dlat. Are there other consequences you found? I do not think yllcenter is written out. The reason I ask is that I am short handed at the moment so it may be a while till I can fix this
Thanks for the reply. I noticed it while reading the code to investigate an unrelated issue. I haven't observed any consequences, and I can't guess if fixing it would break something else, so no cause to rush anything. Enjoy your weekend!
TauDEM/src/tiffIO.cpp
Line 101 in bf94171
Should be
+dlat/2.
instead of-dlat/2.
The text was updated successfully, but these errors were encountered: