CaMa-Flood_v4
CaMa-Flood_v4 development master
Science Score: 46.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
-
✓Academic publication links
Links to: zenodo.org -
✓Committers with academic emails
5 of 13 committers (38.5%) from academic institutions -
○Institutional organization owner
-
○JOSS paper metadata
-
○Scientific vocabulary similarity
Low similarity (18.0%) to scientific vocabulary
Repository
CaMa-Flood_v4 development master
Basic Info
- Host: GitHub
- Owner: global-hydrodynamics
- License: apache-2.0
- Language: Fortran
- Default Branch: master
- Size: 48.7 MB
Statistics
- Stars: 86
- Watchers: 8
- Forks: 47
- Open Issues: 0
- Releases: 10
Metadata Files
README.md
CaMa-Flood_v4
CaMa-Flood_v4 code on GitHub.
This GitHub repository is mainly used for those who want to make contributions to CaMa-Flood. If you simply want to use CaMa-Flood, please visit the product webpage and register on the Google Form. (the password for downloading is issued after registration). Then, you can download the CaMa-Flood package which contains data (map/input) to run the model. http://hydro.iis.u-tokyo.ac.jp/~yamadai/cama-flood/
The codes of CaMa-Flood v4 is distributed under the Apache 2.0 license (so Open Source!). So you can feel free to use/modify the code. (note: data is distributed under difference license)
If you need to cite CaMa-Flood based on versions (rather than published papers), please refer to Zenodo repository. https://zenodo.org/search?q=parent.id%3A4609654&f=allversions%3Atrue&l=list&p=1&s=10&sort=version
We are also happy to collaborate with external contributers for further development of CaMa-Flood.
Change log
See the changes done in previous versions here.
Branches
- master : main repository (latest stable code is here).
- release_v4.XX : the code archive released as v4.XX (Do not modify)
- develop4XX : development branch based on v4.XX (please fork from here to make a contribution)
- dev4XX_PROJ : working branch for merging a project (when you make pull request, we creat a specific branch for your project)
Contents
adm/: Make include files for different compilers and architectures used insrc/doc/: Documentationetc/: Additional workflows/scripts to prepare, test and analyse input and outputgosh/: Workflows to build and run CaMa-Flood under different configurationsmap/: Input data preparation codesrc/: Main source code files including the Makefileutl/: Utility functions/scripts used throughout the repo
Contributing to this repository
Please contact the developper (Dai Yamazaki) in advance to make a discussion on the new scheme to be integrated to CaMa-Food master.
Create a branch from the develop4XX branch.
Make some modifications, following the below rules:
- The added scheme should be turned on/off by a switch. Better if it does not affect the original codes when the new scheme is turned off.
- If the new scheme causes conflicts, please discuss with the manager.
- We would appreciate it if the sample scripts are prepared to run CaMa-Flood with the new scheme. If possible, please design the scripts ready to be run by someone else. For example, avoid absolute paths, avoid environment dependent shebangs (e.g. #!/usr/local/python), describe required library required.
- If the new scheme requires additional data to run, please prepare sample data required by the new sheme (better if the size of sample data is kept minimum and should be kept outside of the git repo, i.e. only commit text/code files). If your new scheme requires data, please contact Yamazaki to discuss a better way of data management in the CaMa-Flood package.
- Test and commit your changes.
When your code is ready to be merged, please contact the repository manager (Dai Yamazaki). Then, we create a working branch dev4XX_PROJ to merge your branch.
Please create a pull request to the dev4XX_PROJ branch.
- If your commit cannot be merged by conflict, we will contact you.
Your new contribution is merged into dev4XX_PROJ. Yamazaki will perform further test simulations to confirm your contribution works well. Then, the new scheme is merged to develop4XX and master branch, by Yamazaki
Owner
- Name: Global Hydrodynamics Lab
- Login: global-hydrodynamics
- Kind: organization
- Email: yamadai@raibow.iis.u-tokyo.ac.jp
- Location: Tokyo
- Website: https://global-hydrodynamics.github.io/
- Twitter: G_Hydrodynamics
- Repositories: 2
- Profile: https://github.com/global-hydrodynamics
Yamazaki Lab @ IIS U-Tokyo
GitHub Events
Total
- Create event: 3
- Issues event: 4
- Release event: 1
- Watch event: 10
- Issue comment event: 2
- Push event: 26
- Pull request event: 7
- Fork event: 6
Last Year
- Create event: 3
- Issues event: 4
- Release event: 1
- Watch event: 10
- Issue comment event: 2
- Push event: 26
- Pull request event: 7
- Fork event: 6
Committers
Last synced: 8 months ago
Top Committers
| Name | Commits | |
|---|---|---|
| bigasmountain | b****2@g****m | 216 |
| MenakaRevel | m****l@g****m | 21 |
| Misako Hatono | h****o@r****p | 9 |
| x.zhou | x****u@r****p | 9 |
| rhana | h****6@g****m | 6 |
| Michel Wortmann | m****n@e****t | 6 |
| Zhou Xudong | x****u@m****p | 5 |
| Tomoko Nitta | t****a@i****p | 4 |
| Kshy | k****4@w****n | 3 |
| Xudong Zhou | z****1@1****m | 3 |
| DirkEilander | d****r@g****m | 2 |
| silvatic0 | m****a@g****m | 1 |
| Tobias Pilz | t****z@p****e | 1 |
Committer Domains (Top 20 + Academic)
Issues and Pull Requests
Last synced: 7 months ago
All Time
- Total issues: 7
- Total pull requests: 90
- Average time to close issues: about 1 month
- Average time to close pull requests: 3 days
- Total issue authors: 6
- Total pull request authors: 11
- Average comments per issue: 2.0
- Average comments per pull request: 0.04
- Merged pull requests: 75
- Bot issues: 0
- Bot pull requests: 0
Past Year
- Issues: 3
- Pull requests: 9
- Average time to close issues: 4 days
- Average time to close pull requests: 26 days
- Issue authors: 3
- Pull request authors: 2
- Average comments per issue: 1.0
- Average comments per pull request: 0.22
- Merged pull requests: 6
- Bot issues: 0
- Bot pull requests: 0
Top Authors
Issue Authors
- FitsumW (2)
- Hanki-hs (1)
- wm-ytakano (1)
- SepidehKhajehei (1)
- siddigberama999 (1)
- tpilz (1)
Pull Request Authors
- bigasmountain (50)
- Zhxdhhu (8)
- mwort (7)
- MenakaRevel (7)
- Kshy0 (6)
- RisaHanazaki (5)
- t-nitta (4)
- mhatono (3)
- silvatic0 (2)
- DirkEilander (1)
- tpilz (1)