VICRes
The model simulates key hydrological processes occurring in a river basin (e.g. water and energy balances, streamflow routing), but does not account for the operations of artificial water reservoirs.
https://github.com/thanhiwer/VICRes
Last synced: over 1 year ago
JSON representation
Acceptance Criteria
- Revelant topics? false
- External users? false
- Open source license? false
- Active? true
- Fork? true
Repository metadata
VIC-Res: Representation of water reservoir storage and operations in the Variable Infiltration Capacity (VIC) model
- Host: GitHub
- URL: https://github.com/thanhiwer/VICRes
- Owner: thanhiwer
- Fork: true (Critical-Infrastructure-Systems-Lab/VICRes)
- Created: 2023-08-07T00:21:38.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2023-07-18T04:26:34.000Z (almost 2 years ago)
- Last Synced: 2024-01-21T03:32:51.460Z (over 1 year ago)
- Homepage:
- Size: 4.44 MB
- Stars: 1
- Watchers: 0
- Forks: 0
- Open Issues: 0
- Releases: 0
-
Metadata Files:
- Readme: Readme.md
Readme.md
VIC-Res: Representation of water reservoir storage and operations in the Variable Infiltration Capacity (VIC) model
The Variable Infiltration Capacity (VIC) model is a popular large-scale hydrological model developed and maintained by the University of Washington, US. VIC has been used extensively to study and model river basins around the world. The model simulates key hydrological processes occurring in a river basin (e.g., water and energy balances, streamflow routing), but does not account for the operations of artificial water reservoirs. Since the environmental impact of reservoirs comes under ever-increasing scrutiny, we developed a variant of VIC that allows to account for the presence of these infrastructures. More details about the development of this variant are presented in Dang et al. (2020).
Prerequisites
VIC-Res is based on VIC 4.2—the last release of the VIC Version 4 development track, which has a large number of active users. The key difference between VIC 4.2 and VIC-Res stands in the routing module (written in FORTRAN), which has been modified to account for the presence and operations of water reservoirs. The two models share the same rainfall-runoff module (written in C). Both VIC and VIC-Res have been developed for Linux and Unix platforms, and they require the GNU and G77 compilers. VIC-Res has been tested on Linux Ubuntu 16.04 (Xenial Xerus) operating system.
How to run
This task can be carried out through the following steps:
- Download/compile the source code (by using GNU and G77)
- Prepare the input files:
- Climate forcings (e.g. precipitation, maximum/minimum temperature, wind, etc.)
- Land use
- Soil parameters
- Flow direction
- Location of basin outlet
- Location of reservoirs (new)
- Reservoir parameters (new)
- Configure the output files
More information on how to run the original version of VIC can be found here:
https://vic.readthedocs.io/en/master/
The sequence of syntax to run VIC-Res is similar to the one adopted by VIC.
How to customize
Representation of water reservoirs:
The reservoir location is stored in the file reservoirlocation.txt, which has the same number of rows and columns of the flow direction matrix. This file contains integer numbers:
- '1' - '9998' represent the ID of reservoirs/dams
- '9999' represents open water surface (reservoir cells)
- '0' refers to other land use
Operation of water reservoirs:
For each reservoir (e.g., ID = 1), there is a reservoir configuration file (e.g., res1.txt), containing specifications on the maximum water level (m), minimum water level (m), storage capacity (1000 m3), hydraulic head (m; optional for the calculation of hydropower production), design discharge (m3/s), year of commission, initial water volume (1,000 m3), reservoir name, seepage rate (m3/s), infiltration rate (m3/s), and characteristics of the rule curves.
Example
VIC-Res is demonstrated on a ‘toy’ case study, that is, a small catchment with dimension of 5 x 5 (cell) (see Rainfall-runoffSetup and RoutingSetup folders).
The representation of water reservoirs is exemplified in the file reservoirlocation.txt, which contains two reservoirs (Reservoir 1 and Reservoir 2, IDs 1 and 2). The files containing all specifications of these reservoirs are named res1.txt and res2.txt.
Acknowledgments
VIC-Res development is supported by Singapore's Ministry of Education (MoE) via the Tier 2 project "Linking water availability to hydropower supply-an engineering system approach" (Award No. MOE2017-T2-1-143).
Contact
For questions and feedback related to VIC-Res—and requests to fix possible bugs—please send an email to [email protected] (Thanh Dang). Alternatively, you may reach out to [email protected] (Stefano Galelli).
Citation
If you use VIC-Res, please cite the following papers:
*Dang, T.D., Chowdhury, AFMK, Galelli, S. (2020) On the representation of water reservoir storage and operations in large-scale hydrological models: implications on model parameterization and climate change impact assessments. Hydrology and Earth System Sciences, 24, 397–416. Link
*Dang, T.D., Vu, T.D. Chowdhury, K., Galelli, S. (2020) A software package for the representation and optimization of water reservoir operations in the VIC hydrologic model. Environmental Modelling & Software, 126, 104673. Link
Note
Recently, we release a new software package to optimize the operation of artificial reservoirs. Please see at the following link: https://github.com/Critical-Infrastructure-Systems-Lab/VICResOpt
Owner metadata
- Name: Thanh Duc Dang
- Login: thanhiwer
- Email:
- Kind: user
- Description: Researcher @NIWA and Courtesy Faculty @USouthFlorida
- Website: https://thanhiwer.github.io/
- Location: New Zealand
- Twitter: ThanhDucDang
- Company: National Institute for Water and Atmospheric Research
- Icon url: https://avatars.githubusercontent.com/u/29965977?u=027938cd005ea1abbf5307ff6403a340e3f3722e&v=4
- Repositories: 3
- Last ynced at: 2023-03-04T21:20:21.153Z
- Profile URL: https://github.com/thanhiwer
GitHub Events
Total
- Watch event: 14
- Member event: 1
- Push event: 130
- Fork event: 5
- Create event: 5
Last Year
- Watch event: 2
Committers metadata
Last synced: over 1 year ago
Total Commits: 101
Total Committers: 2
Avg Commits per committer: 50.5
Development Distribution Score (DDS): 0.03
Commits in past year: 6
Committers in past year: 2
Avg Commits per committer in past year: 3.0
Development Distribution Score (DDS) in past year: 0.5
Name | Commits | |
---|---|---|
Thanh Duc Dang | t****r@g****m | 98 |
stefano-galelli | s****i@s****g | 3 |
Committer domains:
- sutd.edu.sg: 1
Issue and Pull Request metadata
Last synced: over 1 year ago
Total issues: 0
Total pull requests: 0
Average time to close issues: N/A
Average time to close pull requests: N/A
Total issue authors: 0
Total pull request authors: 0
Average comments per issue: 0
Average comments per pull request: 0
Merged pull request: 0
Bot issues: 0
Bot pull requests: 0
Past year issues: 0
Past year pull requests: 0
Past year average time to close issues: N/A
Past year average time to close pull requests: N/A
Past year issue authors: 0
Past year pull request authors: 0
Past year average comments per issue: 0
Past year average comments per pull request: 0
Past year merged pull request: 0
Past year bot issues: 0
Past year bot pull requests: 0
Top Issue Authors
Top Pull Request Authors
Top Issue Labels
Top Pull Request Labels
Score: 0.6931471805599453