This repository is for sharing and improving pre-processing, post-processing, and run scripts for the MESH hydrology land-surface model.
9
stars
9
forks
source link
Hard-coded values in `create_mesh_drainage_database.py` file #39
Open
kasra-keshavarz opened 1 year ago
Problem statement
The following code block is hard-coded (with
COMID
value) to reflect the properties of theMERIT-Basins
database.Proposed solution
The hard-coded
COMID
value needs to be changed to read the segment ID value from the control file as has been provided in the workflow.