-
Notifications
You must be signed in to change notification settings - Fork 79
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Edwin Sutanudjaja
committed
Aug 17, 2016
1 parent
9f0b1e7
commit b4660a2
Showing
2 changed files
with
9 additions
and
34 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,16 +1,8 @@ | ||
PCR-GLOBWB | ||
========== | ||
|
||
Copyright 2016 Utrecht University | ||
|
||
PCR-GLOBWB (PCRaster Global Water Balance) is a large-scale hydrological model intended for global to regional studies and developed at the Department of Physical Geography, Utrecht University (Netherlands). | ||
|
||
PCR-GLOBWB is copyrighted by Utrecht University and released under the GPL license, version 3 | ||
|
||
This program comes with ABSOLUTELY NO WARRANTY | ||
|
||
See the "LICENSE" file for more information. | ||
|
||
contact: Edwin Sutanudjaja ([email protected]). | ||
|
||
Please also see the file README.txt. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,14 @@ | ||
PCR-GLOBWB git repository. | ||
|
||
PCR-GLOBWB is copyrighted by Utrecht University and released under the GPL license, version 3 | ||
PCR-GLOBWB (PCRaster Global Water Balance) Global Hydrological Model | ||
|
||
Copyright (C) 2016, Ludovicus P. H. (Rens) van Beek, Edwin H. Sutanudjaja, Yoshihide Wada, | ||
Joyce H. C. Bosmans, Niels Drost, Inge E. M. de Graaf, Kor de Jong, Patricia Lopez Lopez, | ||
Stefanie Pessenteiner, Oliver Schmitz, Menno W. Straatsma, Niko Wanders, Dominik Wisser, | ||
and Marc F. P. Bierkens, | ||
Faculty of Geosciences, Utrecht University, Utrecht, The Netherlands | ||
|
||
PCR-GLOBWB is released under the GPL license, version 3 | ||
|
||
This program comes with ABSOLUTELY NO WARRANTY | ||
|
||
|
@@ -15,28 +23,3 @@ Some git reference cards: | |
A cookbook about how to run PCR-GLOBWB and contribute to its development: | ||
- http://goo.gl/8d9frs (created on May 2014). | ||
- Examples of model input files can be obtained from [email protected]:UU-Hydro/PCR-GLOBWB_input_example.git (including ini files). | ||
|
||
The version number is 2.0.3 if you (just) clone this repo from the the master branch of [email protected]:UU-Hydro/PCR-GLOBWB.git | ||
|
||
The version 2.0.3 is released on 12 November 2014. | ||
|
||
This version 2.0.3 includes kinematic wave routing features and some bug fixes for the previous version 2.0.2. | ||
Very short summary of changes introduced in this version 2.0.3 (compared to the version 2.0.2): | ||
|
||
- Add more water balance checks/debugs. | ||
|
||
- Kinematic routing features. There are two kinematic wave methods: "simplifiedKinematicWave" and "kinematicWave". To avoid numeric instability in using these methods, sub-time steps are required while routing surface water storage (i.e. "channelStorage"). The difference between "simplifiedKinematicWave" and "kinematicWave" is on how each method update "channelStorage" with local gains/losses (e.g. runoff, river bed exchange, evaporation, abstraction & allocation, and lake/reservoir inflow & outflow). The method "simplifiedKinematicWave" is relative similar to "accuTravelTime", which update first "channelStorage" with daily local gains/losses (for one full day time step) and subsequently routes the "channelStorage" along drainage network. In the "kinematicWave" method, local gains/losses are added/substracted to/from "channelStorage" within the sub-time step (not on the daily time step level). | ||
|
||
- The routing option "accuTravelTime" is still available. | ||
|
||
- Add possibility to use fixed/constant channel widths (see "constantChannelWidth" in the routingOptions of the ini or configuration file). This is optional as channel widths can also be estimated in the model. | ||
|
||
- Add possibility to constrain channel widths (with certain minimum values, see "constantChannelWidth" in the routingOptions of the ini or configuration file). This is also optional. | ||
|
||
- Add/restore the initial condition "waterBodyStorageIni". This is optional (as this can also be directly calculated from the initial condition "channelStorageIni"). | ||
|
||
- Fixing small/minor water balance errors (at the beginning of each year) for runs using the option "historicalIrrigationArea". | ||
|
||
- Add possibility to perform runs considering only natural water bodies (i.e. only lakes, no reservoirs). To activate this option, please set the option "onlyNaturalWaterBodies" to "True" (see "routingOptions" in the ini or configuration file). | ||
|
||
- For known issues/bugs that have not been solved, please refer to the file “known_issues.txt”. |