SPHY #15
685009
started this conversation in
Open discussion
SPHY
#15
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Recently, while running the SPHY hydrological model in Python, I encountered some issues with the format of the meteorological data. My study period is relatively long. When using the meteorological data for the first time, the format was similar to
prec0000.001andprec0007.671. However, the following error occurred:After modifying the meteorological data format to
prec0000.0001andprec0000.7671, the following error occurred:What should I do?
Beta Was this translation helpful? Give feedback.
All reactions