ESCOMP / mizuRoute

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

Adding a few channel properties and water take option for other routing #428

Closed nmizukami closed 9 months ago

nmizukami commented 10 months ago

This PR includes a few different topics.

  1. Added bankfull depth and floodplain slope as a reach properties (to be used for flood volume, and currently populate with spatially constant values)
  2. Move actual REACH_WM_FLUX under ROUTE data structure so it can be tracked independently for each routing method
  3. conditions where KWT state arrays are initialized at lake; using is_lake_sim in addition to isLake variable (for gnu compiler).

This PR will enable CTSM-mizuRoute with irrigation on (w/ and w/o lake).