Coder Social home page Coder Social logo

swat2cycles's Introduction

SWAT2Cycles

SWAT2Cycles is a Python script that converts SWAT management files into Cycles operation files.

Contact: Yuning Shi (Send Email)

INSTRUCTION

  1. Prerequisites

    SWAT2Cycles script requires Python 3.x with Pandas and Numpy packages.

  2. Prepare your SWAT management file

    Please save your SWAT scheduled management operations into a comma delimited file. A sample scheduled management operation file (mgt2.csv) can be found in the data directory.

    The code requires SWAT plant, tillage, and fertilizer databases (plant.dat, till.dat, and fert.dat), which are provided.

  3. Convert management file

    You can specify multiple HRUs using an HRU list file:

    python3 ./swat2cycles.py [-l HRU_LIST_FILE] [-f SWAT_MGT_FILE]

    or specify one HRU using:

    python3 ./swat2cycles.py [-s SUBBASIN] [-u HRU] [-f SWAT_MGT_FILE]

    Note that the script will look for the SWAT management file in the data directory.

    An example HRU list file (list.txt) is provided.

    The converted Cycles operation files are named as SBxHRUy[LANDUSE], where x is the sub-basin index, y is the HRU index, and LANDUSE is the name of land use in the chosen HRU.

swat2cycles's People

Contributors

shiyuning avatar

Watchers

James Cloos avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.