User Tools

Site Tools


start:hype_file_reference:forckey.txt

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
start:hype_file_reference:forckey.txt [2015/05/05 17:10]
cpers created
start:hype_file_reference:forckey.txt [2024/01/25 11:38] (current)
Line 1: Line 1:
-====== ForcKey.txt ======+====== ForcKey.txt/​ForcKey_nnn.txt ======
  
-The file is optional and located in the modeldir folder ​given in info.txtIf the file is found its information is used and have priority over the same information found in GeoData.txt. The file holds data on the coupling between subbasins and forcing data. It also hold information about elevation for temperature observations (Tobs.txt) that may be used for temperature corrections with parameter ''​tcobselev''​. ​+In the basic case, forcing data time series are given for each subbasinIt is possible to use one time series of forcing to represent the conditions for several subbasinsIn this case the forcing data time series are given an identification (obsid) separate from the subid. The ForcKey-file gives the coupling between subbasins and forcing data. It can also hold information about elevation for temperature observations ([[start:​hype_file_reference:​tobs.txt|Tobs.txt]]) that will be used for temperature corrections with parameter ''​tcobselev''​. ​
  
-Column heading ​is on first row, data from second ​and onwardThe number of data rows is assumed ​to be the same as in GeoData.txtNo missing values may exist (program won’t check!).+The file is optional ​and located in the [[start:​hype_file_reference:​info.txt&#​general|forcingdir]] folder given in  [[start:​hype_file_reference:​info.txt|info.txt]]. You can use code ''​readobsid''​ in info.txt to use this file, but default ​is to use the file so it is not necessary to set the flagTurning off ''​readobsid''​ will force HYPE not to read and use an existing ForcKey.txt file
  
-Columns: +The file has column headings on first rowand data from second and onward. The number ​of data rows is assumed to be the same as in [[start:​hype_file_reference:​geodata.txt|GeoData.txt]]. Missing values are not allow (program won’t check!). Columns with unknown column headings are skipped while reading the file and can be used for comments. Such columns must not contain more than 100 characters.
-subid – id number for subbasinsinteger <​100000000 (mandatory) +
-pobsid – id number for precipitation ​data, integer <​100000000 +
-tobsid – id number ​for air temperature ​data, integer <​100000000 +
-sfobsid – id number ​for snowfall data, integer <​100000000 +
-swobsid – id number for shortwave radiation data, integer <​100000000 +
-uobsid – id number for wind speed data, integer <​100000000 +
-rhobsid – id number for relative humidity data, integer <​100000000 +
-tminobsid – id number for minimum air temperature data, integer <​100000000 +
-tmaxobsid – id number for maximum air temperature data, integer <​100000000 +
-tobselev – elevation of temperature observation in meter+
  
 +/**
 + * ____________IMPORTANT!__________IMPORTANT!________________IMPORTANT!_______________________IMPORTANT!______________
 + *
 + * The table below is maintained in spreadsheed file '​file_reference_tables.xlsx'​
 + * in the wiki back-up folder on our server.
 + * Please edit table contents there and then copy-paste the updated full table to this page. Ask René if something is 
 + * unclear. Thanks.
 + * ___________________________________________________________________________________________________________________
 + */
 +
 +
 +<​sortable>​
 +^ Column ^ Format ^ Description ^
 +|''​subid''​|//​integer//​|id number for subbasins (mandatory)|
 +|''​pobsid''​|//​integer//​|id number for precipitation data (<​100000000)|
 +|''​tobsid''​|//​integer//​|id number for air temperature data (<​100000000)|
 +|''​tobselev''​|//​real//​|elevation of temperature observation in meter|
 +|''​sfobsid''​|//​integer//​|id number for snowfall data (<​100000000)|
 +|''​swobsid''​|//​integer//​|id number for shortwave radiation data (<​100000000)|
 +|''​uobsid''​|//​integer//​|id number for wind speed data (<​100000000)|
 +|''​rhobsid''​|//​integer//​|id number for relative humidity data (<​100000000)|
 +|''​tminobsid''​|//​integer//​|id number for minimum air temperature data (<​100000000)|
 +|''​tmaxobsid''​|//​integer//​|id number for maximum air temperature data (<​100000000)|
 +</​sortable>​
 +
 +ForcKey_nnn.txt holds information on forcing data - subbasin coupling for data of sequence with seqnr nnn. For seqnr 0 is ForcKey.txt used.
start/hype_file_reference/forckey.txt.1430838652.txt.gz · Last modified: 2023/11/16 14:28 (external edit)