4  SWAP output

SWAP provides the possibility to define a list of output variables that needs to be generated, so that the user can easily collect the relevant variables for their purpose. Output can consist of (a combination of) time-series or time-depth-series. These are combined into one single file. Tip 4.1 provides an example of the settings for creating such files.

Tip 4.1: Example of information supplied in main .swp file regarding output to a .csv file.
* Part 4: Output files
...

* Specific CSV output file? (default: no)
 SWCSV = 1    ! Switch, output of variables to be specified
              ! 0 = No csv output
              ! 1 = Regular csv output
              ! 2 = Regular csv output + output of simulation characteristics
              ! 3 = Binary csv output + output of simulation characteristics

 INLIST_CSV = 'GWL,RAIN,RUNOFF'

In the example given in Tip 4.1 model output is generated for variables gwl, rain and runoff. A complete list of possible output-variables is given in Appendix B.