User Tools

Site Tools


start:hype_file_reference:pobs.txt

Pobs.txt/Pobs_nnn.txt

Pobs.txt files hold precipitation forcing data for HYPE. The file is located in the forcingdir folder (set in info.txt). Precipitation (mm/time step) has to be given for all timesteps, but longer time series is allowed. No missing/negative values may exist. Program will read this as negative precipitation. The HYPE variable ID prec correspond to the data of the Pobs.txt file.

The file may have comment rows in the beginning of the file. These rows have to begin with !!. The first row read is column headings. It holds a text string (e.g. 'date', no spaces allowed) for the first column, and integers in the form of station or subbasin ID numbers for the rest of the columns.

The first column is date-time. The default format is yyyy-mm-dd [HH:MM], where hour and minutes are necessary if the timestep is shorter than one day. The date-time is the beginning of the timestep. It is possible to use another date-time format: yyyymmdd[HHMM]. It is expected for all forcing files, if readformat 1 is set in info.txt.

The second to last columns are precipitation for all stations or subbasins. The ID number (first row) may be pobsid or subid. If pobsid is used, several subbasins may use the same precipitation time series. subid is defined in GeoData.txt. The order of subbasins in Pobs.txt does not have to be same as in GeoData.txt. pobsid may be defined in ForcKey.txt.

Example snippet of Pobs.txt file:

date         1234  1245 
1990-01-01   0     0  
1990-01-02   1     5.5 
... 

For calibration of small model set-ups running time may be reduced by holding the forcing data in memory instead of reading the files for each time step. This option is set in info.txt (readdaily N).

Pobs_nnn.txt holds precipitation forcing data for sequence with seqnr nnn. For seqnr 0 Pobs.txt is used.

start/hype_file_reference/pobs.txt.txt ยท Last modified: 2024/01/25 11:37 (external edit)