SIPNET (Simplified Photosynthesis and Evapotranspiration Model) is an ecosystem model designed to efficiently simulate carbon and water dynamics. Originally developed for assimilation of eddy covariance flux data in forest ecosystems, current development is focused on representing carbon balance and GHG fluxes and agricultural management practices.
- Clone the repository:
git clone https://github.com/PecanProject/sipnet.git cd sipnet
- Build the SIPNET executable:
make
- Change directory and run a test simulation:
cd tests/smoke/niwot ../../../sipnet -i sipnet.in
- Check the output:
cat niwot.out
See the quickstart above.
[Link to cli docs, when they get written]
[Link to description of all the input files]
From the root sipnet directory, run:
./tests/smoke/run_smoke.sh
The end of the output from that script should be:
=======================
SUMMARY:
Skipped directories: 0
SIPNET OUTPUT:
Passed: 5/5
Failed: 0
EVENT OUTPUT:
Passed: 5/5
Failed: 0
CONFIG OUTPUT:
Passed: 5/5
Failed: 0
=======================
Build and run the unit tests with the script:
./tools/run_unit_tests.sh
The summary block at the end should show PASSED for each test.
Documentation for SIPNET is published at pecanproject.github.io/sipnet, which is built using mkdocs
. See
the Documentation section in the CONTRIBUTING page for more information
about how to write and compile the documentation.
See the main Contributing page
Distributed under the BSD 3-Clause license. See LICENSE for more information.