User Tools

Site Tools


start:hype_file_reference:geodata.txt

Differences

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

Link to this comparison view

Both sides previous revision Previous revision
Next revision Both sides next revision
start:hype_file_reference:geodata.txt [2020/04/28 11:23]
cpers [Table]
start:hype_file_reference:geodata.txt [2020/04/28 11:28]
cpers
Line 1: Line 1:
 ====== GeoData.txt ====== ====== GeoData.txt ======
  
-This file contains characteristics of the spatially delineated ​sub-basins ​in a HYPE model domain. This includes e.g. SUBIDs (subbasin IDs) and SUBIDs of downstream subbasins, fractions of SLC classes (hydrological response units) within each subbasin, different model region (sub-domain) identifiers. As a general rule, information included in //​GeoData.txt//​ is time-invariant within HYPE.+This file contains characteristics of the spatially delineated ​subbasins ​in a HYPE model domain. This includes e.g. SUBIDs (subbasin IDs) and SUBIDs of downstream subbasins, fractions of SLC classes (hydrological response units) within each subbasin, different model region (sub-domain) identifiers. As a general rule, information included in //​GeoData.txt//​ is time-invariant within HYPE.
  
-//​GeoData.txt//​ is a tab-separated file located in the [[start:​hype_file_reference:​info.txt&#​model_options|modeldir]] folder. Subbasins are listed row-wise. The first row contains a column header with variable names. Variable names are not case-sensitive (max. 11 characters, no spaces). Columns with headings unknown to HYPE are skipped while reading the file, but must not longer than ten characters. Columns containing character strings, e.g. descriptive meta-data, must not exceed a length of 100 characters. The columns may be in any order. A value must exist for every column and row, i.e. empty cells are not allowed. ​+//​GeoData.txt//​ is a tab-separated file located in the [[start:​hype_file_reference:​info.txt&#​model_options|modeldir]] folder. Subbasins are listed row-wise. The first row contains a column header with variable names. Variable names are not case-sensitive (max. 11 characters, no spaces). Columns with headings unknown to HYPE are skipped while reading the file, but must not longer than eleven ​characters. Columns containing character strings, e.g. descriptive meta-data, must not exceed a length of 100 characters. The columns may be in any order. A value must exist for every column and row, i.e. empty cells are not allowed. ​
  
-Sub-basins ​have to be ordered in down-stream sequence in //​GeoData.txt//,​ starting at headwaters and ending at outlet basins. This is because HYPE requires upstream contributions ​whe computing fluxes at each subbasin and subbasin the computation sequence follows //​GeoData.txt//​ rows. Note that bifurcations as given in input file [[start:​hype_file_reference:​branchdata.txt|BranchData.txt]] will create additional upstream areas and the row order in //​GeoData.txt//​ must also take those contributions into account.+Subbasins ​have to be ordered in down-stream sequence in //​GeoData.txt//,​ starting at headwaters and ending at outlet basins. This is because HYPE requires upstream contributions ​when computing fluxes at each subbasin and subbasin the computation sequence follows //​GeoData.txt//​ rows. Note that bifurcations as given in input file [[start:​hype_file_reference:​branchdata.txt|BranchData.txt]] will create additional upstream areas and the row order in //​GeoData.txt//​ must also take those contributions into account.
  
 Example for a //​GeoData.txt//​ file structure: Example for a //​GeoData.txt//​ file structure:
Line 80: Line 80:
 | ''​eroindex'' ​               | //-//                      | optional ​           | erosion index given per subbasin, used for erosion model 1 (defaults to 1)                                                                                                                                                                                                                                                                                                                                        | | ''​eroindex'' ​               | //-//                      | optional ​           | erosion index given per subbasin, used for erosion model 1 (defaults to 1)                                                                                                                                                                                                                                                                                                                                        |
 | ''​ws_nn_d'' ​                ​| ​                           | optional ​           | Winstral coefficient for each class number //nn// and direction //d//                                                                                                                                                                                                                                                                                                                                             | | ''​ws_nn_d'' ​                ​| ​                           | optional ​           | Winstral coefficient for each class number //nn// and direction //d//                                                                                                                                                                                                                                                                                                                                             |
-| ''​mrratck_noi'' ​            | //-//                      | optional ​           | coefficient in rating curve (//k//) for main river water level during no ice conditions (q=k*(w-w0)^p)                                                                                                                                                                                                                                                                                                            | +| ''​mrratck_noi'' ​            | //-//                      | optional ​           | coefficient in rating curve (//k//) for main river water level during no ice conditions (q=k*(w-w0)<sup>p</​sup>​)                                                                                                                                                                                                                                                                                                            | 
-| ''​mrratcp_noi'' ​            | //-//                      | optional ​           | coefficient in rating curve (//p//) for main river water level during no ice conditions (q=k*(w-w0)^p)                                                                                                                                                                                                                                                                                                            | +| ''​mrratcp_noi'' ​            | //-//                      | optional ​           | coefficient in rating curve (//p//) for main river water level during no ice conditions (q=k*(w-w0)<sup>p</​sup>​)                                                                                                                                                                                                                                                                                                            | 
-| ''​mrratck_ice'' ​            | //-//                      | optional ​           | coefficient in rating curve (//k//) for main river water level during ice conditions (q=k*(w-w0)^p)                                                                                                                                                                                                                                                                                                               | +| ''​mrratck_ice'' ​            | //-//                      | optional ​           | coefficient in rating curve (//k//) for main river water level during ice conditions (q=k*(w-w0)<sup>p</​sup>​)                                                                                                                                                                                                                                                                                                               | 
-| ''​mrratcp_ice'' ​            | //-//                      | optional ​           | coefficient in rating curve (//p//) for main river water level during ice conditions (q=k*(w-w0)^p)                                                                                                                                                                                                                                                                                                               |+| ''​mrratcp_ice'' ​            | //-//                      | optional ​           | coefficient in rating curve (//p//) for main river water level during ice conditions (q=k*(w-w0)<sup>p</​sup>​)                                                                                                                                                                                                                                                                                                               |
 | ''​mrratcw0'' ​               | //m//                      | optional ​           | reference water level at zero water level of main river                                                                                                                                                                                                                                                                                                                                                           | | ''​mrratcw0'' ​               | //m//                      | optional ​           | reference water level at zero water level of main river                                                                                                                                                                                                                                                                                                                                                           |
 </​sortable>​ </​sortable>​
start/hype_file_reference/geodata.txt.txt · Last modified: 2024/02/15 09:44 by cpers