Assess Hydrological Models
收藏DataONE2023-01-04 更新2024-06-08 收录
下载链接:
https://search.dataone.org/view/sha256:093aec02ff4893c1aceb40db20b0b60ed1b2f36dd21e42343eb71161fd8e0645
下载链接
链接失效反馈官方服务:
资源简介:
Use this Colaboratory workbook (implements an RNN) to assess the simulations of hydrological models. The latest version of this workbook can be found at:
https://drive.google.com/file/d/1vdV01gI5vf_DP2NVMMHtYmhIDhZMvUOe/view?usp=share_link
Along with the workbook, an example data file (data.zip) is also provided. This data file contains three case studies. Set the variable values according to the following for each one of the three case studies of the data.zip.
# LRHM applied to Bakas
DATASTARTROW= 2581
INP= [ 7,13,16,18 ]
TRG= 1
PDT= 0.70
SEQLEN=10
# LRHM applied to Alagonia
DATASTARTROW= 3690
INP= [ 7,13,14,20 ]
TRG= 2
PDT= 0.70
SEQLEN=10
# LRHM applied to Karveliotis
DATASTARTROW= 2553
INP= [ 7,13,14,22 ]
TRG=3
PDT= 0.70
SEQLEN=10
For more information, see [1].
1. E. Rozos, P. Dimitriadis, and V. Bellos, Machine Learning in Assessing the Performance of Hydrological Models, Hydrology, doi:10.3390/hydrology9010005 , 9(1), 5, 2021.
创建时间:
2023-12-30



