TR2KACHEL: Difference between revisions
From BAWiki
imported>BAWiki 3 (Created page with '{{ProgramDescription |name_de=TR2KACHEL |name=TR2KACHEL |version=V 3.x |version_descr=July 1998 |catchwords=postprocessor<br /> finite difference method<br /> numerical model T…') |
Günther Lang (talk | contribs) (working group POS) |
||
(2 intermediate revisions by 2 users not shown) | |||
Line 3: | Line 3: | ||
|name=TR2KACHEL | |name=TR2KACHEL | ||
|version=V 3.x | |version=V 3.x | ||
|version_descr= | |version_descr=September 2022 | ||
|catchwords=postprocessor<br /> | |catchwords=postprocessor<br /> | ||
finite difference method<br /> | finite difference method<br /> | ||
Line 22: | Line 22: | ||
|outputfiles= | |outputfiles= | ||
#bathymetry and index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]]) | #bathymetry and index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]]) | ||
#model results for the tile(s) (filetype[[TR2.RESULT|tr2.result]]) | #model results for the tile(s) (filetype [[TR2.RESULT|tr2.result]]) | ||
#informative printer file (filetype tr2kachel.sdr) | #informative printer file (filetype tr2kachel.sdr) | ||
#(optional) trace of program execution (filetype tr2kachel.trc) | #(optional) trace of program execution (filetype tr2kachel.trc) | ||
|methodology=Bathymetry as well as computational results are extracted without loss of information from the global files and are stored for each tile in separate files. | |methodology=Bathymetry as well as computational results are extracted without loss of information from the global files and are stored for each tile in separate files. | ||
|preprocessor=[[TRIM-2D]] | |preprocessor=[[TRIM-2D]] | ||
|postprocessor=[[TR2DIDA]], [[TR2GEOM]] | |postprocessor=[[TR2DIDA]], [[TR2GEOM]], [[TR2ISSUSKONVERT]] | ||
|language= | |language=Fortran95 | ||
|add_software=- | |add_software=- | ||
|contact_original= | |contact_original=G. Lang | ||
|contact_maintenance=[mailto: | |contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] | ||
|documentation=$PROGHOME/examples/tr2kachel/ | |documentation=$PROGHOME/examples/tr2kachel/ | ||
}} | }} |
Latest revision as of 11:34, 6 September 2022
Basic Information
Name of Program
TR2KACHEL
Version-Date
V 3.x
Description-Date
September 2022
Catchwords
postprocessor
finite difference method
numerical model TRIM-2D
extraction of bathymetry for a tile
extraction of data for a tile
Short Description of Functionality
The program TR2KACHEL is a postprocessor for the numerical model TRIM-2D. This program has been designed to extract bathymetry for a tile out of the overall modell area. The program also extracts the computational results for this limited tile area from the results calculated for the whole domain and stores them in separate files. Optional deletion of the overall computational results is possible.
The reduction of the amount of data due to the extraction process can be favourably used during graphic display and analysis of the data.
Several piles can be treated at the same time.
Please regard the shell-script TRIMKACH that generates general input data and starts TR2KACHEL whenever it finds a resultfile. The use of TRIMKACH reduces the diskspace used by model results.
Input-Files
- general input data (filetype tr2kachel.dat)
- bathymetry and index-arrays (filetype tr2.topo.bin.ind)
- model results (filetype tr2.result)
Output-Files
- bathymetry and index-arrays for the tile(s) (filetype tr2.topo.bin.ind)
- model results for the tile(s) (filetype tr2.result)
- informative printer file (filetype tr2kachel.sdr)
- (optional) trace of program execution (filetype tr2kachel.trc)
Methodology
Bathymetry as well as computational results are extracted without loss of information from the global files and are stored for each tile in separate files.
Program(s) to run before this Program
Program(s) to run after this Program
TR2DIDA, TR2GEOM, TR2ISSUSKONVERT
Additional Information
Language
Fortran95
Additional software
-
Original Version
G. Lang
Maintenance
Documentation/Literature
$PROGHOME/examples/tr2kachel/
back to Program Descriptions