diff --git a/docs/supplement-c1.html b/docs/supplement-c1.html index 571f00a..0e212d4 100644 --- a/docs/supplement-c1.html +++ b/docs/supplement-c1.html @@ -130,7 +130,7 @@

C.1 | VELMA Reach Mapping

enableReachMapping value is … initialReachOutlets value is … - VELNA Simulator behavior is … + VELMA Simulator behavior is … Notes @@ -157,7 +157,15 @@

C.1 | VELMA Reach Mapping

No sub-outlets, single watershed. Most common mode for JVelma runs. - +
+
+

Advisory/Warning:

+

+ When enableReachMapping is set to MULTI_MODE, every cell location specified for initialReachOutlets must be within the delineation of the final outlet.(The final outlet is the location specified by the configuration's outx and outy coordinate parameters, shows as "Outlet X" and "Outlet Y" in JVelma's "Run Parameters" tab.) + Failure to satisfy this requirement will cause the simulation run to crash at the end of the first simulation year. + This requirement may seem self-evident, but an easy way to violate it is to set the final outlet to the coordinates of one of the smaller sub-reach outlets listed in the initialReachOutlets parameter, in order run a smaller (faster-running) portion of a larger watershed. Relocating the final outlet to one of the sub-reach outlets will (almost always) result in one or more of the other sub-reach outlets not being within the (new, sub-reach) final outlet's delineation, thus violating the requirement. +

+

Setting the Reach Mapping Parameters in JVelma GUI

You can set both of the reach mapping parameters in either JVelma's "Run Parameters" or from the "All Parameters" tab.

In the "Run Parameters" tab, underneath the label "Sub-Reach Mapping Controls" there is a drop-down selector for the enableReachMapping mode value, and a text field for the initialReachOutlets:

screenshot diff --git a/views/supplement-c1.pug b/views/supplement-c1.pug index f90c6e2..d8f93eb 100644 --- a/views/supplement-c1.pug +++ b/views/supplement-c1.pug @@ -40,11 +40,13 @@ block content td Ignored td No sub-outlets, single watershed. td Most common mode for JVelma runs. - p - | Advisory/Warning: when enableReachMapping is set to MULTI_MODE, every cell location specified for initialReachOutlets must be within the delineation of the final outlet. - | (The final outlet is the location specified by the configuration's outx and outy coordinate parameters, shows as "Outlet X" and "Outlet Y" in JVelma's "Run Parameters" tab.) - | Failure to satisfy this requirement will cause the simulation run to crash at the end of the first simulation year. - | This requirement may seem self-evident, but an easy way to violate it is to set the final outlet to the coordinates of one of the smaller sub-reach outlets listed in the initialReachOutlets parameter, in order run a smaller (faster-running) portion of a larger watershed. Relocating the final outlet to one of the sub-reach outlets will (almost always) result in one or more of the other sub-reach outlets not being within the (new, sub-reach) final outlet's delineation, thus violating the requirement. + br + div.info.warning-base + h4 Advisory/Warning: + p When enableReachMapping is set to MULTI_MODE, every cell location specified for initialReachOutlets must be within the delineation of the final outlet. + | (The final outlet is the location specified by the configuration's outx and outy coordinate parameters, shows as "Outlet X" and "Outlet Y" in JVelma's "Run Parameters" tab.) + | Failure to satisfy this requirement will cause the simulation run to crash at the end of the first simulation year. + | This requirement may seem self-evident, but an easy way to violate it is to set the final outlet to the coordinates of one of the smaller sub-reach outlets listed in the initialReachOutlets parameter, in order run a smaller (faster-running) portion of a larger watershed. Relocating the final outlet to one of the sub-reach outlets will (almost always) result in one or more of the other sub-reach outlets not being within the (new, sub-reach) final outlet's delineation, thus violating the requirement. h2 Setting the Reach Mapping Parameters in JVelma GUI p You can set both of the reach mapping parameters in either JVelma's "Run Parameters" or from the "All Parameters" tab. p In the "Run Parameters" tab, underneath the label "Sub-Reach Mapping Controls" there is a drop-down selector for the enableReachMapping mode value, and a text field for the initialReachOutlets: