4 Output files
4.1 Output file names
Format of output file names:
[Project Name].[Identifier].[Format]
-The [Project Name] is user defined name of the project, so every input and output files must start with the [Project Name]. -The [Format] is one of csv or dat. csv is spreadsheet format and dat is bindary format.
The [Identifier] is a combination of variables features, that in format of: [Model Unit][Variable Type][Variable Name]. [Model Unit] is one of three options of ele (elemtns), riv (river) or lak (lake). Variable type includes y, v and q that are state variable (in ), specific flux (in ) and flux (in ) respectively.
The list of output files is in following table.
| Identifier | Mod unit | Type | Var Name | Meaning | Unit | |
|---|---|---|---|---|---|---|
| .eleyic. | ele | y | ic | Storage of Interception | ||
| .eleysnow. | ele | y | snow | Storage of snow equivalence | ||
| .eleysurf. | ele | y | surf | Storage of surface | ||
| .eleyunsat. | ele | y | unsat | Storage of vados zone | ||
| .eleygw. | ele | y | gw | Groundwater head | .GW | |
| .elevetp. | ele | v | etp | Potential ET | ||
| .eleveta. | ele | v | eta | Actual ET | ||
| .elevetic. | ele | v | etic | Evap of interception | ||
| .elevettr. | ele | v | ettr | Transpiration | ||
| .elevetev. | ele | v | etev | Soil Evaporation | ||
| .elevprcp. | ele | v | prcp | Precipitation | ||
| .elevnetprcp. | ele | v | netprcp | Net Precipitation | ||
| .elevinfil. | ele | v | infil | Infiltration Rate | ||
| .elevexfil. | ele | v | infil | Exfiltration Rate | ||
| .elevrech. | ele | v | rech | Recharge Rate | ||
| .eleqsurf. | ele | q | surf | Overland flow | ||
| .eleqsub. | ele | q | sub | Subsurface flow | ||
| .rivystage. | riv | y | stage | River Stage | ||
| .rivqup. | riv | q | up | Flux to upstream | ||
| .rivqdown. | riv | q | down | Flux to downstream | ||
| .rivqsurf. | riv | q | surf | Flux to landsurface | ||
| .rivqsub. | riv | q | sub | Flux to subsurface |
4.2 Data format in ASCII (.csv) file
N - Number of column of output data, excluding the time column. m - Number of time-step. StartTime - String of date/time (YYYYMMDD or YYYYMMDD.hhmmss)
| N | StartTime | ||||
|---|---|---|---|---|---|
| … | |||||
| … | |||||
| … | |||||
| … | … | … | … | … | |
| … |
4.3 Data format in binary (.dat) file
The value saved in binary file are identical from ASCII format, but different data structure.
| ID | Value | Format | Length | |
|---|---|---|---|---|
| 1 | - | double | 8 | |
| 2 | - | StartTime | double | 8 |
| 3 | 0 | double | 8 | |
| 4 | 1 | double | 8 | |
| 5 | 2 | double | 8 | |
| … | … | … | double | 8 |
| N | double | 8 | ||
| 0 | double | 8 | ||
| 1 | double | 8 | ||
| 2 | double | 8 | ||
| … | … | double | 8 | |
| N | double | 8 | ||
| 0 | double | 8 | ||
| 1 | double | 8 | ||
| 2 | double | 8 | ||
| … | … | double | 8 | |
| N | double | 8 | ||
| … | … | double | 8 | |
| … | … | double | 8 | |
| … | … | double | 8 | |
| … | … | double | 8 | |
| 0 | double | 8 | ||
| 1 | double | 8 | ||
| 2 | double | 8 | ||
| … | … | double | 8 | |
| N | double | 8 |