Skip to content

Latest commit

 

History

History
63 lines (49 loc) · 2 KB

SOILWAT2_Outputs.md

File metadata and controls

63 lines (49 loc) · 2 KB

SOILWAT2 Outputs

Note: this document is best viewed as part of the doxygen-built documentation (there may be text artifacts if viewed as standalone-markdown).


Example

  • The source code contains a complete example simulation project in tests/example/
  • Modify inputs as desired and run a simulation, e.g.,
    make bin_run
or, equivalently,
    make bin
    bin/SOILWAT2 -d ./tests/example -f files.in
  • The inputs comprise the master file files.in and the content of the Input/ folder. They are explained in detail here.
  • The user can turn on/off different types of outputs via the input file \ref outsetupin.
  • The outputs are written to the folder Output/ including a logfile that contains warnings and errors. Outputs are explained in detail \ref explain_outputs "below".


\section explain_outputs Outputs

SOILWAT2 may produce up to eight output files (depending on the value of TIMESTEP which is a user in input in file \ref outsetupin). The output files are text files in a comma-separated values (.csv) format (e.g., you can open them directly into a spreadsheet program or import them into a data analysis program). The output variables and measurement units are explained in \ref outsetupin. The names of the output files are user inputs in the file \ref filesin.

  • Output files for soil layer specific variables

    • Output file for daily output time period
    • Output file for weekly output time period
    • Output file for monthly output time period
    • Output file for yearly output time period
  • Output files for other variables

    • Output file for daily output time period
    • Output file for weekly output time period
    • Output file for monthly output time period
    • Output file for yearly output time period


Go back to the [main page](README.md) or [user guide](doc/additional_pages/A_SOILWAT2_user_guide.md).