SOILWAT2

An ecosystem water balance simulation model

https://github.com/DrylandEcology/SOILWAT2

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
    12 of 24 committers (50.0%) from academic institutions
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (10.1%) to scientific vocabulary
Last synced: 6 months ago · JSON representation

Repository

An ecosystem water balance simulation model

Basic Info
  • Host: GitHub
  • Owner: DrylandEcology
  • License: gpl-3.0
  • Language: C
  • Default Branch: master
  • Homepage:
  • Size: 11.1 MB
Statistics
  • Stars: 7
  • Watchers: 3
  • Forks: 2
  • Open Issues: 59
  • Releases: 65
Created almost 13 years ago · Last pushed 6 months ago
Metadata Files
Readme Changelog License

README.md

gh nix build status gh win build status github release DOI license codecov status doc status <!-- badges: end -->


SOILWAT2

SOILWAT2 is an ecosystem water balance simulation model.

This repository of SOILWAT2 contains the same code that is used by rSOILWAT2 and STEPWAT2.

If you utilize this model, please cite appropriate references, and we would like to hear about your particular study (especially a copy of any published paper).

Some references

  • Bradford, J. B., D. R. Schlaepfer, and W. K. Lauenroth. 2014. Ecohydrology of adjacent sagebrush and lodgepole pine ecosystems: The consequences of climate change and disturbance. Ecosystems 17:590-605.
  • Palmquist, K.A., Schlaepfer, D.R., Bradford, J.B., and Lauenroth, W.K. 2016. Mid-latitude shrub steppe plant communities: climate change consequences for soil water resources. Ecology 97:2342–2354.
  • Schlaepfer, D. R., W. K. Lauenroth, and J. B. Bradford. 2012. Ecohydrological niche of sagebrush ecosystems. Ecohydrology 5:453-466.


Table of contents

  1. How to get started
    1. Compilation
    2. Documentation
  2. How to contribute


How to get started

SOILWAT2 comes with a detailed manual and short overviews of inputs and outputs. A full code documentation may be built, see here.

Compilation

  • Requirements:

    • the gcc or clang/llvm toolchains compliant with C99
      • for unit tests (using googletest)
      • toolchains compliant with C++17
      • POSIX API
    • GNU-compliant make
    • On Windows OS: an installation of cygwin
    • the netCDF-C library (if compiled with netCDF support)
    • the udunits2 library (if compiled with udunits2 support)
  • Clone the repository (details can be found in the manual), for instance, {.sh} git clone --recursive https://github.com/DrylandEcology/SOILWAT2.git SOILWAT2

  • Build with make (see make help to print information about all available targets). For instance, {.sh} make CPPFLAGS=-DSWTXT # text-based mode (equivalent to `make`) make CPPFLAGS=-DSWNC # netCDF-based mode with units

Documentation

  • Use doxygen to generate help pages (locally) on the command-line with make doc (which basically runs doxygen doc/Doxyfile)

  • View documentation in your browser with make doc_open


How to contribute

You can help us in different ways

  1. Reporting issues
  2. Contributing code and sending a pull request

Thank you!

Please follow our code development and contribution guidelines here


Owner

  • Name: Dryland Ecology
  • Login: DrylandEcology
  • Kind: organization

GitHub Events

Total
  • Create event: 21
  • Release event: 2
  • Issues event: 36
  • Watch event: 1
  • Delete event: 12
  • Issue comment event: 17
  • Push event: 169
  • Pull request event: 27
  • Pull request review event: 32
  • Pull request review comment event: 20
Last Year
  • Create event: 21
  • Release event: 2
  • Issues event: 36
  • Watch event: 1
  • Delete event: 12
  • Issue comment event: 17
  • Push event: 169
  • Pull request event: 27
  • Pull request review event: 32
  • Pull request review comment event: 20

Committers

Last synced: 6 months ago

All Time
  • Total Commits: 2,460
  • Total Committers: 24
  • Avg Commits per committer: 102.5
  • Development Distribution Score (DDS): 0.565
Past Year
  • Commits: 426
  • Committers: 2
  • Avg Commits per committer: 213.0
  • Development Distribution Score (DDS): 0.317
Top Committers
Name Email Commits
Daniel Schlaepfer d****r@a****h 1,069
Nicholas Persley n****0@g****m 467
Nicholas Persley n****3@n****u 448
BrendenBe1 b****1@g****m 128
candrews c****s@u****v 67
nip5 n****5@n****u 62
Zachary-Kramer k****u@g****m 32
Unknown c****3@n****u 32
Charlie Duso d****s@h****m 32
Savanah Chappus c****h@g****m 31
dschlaep d****r@u****h 24
Chandler Haukap c****p@u****u 17
ashishtiwari2006 a****6@g****m 17
Ryan Murphy r****f@g****m 14
kpalmqui k****u@e****u 5
Kyle Taylor k****r@g****m 3
U-HDS\astiwari a****i@U****m 3
Alexander Reeder a****r@b****h 2
c****s@D****e 2
2hua r****u@y****u 1
kpalmqui k****i 1
chandler j haukap c****p@t****u 1
[CaitlinA] [****s@u****] 1
ashish.tiwari t****h@l****m 1

Issues and Pull Requests

Last synced: 6 months ago

All Time
  • Total issues: 296
  • Total pull requests: 207
  • Average time to close issues: 6 months
  • Average time to close pull requests: 29 days
  • Total issue authors: 9
  • Total pull request authors: 12
  • Average comments per issue: 1.48
  • Average comments per pull request: 1.65
  • Merged pull requests: 174
  • Bot issues: 0
  • Bot pull requests: 0
Past Year
  • Issues: 25
  • Pull requests: 30
  • Average time to close issues: 11 days
  • Average time to close pull requests: 9 days
  • Issue authors: 2
  • Pull request authors: 2
  • Average comments per issue: 0.12
  • Average comments per pull request: 0.67
  • Merged pull requests: 19
  • Bot issues: 0
  • Bot pull requests: 0
Top Authors
Issue Authors
  • dschlaep (233)
  • Zachary-Kramer (15)
  • kpalmqui (11)
  • chaukap (10)
  • CaitlinA (10)
  • nip5 (7)
  • N1ckP3rsl3y (6)
  • BrendenBe1 (3)
  • 2hua (1)
Pull Request Authors
  • dschlaep (145)
  • N1ckP3rsl3y (29)
  • nip5 (10)
  • chaukap (6)
  • CaitlinA (6)
  • gopherchucks (3)
  • niteflyunicorns (2)
  • alexreeder (2)
  • cjb643 (1)
  • Zachary-Kramer (1)
  • ryanmurf (1)
  • 2hua (1)
Top Labels
Issue Labels
enhancement (121) bug (66) in progress (50) closed_and_not_yet_released (28) question (23) low priority (19) high priority (16) revisit later (6) wontfix (6) Bugfix (1)
Pull Request Labels
enhancement (6) Bugfix (4) low priority (1) bug (1)

Packages

  • Total packages: 2
  • Total downloads: unknown
  • Total dependent packages: 0
    (may contain duplicates)
  • Total dependent repositories: 0
    (may contain duplicates)
  • Total versions: 126
proxy.golang.org: github.com/drylandecology/soilwat2
  • Versions: 63
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent repos count: 1.6%
Average: 4.1%
Dependent packages count: 6.5%
Last synced: 6 months ago
proxy.golang.org: github.com/DrylandEcology/SOILWAT2
  • Versions: 63
  • Dependent Packages: 0
  • Dependent Repositories: 0
Rankings
Dependent packages count: 7.0%
Average: 8.2%
Dependent repos count: 9.3%
Last synced: 6 months ago

Dependencies

.github/workflows/check_doc.yml actions
  • actions/checkout v2 composite
.github/workflows/main_nix.yml actions
  • actions/checkout v2 composite
  • codecov/codecov-action v2 composite
.github/workflows/main_win.yml actions
  • actions/checkout v2 composite
  • cygwin/cygwin-install-action v1 composite