Home

Awesome

<!-- badges: start -->

gh nix build status gh win build status github release DOI license codecov status doc status

<!-- badges: end --> <br>

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

<br>

Table of contents

  1. How to get started
    1. Compilation
    2. Documentation
  2. How to contribute
<br>

<a name="get_started"></a>

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.

<a name="compile"></a>

Compilation

        git clone --recursive https://github.com/DrylandEcology/SOILWAT2.git SOILWAT2
        make                                    # text-based mode
        CPPFLAGS='-DSWNETCDF -DUDUNITS2' make   # netCDF-based mode with units
<br>

<a name="get_documentation"></a>

Documentation

<br>

<a name="contribute"></a>

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

<br>