sp-scratch

SWAT+ Documentation

https://github.com/odav/sp-scratch

Science Score: 44.0%

This score indicates how likely this project is to be science-related based on various indicators:

  • CITATION.cff file
    Found CITATION.cff file
  • codemeta.json file
    Found codemeta.json file
  • .zenodo.json file
    Found .zenodo.json file
  • DOI references
  • Academic publication links
  • Academic email domains
  • Institutional organization owner
  • JOSS paper metadata
  • Scientific vocabulary similarity
    Low similarity (15.1%) to scientific vocabulary
Last synced: 10 months ago · JSON representation ·

Repository

SWAT+ Documentation

Basic Info
Statistics
  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • Open Issues: 0
  • Releases: 16
Created about 2 years ago · Last pushed over 1 year ago
Metadata Files
Readme Code of conduct Citation

README.md

SWAT+

The Soil and Water Assessment Tool Plus SWAT+ is a public domain model jointly developed by the USDA Agricultural Research Service (USDA-ARS) and Texas A&M AgriLife Research, part of The Texas A&M University System. Model contributions have been made by Colorado State University. SWAT+ is a small watershed to river basin-scale model to simulate the quality and quantity of surface and ground water and predict the environmental impact of land use, land management practices, and climate change. SWAT is widely used in assessing soil erosion prevention and control, non-point source pollution control and regional management in watersheds.

This repository contains the latest SWAT+ source code and some test data to create and test the executable for various compiler and platforms.

Repository

Get the SWAT+ sources by cloning the repository using git.

bash $ git clone https://github.com/odav/swatplus.git

Or, download the sources directly from the artifacts, unzip. Use a tagged version (preferred).

bash $ wget https://github.com/odav/swatplus/archive/refs/tags/61.3.zip

Directory Structure

The directory structure is shown below. The build directory gets created and populated during the generation of the cmake files and the cmake build.

swatplus ├── build │ ├── ... │ ├── *.mod │ ├── Testing │ └── CMakeFiles │ ├── Makefile.cmake │ ├── ... │ └── swatplus-<ver>.dir │ ├── *.mod.tstamp │ ├── src │ └── ... ├── data ---> contains all data sets for testing │ ├── Ames_sub1 │ ├── <other> │ └── ... ├── src ---> contains all swatplus Fortran source files │ └── *.f90 ├── test ---> contains all unit tests sources │ ├── check.py │ └── ... ├── doc ---> contains all hosted documentation ├── CMakeLists.txt ---> cmake project file ├── README.md ---> this file └── ...

Developing SWAT+

This GitHub repository is setup to build, test, and deploy SWAT+ using the CMake tool. CMake is a cross-platform build tool that can be used at the command line but it is also supported through various IDEs, etc. More information can be found at http://cmake.org.

In addition to CMake, the following tools are also needed:

  • git tool for version control
  • make tool (for building)
  • gfortran or ifort/ifx compiler and linker (for compiling/linking)
  • python3 (for testing, optional)

Use the operating system's preferred way of adding those tools to your installation. There is certainly more than one way of getting and installing them.

The following sections are emphasizing various development aspects.

Documentation and References

Previous SWAT+ versions on Bitbucket

SWAT+ Documentation

SWAT at TAMU

Owner

  • Login: odav
  • Kind: user

Citation (CITATION.cff)

# This CITATION.cff file is for the SWAT+ Github repository

cff-version: 1.2.0
title: Soil and Water Assessment Tool Plus (SWAT+)
message: >-
  Please cite SWAT+ using the metadata from
  "preferred-citation".
date-released: 2025-03-01
type: software
authors:
  - given-names: Jeffrey G.
    family-names: Arnold
    affiliation: >-
      Grassland Soil and Water Research Laboratory, USDA
      Agricultural Research Service (ARS)
  - given-names: Natalja
    family-names: Čerkasova
    email: natalja.cerkasova@gmail.com
    affiliation: >-
      Blackland Research & Extension Center, Texas A&M
      Agrilife Research, USA; Klaipeda University, Marine
      Research Institute, Lithuania
    orcid: 'https://orcid.org/0000-0003-2894-3935'
  - given-names: Michael J.
    family-names: White
    email: mike.white2@usda.gov
    affiliation: >-
      Grassland Soil and Water Research Laboratory, USDA
      Agricultural Research Service (ARS)
    orcid: 'https://orcid.org/0000-0002-1641-0077'
  - given-names: Ryan
    family-names: Bailey
    affiliation: Colorado State University, Fort Collins, Colorado, USA
    orcid: 'https://orcid.org/0000-0002-6539-1474'
    email: ryant.bailey@colostate.edu
  - given-names: Kelly
    family-names: Thorp
    email: kelly.thorp@usda.gov
    affiliation: >-
      Grassland Soil and Water Research Laboratory, USDA
      Agricultural Research Service (ARS)
  - given-names: Jaehak
    family-names: Jeong
    email: jaehak.jeong@ag.tamu.edu
    affiliation: >-
      Blackland Research & Extension Center, Texas A&M
      Agrilife Research, Temple, USA
  - given-names: Xuesong
    family-names: Zhang
    affiliation: USDA-ARS Hydrology and Remote Sensing Laboratory
    email: Xuesong.Zhang@usda.gov
    orcid: 'https://orcid.org/0000-0003-4711-7751'
  - given-names: Taci
    family-names: Ugraskan
    email: taci.ugraskan@usda.gov
    affiliation: USDA-ARS Grassland Soil and Water Research Laboratory
  - given-names: Ann
    family-names: Griensven
    name-particle: van
    orcid: 'https://orcid.org/0000-0002-2105-6287'
    affiliation: >-
      Vrije Universiteit Brussel, IHE-Delft Institute for
      Water Education
    email: ann.van.griensven@vub.be
  - given-names: Hendrik
    family-names: Rathjens
    affiliation: Stone Environmental Inc.
    orcid: 'https://orcid.org/0000-0002-7152-9767'
  - given-names: Cibin
    family-names: Raj
    email: craj@psu.edu
    affiliation: >-
      Penn State University, Department of Agricultural and
      Biological Engineering
    orcid: 'https://orcid.org/0000-0001-5374-8504'
  - given-names: Ximing
    family-names: Cai
    affiliation: >-
      Civil and Environmental Engineering, University of
      Illinois at Urbana-Champaign
    email: xmcai@illinois.edu
    orcid: 'https://orcid.org/0000-0002-7342-4512'
  - given-names: William F.
    email: Frank.Geter@colostate.edu
    affiliation: >-
      Department of Civil and Environmental Engineering,
      Colorado State University, Fort Collins, USA
    family-names: Geter
  - email: kle@fieldtomarket.org
    given-names: Kieu
    family-names: Le
    email: kle@fieldtomarket.org
    affiliation: >-
      Field to Market: The Alliance for Sustainable
      Agriculture
    orcid: 'https://orcid.org/0000-0002-1662-4796'
  - given-names: Jack R.
    family-names: Carlson
    email: Jack.Carlson@colostate.edu
    affiliation: >-
      Department of Civil and Environmental Engineering,
      Colorado State University, Fort Collins, USA
    email: Jack.Carlson@colostate.edu
  - given-names: Olaf
    family-names: David
    email: odavid@colostate.edu
    affiliation: >-
      Department of Civil and Environmental Engineering,
      Colorado State University, Fort Collins, USA
identifiers:
  - type: doi
    value: 10.1234/zenodo.4321
    description: Current release
repository-code: 'https://github.com/swat-model/swatplus'
url: 'https://swatplus.gitbook.io/docs'
abstract: >-
  The Soil and Water Assessment Tool Plus (SWAT+) is a
  public domain model jointly developed by the USDA
  Agricultural Research Service (USDA-ARS) and Texas A&M
  AgriLife Research, part of The Texas A&M University
  System. SWAT+ is a small watershed to river basin-scale
  model to simulate the quality and quantity of surface and
  ground water and predict the environmental impact of land
  use, land management practices, and climate change. SWAT
  is widely used in assessing soil erosion prevention and
  control, non-point source pollution control and regional
  management in watersheds.
keywords:
  - SWAT+
  - Soil and Water Assessment Tool
  - Environmental Model
  - Watershed model
  - Hydrological Model
license: LGPL-2.1

GitHub Events

Total
  • Release event: 4
  • Push event: 17
  • Pull request event: 2
  • Create event: 13
Last Year
  • Release event: 4
  • Push event: 17
  • Pull request event: 2
  • Create event: 13