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
When running the first step calibrate_xaj.py, the following issue was encountered. It indicated that there was no yaml file named “hydro_setting” in the path “C:\Users\Administrator\”
The text was updated successfully, but these errors were encountered:
This was resolved by creating a new hydro_setting.yaml file in the path “C:\Users\Administrator\”, based on the following information provided by the author:
"local_data_path:\n"
" root: 'D:\data\waterism' # Update with your root data directory\n"
" datasets-origin: 'D:\data\waterism\datasets-origin' # datasets-origin is the directory you put downloaded datasets\n"
" datasets-interim: 'D:\data\waterism\datasets-interim' # the other choice for the directory you put downloaded datasets\n"
" basins-origin: 'D:\data\waterism\basins-origin' # the directory put your own data\n"
" basins-interim: 'D:\data\waterism\basins-interim' # the other choice for your own data"
xyh-994-star
changed the title
Configuration file not found: C:\Users\Administrator\hydro_setting.yml
Configuration file not found
Apr 23, 2024
When running the first step calibrate_xaj.py, the following issue was encountered. It indicated that there was no yaml file named “hydro_setting” in the path “C:\Users\Administrator\”
The text was updated successfully, but these errors were encountered: