FD2BASIS: Difference between revisions
From BAWiki
Guntram Seiß (talk | contribs) No edit summary |
Guntram Seiß (talk | contribs) mNo edit summary |
||
(2 intermediate revisions by the same user not shown) | |||
Line 2: | Line 2: | ||
|name_de=FD2BASIS | |name_de=FD2BASIS | ||
|name=FD2BASIS | |name=FD2BASIS | ||
|version= | |version=October 2021 | ||
|version_descr=December 2013 | |version_descr=December 2013 | ||
|catchwords= | |catchwords= | ||
Line 31: | Line 31: | ||
* Coordinates of raw data files are now transformed to a user defined coordinate reference systen (CRS) if necessary. To support this feature, the user must include a magic comment with the content "C CRS=xxxxx" at the beginning of the file. Here "xxxxx" stands for the EPSG code of the CRS. Additionally the user has to set the environment variable BAWCRS to a valid CRS. All Input files of type topo.bin must be realized in this user CRS. | * Coordinates of raw data files are now transformed to a user defined coordinate reference systen (CRS) if necessary. To support this feature, the user must include a magic comment with the content "C CRS=xxxxx" at the beginning of the file. Here "xxxxx" stands for the EPSG code of the CRS. Additionally the user has to set the environment variable BAWCRS to a valid CRS. All Input files of type topo.bin must be realized in this user CRS. | ||
Valid (supported) CRS are found in the description [[GEOTRANSFORMER]]. | |||
For the coordinate shift from DHDN/STN to ETRS89 the NTv2 method is used with the grid shift files, which are defined by environment variables NTV2GRID (DHDN) and NTV2STN (STN). | For the coordinate shift from DHDN/STN to ETRS89 the NTv2 method is used with the grid shift files, which are defined by environment variables NTV2GRID (DHDN) and NTV2STN (STN). | ||
Line 42: | Line 42: | ||
|add_software= - | |add_software= - | ||
|contact_original=G. Seiß | |contact_original=G. Seiß | ||
|contact_maintenance=[mailto:pre.proghome@baw.de | |contact_maintenance=[mailto:pre.proghome@baw.de working group PRE] | ||
|documentation=$PROGHOME/examples/fd2basis/* | |documentation=$PROGHOME/examples/fd2basis/* | ||
}} | }} |
Latest revision as of 13:18, 10 October 2022
Basic Information
Name of Program
FD2BASIS
Version-Date
October 2021
Description-Date
December 2013
Catchwords
finite differences methods
grid generation
distribution of land and water
Short Description of Functionality
The program FD2BASIS generates a FIDISOR/FIDIRB grid with correct distribution of land and water areas. The latter is constructed from digitized boundary structure lines like the high water boundary ( simulations of normal tidal situations) or dike line (for storm surge simulations).
Input-Files
- input control file (type fd2basis.dat)
- one or more files with digitized boundary structures (type digi.gkk)
Output-Files
- basic FIDISOR/FIDIRB grid (type topo.bin)
- file randpkte.dat with boundary cell indices and the intersecting polygon part (is used internally for boundary fit).
- buffer files liste_1.dat and liste_2.dat
- printer file fd2basis.sdr
- (optional) trace file fd2basis.trc
Methodology
First a matrix IPOLY is allocated with given grid dimension which contains 0 overall. Then all cells which are touched by the given boundary structures are set to the values 99 or 98 (fix point or interpolated point respectively). Now land is initialized with -99, beginning with the landpoints given by the user. If a cell is reached, which has a value different from 0 the search continues in another main direction or at the next landpoint. All initialized land cells become starting points itself. For purpose of memory saving parts of the starting points are buffered on disk.
Last step is the correction of the boundary points. If the area of land inside the cell is greater than that of water, the cell is set to land. The area is calculated from the intersection polygon, which was stored in randpkte.dat.
Remarks:
- The structures can be stored as parts and there is no need of sorting before using this program. The only constraint is that they must in total represent closed structures (islands) or their beginning and ending shall both lie outside the grid area. Holes in a boundary can lead to unwanted results!
- A structure which contains only one point is ignored. Double points following each other are used like one point.
- A manual postprocessing can be neccessary for thin areas of water or land (land connections, small channels) if resolution of the grid is not high enough to resolve theese structures.
- Coordinates of raw data files are now transformed to a user defined coordinate reference systen (CRS) if necessary. To support this feature, the user must include a magic comment with the content "C CRS=xxxxx" at the beginning of the file. Here "xxxxx" stands for the EPSG code of the CRS. Additionally the user has to set the environment variable BAWCRS to a valid CRS. All Input files of type topo.bin must be realized in this user CRS.
Valid (supported) CRS are found in the description GEOTRANSFORMER.
For the coordinate shift from DHDN/STN to ETRS89 the NTv2 method is used with the grid shift files, which are defined by environment variables NTV2GRID (DHDN) and NTV2STN (STN).
Program(s) to run before this Program
digitizer program (PC), GISMO
Program(s) to run after this Program
Additional Information
Language
Fortran2003
Additional software
-
Original Version
G. Seiß
Maintenance
Documentation/Literature
$PROGHOME/examples/fd2basis/*
back to Program Descriptions