atmo.cli

This file contains observed atmospheric deposition data.

SWAT+ is able to read in monthly, yearly, and average annual atmospheric deposition values. Reading in daily values is currently not an option in SWAT+. The time step of the atmospheric deposition data has to be specified by the user in codes.bsn and the time step of the data in atmo.cli has to match the specified time step.

The structure of the file atmo.cli varies slightly depending on the time step of the data. As in all SWAT+ input files, the first line is reserved for user comments. The second line contains the column headers for the third line, which lists basic information about the atmospheric deposition stations.

Below, there will be 5 lines for each station included in the atmospheric deposition file. In the first of these, the name of the station will be specified. It is followed by 4 lines of data:

  1. Wet deposition of ammonia nitrogen

  2. Wet deposition of nitrate nitrogen

  3. Dry deposition of ammonia nitrogen

  4. Dry deposition of nitrate nitrogen

The number of values listed in the data lines depends on the number of months or years data is available for.

Last updated