Commit f02184e
mosart1_0_28
Explicitly truncate the river length to a mininum value, rather than
just change the calculation of tlen for rlen_min.
Testing: Sean and Keith both ran long simulations with this change (in a branch off of 1_0_26)
Previous simulations showed that short rivers would accumulate water in them slowly over
time. This doesn't happen in longer rivers. But it affects the total water balance of the
system. Simulations by Sean Swenson and Keith Oleson show that this no longer happens
with this change.
Changes from Sean Swenson to add minimum value to rlen (length of main channel); rlen values
can be too small, leading to tlen values that are too large1 parent 8da18c5 commit f02184e
2 files changed
Lines changed: 32 additions & 12 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
1 | 22 | | |
2 | 23 | | |
3 | 24 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
2551 | 2551 | | |
2552 | 2552 | | |
2553 | 2553 | | |
| 2554 | + | |
| 2555 | + | |
| 2556 | + | |
| 2557 | + | |
| 2558 | + | |
| 2559 | + | |
| 2560 | + | |
| 2561 | + | |
| 2562 | + | |
| 2563 | + | |
2554 | 2564 | | |
2555 | 2565 | | |
2556 | 2566 | | |
| |||
2574 | 2584 | | |
2575 | 2585 | | |
2576 | 2586 | | |
2577 | | - | |
2578 | | - | |
2579 | | - | |
2580 | | - | |
2581 | | - | |
2582 | | - | |
2583 | | - | |
2584 | | - | |
2585 | | - | |
2586 | | - | |
2587 | | - | |
2588 | | - | |
| 2587 | + | |
2589 | 2588 | | |
2590 | 2589 | | |
2591 | 2590 | | |
| |||
0 commit comments