Skip to content

Latest commit

 

History

History
153 lines (109 loc) · 3.53 KB

SOILWAT2_Inputs.md

File metadata and controls

153 lines (109 loc) · 3.53 KB

SOILWAT2 Inputs

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 \ref explain_inputs "below".
  • The outputs are written to Output/ including a logfile that contains warnings and errors. Outputs are explained in detail here.


\section explain_inputs Input files

SOILWAT2 needs the following input files for a simulation run: \secreflist \refitem filesin files.in \refitem modelrunin modelrun.in \refitem domainin domain.in \refitem siteparamin siteparam.in \refitem soilsin soils.in \refitem swrcpin swrc_params.in \refitem weathsetupin weathsetup.in \refitem mkvprobin mkv_prob.in \refitem mkvcovarin mkv_covar.in \refitem climatein climate.in \refitem vegin veg.in \refitem estabin estab.in \refitem carbonin carbon.in \refitem swcsetupin swcsetup.in \refitem outsetupin outsetup.in \endsecreflist



\section filesin files.in \verbinclude files.in

Go back to the \ref explain_inputs "list of input files"


\section modelrunin modelrun.in \verbinclude tests/example/Input/modelrun.in

Go back to the \ref explain_inputs "list of input files"


\section domainin domain.in \verbinclude tests/example/Input/domain.in

Go back to the \ref explain_inputs "list of input files"


\section siteparamin siteparam.in \verbinclude tests/example/Input/siteparam.in

Go back to the \ref explain_inputs "list of input files"


\section soilsin soils.in \verbinclude tests/example/Input/soils.in

Go back to the \ref explain_inputs "list of input files"


\section swrcpin swrc_params.in \verbinclude tests/example/Input/swrc_params.in

Go back to the \ref explain_inputs "list of input files"


\section weathsetupin weathsetup.in \verbinclude tests/example/Input/weathsetup.in

Go back to the \ref explain_inputs "list of input files"


\section mkvprobin mkv_prob.in \verbinclude tests/example/Input/mkv_prob.in

Go back to the \ref explain_inputs "list of input files"


\section mkvcovarin mkv_covar.in \verbinclude tests/example/Input/mkv_covar.in

Go back to the \ref explain_inputs "list of input files"


\section climatein climate.in \verbinclude tests/example/Input/climate.in

Go back to the \ref explain_inputs "list of input files"


\section vegin veg.in \verbinclude tests/example/Input/veg.in

Go back to the \ref explain_inputs "list of input files"


\section estabin estab.in \verbinclude tests/example/Input/estab.in


Go back to the \ref explain_inputs "list of input files"

\section carbonin carbon.in \verbinclude tests/example/Input/carbon.in

Go back to the \ref explain_inputs "list of input files"


\section swcsetupin swcsetup.in \verbinclude tests/example/Input/swcsetup.in

Go back to the \ref explain_inputs "list of input files"


\section outsetupin outsetup.in \verbinclude tests/example/Input/outsetup.in

Go back to the \ref explain_inputs "list of input files"



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