====== Pobs.txt/Pobs_nnn.txt ====== //Pobs.txt// files hold precipitation forcing data for HYPE. The file is located in the forcingdir folder (set in [[start:HYPE_file_reference:info.txt|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 [[start:hype_file_reference:info.txt:variables|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 [[start:HYPE_file_reference:info.txt|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 [[start:HYPE_file_reference:GeoData.txt|GeoData.txt]]. The order of subbasins in //Pobs.txt// does not have to be same as in [[start:HYPE_file_reference:GeoData.txt|GeoData.txt]]. ''pobsid'' may be defined in [[start:HYPE_file_reference:forckey.txt|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.