|
1 | 1 | .. _rst_mizuRoute: |
2 | 2 |
|
3 | | -River Routing Model (mizuRoute) |
| 3 | +River Routing Model (MizuRoute) |
4 | 4 | ==================================================== |
5 | 5 |
|
6 | 6 | .. _Overview mizuRoute: |
7 | 7 |
|
8 | 8 | Overview |
9 | 9 | --------- |
10 | 10 |
|
11 | | -mizuRoute is a river transport model designed for applications across local, regional and global scales that can use either regular grids or more intricate unstructured grids on Hydrologic Response Units (HRU's). |
12 | | -When run with regular grids those grids still need to be formatted to an unstructured grid format, for use by mizuRoute. And mizuRoute currently only handles data over land and not data over ocean. |
| 11 | +MizuRoute is a river transport model designed for applications across local, regional and global scales that can use either regular grids or more intricate unstructured grids on Hydrologic Response Units (HRU's). |
| 12 | +When run with regular grids those grids still need to be formatted to an unstructured grid format for use by mizuRoute, as mizuRoute currently only handles data over land and not data over ocean. |
13 | 13 | The name corresponds to the Japanese word for water, "mizu", and the English word "route," reflecting its purpose in modeling water flow through river systems. |
14 | | -mizuRoute is a significant advancement beyond the MOSART model used in CLM50. |
15 | | -A few notable mizuRoute features include: |
16 | | -1. Ability to run on HRU's allows for more sophisticated hydrology applications. |
17 | | -1. A lake model which allows the modelling of lake volumes and flow from natural and managed lakes. |
18 | | -1. mizuRoute like MOSART can also be run connected to the Hillslope option in CTSM. |
19 | 14 |
|
20 | | -mizuRoute Technical Note |
| 15 | +MizuRoute is a significant advancement beyond the MOSART model used in CLM50. A few notable mizuRoute features include: |
| 16 | + |
| 17 | +#. Ability to run on HRU's allows for more sophisticated hydrology applications. |
| 18 | + |
| 19 | +#. Hybrid (MPI Distributed Memory + OpenMP Shared Memory) parallelization. |
| 20 | + |
| 21 | +#. A lake model which enables the simulations of lake volumes and flow from natural and managed lakes. |
| 22 | + |
| 23 | +#. MizuRoute like MOSART can also be run connected to the Hillslope option in CTSM. |
| 24 | + |
| 25 | +Further reading |
21 | 26 | ------------------------- |
22 | 27 |
|
23 | | -The mizuRoute web page is here: https://escomp.github.io/mizuRoute/ |
24 | | -And the mizuRoute Technical Note is here: https://mizuroute.readthedocs.io/en/latest/tech_note/index.html |
| 28 | +For more information about mizuRoute, please read `mizuRoute Technical note`_. |
| 29 | + |
| 30 | +.. _mizuRoute Technical note: https://mizuroute.readthedocs.io/en/latest/tech_note/index.html |
25 | 31 |
|
0 commit comments