ESCOMP / mizuRoute

Reach-based river routing model
http://escomp.github.io/mizuRoute/
GNU General Public License v3.0
39 stars 51 forks source link

long integer HRU id for vector runoff input #457

Closed nmizukami closed 3 months ago

nmizukami commented 3 months ago

Allowing runoff HRU id to be in long integer. Now US HUC12 catchment is used for runoff input

NOTE: river network basin ID and reach ID still needs to be within 4byte integer range.

No history file and restart file changes.

*Further clean up in read_runoff.f90 (restructuring inputData type) and nr_utils.f90 (can class() be used instead of module procedure?) could be done.**