Skip to content

Commit

Permalink
added history of mizuRoute
Browse files Browse the repository at this point in the history
  • Loading branch information
nmizukami committed Sep 10, 2023
1 parent 241be48 commit 2e21300
Showing 1 changed file with 16 additions and 16 deletions.
32 changes: 16 additions & 16 deletions index.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,23 @@
## Welcome to GitHub Pages
## Welcome to mizuRoute webpages

You can use the [editor on GitHub](https://github.com/nmizukami/mizuRoute/edit/gh-pages/index.md) to maintain and preview the content for your website in Markdown files.
This website provides informal information on mizuRoute, and link to technical

Whenever you commit to this repository, GitHub Pages will run [Jekyll](https://jekyllrb.com/) to rebuild the pages in your site, from the content in your Markdown files.
### Descriptions

### Markdown
xxxxxx

### History

Predecessor of mizuRoute is a river channel routing model coupled with TopNet hydrologic Model (Clark et al., 2008), used in National Institute of Water and Atmospheric Research (NIWA) in New Zealand.
The wave tracking algorithm used in the routing model was originally developed by Derek Goring in NIWA, and described in Goring (1994). When Martyn Clark moved to NCAR from NIWA in 2010, and focused more on developing new hydrologic model, SUMMMA,
a need for a river routing model was realized. Since then a routing model component in the TopNet model was extracted and went through refactoring, and eventually enabled it to run over Continental US domain with USGS' catchment-river geospatial fabric data.
Meanwhile, US hydrolgy projection researches (e.g., CMIP3, CMIP5 etc.), which our research focuses on, have been used Lohmann's Impulse Response Funtion (IRF) routing (reference) to produce at streamflow projections at selected gauges across the CONUS.
This motivated us to implement the same Lohman's routing scheme so we could mimic Lohman's routing as well as Goring's wave tracking routing. The routing code was able to run using USGS Geospatial Fabric over multi-decades first and then we decided to document the routing development work as a publication in Geoscientific Model Development journal.
Since GMD journal requires the name of the model to be included, we discussed it in slack.
At somepoint, Andy Woond suggested "mizuRoute", because I (my last name include "mizu" as short name) was leading the paper and somewhow woring on the code more and more. It turns out that "mizu" is "water" in Japanese, and everyone liked it. It is not acronyum, which can be hard to remember (for especially non-English speaker).

Since then mizuRoute went through a few refactoring for efficiency and usability; first, river network connectivity computation, and hybrid parallelization implementation. This allows us to produce ensemble of projected flows at many key gauge locations, as well as run over global domain.

Markdown is a lightweight and easy-to-use syntax for styling your writing. It includes conventions for

```markdown
Syntax highlighted code block
Expand All @@ -16,7 +27,6 @@ Syntax highlighted code block
### Header 3

- Bulleted
- List

1. Numbered
2. List
Expand All @@ -25,13 +35,3 @@ Syntax highlighted code block

[Link](url) and ![Image](src)
```

For more details see [Basic writing and formatting syntax](https://docs.github.com/en/github/writing-on-github/getting-started-with-writing-and-formatting-on-github/basic-writing-and-formatting-syntax).

### Jekyll Themes

Your Pages site will use the layout and styles from the Jekyll theme you have selected in your [repository settings](https://github.com/nmizukami/mizuRoute/settings/pages). The name of this theme is saved in the Jekyll `_config.yml` configuration file.

### Support or Contact

Having trouble with Pages? Check out our [documentation](https://docs.github.com/categories/github-pages-basics/) or [contact support](https://support.github.com/contact) and we’ll help you sort it out.

0 comments on commit 2e21300

Please sign in to comment.