Skip to content

Commit 202cfec

Browse files
authored
Merge pull request #3925 from nmizukami/TechNote_mod_2_15_mizuRoute
Revision of section 2.15 (mizuRoute) in technical note for CLM6
2 parents b081ad6 + 187ea33 commit 202cfec

1 file changed

Lines changed: 17 additions & 11 deletions

File tree

Lines changed: 17 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -1,25 +1,31 @@
11
.. _rst_mizuRoute:
22

3-
River Routing Model (mizuRoute)
3+
River Routing Model (MizuRoute)
44
====================================================
55

66
.. _Overview mizuRoute:
77

88
Overview
99
---------
1010

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.
1313
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.
1914

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
2126
-------------------------
2227

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
2531

0 commit comments

Comments
 (0)