PCR-GLOBWB_model
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). Contact: Edwin Sutanudjaja (E.H.Sutanudjaja@uu.nl).
Science Score: 39.0%
This score indicates how likely this project is to be science-related based on various indicators:
-
○CITATION.cff file
-
✓codemeta.json file
Found codemeta.json file -
✓.zenodo.json file
Found .zenodo.json file -
✓DOI references
Found 2 DOI reference(s) in README -
○Academic publication links
-
○Committers with academic emails
-
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (13.9%) to scientific vocabulary
Keywords from Contributors
Repository
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). Contact: Edwin Sutanudjaja (E.H.Sutanudjaja@uu.nl).
Basic Info
Statistics
- Stars: 137
- Watchers: 16
- Forks: 82
- Open Issues: 21
- Releases: 6
Metadata Files
README.md
PCR-GLOBWB
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). This repository holds the model scripts of PCR-GLOBWB.
For additional information about the model please checkout the PCR-GLOBWB documentation at https://pcrglobwb.readthedocs.io/en/latest/.
Please also see the file README.txt.
Main reference/paper: Sutanudjaja, E. H., van Beek, R., Wanders, N., Wada, Y., Bosmans, J. H. C., Drost, N., van der Ent, R. J., de Graaf, I. E. M., Hoch, J. M., de Jong, K., Karssenberg, D., López López, P., Peßenteiner, S., Schmitz, O., Straatsma, M. W., Vannametee, E., Wisser, D., and Bierkens, M. F. P.: PCR-GLOBWB 2: a 5 arcmin global hydrological and water resources model, Geosci. Model Dev., 11, 2429-2453, https://doi.org/10.5194/gmd-11-2429-2018, 2018.
Input and output files (including OPeNDAP-based access: https://opendap.4tu.nl/thredds/catalog/data2/pcrglobwb/catalog.html)
The input files for the runs made in the aformentioned paper (Sutanudjaja et al., 2018) are available on the OPeNDAP server: https://opendap.4tu.nl/thredds/catalog/data2/pcrglobwb/version201911beta/pcrglobwb2input/catalog.html. The OPeNDAP protocol (https://www.opendap.org) allow users to access PCR-GLOBWB input files from the remote server and perform PCR-GLOBWB runs without the need to download the input files (with total size ~250 GB for the global extent).
Some output files are also provided: https://opendap.4tu.nl/thredds/catalog/data2/pcrglobwb/version201911beta/exampleoutput/global05mingmdpaperoutput/catalog.html. More output files are available on https://geo.data.uu.nl/research-pcrglobwb/pcr-globwbgmdpapersutanudjajaetal2018/ (for requesting access, please send an e-mail to E.H.Sutanudjaja@uu.nl).
How to install
Please follow the following steps required to install PCR-GLOBWB:
You will need a working Python environment, we recommend to install Miniconda, particularly for Python 3. Follow their instructions given at https://docs.conda.io/en/latest/miniconda.html. The user guide and short reference on conda can be found here.
Get the requirement or environment file from this repository condaenv/pcrglobwbpy3.yml and use it to install all modules required (e.g. PCRaster, netCDF4) to run PCR-GLOBWB:
conda env create --name pcrglobwb_python3 -f pcrglobwb_py3.ymlThis will create a environment named pcrglobwb_python3.
Activate the environment in a command prompt:
conda activate pcrglobwb_python3Clone or download this repository. We suggest to use the latest version of the model, which should also be in the default branch.
git clone https://github.com/UU-Hydro/PCR-GLOBWB_model.gitThis will clone PCR-GLOBWB into the current working directory.
PCR-GLOBWB configuration .ini file
For running PCR-GLOBWB, a configuration .ini file is required. Some configuration .ini file examples are given in the config directory. To be able to run PCR-GLOBWB using these .ini file examples, there are at least two things that must be adjusted.
First, please make sure that you edit or set the outputDir (output directory) to the directory that you have access. You do not need to create this directory manually.
Moreover, please also make sure that the cloneMap file is stored locally in your computing machine. The cloneMap file defines the spatial resolution and extent of your study area and must be in the pcraster format. Some examples are given in this repository clonelandmaskmaps/clonelandmaskexamples.zip.
By default, the configuration .ini file examples given in the config directory will use PCR-GLOBWB input files from the 4TU.ResearchData server, as set in their inputDir (input directory).
inputDir = https://opendap.4tu.nl/thredds/dodsC/data2/pcrglobwb/version_2019_11_beta/pcrglobwb2_input/
This can be adjusted to any (local) locations, e.g. if you have the input files stored locally in your computing machine.
How to run
Please make sure that the correct conda environment in a command prompt:
conda activate pcrglobwb_python3
Go to to the PCR-GLOBWB model directory. You can start a PCR-GLOBWB run using the following command:
python deterministic_runner.py <ini_configuration_file>
where
Exercises/cooking recipes
We included some exercise/cooking recipes for running PCR-GLOBWB. You can find these documents in the folder exercise within this repository. While these exercises were generally designed for our own computing facilities (e.g. velocity and eejit servers), they should be adaptable for use on other computing machines.
Owner
- Name: UU-Hydro
- Login: UU-Hydro
- Kind: organization
- Email: E.H.Sutanudjaja@uu.nl
- Location: Utrecht, Netherlands
- Website: http://www.globalhydrology.nl/
- Repositories: 5
- Profile: https://github.com/UU-Hydro
Earth Surface Hydrology Group (chair: Prof. Marc F. P. Bierkens), Department of Physical Geography, Utrecht University
GitHub Events
Total
- Issues event: 4
- Watch event: 17
- Issue comment event: 4
- Push event: 28
- Pull request event: 3
- Fork event: 4
- Create event: 1
Last Year
- Issues event: 4
- Watch event: 17
- Issue comment event: 4
- Push event: 28
- Pull request event: 3
- Fork event: 4
- Create event: 1
Committers
Last synced: 10 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| Edwin Sutanudjaja | s****a@c****p | 2,290 |
| Edwin Sutanudjaja | e****n@w****l | 1,603 |
| Edwin Sutanudjaja | s****1@U****u | 962 |
| Edwin Sutanudjaja | s****a@e****l | 433 |
| Edwin Sutanudjaja | e****n@c****l | 297 |
| Edwin Sutanudjaja | E****a | 221 |
| U-SOLISCOM\Sutan101 | S****1@U****l | 138 |
| Edwin Sutanudjaja | E****a@d****l | 111 |
| U-DESKTOP-92P3V7F\rikat | r****p@m****m | 45 |
| Edwin Sutanudjaja | e****t | 35 |
| Edwin Sutanudjaja | e****s@c****l | 31 |
| Edwin H. Sutanudjaja | s****1@e****l | 15 |
| Edwin Sutanudjaja | s****1@s****l | 15 |
| mcflugen | m****n@g****m | 14 |
| Edwin Sutanudjaja | e****t@U****3 | 11 |
| Edwin Sutanudjaja | c****s@e****f | 6 |
| Edwin Sutanudjaja | e****n@i****l | 4 |
| BramDr | b****s@g****m | 4 |
| Bram Droppers | d****b@i****l | 2 |
| Edwin Sutanudjaja | c****s@e****t | 2 |
| hsutanudjajacchms99 | h****9@y****m | 2 |
| Niels Drost | n****t@e****l | 2 |
| Edwin H. Sutanudjaja | e****n@j****l | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 10 months ago
All Time
- Total issues: 24
- Total pull requests: 35
- Average time to close issues: 21 days
- Average time to close pull requests: about 1 month
- Total issue authors: 10
- Total pull request authors: 8
- Average comments per issue: 0.33
- Average comments per pull request: 0.2
- Merged pull requests: 25
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 2
- Average time to close issues: 18 minutes
- Average time to close pull requests: less than a minute
- Issue authors: 2
- Pull request authors: 1
- Average comments per issue: 0.33
- Average comments per pull request: 0.0
- Merged pull requests: 2
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- BramDr (7)
- edwinkost (6)
- kordejong (3)
- Aichumei (1)
- BSchilperoort (1)
- mn5hk (1)
- mcflugen (1)
- yanyanma (1)
- ipelupessy (1)
- zhangboen (1)
- EideWang (1)
Pull Request Authors
- BramDr (18)
- edwinkost (17)
- vanjaarsveldbarry (2)
- kordejong (2)
- mcflugen (2)
- gcardenas1891 (1)
- hsutanudjajacchms99 (1)
- Peter9192 (1)