mwort / m.swim

GRASS 7 SWIM preprocessor
MIT License
6 stars 2 forks source link
grass hydrological-modelling

The GRASS7 Soil and Water Integrated Model (SWIM) preprocessor

Version v2.0

Documentation

The documentation is located here: http://www.pik-potsdam.de/~wortmann/m.swim/

Version history

upcoming

Version v2.0 - 2022-03-22

Version v1.6 - 2022-01-19

Version v1.5 - 2020-07-28

Version v1.4 - 2019-12-02

Version v1.3 - 2019-08-11

Version v1.2 - 2019-01-09

Version v1.1 - 2017-01-27

Version v1.0 - 2016-09-18

Testing

There are tests for each grass module based on the Blankenstein catchment (upper Saale (Elbe)). All required input maps are in the grassdb/utm32n/PERMANENT mapset, all tests should therefore be executed in:

cd test
grass grassdb/utm32n/PERMANENT

Run all tests:

make

Or test modules individually like:

make subbasins
make routing

The non-grass output of tests is verified by a sha1sum comparison. Hash and paths are stored and committed to git in the file output.sha1 . To verify that the output is the same run:

make checkoutput

Checking the diff of the output.sha1 file will indicate output files that have changed (if any).

Releasing