<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.baw.de/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ak3glang</id>
	<title>BAWiki - User contributions [en]</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.baw.de/en/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Ak3glang"/>
	<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=Special:Contributions/Ak3glang"/>
	<updated>2026-05-18T20:58:41Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCCHUNKIE&amp;diff=15321</id>
		<title>NCCHUNKIE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCCHUNKIE&amp;diff=15321"/>
		<updated>2022-11-07T08:04:51Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: somelinks to IZW-Campus were updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCCHUNKIE&lt;br /&gt;
|name=NCCHUNKIE&lt;br /&gt;
|version=April 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of data READ to chunk size of input data &amp;lt;br /&amp;gt;&lt;br /&gt;
automatic computation of chunk sizes for result variables to support orthogonal data access &amp;lt;br /&amp;gt;&lt;br /&gt;
parrallelization (&#039;&#039;collective&#039;&#039; IO) using [http://de.wikipedia.org/wiki/Message_Passing_Interface MPI]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCCHUNKIE can be used to chunk data stored in [[CF-NETCDF.NC|cf-netcdf.nc]] files:&lt;br /&gt;
# Chunk sizes are computed automatically, and all dimensions are chunked to support orthogonal data access;&lt;br /&gt;
# Resulting chunks sizes lie somewhere between &#039;&#039;Disc Block Size&#039;&#039; and &#039;&#039;Chunk Buffer Size&#039;&#039;; &lt;br /&gt;
# Online compression is used during storage of data (low level of compression used, level 1);&lt;br /&gt;
# A netCDF-4 file is created (serial version creates NetCDF4 &#039;&#039;classic model format&#039;&#039;);&lt;br /&gt;
# Parameters &#039;&#039;cache size&#039;&#039; and &#039;&#039;cache nelems&#039;&#039; used within netCDF-4 API are automatically determined.&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# No input steering data file required (parameters in command line or interactive specification);&lt;br /&gt;
# &#039;&#039;&#039;UGRID CF NetCDF data set&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles= &lt;br /&gt;
# &#039;&#039;&#039;UGRID CF NetCDF data set&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type NCCHUNKIE.sdr) with informations related to program execution, required time for READ and WRITE of data, effective data transfer rates.&lt;br /&gt;
# &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type NCCHUNKIE.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Some concepts published in [https://support.hdfgroup.org/pubs/papers/2008-06_netcdf4_perf_report.pdf https://support.hdfgroup.org/pubs/papers/2008-06_netcdf4_perf_report.pdf] were used.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCANALYSE]], [[NCAGGREGATE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[NCANALYSE]], [[NCAGGREGATE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NC2TABLE]], [[NetCDF Operators]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2020-11-02: [https://izw-campus.baw.de/goto.php?target=cat_1832&amp;amp;client_id=iliasclient &#039;&#039;Chunking und NCCHUNKIE&#039;&#039;];&lt;br /&gt;
** 2019-08-02: [https://izw-campus.baw.de/goto.php?target=cat_1831&amp;amp;client_id=iliasclient &#039;&#039;Anmerkungen zur Chunked I/O mit NetCDF-4 / HDF5&#039;&#039;].&lt;br /&gt;
* Template file(s):&lt;br /&gt;
** No template files available.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCAGGREGATE&amp;diff=15320</id>
		<title>NCAGGREGATE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCAGGREGATE&amp;diff=15320"/>
		<updated>2022-11-07T08:01:22Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: somelinks to IZW-Campus were updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCAGGREGATE&lt;br /&gt;
|name=NCAGGREGATE&lt;br /&gt;
|version=July 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Tidal_Characteristic_Numbers|tidal characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Characteristic_Numbers_.28independent_of_the_presence_of_tides.29|tide-independent characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for tidal characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for tide-independent characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
aggregated data for control volumes and exchanges&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
support of computational results based on sub-grid bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
support of DMQS metadata and variables&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of data READ to chunk size of input data &amp;lt;br /&amp;gt;&lt;br /&gt;
automatic computation of chunk sizes for result variables to support orthogonal data access&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCAGGRGATE may be useful in different situations which are listed in the following. For each type of application a list of programs (with sequence of execution) is given:&lt;br /&gt;
* aggregation of synoptic transport data for control volumes aiming at a precise balance of transports (water volume, salt, etc.):&amp;lt;br /&amp;gt;Attention: To get an input file suitable for INSPECT_CONTROL_VOLUMES, the simulation must be performed at least with salt or temperature. Even if you are only interested in the hydrodynamics, NCAGGREGATE also has to aggregate the salt or temperature values. The aggregated synoptic water volume is otherwise not calculated. However, this physical quantity is required for the calculations performed in INSPECT_CONTROL_VOLUMES.&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# NCAGGREGATE,&lt;br /&gt;
*# [[INSPECT_CONTROL_VOLUMES]] (check results),&lt;br /&gt;
*# [[NCANALYSE]], and&lt;br /&gt;
*# [[DISPLAY_CONTROL_VOLUMES]].&lt;br /&gt;
* aggregation of synoptic data (water level, current velocity, salinity, etc.) aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
* aggregation of characteristic numbers aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# [[NCANALYSE]],&lt;br /&gt;
*# [[NCPLOT]] (check characteristic numbers),&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
* aggregation of differences for characteristic numbers or synoptic data aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]] (experimentally also for DFlow FM),&lt;br /&gt;
*# [[NCANALYSE]] (computation of characteristic numbers),&lt;br /&gt;
*# [[NCPLOT]] (check characteristic numbers),&lt;br /&gt;
*# [[NCDELTA]],&lt;br /&gt;
*# [[NCPLOT]] (check differences),&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
During aggragation of classical data &#039;&#039;land binary masks&#039;&#039; (LBM) are automatically added to the result file. LBMs are used to describe the distribution of land and water at aggregation time. LBMs therefore empower visualization programs like [[NCPLOT]] to optimally present aggregated data in combination with a meaningful land-water-distribution.&lt;br /&gt;
&lt;br /&gt;
Optionally the user is able to generate percentiles (0.01, 0.05, 0.50, 0.95 and 0.99) as well as probability distributions in addition to those aggregated data which are &#039;&#039;usually&#039;&#039; created. For further advice see  [[NCAGGREGATE.DAT|ncaggregate.dat]].&lt;br /&gt;
&lt;br /&gt;
[[File:ncaggregate_patch.png|thumb|&#039;&#039;&#039;Picture &#039;&#039;control volumes and exchanges&#039;&#039;&#039;&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCAGGREGATE.DAT|ncaggregate.dat]]);&lt;br /&gt;
# file with &#039;&#039;&#039;classifications&#039;&#039;&#039; for probability distributions (file type [[BOUNDS.CFG.DAT|bounds.cfg.dat]]) &amp;lt;br /&amp;gt;Hint: (Recommended) Local configuration file  or file from the directory &#039;&#039;$PROGHOME/cfg/&#039;&#039;.&lt;br /&gt;
# &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
# &#039;&#039;&#039;control volumes&#039;&#039;&#039; (file type [[IPDS.DAT|ipds.dat]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;data analysis result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]); see &#039;&#039;[[NetCDF aggregation for unstructured grids]]&#039;&#039; for details about the aggregational grid.&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncaggregate.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncaggregate.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Physical data, suitable for aggregation, are collected for different control volumes as well as exchanges between adjacent control volumes. &lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[UNTRIM2007]], [[UNTRIM2]], [[INSEL2IPDS]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[INSPECT_CONTROL_VOLUMES]], [[NCANALYSE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (available in German only):&lt;br /&gt;
** 2014-03-12: [http://ewisa.baw.de/files/09206_tv12_2014_03_12_aggregation_g_lang.pdf &#039;&#039;Aggregation von Daten&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
**2020-12-07: [https://izw-campus.baw.de/goto.php?target=cat_1830&amp;amp;client_id=iliasclient &#039;&#039;Aggregation und NCAGGREGATE&#039;&#039;].&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncaggregate&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=15319</id>
		<title>NCANALYSE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=15319"/>
		<updated>2022-11-07T07:58:08Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: bracket added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCANALYSE&lt;br /&gt;
|name=NCANALYSE&lt;br /&gt;
|version=March 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
measured time series data (optionally with [http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.html#flags flag variables] for a more detailed qualification of data) &amp;lt;br /&amp;gt;&lt;br /&gt;
depth averaged (2D) and depth structured data (3D) with z-layers&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Current|tidal characteristic numbers of current]], [[Tidal Characteristic Numbers of Water Transport|tidal characteristic numbers of water transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Salinity|tidal characteristic numbers of salinity]], [[Tidal Characteristic Numbers of Salt Transport|tidal characteristic numbers of salt transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Temperature|tidal characteristic numbers of temperature]], [[Tidal Characteristic Numbers of Heat Transport|tidal characteristic numbers of heat transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Sediment Transport|tidal characteristic numbers of suspended sediment]],&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Load Transport|tidal characteristic numbers of suspended load transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Tracer Load|tidal characteristic numbers of tracer load]], [[Tidal Characteristic Numbers of Tracer Load Transport|tidal characteristic numbers of tracer load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|tidal characteristic numbers of effective bed shear stress]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Bed Load Transport|tidal characteristic numbers of bed load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Potential Energy Anomaly|tidal characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Water Level|harmonic analysis of water level]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Current Velocity|harmonic analysis of current velocity]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers of water level (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Current Velocity (independent of tides)|characteristic numbers of current velocity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salinity (independent of tides)|characteristic numbers of salinity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Temperature (independent of tides)|characteristic numbers of temperature (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)|characteristic numbers of suspended sediment concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Load (independent of tides)|characteristic numbers of tracer load (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Oxygen Concentration (independent of tides)|characteristic numbers of oxygen concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Morphodynamics (independent of tides)|characteristic numbers of morphodynamics (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Bed Load Transport (independent of tides)|characteristic numbers of bedload transport (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)|characteristic numbers of effective bed shear stress (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Transport (independent of tides)|characteristic numbers of water transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salt Transport (independent of tides)|characteristic numbers of salt transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Heat Transport (independent of tides)|characteristic numbers of heat transport (independent of tides)]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Transport (independent of tides)|characteristic numbers of tracer transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Transport (independent of tides)|characteristic numbers of suspended sediment transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Sediment Transport (independent of tides)|characteristic numbers of sediment transport (independent of tides)]] (bed and suspended load at the bottom)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tidal Energy Transport|characteristic numbers of tidal energy transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Potential Energy Anomaly (independent of tides)|characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Meteorological Data (independent of tides)|characteristic numbers of meteorological data (wind speed)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers for Wave and Sea State (independent of tides)|characteristic numbers for wave and sea state (significant wave height)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model with subgrid information&amp;lt;br /&amp;gt;&lt;br /&gt;
data at individual locations (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;timeSeriesProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
data at multiple locations along trajectories (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;trajectoryProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP] and [http://en.wikipedia.org/wiki/Message_Passing_Interface MPI]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic setting of WRITE chunk sizes for written variables&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional closing of data gaps at reference positions by interpolation &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCANALYSE.DAT|ncanalyse.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;data analysis result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncanalyse.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncanalyse.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The following data analysis methods are currently available:&lt;br /&gt;
* Tidal Characteristic Numbers:&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Level]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Current]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salinity]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Temperature]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Sediment Transport|Tidal Characteristic Numbers of Suspended Sediment]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|Tidal Characteristic Numbers of Effective Bed Shear Stress]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Bed Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Potential Energy Anomaly]].&lt;br /&gt;
* Tide-dependent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salt Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Heat Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load Transport]].&lt;br /&gt;
* Harmonic Analysis:&lt;br /&gt;
*# [[Harmonic Analysis of Water Level]];&lt;br /&gt;
*# [[Harmonic Analysis of Current Velocity]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers:&lt;br /&gt;
*# [[Characteristic Numbers of Water Level (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Current Velocity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salinity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Temperature (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Load (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Oxygen Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Morphodynamics (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Bed Load Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Potential Energy Anomaly (independent of tides)]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salt Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Heat Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed an suspended load at the bottom).&lt;br /&gt;
* Tidal Energy Transport:&lt;br /&gt;
*# [[Characteristic Numbers of Tidal Energy Transport]]&lt;br /&gt;
* Characteristic Numbers of Meteorological Data:&lt;br /&gt;
*# [[Characteristic Numbers of Meteorological Data (independent of tides)|wind speed]].&lt;br /&gt;
* Characteristic Numbers for Wave and Sea State:&lt;br /&gt;
*# [[Characteristic Numbers for Wave and Sea State (independent of tides)|significant wave height]].&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[DISPLAY_CONTROL_VOLUMES]], [[NCAGGREGATE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]], [[PLOTTS]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (many available in German only):&lt;br /&gt;
** 2021-06-16: [http://doi.org/10.13140/RG.2.2.20390.45120 &#039;&#039;Tidal Asymmetry - Classical Parameters vs Skewness&#039;&#039;] (DOI: [http://doi.org/10.13140/RG.2.2.20390.45120 http://doi.org/10.13140/RG.2.2.20390.45120]);&lt;br /&gt;
** 2015-05-29: [http://ewisa.baw.de/files/12556_tv12_2015_05_29_tide_energie_transport_g_lang.pdf &#039;&#039;Tidewelle und Energietransport&#039;&#039;] (DOI: [http://dx.doi.org/10.13140/RG.2.2.31352.14089 http://dx.doi.org/10.13140/RG.2.2.31352.14089]);&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11284_tv12_2014_12_03_ncanalyse_lzks_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11285_tv12_2014_12_03_ncanalyse_tdks_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-10-08: [http://ewisa.baw.de/files/10587_tv12_2014_10_08_ncanalyse_lzkv_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2014-09-10: [http://ewisa.baw.de/files/10588_tv12_2014_09_10_allgemein_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2013-08-07: [http://ewisa.baw.de/files/08510_speech_2013-08-07.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Wasserstands&#039;&#039;];&lt;br /&gt;
** 2013-05-15: [http://ewisa.baw.de/files/08500_speech_2013-05-15.pdf &#039;&#039;NCANALYSE - Daten aus CF netCDF Dateien analysieren&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-04-25: [https://izw-campus.baw.de/goto.php?target=cat_4105&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse LZKW (tideunabhängige Kennwerte des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2022-03-21: [https://izw-campus.baw.de/goto.php?target=cat_3829&amp;amp;client_id=iliasclient &#039;&#039;Energietransport einer Tidewelle&#039;&#039;];&lt;br /&gt;
** 2021-11-29: [https://izw-campus.baw.de/goto.php?target=cat_3490&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen - Wechselwirkung zwischen Salzgehalt und Schwebstoffgehalt&#039;&#039;];&lt;br /&gt;
** 2021-10-18: [https://izw-campus.baw.de/goto.php?target=cat_3301&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen verschiedener Kennwerte (Einfluss des Salzgehalts auf verschiedene Kenngrößen)&#039;&#039;];&lt;br /&gt;
** 2021-09-13: [https://izw-campus.baw.de/goto.php?target=cat_3102&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKA (Tidekennwerte der Anomalie der Potentiellen Energie)&#039;&#039;];&lt;br /&gt;
** 2021-08-09: [https://izw-campus.baw.de/goto.php?target=cat_1830&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKS (Tidekennwerte des Salzgehalts)&#039;&#039;];&lt;br /&gt;
** 2021-06-07: [https://izw-campus.baw.de/goto.php?target=cat_2554&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE Update zu Skewness - aus Partialtiden des Wasserstands und der Strömung&#039;&#039;];&lt;br /&gt;
** 2021-04-19: [https://izw-campus.baw.de/goto.php?target=cat_2329&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQV (Harmonische Analyse der Strömung)&#039;&#039;];&lt;br /&gt;
** 2021-03-08: [https://izw-campus.baw.de/goto.php?target=cat_2224&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQW (Harmonische Analyse des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2021-02-08: [https://izw-campus.baw.de/goto.php?target=cat_1940&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKV (Tidekennwerte der Strömungsgeschwindigkeit)&#039;&#039;];&lt;br /&gt;
** 2021-01-11: [https://izw-campus.baw.de/goto.php?target=cat_1853&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKW (Tidekennwerte des Wasserstands)&#039;&#039;].&lt;br /&gt;
* Template input files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncanalyse&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=15318</id>
		<title>NCANALYSE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=15318"/>
		<updated>2022-11-07T07:54:53Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: somelinks to IZW-Campus were updated&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCANALYSE&lt;br /&gt;
|name=NCANALYSE&lt;br /&gt;
|version=March 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
measured time series data (optionally with [http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.html#flags flag variables] for a more detailed qualification of data) &amp;lt;br /&amp;gt;&lt;br /&gt;
depth averaged (2D) and depth structured data (3D) with z-layers&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Current|tidal characteristic numbers of current]], [[Tidal Characteristic Numbers of Water Transport|tidal characteristic numbers of water transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Salinity|tidal characteristic numbers of salinity]], [[Tidal Characteristic Numbers of Salt Transport|tidal characteristic numbers of salt transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Temperature|tidal characteristic numbers of temperature]], [[Tidal Characteristic Numbers of Heat Transport|tidal characteristic numbers of heat transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Sediment Transport|tidal characteristic numbers of suspended sediment]],&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Load Transport|tidal characteristic numbers of suspended load transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Tracer Load|tidal characteristic numbers of tracer load]], [[Tidal Characteristic Numbers of Tracer Load Transport|tidal characteristic numbers of tracer load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|tidal characteristic numbers of effective bed shear stress]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Bed Load Transport|tidal characteristic numbers of bed load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Potential Energy Anomaly|tidal characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Water Level|harmonic analysis of water level]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Current Velocity|harmonic analysis of current velocity]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers of water level (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Current Velocity (independent of tides)|characteristic numbers of current velocity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salinity (independent of tides)|characteristic numbers of salinity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Temperature (independent of tides)|characteristic numbers of temperature (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)|characteristic numbers of suspended sediment concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Load (independent of tides)|characteristic numbers of tracer load (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Oxygen Concentration (independent of tides)|characteristic numbers of oxygen concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Morphodynamics (independent of tides)|characteristic numbers of morphodynamics (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Bed Load Transport (independent of tides)|characteristic numbers of bedload transport (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)|characteristic numbers of effective bed shear stress (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Transport (independent of tides)|characteristic numbers of water transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salt Transport (independent of tides)|characteristic numbers of salt transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Heat Transport (independent of tides)|characteristic numbers of heat transport (independent of tides)]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Transport (independent of tides)|characteristic numbers of tracer transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Transport (independent of tides)|characteristic numbers of suspended sediment transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Sediment Transport (independent of tides)|characteristic numbers of sediment transport (independent of tides)]] (bed and suspended load at the bottom)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tidal Energy Transport|characteristic numbers of tidal energy transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Potential Energy Anomaly (independent of tides)|characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Meteorological Data (independent of tides)|characteristic numbers of meteorological data (wind speed)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers for Wave and Sea State (independent of tides)|characteristic numbers for wave and sea state (significant wave height)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model with subgrid information&amp;lt;br /&amp;gt;&lt;br /&gt;
data at individual locations (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;timeSeriesProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
data at multiple locations along trajectories (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;trajectoryProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP] and [http://en.wikipedia.org/wiki/Message_Passing_Interface MPI]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic setting of WRITE chunk sizes for written variables&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional closing of data gaps at reference positions by interpolation &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCANALYSE.DAT|ncanalyse.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;data analysis result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncanalyse.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncanalyse.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The following data analysis methods are currently available:&lt;br /&gt;
* Tidal Characteristic Numbers:&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Level]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Current]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salinity]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Temperature]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Sediment Transport|Tidal Characteristic Numbers of Suspended Sediment]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|Tidal Characteristic Numbers of Effective Bed Shear Stress]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Bed Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Potential Energy Anomaly]].&lt;br /&gt;
* Tide-dependent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salt Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Heat Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load Transport]].&lt;br /&gt;
* Harmonic Analysis:&lt;br /&gt;
*# [[Harmonic Analysis of Water Level]];&lt;br /&gt;
*# [[Harmonic Analysis of Current Velocity]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers:&lt;br /&gt;
*# [[Characteristic Numbers of Water Level (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Current Velocity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salinity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Temperature (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Load (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Oxygen Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Morphodynamics (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Bed Load Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Potential Energy Anomaly (independent of tides)]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salt Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Heat Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed an suspended load at the bottom).&lt;br /&gt;
* Tidal Energy Transport:&lt;br /&gt;
*# [[Characteristic Numbers of Tidal Energy Transport]]&lt;br /&gt;
* Characteristic Numbers of Meteorological Data:&lt;br /&gt;
*# [[Characteristic Numbers of Meteorological Data (independent of tides)|wind speed]].&lt;br /&gt;
* Characteristic Numbers for Wave and Sea State:&lt;br /&gt;
*# [[Characteristic Numbers for Wave and Sea State (independent of tides)|significant wave height]].&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[DISPLAY_CONTROL_VOLUMES]], [[NCAGGREGATE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]], [[PLOTTS]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (many available in German only):&lt;br /&gt;
** 2021-06-16: [http://doi.org/10.13140/RG.2.2.20390.45120 &#039;&#039;Tidal Asymmetry - Classical Parameters vs Skewness&#039;&#039;] (DOI: [http://doi.org/10.13140/RG.2.2.20390.45120 http://doi.org/10.13140/RG.2.2.20390.45120]);&lt;br /&gt;
** 2015-05-29: [http://ewisa.baw.de/files/12556_tv12_2015_05_29_tide_energie_transport_g_lang.pdf &#039;&#039;Tidewelle und Energietransport&#039;&#039;] (DOI: [http://dx.doi.org/10.13140/RG.2.2.31352.14089 http://dx.doi.org/10.13140/RG.2.2.31352.14089]);&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11284_tv12_2014_12_03_ncanalyse_lzks_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11285_tv12_2014_12_03_ncanalyse_tdks_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-10-08: [http://ewisa.baw.de/files/10587_tv12_2014_10_08_ncanalyse_lzkv_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2014-09-10: [http://ewisa.baw.de/files/10588_tv12_2014_09_10_allgemein_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2013-08-07: [http://ewisa.baw.de/files/08510_speech_2013-08-07.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Wasserstands&#039;&#039;];&lt;br /&gt;
** 2013-05-15: [http://ewisa.baw.de/files/08500_speech_2013-05-15.pdf &#039;&#039;NCANALYSE - Daten aus CF netCDF Dateien analysieren&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-04-25: [https://izw-campus.baw.de/goto.php?target=cat_4105&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse LZKW (tideunabhängige Kennwerte des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2022-03-21: [https://izw-campus.baw.de/goto.php?target=cat_3829&amp;amp;client_id=iliasclient &#039;&#039;Energietransport einer Tidewelle&#039;&#039;];&lt;br /&gt;
** 2021-11-29: [https://izw-campus.baw.de/goto.php?target=cat_3490&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen - Wechselwirkung zwischen Salzgehalt und Schwebstoffgehalt&#039;&#039;];&lt;br /&gt;
** 2021-10-18: [https://izw-campus.baw.de/goto.php?target=cat_3301&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen verschiedener Kennwerte (Einfluss des Salzgehalts auf verschiedene Kenngrößen)&#039;&#039;];&lt;br /&gt;
** 2021-09-13: [https://izw-campus.baw.de/goto.php?target=cat_3102&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKA (Tidekennwerte der Anomalie der Potentiellen Energie)&#039;&#039;];&lt;br /&gt;
** 2021-08-09: [https://izw-campus.baw.de/goto.php?target=cat_1830&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKS (Tidekennwerte des Salzgehalts)&#039;&#039;];&lt;br /&gt;
** 2021-06-07: [https://izw-campus.baw.de/goto.php?target=cat_2554&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE Update zu Skewness - aus Partialtiden des Wasserstands und der Strömung&#039;&#039;];&lt;br /&gt;
** 2021-04-19: [https://izw-campus.baw.de/goto.php?target=cat_2329&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQV (Harmonische Analyse der Strömung)&#039;&#039;];&lt;br /&gt;
** 2021-03-08: [https://izw-campus.baw.de/goto.php?target=cat_2224&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQW (Harmonische Analyse des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2021-02-08: https://izw-campus.baw.de/goto.php?target=cat_1940&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKV (Tidekennwerte der Strömungsgeschwindigkeit)&#039;&#039;];&lt;br /&gt;
** 2021-01-11: [https://izw-campus.baw.de/goto.php?target=cat_1853&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKW (Tidekennwerte des Wasserstands)&#039;&#039;].&lt;br /&gt;
* Template input files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncanalyse&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA.DAT&amp;diff=14927</id>
		<title>NCDELTA.DAT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA.DAT&amp;diff=14927"/>
		<updated>2022-10-10T06:56:42Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: text related to Max_Read_Storage modified.&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{FileDescription&lt;br /&gt;
|name_de=NCDELTA.DAT&lt;br /&gt;
|filetype=ncdelta.dat&lt;br /&gt;
|version=October 2022&lt;br /&gt;
|version_descr=October 2022&lt;br /&gt;
|significance=contains general steering data for the program [[NCDELTA]].&lt;br /&gt;
|filecontents=&lt;br /&gt;
&#039;&#039;&#039;steering data&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* Block &#039;&#039;&#039;Program_Parameters&#039;&#039;&#039;: general steering data&lt;br /&gt;
*# &#039;&#039;&#039;Max_Read_Storage&#039;&#039;&#039;: number of data items in byte read from input file during each analysis cycle. This value gives a good approximation of [[NCDELTA|NCDELTA&#039;s]] mamximum memory requirements for each variable.&lt;br /&gt;
*# &#039;&#039;&#039;Max_Distance&#039;&#039;&#039;: maximum distance in [m] up to which points with different location are compared.&lt;br /&gt;
*# (optional) &#039;&#039;&#039;Print_Modus_Classify&#039;&#039;&#039;: parameter to steer informative printout messages in program section &#039;&#039;classification&#039;&#039;:&lt;br /&gt;
*## &#039;&#039;&#039;0&#039;&#039;&#039; = no extensive messages printed; &lt;br /&gt;
*## &#039;&#039;&#039;1&#039;&#039;&#039; = more extensive messages about classified variables will be printed. &lt;br /&gt;
*# (optional) &#039;&#039;&#039;Print_Modus_Pairs&#039;&#039;&#039;: parameter to steer informative printout messages in program section &#039;&#039;primary partner variables&#039;&#039;:&lt;br /&gt;
*## &#039;&#039;&#039;0&#039;&#039;&#039; = no extensive messages printed; &lt;br /&gt;
*## &#039;&#039;&#039;1&#039;&#039;&#039; = more extensive messages about detected variable pairs will be printed;&lt;br /&gt;
*## &#039;&#039;&#039;2&#039;&#039;&#039; = also informations about rejected variable pairs will be printed.&lt;br /&gt;
*# (optional) &#039;&#039;&#039;Print_Modus_Define&#039;&#039;&#039;: parameter to steer informative printout messages in program section &#039;&#039;definition of computational results&#039;&#039;:&lt;br /&gt;
*##&#039;&#039;&#039;0&#039;&#039;&#039; = no extensive messages printed; &lt;br /&gt;
*## &#039;&#039;&#039;1&#039;&#039;&#039; = more extensive informations with respect to metadata of computational results will be printed. &lt;br /&gt;
*# (optional) &#039;&#039;&#039;Print_Modus_Compute&#039;&#039;&#039;: parameter to steer informative printout messages in program section &#039;&#039;computation of results&#039;&#039;:&lt;br /&gt;
*##&#039;&#039;&#039;0&#039;&#039;&#039; = no extensive messages printed; &lt;br /&gt;
*## &#039;&#039;&#039;1&#039;&#039;&#039; = more extensive messages about computational result variables will be printed.&lt;br /&gt;
*# (optional) &#039;&#039;&#039;NC_Deflate_Level&#039;&#039;&#039;: deflate level (0,1,2,...,9) for online compression of data during write. 0 corresponds to no compression and 9 to maximum compression&lt;br /&gt;
*# (optional) &#039;&#039;&#039;NC_Cmode_Id&#039;&#039;&#039;: &#039;&#039;creation mode flag&#039;&#039; used for [[NetCDF|CF NetCDF]] method  [https://www.unidata.ucar.edu/software/netcdf/netcdf-4/newdocs/netcdf-f90/NF90_005fCREATE.html NF90_CREATE]. Typical values used in this application are:&lt;br /&gt;
*#* 4 = &#039;&#039;&#039;NF90_64BIT_OFFSET&#039;&#039;&#039; (NetCDF 64Bit file, no HDF - no online compression);&lt;br /&gt;
*#* 5 = &#039;&#039;&#039;NF90_CLASSIC_MODEL&#039;&#039;&#039; (HDF file without use of extended HDF features - with online compression).&lt;br /&gt;
* Block &#039;&#039;&#039;Data_Files&#039;&#039;&#039;: data files&lt;br /&gt;
*# &#039;&#039;&#039;Reference_File&#039;&#039;&#039;: file (NETCDF) with &#039;&#039;&#039;reference&#039;&#039;&#039; data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
*# &#039;&#039;&#039;Variant_File&#039;&#039;&#039;: file (NETCDF) with &#039;&#039;&#039;variant&#039;&#039;&#039; data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
*# &#039;&#039;&#039;Result_File&#039;&#039;&#039;: file (NETCDF) for &#039;&#039;&#039;result&#039;&#039;&#039; data (filetype [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;Reference_Period&#039;&#039;&#039;: start and end time of period of comparison for reference data (for synoptic data only);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;Variant_Period&#039;&#039;&#039;: start and end time of period of comparison for variant data (for synoptic data only).&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;Data_Operations&#039;&#039;&#039;: data operations&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Ordinary_Differences&#039;&#039;&#039;: compute (.true.) common differences (if possible) or do not compute (.false.);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Taylor_Diagram_Data&#039;&#039;&#039;: compute (.true.) data for Taylor diagram (if possible) or do not compute (.false.); including skill scores according to Taylor (2001) equations 4 and 5;&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Median&#039;&#039;&#039;: compute (.true.) median (&amp;gt;= 32 events) or do not compute (.false.);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Percentiles_05_95&#039;&#039;&#039;: compute (.true.) percentiles Q05, Q95 (&amp;gt;= 32 events) or do not compute (.false.);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Percentiles_01_99&#039;&#039;&#039;: compute (.true.) percentiles Q01, Q99 (&amp;gt;= 51 events) or do not compute (.false.);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Murphy_Skill_1988&#039;&#039;&#039;: compute (.true.) skill according to Murphy (1988) equation 4 or do not compute (.false.);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Skill_Willmott_1981&#039;&#039;&#039;: compute (.true.) skill according to Willmott (1981) Index of agreement (d);&lt;br /&gt;
*# (optional) &#039;&#039;&#039;With_Original_Data&#039;&#039;&#039;: copy (.true.) or not (.false.) input data from which ordinary differences are computed.&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;Exclude_Variable_From_NCDELTA&#039;&#039;&#039;: list of variables to be excluded from computation.&lt;br /&gt;
*# &#039;&#039;&#039;Variant_Variable&#039;&#039;&#039;: variable from &#039;&#039;Variant-File&#039;&#039;. Key can be prescribed several times. With exception of the variables listed here results will be computed for all primary variable pairs.&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;Include_Only_Variable_for_NCDELTA&#039;&#039;&#039;: list of variables for which results ar exclusively computed.&lt;br /&gt;
*# &#039;&#039;&#039;Variant_Variable&#039;&#039;&#039;: variable from &#039;&#039;Variant-File&#039;&#039;. Key can be prescribed several times. Results will be solely computed for the variables listed here.&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;No_Normal_Vector_Variable&#039;&#039;&#039;: The list of variables which are normal vectors is (mostly) automatically determined with [[NCDELTA]]. So far, unfortunately, not all of them can be safely identified based on CF metadata. With this list variables can be explicitely &#039;&#039;&#039;&#039;&#039;excluded&#039;&#039;&#039;&#039;&#039; from the class of normal vector variables.&lt;br /&gt;
*# &#039;&#039;&#039;Variable&#039;&#039;&#039;: variable from  &#039;&#039;Variant-File&#039;&#039; or &#039;&#039;Reference_File&#039;&#039;. Key can be prescribed several times.&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;Normal_Vector_Variable&#039;&#039;&#039;: The list of variables which are normal vectors is (mostly) automatically determined with [[NCDELTA]]. So far, unfortunately, not all of them can be safely identified based on CF metadata. With this list variables can be explicitely &#039;&#039;&#039;&#039;&#039;included&#039;&#039;&#039;&#039;&#039; in the class of normal vector variables.&lt;br /&gt;
*# &#039;&#039;&#039;Variable&#039;&#039;&#039;: variable from  &#039;&#039;Variant-File&#039;&#039; or &#039;&#039;Reference_File&#039;&#039;. Key can be prescribed several times.&lt;br /&gt;
* (optional) Block &#039;&#039;&#039;Label_Relation&#039;&#039;&#039;: For intercomparison of  &#039;&#039;fractioned&#039;&#039; variables, for which the relationship between individual &#039;&#039;fractions&#039;&#039; (sediment, tidal constituent, etc.) cannot be automatically determined. In such situations the corresponding names must be prescribed by the user. Block can be specified several times.&lt;br /&gt;
*# &#039;&#039;&#039;Variant_Label_KV&#039;&#039;&#039;: name of a valid label coordinate variable from &#039;&#039;Variant_File&#039;&#039; or &#039;&#039;NONE&#039;&#039;.&lt;br /&gt;
*# &#039;&#039;&#039;Reference_Label_KV&#039;&#039;&#039;: name of a valid label coordinate variable from &#039;&#039;Reference_File&#039;&#039; or &#039;&#039;NONE&#039;&#039;.&lt;br /&gt;
*# &#039;&#039;&#039;Relation&#039;&#039;&#039;: &#039;&#039;name of a &#039;&#039;fraction&#039;&#039; in Variant_File&#039;&#039; &#039;&#039;&#039;:&#039;&#039;&#039; &#039;&#039;name of a &#039;&#039;fraction&#039;&#039; in Reference_File&#039;&#039;. Key can be specified several times. &#039;&#039;NONE&#039;&#039;  must be specified in case there exists no corresponding label coordinate variable. Colon is used as separator.&lt;br /&gt;
&lt;br /&gt;
===General Remarks===&lt;br /&gt;
# Dictionary files used from directory &#039;&#039;&#039;&#039;&#039;$PROGHOME/dic/&#039;&#039;&#039;&#039;&#039;:&lt;br /&gt;
#* &#039;&#039;&#039;&#039;&#039;ncdelta_dico.dat&#039;&#039;&#039;&#039;&#039;.&lt;br /&gt;
# Use Cases:&lt;br /&gt;
#* Case 1: &#039;&#039;&#039;Reference_File&#039;&#039;&#039; = simulation 1, &#039;&#039;&#039;Variant_File&#039;&#039;&#039; = simulation 2;&lt;br /&gt;
#* Case 2: &#039;&#039;&#039;Reference_File&#039;&#039;&#039; = measurement, &#039;&#039;&#039;Variant_File&#039;&#039;&#039; = simulation; &lt;br /&gt;
#* Case 3: &#039;&#039;&#039;Reference_File&#039;&#039;&#039; = measurement 1, &#039;&#039;&#039;Variant_File&#039;&#039;&#039; = measurement 2; &lt;br /&gt;
#: Synoptic data &#039;&#039;or&#039;&#039; data analysis results from program [[NCANALYSE]] can be used.&lt;br /&gt;
# General requirements:&lt;br /&gt;
#* Synoptic data:&lt;br /&gt;
#** length of time period must be identical (periods may differ), and&lt;br /&gt;
#** time step must be identical.&lt;br /&gt;
#* Analysis results ([[NCANALYSE]]):&lt;br /&gt;
#** length of period of data analysis must be comparable, and&lt;br /&gt;
#** number of events, e.g. tidal high water, must also be identical.&lt;br /&gt;
#* Z coordinate variables:   &lt;br /&gt;
#: z coordinate variables, if present, must be consistent with respect to&lt;br /&gt;
#:* CF attribute &#039;&#039;positive&#039;&#039; all with value &amp;quot;down&amp;quot;, or&lt;br /&gt;
#:* CF attribute &#039;&#039;positive&#039;&#039; all with value &amp;quot;up&amp;quot;&lt;br /&gt;
#: (see [http://cfconventions.org/ CF metadata conventions]).&lt;br /&gt;
# Special requirements:&lt;br /&gt;
#* ref. case 1: &lt;br /&gt;
#** same vertical structure (number of layers), and&lt;br /&gt;
#** identical (tracer-) fractions (if present).&lt;br /&gt;
#* ref. case 2: &lt;br /&gt;
#** identical (tracer-) fractions (if present), and&lt;br /&gt;
#** measured data may contain for the same (geographical) location (x,y) several measured data in different depths (z). Furthermore&lt;br /&gt;
#** for comparisons with measured current velocity attribute &amp;quot;name_id&amp;quot; of variable &amp;quot;current_velocity&amp;quot; must be set to 836. This requirement should be checked before execution (e.g. using ncdump). In case this condition is not fulfilled NCO tool NCATTED &amp;lt;br /&amp;gt; &#039;&#039;&#039;ncatted -a name_id,current_velocity,m,i,836 -O &#039;&#039;reference_file&#039;&#039;.nc&#039;&#039;&#039; &amp;lt;br /&amp;gt; can be used to redefine &amp;quot;name_id&amp;quot; accordingly.&lt;br /&gt;
#* ref. case 3: &lt;br /&gt;
#** each (geographical) location is allowed to be present only once; locations with several stacked data positions are not allowed currently with this use case.&lt;br /&gt;
&lt;br /&gt;
|nutzerprogramme=[[NCDELTA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|fileform=FORMATTED&lt;br /&gt;
|fileaccess=SEQUENTIAL&lt;br /&gt;
|fileextension=.dat&lt;br /&gt;
|writemodules= ---&lt;br /&gt;
|readmodules=$PROGHOME/fortran/prg/ncdelta/*/mod_m_ncdelta_steer.f90&lt;br /&gt;
|contact_original=[mailto:guenther.lang@baw.de G. Lang]&lt;br /&gt;
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&lt;br /&gt;
|examplefile=$PROGHOME/examples/ncdelta/ncdelta.dat&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14926</id>
		<title>NCDELTA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14926"/>
		<updated>2022-10-10T06:48:54Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: version date modified&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCDELTA&lt;br /&gt;
|name=NCDELTA&lt;br /&gt;
|version=October 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
differences of synoptic data (with optional restriction of time period)&amp;lt;br /&amp;gt;&lt;br /&gt;
differences of characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for extensive quantities&amp;lt;br /&amp;gt;&lt;br /&gt;
input data for Taylor diagram&amp;lt;br /&amp;gt;&lt;br /&gt;
median, percentiles (Q01, Q05, Q95, Q99)&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Murphy (1988) equation 4&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Taylor (2001) equations 4 and 5&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Willmott (1981) Index of agreement (d)&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic setting of WRITE chunk sizes for written variables&amp;lt;br /&amp;gt; &lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program computes differences for comparable variables (primary variable pairs) as well as additional statistical data derived from primary differences, but also data for Taylor diagrams (details see [[Differences of Calculated Results]]) can be computed for some types of data. Finding the primary variable pairs is done in an essentially automatical manner but can be altered to some extent by the user (see [[NCDELTA.DAT|ncdelta.dat]]). Primary differences are computed according to &#039;&#039;variant data&#039;&#039; &#039;&#039;&#039;minus&#039;&#039;&#039; &#039;&#039;reference data&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Requirements for time-dependent primary variable pairs with individual constant time step:&lt;br /&gt;
# both data sets may contain a &#039;&#039;different&#039;&#039; number of data items (time steps), but the length of the time period to be compared must be identical, whereas the periods to be compared may differ ;&lt;br /&gt;
# constant time step for each data set may differ from each other, but the larger time step must an integer multiple of the smaller one.&lt;br /&gt;
&lt;br /&gt;
Requirements for time-dependent primary variable pairs with variable time step:&lt;br /&gt;
# both data sets must contain an &#039;&#039;identical&#039;&#039; number of data items (time steps), with periods allowed to be different.&lt;br /&gt;
&lt;br /&gt;
Remarks concerning the spatial location of data:&lt;br /&gt;
# data sets may differ with respect to their geographical location;&lt;br /&gt;
# areas for which data are defined must overlap to some degree;&lt;br /&gt;
# coordinates may be given in different coordinate systems, e. g. Gauß-Krüger and UTM;&lt;br /&gt;
# data for a location are compared with data for the nearest lying location, as far as the distance between the different locations does not exceed a prescribed maximum (see [[NCDELTA.DAT|ncdelta.dat]]). &lt;br /&gt;
&lt;br /&gt;
Remarks concerning the comparison of extensive variables:&lt;br /&gt;
# for extensive variables the respective sizes of the computational cells (area, length) are taken into account.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCDELTA.DAT|ncdelta.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;reference data&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# &#039;&#039;&#039;variant data&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;results&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncdelta.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncdelta.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The program is subdivided into the following sections:&lt;br /&gt;
# read, check and print steering data prescribed by the user;&lt;br /&gt;
# read metadata for &#039;&#039;reference data&#039;&#039;;&lt;br /&gt;
# read metadata for &#039;&#039;variant data&#039;&#039;;&lt;br /&gt;
# copy metadata for reference as well as variant data to program specific data structures;&lt;br /&gt;
# compare metadata for substantial discrepancies (e. g. reference locations) between data sets;&lt;br /&gt;
# classify all reference as well as variant data;&lt;br /&gt;
# find primary variable pairs: each variant variable has one partner reference variable; primary computational results will be later derived from primary variable pairs;&lt;br /&gt;
# derive variables to be copied from reference as well as variant data file into the result file;&lt;br /&gt;
# compute interpolation matrices required for interpolation between reference data locations and variant data locations;&lt;br /&gt;
# create all metadata for the result file; essentially they stem from variables to be copied, from primary result variables, newly generated coordinate variables (time, vertical), as well as newly derived or to be copied measure and auxiliary variables;&lt;br /&gt;
# copy selceted variables from reference as well as variant file to the result file;&lt;br /&gt;
# compute all primary variables, (new) time and vertical coordinate variables, as well as weights and auxiliary variables.  For primary variables optionally available axiliary variables with &#039;&#039;standard_name&#039;&#039; modifier &#039;&#039;status_flag&#039;&#039; are taken into account in case meaning &#039;&#039;good&#039;&#039; is represented by an appropriate flag (bit).&lt;br /&gt;
# with respect of the different skill scores used and computed by the program - references:&lt;br /&gt;
#*  Murphy, Allan H. (1988) &amp;quot;Skill Scores Based on the Mean Square Error and Their Relationship to the Correlation Coefficient&amp;quot;. Monthly Weather Review, Dec. 1988, Pages 2417 - 2424.&lt;br /&gt;
#* Taylor, Karl E. (2001) &amp;quot;Summarizing multiple aspects of model performance in a single diagram&amp;quot;. Journal of Geophysical Research, Vol 106, No. D7, April 16, 2001, Pages 7183 - 7192.&lt;br /&gt;
#* Willmott, Cort J. (1981) &amp;quot;On the validation of models&amp;quot;. Physical Geography, Pages 184–194.&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCRCATMAT]], [[NetCDF Operators]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAUTO]], [[NCCHUNKIE]], [[NCPOLO]], [[NCPLOT]], [[NCCUTOUT]], [[NC2TABLE]], [[NCVIEW2D]], [[PLOTTS]], [[TAYLORDIAGRAM]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=G. Lang, S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (available in German only):&lt;br /&gt;
** 2015-07-15: [http://ewisa.baw.de/files/12835_tv12_2015_07_15_ncdelta_g_lang.pdf &#039;&#039;NCDELTA - Differenzen neu berechnet&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-05-30: [https://izw-campus.baw.de/goto.php?target=cat_4308&amp;amp;client_id=iliasclient &#039;&#039;NCDELTA - Berechnung von Differenzen&#039;&#039;].&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncdelta&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=ZEITR&amp;diff=14925</id>
		<title>ZEITR</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=ZEITR&amp;diff=14925"/>
		<updated>2022-09-06T12:03:45Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=ZEITR&lt;br /&gt;
|name=ZEITR&lt;br /&gt;
|version=4.x / April 2011&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite element grid&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
equivalent time-series representation of synoptic data&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program ZEITR is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTTRIM etc.). ZEITR converts synoptic data sets (2D or 3D scalar/vector data as well as data along profiles or at specific locations) or cross sectionally averaged/ integrated data for arbitrary physical quantities into equivalent time-series. For every node of the computational grid or profile or all of the so called profile master points (for cross sectionally averaged/ integrated data) all computed quantities can be converted into a time-series data representation.&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[ZEITR.DAT|zeitr.dat]])&lt;br /&gt;
# synoptic results which shall be converted (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]) &lt;br /&gt;
&#039;&#039;&#039;Notice&#039;&#039;&#039;: further input files can be found on the file description pages of the aforementioned files.&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# converted time-series data (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative printer file (filetype zeitr.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype zeitr.trc)&lt;br /&gt;
|methodology=For every node of a computational grid or profile or all the so called profile master points the synoptic data are gathered as an equivalent time-serie and written to the direct access data file. Programs which use the data subsequently can access each calculated physical quantity at each node of the computational grid directly as a single data record.&lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[ADCP2BDF]], [[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTQ]], [[DIDAMINTZ]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[METDIDA]], [[PGCALC]], [[TELEMAC-2D]], [[TM2DIDA]], [[TR2DIDA]], [[TR3DIDA]], [[TR2GEOM]], [[TRIM-2D]], [[TRIM-3D]], [[UNS]], [[UNTRIM]], [[UNTRIM2]], [[UNTRIM2007]], [[UTRRND]], [[XTRLQ2]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[FRQWF]], [[GVIEW2D]], [[LZKAF]], [[LZKMF]], [[LZKSF]] [[LZKVF]], [[LZKWF]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TR2ISSUSKONVERT]], [[UTRRND]], [[WARM]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=see also $PROGHOME/examples/Zeitr/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=XTRLQ2&amp;diff=14924</id>
		<title>XTRLQ2</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=XTRLQ2&amp;diff=14924"/>
		<updated>2022-09-06T12:01:37Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=XTRLQ2&lt;br /&gt;
|name=XTRLQ2&lt;br /&gt;
|version=4.x / March 2011&lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of data along longitudinal or cross-sectional profiles&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
support of morphodynamic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
support of data sets with static (alternative) bathymetry&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program XTRLQ2 is a model-independent postprocessor which serves to extract data out of 2D/3D-datasets along one or more longitudinal or cross-sectional profiles. Every profile is defined by a sequence of an arbitrary number of 2D-locations which are connected by straight lines as well as additional points in between these 2D-locations. The extracted data are written in the universal direct access data format to a profile-data file.&lt;br /&gt;
The following datasets can be actually managed:&lt;br /&gt;
* synoptic data with static bathymetry (based on gridfile bathymetry),&lt;br /&gt;
* synoptic data with static (alternative) bathymetry (based on data set information),&lt;br /&gt;
* synoptic data with time dependent bathymetry (morphodynamic data set), as well as &lt;br /&gt;
* morphological (MDO) and sedimentological (STO) output data from package [[Mathematical Model SEDIMORPH|SediMorph]].&lt;br /&gt;
Besides the data which shall be extracted (e.g. current velocity) also the corresponding reference water surface is needed (e.g. water level elevation). If the reference data are not stored together with the data to be extracted they have to be made available via separate files. The same applies to the time dependent bathymetry. &lt;br /&gt;
|inputfiles= &lt;br /&gt;
# general input data (filetype [[XTRLQ2.DAT|xtrlq2.dat]]);&lt;br /&gt;
# all other required input files are described together with the before mentioned input data file. &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# result files are described within the above mentioned input data file [[XTRLQ2.DAT|xtrlq2.dat]];&lt;br /&gt;
# informative printer file (filetype Xtrlq2.master.sdr);&lt;br /&gt;
# (optional) trace of program execution (filetype Xtrlq2.trc) &lt;br /&gt;
|methodology=From 2D/3D-data files, profile-data will be interpolated for any number of locations from surrounding data points.&lt;br /&gt;
In general the profile-data file has identical structure and contents (e.g. number of physical quantities stored, number of time-steps, etc.) compared with the 2D/3D-data file.&lt;br /&gt;
In case of morphodynamic data sets or data sets based on static (alternative) bathymetry the time dependent bathymetry will be taken into account appropriately. &lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[DIDASPLIT]], [[TICLQ2]], [[TM2DIDA]], [[TR2DIDA]], [[TR3DIDA]], [[TR2GEOM]], [[UNK]], [[UNS]], [[UNTRIM]], [[UNTRIM2007]]&lt;br /&gt;
|postprocessor=ArcGIS Desktop (in German only), [[DATACONVERT]], [[DIDAMERGE]], [[DIDAMINTQ]], [[GVIEW2D]], [[LQ2PRO]], [[TIMESHIFT]], [[VVIEW2D]], [[XTRDATA]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=see $PROGHOME/examples/Xtrlq2/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=XTRDATA&amp;diff=14923</id>
		<title>XTRDATA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=XTRDATA&amp;diff=14923"/>
		<updated>2022-09-06T11:59:34Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=XTRDATA&lt;br /&gt;
|name=XTRDATA&lt;br /&gt;
|version=June 2020&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of binary time-series data into ASCII-format&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of binary profile-data into ASCII-format (longitudinal profiles)&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of binary 3D-data into ASCII-format (vertical profiles)&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of cross sectionally averaged or integrated data&amp;lt;br /&amp;gt;&lt;br /&gt;
time-varying (morpho-) dynamic bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
treatment of several variants for a physical quantity &lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program XTRDATA is a postprocessor which is model-independent. It was designed to extract data at some given locations from binary direct access data files (time-series data as well as profile-data). The input-files can contain either area-, volume-, location- or profile-data (calculated data or results from various data analyses). The following data can be processed:&lt;br /&gt;
* results given as time-series data, or&lt;br /&gt;
* profile data for&lt;br /&gt;
:* synoptic data sets,&lt;br /&gt;
:* results from various data analyses and&lt;br /&gt;
:* results from comparisons between data analyses for different scenarios.&lt;br /&gt;
* cross sectionally averaged or integrated data sets,&lt;br /&gt;
:* synoptic data sets,&lt;br /&gt;
:* results from various data analyses and&lt;br /&gt;
:* results from comparisons between data analyses for different scenarios.&lt;br /&gt;
* 3D-data for&lt;br /&gt;
:* synoptic data sets,&lt;br /&gt;
:* results from various data analyses and&lt;br /&gt;
:* results from comparisons between data analyses for different scenarios.&lt;br /&gt;
For each physical quantity several variants can be treated (e.g. different fractions of suspended sediment) at the same time.&lt;br /&gt;
Data can be extracted for any number of locations of varying type, namely:&lt;br /&gt;
* 2D-Locations (x,y): for depth-averaged 2D data sets,&lt;br /&gt;
* profile master point (2D-location): for cross sectionally averaged or integrated data,&lt;br /&gt;
* 3D-Locations (x,y,z): for 3D data sets,&lt;br /&gt;
* longitudinal profile-data (at the surface, at the bottom, at a constant depth or in a computational layer): for profile data,&lt;br /&gt;
* longitudinal sections of cross sectionally averaged or integrated data (aligned data at so called profile master points), or&lt;br /&gt;
* vertical profile-data: for 3D data sets&lt;br /&gt;
The extracted data can be later used in one of the following applications:&lt;br /&gt;
* graphical display of time series using GKS-programs (filetype [[BOEWRT.DAT|boewrt.dat]])&lt;br /&gt;
* usage inside the spread sheet program EXCEL (filetype [[EXCEL.DAT|excel.dat]])&lt;br /&gt;
* graphical display and data analysis inside the XY plotting program ACE/gr (filetype [[XMGR.DAT|xmgr.dat]])&lt;br /&gt;
|inputfiles= &lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039;  (filetype [[XTRDATA.DAT|xtrdata.dat]])&lt;br /&gt;
# result files (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]))&lt;br /&gt;
# grid for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&amp;lt;br /&amp;gt;&#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&amp;lt;br /&amp;gt;&#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]])&lt;br /&gt;
# several other files are necessary to define the [[GEOPOS.DAT|2D-or 3D-Locations]] or profiles where data shall be extracted (see documentation for the file XtrData.dat)&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# (optional) extracted &#039;&#039;&#039;time-series&#039;&#039;&#039; data in ASCII-format (files of type [[EXCEL.DAT|excel.dat]], [[XMGR.DAT|xmgr.dat]]  or [[BOEWRT.DAT|boewrt.dat]])&lt;br /&gt;
# (optional) extracted &#039;&#039;&#039;profile-data&#039;&#039;&#039; (longitudinal or vertical profiles) in ASCII-format (files of type [[EXCEL.DAT|excel.dat]] or [[XMGR.DAT|xmgr.dat]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype XtrData.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype XtrData.trc)&lt;br /&gt;
|methodology=&lt;br /&gt;
For every 2D- or 3D-Location or profile the desired data are extracted from the original binary direct access files. As far as time-series or vertical profiles are concerned, the results are interpolated from the results at the three nearest neighbour nodes. Therefore the output locations need not to coincide with the nodes of the computational grid. Data along profiles are taken as they are stored in the binary data file. Cross sectionally averaged or integrated data are taken directly from the so called profile master point to which data are attached. &lt;br /&gt;
|preprocessor=[[ADCP2BDF]], [[ADCP2PROFILE]], [[DATACONVERT]], [[DIDAMINTQ]], [[DIDASPLIT]], [[FRQWF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[VTDK]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TELEMAC-2D]], [[TIMESHIFT]], [[TRIM-2D]], [[TRIM-3D]], [[UNS]], [[UNTRIM]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|postprocessor=ACE/gr-Applications, [[EXCEL-Applications]], [[FFT]], [[TIDKEN]], [[TSCALC]], [[DISPLAY_PERCENTILES]], [[PLOTPROFILZEIT]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/XtrData/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=VVIEW2D&amp;diff=14922</id>
		<title>VVIEW2D</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=VVIEW2D&amp;diff=14922"/>
		<updated>2022-09-06T11:57:34Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=VVIEW2D &lt;br /&gt;
|name=VVIEW2D &lt;br /&gt;
|version=July 2012&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
graphical postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite element models&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference models&amp;lt;br /&amp;gt;&lt;br /&gt;
graphical presentation of data&amp;lt;br /&amp;gt;&lt;br /&gt;
vertical sections along profiles&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format&amp;lt;br /&amp;gt;&lt;br /&gt;
coloured isosurface representation&amp;lt;br /&amp;gt;&lt;br /&gt;
isoline representation&amp;lt;br /&amp;gt;&lt;br /&gt;
vector arrow representation&amp;lt;br /&amp;gt;&lt;br /&gt;
vector circle representation&amp;lt;br /&amp;gt;&lt;br /&gt;
hatched isosurface representation&amp;lt;br /&amp;gt;&lt;br /&gt;
visualization of CFD-data for estuaries and coastal seas&amp;lt;br /&amp;gt;&lt;br /&gt;
time-varying (morpho-) dynamic bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The graphical postprocessor VVIEW2D can be used for a scaled graphical presentation of different scalar or vector quantities in 2D vertical sections. The data can be generated by means of different application programs. Either a single data set or a superposition of a scalar and a vector quantity can be plotted in several different ways. Beyound the generation of a pure graphical representation of the data some additional graphical elements (e.g. company logo, etc.) can be easily integrated into each figure.&lt;br /&gt;
The vertical sections are defined over arbitrary longitudinal profiles described as polygon lines.&lt;br /&gt;
&lt;br /&gt;
The following methods of graphical presentation of data are actually integrated into VVIEW2D. Here comes a short list together with some example figures:&lt;br /&gt;
&lt;br /&gt;
* [[VVIEW2D: Demo Examples: Coloured Isosurface Representation|coloured isosurface representation]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Coloured Isosurface Representation#Eddy Viscosity|eddy viscosity]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Coloured Isosurface Representation#Orthogonal Velocity 1|orthogonal velocity 1]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Coloured Isosurface Representation#Orthogonal Velocity 2|orthogonal velocity 2]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Coloured Isosurface Representation#Parallel Velocity 1|parallel velocity 1]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Coloured Isosurface Representation#Parallel Velocity 2|parallel velocity 2]]&lt;br /&gt;
* isoline representation&lt;br /&gt;
** no example available at the moment &lt;br /&gt;
* [[VVIEW2D: Demo Examples: Vector Representation|vector representation]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Vector Representation#Orthogonal Velocity 1|orthogonal velocity 1]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Vector Representation#Orthogonal Velocity 2|orthogonal velocity 2]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Vector Representation#Parallel Velocity 1|parallel velocity 1]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Vector Representation#Parallel Velocity 2|parallel velocity 2]]&lt;br /&gt;
* [[VVIEW2D: Demo Examples: Hatching Representation|hatching representation]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Hatching Representation#Orthogonal Velocity 1|orthogonal velocity 1]]&lt;br /&gt;
** [[VVIEW2D: Demo Examples: Hatching Representation#Orthogonal Velocity 2|orthogonal velocity 2]]&lt;br /&gt;
&lt;br /&gt;
Construction as well as appearance of the data presented can be easily modified using different switches from within the application program in an interactive way by the user (see [[VVIEW2D: Switches of the Program VVIEW2D|switches of the program VVIEW2D]]).&lt;br /&gt;
&lt;br /&gt;
Display of a physical vector quantity in a vertical section can be done in the following different ways:&lt;br /&gt;
&lt;br /&gt;
# Display of the value of the vector quantity as a background coloured isosurface representation (or hatching representation alternatively) can be overlaid by&lt;br /&gt;
## vector arrows of constant length to demonstrate the orientation of the vector, which was projected into the vertical section, or alternatively&lt;br /&gt;
## as vector circles with constant diameter to demonstrate the orientation of the orthogonal component of the vector quantity in the vertical section. The orientation of the flow can be seen in this representation. &lt;br /&gt;
# Display of the value of the orthogonal or parallel component of the vector quantity as a background coloured isosurface representation (or hatching representation alternatively) can be done similar to above.&lt;br /&gt;
# Display of the amount of the (total) vector, or of the amount of its orthogonal or parallel components without superposition of vector arrows.&lt;br /&gt;
# Display of the component of a vector filed which is parallel to the vertical section as a vector arrow, whose length is proportional to the value of the projected component (Attention: the vertical component of the vector may be strongly superelevated). The arrow may be filled using a colour which corresponds to the value of the arrow.&lt;br /&gt;
# Display of the component of a vector field which is orthogonal to the vertical section as vector circles. The diameter of the circles is proportional to the value of the component. The direction of the flow is made visible by means of centered small circles in cases where the velocity is oriented towards the observer or by means of crossing diameter lines which are indicative for flow flowing from the observer into the vertical section. &lt;br /&gt;
&lt;br /&gt;
Besides an automatic presentation by VVIEW2D each figure can be manipulated in an interactive way by the user (deletion, shift, enlargement, reduction, insertion, ... of graphical objects). &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#  general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[VVIEW2D.DAT|vview2d.dat]])&lt;br /&gt;
#  &#039;&#039;&#039;colours&#039;&#039;&#039; file (filetype [[COLORS.DAT|colors.dat]])&lt;br /&gt;
# all other input files are described in the before mentioned input data file. &lt;br /&gt;
Furthermore the following standard configuration files from the directory&#039;&#039;&#039; $PROGHOME/cfg/&#039;&#039;&#039; are required:&lt;br /&gt;
* GKS parameter file: &#039;&#039;&#039;gkssystem.computername.dat&#039;&#039;&#039;&lt;br /&gt;
* definition of physical quantities and physical units: &#039;&#039;&#039;phydef.cfg.de/en.dat&#039;&#039;&#039;, &#039;&#039;&#039;phydef.cfg.rest.dat&#039;&#039;&#039;, &#039;&#039;&#039;phydef.cfg.si.dat&#039;&#039;&#039;, &#039;&#039;&#039;phydef-cf.cfg.dat&#039;&#039;&#039;&lt;br /&gt;
* definition of hatching styles: &#039;&#039;&#039;hatch.cfg.dat&#039;&#039;&#039; &lt;br /&gt;
* DE/EN fraction names: &#039;&#039;&#039;fracdef.cfg.dat&#039;&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# result files are described in the above mentioned input data file [[VVIEW2D.DAT|vview2d.dat]].&lt;br /&gt;
# informative &#039;&#039;&#039;printer file&#039;&#039;&#039; (filetype vview2d.master.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype vview2d.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
All data which shall be displayed using VVIEW2D must be stored in direct access files conforming to BAW-DHs universal direct access data format. The geometry is defined by an arbitrary number of segments which are interconnected to form one or more profiles. Above any profile node where data are defined an arbitrary number of layers of data points can be present which need not be equal spaced.&lt;br /&gt;
During the first processing step the program generates a grid made out of triangles together with additional auxillary informations (grid of the vertical section). In a second step the data are interpolated onto the nodes of the generated mesh. The type of the projection ist taken into account for vector quantities (orthogonal or parallel component of the vector).&lt;br /&gt;
After that, contour lines, vector arrows or vector circles etc., heaven and hell are added to the overall scene.&lt;br /&gt;
In the final processing stage all the data which have been assigned to the scene are converted into one of the several possible graphical representations (see also the examples given above). &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[ADCP2PROFILE]], [[DIDAMERGE]], [[FRQWF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[TELEMAC-2D]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TIMESHIFT]], [[TRIM-2D]], [[TRIM-3D]], [[UNTRIM]], [[UNTRIM2]], [[UNTRIM2007]], [[VTDK]], [[XTRLQ2]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[EDITOR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=GKS (by GTS-Gral) &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
Ion A. Angell und Gareth H. Griffith, 1989: Praktische Einführung in die Computer-Graphik mit zahlreichen Programmbeispielen, Hanser Verlag, 360 Seiten.&lt;br /&gt;
&lt;br /&gt;
template files are available in $PROGHOME/examples/Vview2d/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=VTDK&amp;diff=14921</id>
		<title>VTDK</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=VTDK&amp;diff=14921"/>
		<updated>2022-09-06T11:55:19Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=VTDK&lt;br /&gt;
|name=VTDK&lt;br /&gt;
|version=February 2020 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for simulation results&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for data analysis results&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
tide-independent characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
estuaries&amp;lt;br /&amp;gt;&lt;br /&gt;
alternative bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program VTDK is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM, UNTRIM2007 etc.). VTDK automatically computes either differences between synoptic data sets or differences between (tidal) characteristic numbers which were evaluated for different scenarious or calculated by different numerical models. 2D/3D data, profile data as well as location oriented data can be equivalently processed. For 2D/3D data the grids do not to need to coincide (e.g. number of nodes or location of nodes). The results of VTDK difference analyses may be visualized/displayed with the graphical postprocessors HVIEW2D (for 2D/3D-data), LQ2PRO/VVIEW2D (for profile-data) or GVIEW2D (for location-oriented data).&lt;br /&gt;
&lt;br /&gt;
If there exist for the same period of data analysis different analyses results A and B, the following quantities will be calculated for every &#039;&#039;&#039;tidal characteristic number&#039;&#039;&#039;:&lt;br /&gt;
&lt;br /&gt;
# difference B - A for every tidal cycle&lt;br /&gt;
# maximum difference B - A&lt;br /&gt;
# minimum difference B - A&lt;br /&gt;
# significance for the deviation of the mean values&lt;br /&gt;
# difference of the mean values&lt;br /&gt;
# difference of the maximum values&lt;br /&gt;
# difference of the minimum values &lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;tide-independent characteristic numbers&#039;&#039;&#039; (same period of data analysis) the following quantities are calculated:&lt;br /&gt;
&lt;br /&gt;
# difference B - A for the period of data analysis &lt;br /&gt;
&lt;br /&gt;
For &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (the data sets must cover the same period of time) the following differences are calculated:&lt;br /&gt;
&lt;br /&gt;
# difference B - A for all dates of the synoptic data sets &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[VTDK.DAT|vtdk.dat]])&lt;br /&gt;
# (optional) &#039;&#039;&#039;data analyses&#039;&#039;&#039; for the systems A and B (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# (optional) &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; for the systems A and B (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[SELAFIN|selafin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
#: &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
#: &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
&lt;br /&gt;
Notice: Which physical data are transformed using what ever mathematical operator must be defined in the configuration file &#039;&#039;&#039;$PROGHOME/cfg/phyvgl.cfg.dat&#039;&#039;&#039;. &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# (optional) &#039;&#039;&#039;difference between the data analyses results&#039;&#039;&#039; (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# (optional) &#039;&#039;&#039;difference between synoptic data&#039;&#039;&#039; sets (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# (optional) &#039;&#039;&#039;difference between topographies&#039;&#039;&#039; (bathymetries) (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype vtdk.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype vtdk.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
At the beginning the geometric differences are evaluated for the systems A and B (if there are any). These informations are needed to map the A results onto the B grid. Thereafter all results for the analysed events are read. The differences are calculated for each event as well as the maximum/minimum difference and also the statistical significance for the deviation of the means. Finally the differences for the mean, maximum and minimum values are evaluated. For synoptic data sets at the moment only differences for identical dates ar evaluated. &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DATACONVERT]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[LZKMF]], [[LZKSF]], [[LZKVF]], [[LZKWF]], [[PGCALC]], [[TELEMAC-2D]], [[TM2DIDA]], [[TR2DIDA]], [[TR3DIDA]], [[TDKLF]], [[TDKSF]], [[TDKVF]], [[TDKWF]], [[TR2APP]], [[TRIM-2D]], [[TRIM-3D]], [[UNTRIM]], [[UNTRIM2007]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Vtdk/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=UNS&amp;diff=14920</id>
		<title>UNS</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=UNS&amp;diff=14920"/>
		<updated>2022-09-06T11:52:43Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group SIM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=UNS&lt;br /&gt;
|name=UNS&lt;br /&gt;
|version=1.x / March 2007 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
mathematical model SediMorph&amp;lt;br /&amp;gt;&lt;br /&gt;
bed load transport&amp;lt;br /&amp;gt;&lt;br /&gt;
pre-computed water level (hydrodynamic numerical model)&amp;lt;br /&amp;gt;&lt;br /&gt;
pre-computed current velocity (hydrodynamic numerical model)&amp;lt;br /&amp;gt;&lt;br /&gt;
user defined water level&amp;lt;br /&amp;gt;&lt;br /&gt;
user defined current velocity&amp;lt;br /&amp;gt;&lt;br /&gt;
periodic continuation &lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program UNS is used to apply the numerical simulation package [[Mathematical Model SEDIMORPH|SEDIMORPH]] using&lt;br /&gt;
&lt;br /&gt;
* pre-computed data from a hydrodynamic numerical model, or using&lt;br /&gt;
* simple user defined data &lt;br /&gt;
&lt;br /&gt;
for water level an current velocity. This postprocessor supports (sensitivity) studies with SediMorph related to bed load transport of sediments as well as resulting morphological evolution independent of a directly coupled hydrodynamic numerical model, e.g. [[UNTRIM]]. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;steering data&#039;&#039;&#039;&amp;lt;br /&amp;gt;file of type [[UNS.DAT|uns.dat]].&amp;lt;br /&amp;gt;The extended description for this file contains comprehensive informations with respect to steering data as well as input data files. &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;printer file&#039;&#039;&#039;&lt;br /&gt;
#* uns.sdr.&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace file&#039;&#039;&#039;&lt;br /&gt;
#* uns.trc.&lt;br /&gt;
|methodology=&lt;br /&gt;
Computational results from a hydrodynamic numerical model or more simple user-specified data are read by the program and transferred to the computational package SediMorph. The simulation period can be longer than the period for which input data are available (data read period). This enables the user to repeat a data read period several times which is also called periodic continuation.&lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DATACONVERT]], [[DIDAMERGE]], [[DIDASPLIT]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[ArcGIS-Applications]] (German version only), [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[XTRDATA]], [[XTRLQ2]], [[ZEITR]] &lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=G. Lang, D. Wehr&lt;br /&gt;
|contact_maintenance=[mailto:sim.proghome@baw.de Working group SIM]&lt;br /&gt;
|documentation=for example input files please refer to $PROGHOME/examples/uns/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=UNK&amp;diff=14919</id>
		<title>UNK</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=UNK&amp;diff=14919"/>
		<updated>2022-09-06T11:50:09Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group SIM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=UNK&lt;br /&gt;
|name=UNK&lt;br /&gt;
|version=January 2020&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
post-processor&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical simulation&amp;lt;br /&amp;gt;&lt;br /&gt;
spectral wave model&amp;lt;br /&amp;gt;&lt;br /&gt;
unstructured mesh&amp;lt;br /&amp;gt;&lt;br /&gt;
two-dimensional&amp;lt;br /&amp;gt;&lt;br /&gt;
transient, non-linear&amp;lt;br /&amp;gt;&lt;br /&gt;
action density balance equation&amp;lt;br /&amp;gt;&lt;br /&gt;
waves, sea, swell&amp;lt;br /&amp;gt;&lt;br /&gt;
wave propagation&amp;lt;br /&amp;gt;&lt;br /&gt;
shoaling&amp;lt;br /&amp;gt;&lt;br /&gt;
refraction due to depth variation&amp;lt;br /&amp;gt;&lt;br /&gt;
refraction due to current variation&amp;lt;br /&amp;gt;&lt;br /&gt;
energy input due to wind action&amp;lt;br /&amp;gt;&lt;br /&gt;
nonlinear dissipation due to wave-turbulence interactions&amp;lt;br /&amp;gt;&lt;br /&gt;
dissipation due to wave-bottom interaction&amp;lt;br /&amp;gt;&lt;br /&gt;
portable SMP and SIMD programming using [https://www.openmp.org/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic determination of time-step in agreement with CFL-condition&amp;lt;br /&amp;gt;&lt;br /&gt;
constant alternative bathymetry depth&amp;lt;br /&amp;gt;&lt;br /&gt;
dynamic bathymetry depth&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
&#039;&#039;&#039;Method&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
Program UNK (unstructured k-model) is a post processor for different mathematical current models and can be used to compute the development, propagation and dissipation of waves, sea and swell in the ocean, coastal waters or estuaries. UNK uses as a computational core the Spectral Wave Model with Nonlinear Dissipation - K-Modell, see also literature below - which was developed at the [http://www.gkss.de/ GKSS-Forschungszentrum].&amp;lt;br /&amp;gt;&lt;br /&gt;
From version 7.x on UNK processes input files with alternative or dynamic bathymetry depth, the first indicating a constant depth, which differs from the rigid layer depth.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Physical Processes&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The following physical processes are currently taken into account by UNK:&lt;br /&gt;
    &lt;br /&gt;
* conservation of wave action density (action density balance equation); &lt;br /&gt;
* advection of wave action density due to currents;&lt;br /&gt;
* shoaling of waves due to variation of water depth and/or current velocity; &lt;br /&gt;
* refraction of waves due to horizontal gradients of water depth and/or current velocity;&lt;br /&gt;
* wind forcing at the free surface;&lt;br /&gt;
* dissipation due to turbulent diffusion;&lt;br /&gt;
* dissipation due to bottom friction. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Computational Results&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* integral wave parameters for waves, sea and swell:&lt;br /&gt;
** significant wave height;&lt;br /&gt;
** wave peak period;&lt;br /&gt;
** wave mean period TM-1;&lt;br /&gt;
** wave period TM1;&lt;br /&gt;
** wave period TM2;&lt;br /&gt;
** wave mean direction;&lt;br /&gt;
** wave mean directional spread;&lt;br /&gt;
** acceleration (due to radiation stress).&lt;br /&gt;
* two-dimensional spectra for waves, sea and swell:&lt;br /&gt;
** frequency-direction wave spectrum. &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Validation Document&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
See literature below. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;steering data&#039;&#039;&#039; (filetype [[UNK.DAT|unk.dat]]).&lt;br /&gt;
# &#039;&#039;&#039;steering data for the k-model&#039;&#039;&#039; (filetype [[K_MODEL.DAT|k_model.dat]]). &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Notice&#039;&#039;&#039;: further input files can be found on the file description pages of the aforementioned files. &lt;br /&gt;
|outputfiles=&lt;br /&gt;
More details concerning output files can be found on the fact sheet for filetype [[K_MODEL.DAT|k_model.dat]]. In addition to these files the following files are also generated:&lt;br /&gt;
&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; (Dateityp unk.sdr); &lt;br /&gt;
|methodology=&lt;br /&gt;
please refer to documentation/literature &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DATACONVERT]], [[DIDASPLIT]], [[DIDAMERGE]], [[METDIDA]], [[NCDVAR]], [[NCMERGE]], [[TM2DIDA]], [[TR2DIDA]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DAVIT]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCPLOT]], [[NCVIEW2D]], [[XTRDATA]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:sim.proghome@baw.de Working group SIM]&lt;br /&gt;
|documentation=&lt;br /&gt;
* example files: please refer to $PROGHOME/examples/unk/&lt;br /&gt;
* Schneggenburger, C. (1998) : Spectral Wave Modelling with Nonlinear Dissipation, dissertation, 117 pages, report no. GKSS 98/E/42, [http://www.gkss.de/ GKSS-Forschungszentrum] Geesthacht. &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TRVZR&amp;diff=14918</id>
		<title>TRVZR</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TRVZR&amp;diff=14918"/>
		<updated>2022-09-06T11:47:33Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TRVZR&lt;br /&gt;
|name=TRVZR&lt;br /&gt;
|version=October 1997 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-3D&amp;lt;br /&amp;gt;&lt;br /&gt;
time series&amp;lt;br /&amp;gt;&lt;br /&gt;
waterlevel analysis   &lt;br /&gt;
|shortdescription=The program TRVZR analyses the hydrodynamic files of the numerical methods [[TRIM-2D]]  and [[TRIM-3D]]. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#general input data (filetype [[TRVZR.DAT|trvzr.dat]])&lt;br /&gt;
#bathymetry and index arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#Trim-2D or Trim-3D hydrodynamic result files (area) (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
#(opt) boundary polygon to desribe, which cells should be analysed (filetype [[POLY.DAT|poly.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#analyse result files (split into information, results and differences) (filetypes [[TR_H.INFO.DAT|tr_h.Info.dat]], [[TR_H.ERGEB.DAT|tr_h.ergeb.dat]]  and [[TR_H.DELTA.DAT|tr_h.delta.dat]])&lt;br /&gt;
#(optional) trace of program execution (filetype trvzr.trc) &lt;br /&gt;
|methodology=Every Trim-2D or Trim-3D result file contains the calculated water levels for each grid cell for a single date. Further on, for every grid cell the undisturbed water depth is known, so that the program can calculate which cells are flooded and which cells are dropped dry. For all flooded cells the program calculates the extreme water level and water column, the value for the flooded surface and the volume of the water body. All these results are stored in a file of the type [[TR_H.ERGEB.DAT|tr_h.ergeb.dat]].&lt;br /&gt;
&lt;br /&gt;
If there are more than one Trim-2D or Trim-3D result files, then the program can also calculate the time variation of all above result values and stores these results in a file of the type [[TR_H.DELTA.DAT|tr_h.delta.dat]]. &lt;br /&gt;
|preprocessor=[[TRIM-2D]], [[TRIM-3D]]&lt;br /&gt;
|postprocessor= -&lt;br /&gt;
|language=Fortran77 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=J. Jürges&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/trvzr&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TRIMKACH&amp;diff=14917</id>
		<title>TRIMKACH</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TRIMKACH&amp;diff=14917"/>
		<updated>2022-09-06T11:45:27Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TRIMKACH&lt;br /&gt;
|name=TRIMKACH&lt;br /&gt;
|version=V 2.x &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-3D&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of data&amp;lt;br /&amp;gt;&lt;br /&gt;
diskspace &lt;br /&gt;
|shortdescription=The shell-script TRIMKACH is a postprocessor for the numerical models TRIM-2D and TRIM-3D. It permanently looks for resultfiles. If it finds at least one file, the suitable extraction-program will be started, either [[TR2KACHEL]]  or [[TR3KACHEL]]. They will extract bathymetry, index-arrays and model results inside of rectangular tiles and optionally delete the results of the overall area.&lt;br /&gt;
This deletion is recommended in order to reduce the diskspace used by the model results. Only the smaller extracted resultfiles remain.&lt;br /&gt;
Furthermore you can start TRIMKACH before the model has terminated execution. TRIMKACH is able to extract data while the model is still running and producing new results. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Input-Files for extracting TRIM-2D-data:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#general input data (filetype [[TR2KACHEL.DAT|tr2kachel.dat]])&lt;br /&gt;
#on SGI a batch-file of type tr2kachel.qsub&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#model results (filetype [[TR2.RESULT|tr2.result]]) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Input-Files for extracting TRIM-3D-data:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#general input data (filetype [[TR3KACHEL.DAT|tr3kachel.dat]])&lt;br /&gt;
#on SGI a batch-file of type tr3kachel.qsub&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#TRIM-3D-index-arrays (filetype [[TR2.TOPO.BIN.I3D|tr2.topo.bin.i3d]])&lt;br /&gt;
#(optional) model results (filetype [[TR3.RESULT|tr3.result]])&lt;br /&gt;
 &lt;br /&gt;
|outputfiles=&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Output-Files after extraction of TRIM-2D-data:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#model results for the tile(s) (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
#informative printer file (filetype tr2kachel.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr2kachel.trc) &lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Output-Files after extraction of TRIM-3D-data:&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#TRIM-3D-index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.I3D|tr2.topo.bin.i3d]])&lt;br /&gt;
#(optional) model results for the tile(s) (filetype [[TR3.RESULT|tr3.result]])&lt;br /&gt;
#informative printer file (filetype tr3kachel.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr3kachel.trc) &lt;br /&gt;
|methodology=At first you have to start trimkach_inst.sh to copy trimkach.[ext]  and some input files into the working directory. Then you are able to edit the input files and to adapt the specified parameters in trimkach.[ext]. The extension [ext] can be &amp;quot;SGI&amp;quot; or &amp;quot;hp&amp;quot;. An important parameter is TRIM23 which decides whether TRIMKACH processes 2D- or 3D-data.&lt;br /&gt;
The parameter LOESCH should be handled with care. After setting LOESCH=&amp;quot;LOESCHEN&amp;quot; and successful extraction of data the overall resultfiles are deleted.&lt;br /&gt;
The user should watch the processing in the beginning because wrong parameters do not stop the script.&lt;br /&gt;
&lt;br /&gt;
Similar to a &amp;quot;daemon&amp;quot; the shell-script starts a process whenever it finds a result file. Opposite to a &amp;quot;daemon&amp;quot; TRIMKACH can be stopped automatically. There are two ways to terminate the script:&lt;br /&gt;
&lt;br /&gt;
#the product of WARTE_S * MAXSUCH determines the runtime in seconds;&lt;br /&gt;
#LETZTE_RES contains a string with the time of the last TRIM-2D- or TRIM-3D-result that should be processed. &lt;br /&gt;
&lt;br /&gt;
A short help is available executing &amp;quot;trimkach.[ext] h&amp;quot; on the commandline. &lt;br /&gt;
|preprocessor=[[TRIM-2D]], [[TRIM-3D]]&lt;br /&gt;
|postprocessor=[[TR2DIDA]], [[TR3DIDA]], [[TR2GEOM]]&lt;br /&gt;
|language=UNIX-commands&lt;br /&gt;
AWK &lt;br /&gt;
|add_software=AWK  &lt;br /&gt;
|contact_original=P. Schade&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/trimkach/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR3MODATE&amp;diff=14916</id>
		<title>TR3MODATE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR3MODATE&amp;diff=14916"/>
		<updated>2022-09-06T11:43:15Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR3MODATE&lt;br /&gt;
|name=TR3MODATE&lt;br /&gt;
|version=February 1998 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
date modification&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-3D   &lt;br /&gt;
|shortdescription=The program TR3MODATE is a postprocessor for the numerical model TRIM-3D. This program serves to modify the date in a hydrodynamic output result file.&lt;br /&gt;
This program must be always used if the final hydrodynamic state of a simulation run should be used as inital state for a new run at a different date and time compared to the final time and date of the foregoing simulation. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#general input data (filetype [[TR3MODATE.DAT|tr3modate.dat]])&lt;br /&gt;
#hydrodynamic model results (filetype [[TR3.RESULT|tr3.result]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#results with modified date and time (filetype [[TR3.RESULT|tr3.result]])&lt;br /&gt;
#informative printer file (filetype tr3modate.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr3modate.trc) &lt;br /&gt;
|methodology=Date, time and hydrodynamic results are read first. Subsequently date and time will be modified to fit the users needs and are stored together with the unchanged model results in a new results file. &lt;br /&gt;
|preprocessor=[[TRIM-3D]]&lt;br /&gt;
|postprocessor=[[TRIM-3D]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr3modate/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR3KACHEL&amp;diff=14915</id>
		<title>TR3KACHEL</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR3KACHEL&amp;diff=14915"/>
		<updated>2022-09-06T11:41:14Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR3KACHEL&lt;br /&gt;
|name=TR3KACHEL&lt;br /&gt;
|version=V 1.x &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-3D&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of bathymetry for a tile&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of TRIM-3D index-arrays for a tile&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of TRIM-3D results for a tile   &lt;br /&gt;
|shortdescription=The program TR3KACHEL is a postprocessor for the numerical model TRIM-3D. It has been designed to extract index arrays as well as bathymetries and computational results out of an overall model area. After running TR3KACHEL the files of the extracted tile have the same type but a reduced size. Therefore they can be processed much faster. Graphical display of very large model areas might be limited by the present hardware. In this case splitting the data is highly recommended.&lt;br /&gt;
&lt;br /&gt;
Several tiles can be created during one run of TR3KACHEL. Optional deletion of the overall computational results is possible.&lt;br /&gt;
&lt;br /&gt;
The shell-script [[TRIMKACH]] makes efficient processing with TR3KACHEL possible. It generates general input data and starts TR2KACHEL on its own whenever it finds a resultfile. The use of TRIMKACH reduces the diskspace used by model results. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#general input data (filetype [[TR3KACHEL.DAT|tr3kachel.dat]])&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays of the overall area (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#TRIM-3D-index-arrays of the overall area (filetype [[TR2.TOPO.BIN.I3D|tr2.topo.bin.i3d]])&lt;br /&gt;
#(optional) TRIM-3D computational results of the overall area (filetype [[TR3.RESULT|tr3.result]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#bathymetry and TRIM-2D-index-arrays of the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#TRIM-3D-index-arrays of the tile(s) (filetype [[TR2.TOPO.BIN.I3D|tr2.topo.bin.i3d]])&lt;br /&gt;
#(optional) TRIM-3D computational results of the tile(s) (filetype [[TR3.RESULT|tr3.result]])&lt;br /&gt;
#informative printer file (filetype tr3kachel.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr3kachel.trc) &lt;br /&gt;
|methodology=By cutting the global data parallel to the x- and y-axis the program creates rectangular tiles. The number of elements in the x- or y-direction of a tile should be even in order to guarantee successful further processing. The information of each tile is stored in separate files.&lt;br /&gt;
&lt;br /&gt;
When the file of type [[TR2.TOPO.BIN.I3D|tr2.topo.bin.i3d]] of the tile already exists TR3KACHEL does not recreate it and reads the index-arrays from harddisk.&lt;br /&gt;
&lt;br /&gt;
The user does not have to bother with maximum array sizes. TR3KACHEL calculates all array sizes internally. &lt;br /&gt;
|preprocessor=[[TRIM-3D]]&lt;br /&gt;
|postprocessor=[[TR3DIDA]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=P. Schade&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr3kachel/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR3DIDA&amp;diff=14914</id>
		<title>TR3DIDA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR3DIDA&amp;diff=14914"/>
		<updated>2022-09-06T11:39:06Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR3DIDA&lt;br /&gt;
|name=TR3DIDA&lt;br /&gt;
|version=January 2001  &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-3D &lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program TR3DIDA is a postprocessor for the numerical model TRIM-3D. This program serves to convert the results stored in the TRIM-3D result files (water level elevation, current velocity, salinity) into BAW-DHs standard data format (universal direct access data format).&lt;br /&gt;
Optional results (e.g. wind shear stress and bottom shear stress) could be converted as well.&lt;br /&gt;
The application of this program is a necessity for the usage of various model-independent postprocessors (for graphics and data analysis). &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[TR3DIDA.DAT|tr3dida.dat]])&lt;br /&gt;
# bathymetry and index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
# equivalent grid (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])&amp;lt;br /&amp;gt; Notice: This file must be generated by TR2GEOM before using this program.&lt;br /&gt;
# model results (filetype [[TR3.RESULT|tr3.result]])&lt;br /&gt;
# (optional) protection polygons (filetype [[NODES.SAVE|nodes.save]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# converted results (files of type [[DIRZ.BIN.R| dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative printer file (filetype tr3dida.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype tr3dida.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
The results of a TRIM-3D simulation are interpolated from the staggered nodes of the computational grid (U-, V- and H-nodes) onto the nodes of the equivalent grid (triangles). The error due to interpolation is mainly influenced by the grid-size as well as the local gradients of the physical quantities. The evolution of the bottom can be optionally calculated as the difference between the original bathymetry and the actual bathymetry. &lt;br /&gt;
|preprocessor=[[TR2GEOM]], [[TR3KACHEL]], [[TRIM-3D]], [[TRIMKACH]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDAMERGE]],[[DIDAMINTZ]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[PGCALC]], [[VTDK]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/tr3dida/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR2MODATE&amp;diff=14913</id>
		<title>TR2MODATE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR2MODATE&amp;diff=14913"/>
		<updated>2022-09-06T11:36:49Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR2MODATE&lt;br /&gt;
|name=TR2MODATE&lt;br /&gt;
|version=December 1997 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
date modification&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D &lt;br /&gt;
|shortdescription=The program TR2MODATE is a postprocessor for the numerical model TRIM-2D. This program serves to modify the date in a hydrodynamic output result file.&lt;br /&gt;
This program must be always used if the final hydrodynamic state of a simulation run should be used as inital state for a new run at a different date and time compared to the final time and date of the foregoing simulation. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[TR2MODATE.DAT|tr2modate.dat]])&lt;br /&gt;
# bathymetry and index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
# hydrodynamic model results (filetype [[TR2.RESULT|tr2.result]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# results with modified date and time (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
# informative printer file (filetype tr2modate.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype tr2modate.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
Date, time and hydrodynamic results are read first. Subsequently date and time will be modified to fit the users needs and are stored together with the unchanged model results in a new results file. &lt;br /&gt;
|preprocessor=[[TRIM-2D]]&lt;br /&gt;
|postprocessor=[[TRIM-2D]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr2modate/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR2KACHEL&amp;diff=14912</id>
		<title>TR2KACHEL</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR2KACHEL&amp;diff=14912"/>
		<updated>2022-09-06T11:34:48Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR2KACHEL&lt;br /&gt;
|name=TR2KACHEL&lt;br /&gt;
|version=V 3.x &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of bathymetry for a tile&amp;lt;br /&amp;gt;&lt;br /&gt;
extraction of data for a tile   &lt;br /&gt;
|shortdescription=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.&lt;br /&gt;
&lt;br /&gt;
The reduction of the amount of data due to the extraction process can be favourably used during graphic display and analysis of the data.&lt;br /&gt;
&lt;br /&gt;
Several piles can be treated at the same time.&lt;br /&gt;
&lt;br /&gt;
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. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#general input data (filetype [[TR2KACHEL.DAT|tr2kachel.dat]])&lt;br /&gt;
#bathymetry and index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#model results (filetype [[TR2.RESULT|tr2.result]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#bathymetry and index-arrays for the tile(s) (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#model results for the tile(s) (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
#informative printer file (filetype tr2kachel.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr2kachel.trc) &lt;br /&gt;
|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. &lt;br /&gt;
|preprocessor=[[TRIM-2D]]&lt;br /&gt;
|postprocessor=[[TR2DIDA]], [[TR2GEOM]], [[TR2ISSUSKONVERT]]&lt;br /&gt;
|language=Fortran95 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr2kachel/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR2ISSUSKONVERT&amp;diff=14911</id>
		<title>TR2ISSUSKONVERT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR2ISSUSKONVERT&amp;diff=14911"/>
		<updated>2022-09-06T11:32:43Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR2ISSUSKONVERT &lt;br /&gt;
|name=TR2ISSUSKONVERT &lt;br /&gt;
|version=3.5 / April 2014 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
service of data&amp;lt;br /&amp;gt;&lt;br /&gt;
ship handling simulation&amp;lt;br /&amp;gt;&lt;br /&gt;
hydronumeric methods&amp;lt;br /&amp;gt;&lt;br /&gt;
depth averaged velocity&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
A program to convert results of numerical models from BDF format or TRIM2D format to a format usable by ship handling simulators. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (file type [[TRISSUSKONVERT.DAT|tr2issuskonvert.dat]])&lt;br /&gt;
# BDF data with 2D depth averaged current velocities and water level (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# (opt) 2D mesh file which is joined to the BDF data(file type [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])&lt;br /&gt;
# (opt) profiles mesh which is joined to the BDF data (file type [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
# (opt) UnTRIM mesh which is joined to the BDF data  (file type [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
# (opt) zu den BDF-Daten gehöriges selafin-Gitternetz (file type [[SELAFIN|selafin]])&lt;br /&gt;
# alternativly to BDF files TRIM2D result files (file type [[TR2.RESULT|tr2.result]]) can be processed.&lt;br /&gt;
: The mesh files have to be present with progam start.&lt;br /&gt;
: The BDF files must be provided in time series mode.&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# ASCII file format for use in ship handling simulators with 2D depth averaged velocities&lt;br /&gt;
# liste of positions in output (ASCII table)&lt;br /&gt;
# Druckerdatei mit Informationen zum Programmablauf (file type tr2issuskonvert.sdr)&lt;br /&gt;
# (opt) Datei mit Testausgaben (file type tr2issuskonvert.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
Each time serie position inside a BDF file will be processed. The data will be put out for the predefined frame and minimal bathymetric depth. The coordinates will be put out in either original coordinates of the topographic mesh or in geographic coordinates (WGS84).&lt;br /&gt;
|preprocessor=[[TR2KACHEL]], [[ZEITR]]&lt;br /&gt;
|postprocessor=ship handling simulators&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software= libgeodesy, NTv2 grid transformation routines&lt;br /&gt;
|contact_original=G. Seiß&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr2issuskonvert &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR2DIDA&amp;diff=14910</id>
		<title>TR2DIDA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR2DIDA&amp;diff=14910"/>
		<updated>2022-09-06T11:30:36Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR2DIDA&lt;br /&gt;
|name=TR2DIDA&lt;br /&gt;
|version=V4.x - January 2001 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D   &lt;br /&gt;
|shortdescription=The program TR2DIDA is a postprocessor for the numerical model TRIM-2D. This program serves to convert the results stored in the TRIM-2D result files (water level elevation, current velocity, salinity, suspended sediment concentration, as well as deposited suspended sediment mass, bed load transport, deposited bed load material mass, time-varying bathymetry and bottom evolution (will be calculated from other results)) into BAW-DHs standard data format (universal direct access data format).&lt;br /&gt;
Optional results (e.g. wind shear stress and bottom shear stress) could be converted as well.&lt;br /&gt;
The application of this program is a necessity for the usage of various model-independent postprocessors (for graphics and data analysis). &lt;br /&gt;
|inputfiles=&lt;br /&gt;
#general input data (filetype [[TR2DIDA.DAT|tr2dida.dat]])&lt;br /&gt;
#bathymetry and index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
#equivalent grid (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]]) or systemfile (filetype sysdat.bin, will no longer be supported in the future)&lt;br /&gt;
#:Notice: This file must be generated by TR2GEOM before using this program.&lt;br /&gt;
#model results (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
#(optional) protection polygons (filetype [[NODES.SAVE|nodes.save]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#converted results (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
#informative printer file (filetype tr2dida.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tr2dida.trc) &lt;br /&gt;
|methodology=The results of a TRIM-2D simulation are interpolated from the staggered nodes of the computational grid (U-, V- and H-nodes) onto the nodes of the equivalent grid (triangles). The error due to interpolation is mainly influenced by the grid-size as well as the local gradients of the physical quantities. The evolution of the bottom can be optionally calculated as the difference between the original bathymetry and the actual bathymetry. &lt;br /&gt;
|preprocessor=[[TRIM-2D]], [[TR2GEOM]], [[TR2KACHEL]]  [[TRIMKACH]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[ADCP2PROFILE]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[PARTRACE]], [[PGCALC]], [[UNK]], [[VTDK]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr2dida/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TR2ASCII&amp;diff=14909</id>
		<title>TR2ASCII</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TR2ASCII&amp;diff=14909"/>
		<updated>2022-09-06T11:28:21Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TR2ASCII&lt;br /&gt;
|name=TR2ASCII&lt;br /&gt;
|version=August 1997  &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
ascii data format&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TRIM-2D &lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program TR2ASCII is a postprocessor for the numerical model TRIM-2D. This program serves to convert the results stored in TRIM-2D result files (water level elevation, current velocity, salinity) into ASCII-format. The results are stored for the locations of the nodes where water level elevation is calculated (velocities are going to be interpolated). Whether a location is flooded or dry, this is also indicated in the ASCII output file. Data conversion can be restricted to nodes inside or outside a given polygon. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[TR2ASCII.DAT|tr2ascii.dat]])&lt;br /&gt;
# bathymetry and index-arrays (filetype [[TR2.TOPO.BIN.IND|tr2.topo.bin.ind]])&lt;br /&gt;
# model results (filetype [[TR2.RESULT|tr2.result]])&lt;br /&gt;
# (optional) surrounding polygon (Dateityp [[POLY.DAT|poly.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# converted results (file of type [[OUTASCII.DAT|outascii.dat]])&lt;br /&gt;
# informative printer file (filetype tr2ascii.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype tr2ascii.trc) &lt;br /&gt;
|methodology=No further information.&lt;br /&gt;
|preprocessor=[[TRIM-2D]]&lt;br /&gt;
|postprocessor=Look at the results using an editor. &lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tr2ascii/ &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TM2DIDA&amp;diff=14908</id>
		<title>TM2DIDA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TM2DIDA&amp;diff=14908"/>
		<updated>2022-09-06T11:26:00Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TM2DIDA&lt;br /&gt;
|name=TM2DIDA&lt;br /&gt;
|version=4.x / August 2003 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
finite element grid&amp;lt;br /&amp;gt;&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TELEMAC-2D&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical model TSEF  &lt;br /&gt;
|shortdescription=The program TM2DIDA is a postprocessor for the numerical models TELEMAC-2D and TSEF. This program serves to convert the results stored in the TELEMAC-2D (or TSEF) results file (option 1) into BAW-DHs standard data format (universal direct access data format). &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[TM2DIDA.DAT|tm2dida.dat]])&lt;br /&gt;
#(option 1) results file which shall be converted (filetype [[SELAFIN|selafin]])&lt;br /&gt;
#:in the steering file of type cas the following options must have been chosen for the numerical simulation:&lt;br /&gt;
##&#039;&#039;&#039;RESULTS FILE STANDARD&#039;&#039;&#039;: must be 3&lt;br /&gt;
##for TELEMAC-2D: &#039;&#039;&#039;VARIABLES FOR GRAPHIC PRINTOUTS:&#039;&#039;&#039; (B,S) or (H,S) must be specified in any case&lt;br /&gt;
##for TSEF: &#039;&#039;&#039;VARIABLES FOR GRAPHIC PRINTOUTS:&#039;&#039;&#039; (B,S) must be specified in any case &lt;br /&gt;
#(option 2) optimized grid and bathymetry (filetype [[GEO|geo]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
#grid (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]])&lt;br /&gt;
#list of edges (filetype [[FKVZ.BIN|fkvz.bin]])&lt;br /&gt;
#list of neighbour elements (filetype [[FKEZ.BIN|fkez.bin]])&lt;br /&gt;
#converted results (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
#informative printer file (filetype tm2dida.sdr)&lt;br /&gt;
#(optional) trace of program execution (filetype tm2dida.trc) &lt;br /&gt;
|methodology=the results are converted without any loss of information &lt;br /&gt;
|preprocessor=[[ANALTEL2D]], [[TELEMAC-2D]], TSEF &lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[PARTRACE]], [[PGCALC]], [[UNK]], [[VTDK]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=T. Damrau, G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/tm2dida/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TDKWF&amp;diff=14907</id>
		<title>TDKWF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TDKWF&amp;diff=14907"/>
		<updated>2022-09-06T11:23:26Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TDKWF&lt;br /&gt;
|name=TDKWF&lt;br /&gt;
|version=February 2020&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D, profile-data as well as data at specific locations)&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of water level&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of morphodynamics&amp;lt;br /&amp;gt;&lt;br /&gt;
estuary&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=The program TDKWF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM, UnTRIM2007, etc.). TDKWF automatically computes the tidal characteristic numbers of water level for a given set of results (universal direct access data format). Similarly the program can be used to compute the tidal characteristic numbers of morphodynamics (evolution of bottom bathymetry). The output of TDKWF may be visualized/displayed e.g. with the graphical postprocessors HVIEW2D (for 2D/3D-data) or LQ2PRO (for profile-data). &lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following  [[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] are calculated (some numbers are optionally calculated):&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#High Water Level (HW)|High Water Level (HW)]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Low Water Level (LW)|Low Water Level (LW)]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Mean Tide Level|Mean Tide Level]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Tidal Range|Tidal Range]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Flood Period|Flood Period]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Ebb Period|Ebb Period]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Flood Period:Ebb Period|Flood Period:Ebb Period]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#High Water Time (T_HW)|High Water Time (T_HW)]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Low Water Time (T_LW)|Low Water Time (T_LW)]] &lt;br /&gt;
* [[Tidal Characteristic Numbers of Water Level#Inundation Period|Inundation Period]]&lt;br /&gt;
&lt;br /&gt;
Additionally the following [[Tidal Characteristic Numbers of Morphodynamics]] are calculated (some numbers are optionally calculated):&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Maximum Tidal Depth|Maximum Tidal Depth]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Minimum Tidal Depth|Minimum Tidal Depth]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Mean Tidal Depth|Mean Tidal Depth]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Tidal Depth Variation|Tidal Depth Variation]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Tidal Depth Change|Tidal Depth Change]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Tidal Erosion|Tidal Erosion]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Tidal Deposition|Tidal Deposition]]&lt;br /&gt;
* [[Tidal Characteristic Numbers of Morphodynamics#Tidal Deposition/Tidal Erosion|Tidal Deposition/Tidal Erosion (dimensionless number)]] &lt;br /&gt;
For each characteristic number of water level as well as morphodynamics the following values are calculated for the period of data analysis:&lt;br /&gt;
&lt;br /&gt;
# Characteristic value for each tide within the period of data analysis&lt;br /&gt;
# Mean value for the period of data analysis&lt;br /&gt;
# Maximum value for the period of data analysis&lt;br /&gt;
# Minimum value for the period of data analysis &lt;br /&gt;
&lt;br /&gt;
For some characteristic numbers the mean values are computed using the length of a period, e.g. tide duration as weight. Maximum and minimum values are computed differently in dependence on the meaning of the characteristic number. Example: maximum high water (HW) corresponds to the largest (highest rise of) water level, whereas maximum low water (LW) is given by the smallest (deepest fall of) water level. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;time-series input data&#039;&#039;&#039; (filetype [[TDKWF.DAT|tdkwf.dat]])&lt;br /&gt;
# &#039;&#039;&#039;synoptic data&#039;&#039;&#039; which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]])&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# results of data analyses (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative printer file (filetype tdkwf.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype tdkwf.trc)&lt;br /&gt;
|methodology=At first the extreme events (HW and LW) are determined for a network of reference locations for each tidal cycle. This ensures the phase-correct ordering of the events for all nodes of the computational grid, profile-topography or individual locations respectively. To arrive at a more precise calculation of the times and values for all tidal characteristic numbers of water level a spline interpolation is used to interpolate between equidistant time series data at each nodal point. Drying and wetting of tidal flats is taken into account by the algorithm.&lt;br /&gt;
&lt;br /&gt;
In case of a time varying bathymetry (morphodynamics) the characteristic numbers of water level are evaluated using depth values corresponding to the minimum depth within the period of data analysis. This also holds true in case a so called alternative bathymetry is used, when the depth in the grid file is equivalent to the depth of the unerodible layer and the actual depth is constant in time but smaller than the depth specified in the grid file.&lt;br /&gt;
&lt;br /&gt;
In all situations with actual depth different from depth given in the grid file, besides HW and LW also the values for maximum tidal depth as well as minimum tidal depth must be computed. &lt;br /&gt;
|preprocessor=[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= -&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Tdkwf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TDKVF&amp;diff=14906</id>
		<title>TDKVF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TDKVF&amp;diff=14906"/>
		<updated>2022-09-06T11:21:01Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TDKVF&lt;br /&gt;
|name=TDKVF&lt;br /&gt;
|version=9.x / July 2009&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D, profile-data as well as data at specific locations)&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of current&amp;lt;br /&amp;gt;&lt;br /&gt;
estuaries&amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative) bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program TDKVF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM, UnTRIM2007 etc.). TDKVF automatically computes the tidal characteristic numbers of current for a given set of results (universal direct access data format).&lt;br /&gt;
Data analyses can only be performed for static (constant in time) bathymetry. Bathymetry data must be either present in the grid file or given as alternative bathymetry in the data file containing also the computational results for water level.&lt;br /&gt;
The results of TDKVF analyses may be visualized/displayed with the graphical postprocessors HVIEW2D (for 2D/3D-data) or LQ2PRO (for profile-data).&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Tidal Characteristic Numbers of Current|tidal characteristic numbers of current]] are calculated (some numbers are optionally calculated): &lt;br /&gt;
*[[Tidal Characteristic Numbers of Current#Flood Current|Flood Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Maximum Flood Current Velocity|Maximum Flood Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Mean Flood Current Velocity|Mean Flood Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Flood Volume|Flood Volume]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Flood Current Duration|Flood Current Duration]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Time of Flood Current|Slack Water Time of Flood Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Duration around Slack Water Time of Flood Current|Slack Water Duration around Slack Water Time of Flood Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Dislocation of Flood Current|Slack Water Dislocation of Flood Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Differences of Time of Maximum Flood Current between Different Locations|Differences of Time of Maximum Flood Current between Different Locations]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Flood Path|Flood Path]] &lt;br /&gt;
&lt;br /&gt;
* [[Tidal Characteristic Numbers of Current#Ebb Current|Ebb Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Maximum Ebb Current Velocity|Maximum Ebb Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Mean Ebb Current Velocity|Mean Ebb Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ebb Volume|Ebb Volume]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ebb Current Duration|Ebb Current Duration]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Time of Ebb Current|Slack Water Time of Ebb Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Duration around Slack Water Time of Ebb Current|Slack Water Duration around Slack Water Time of Ebb Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Slack Water Dislocation of Ebb Current|Slack Water Dislocation of Ebb Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Differences of Time of Maximum Ebb Current between Different Locations|Differences of Time of Maximum Ebb Current between Different Locations]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ebb Path|Ebb Path]] &lt;br /&gt;
&lt;br /&gt;
* [[Tidal Characteristic Numbers of Current#Tidal Cycle|Tidal Cycle]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Residual Current|Residual Current]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Eulerian Residual Path|Eulerian Residual Path]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Residual Flow|Residual Flow]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Tide Volume|Tide Volume]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ratio Flood Current Duration : Ebb Current Duration|Ratio Flood Current Duration : Ebb Current Duration]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ratio Max. Flood Current Velocity : Max. Ebb Current Velocity|Ratio Max. Flood Current Velocity : Max. Ebb Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ratio Mean Flood Current Velocity : Mean Ebb Current Velocity|Ratio Mean Flood Current Velocity : Mean Ebb Current Velocity]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ratio Flood Path : Ebb Path|Ratio Flood Path : Ebb Path]]&lt;br /&gt;
** [[Tidal Characteristic Numbers of Current#Ratio Flood Volume : Ebb Volume|Ratio Flood Volume : Ebb Volume]] &lt;br /&gt;
&lt;br /&gt;
For each characteristic number of current the following values are being calculated for the period of data analysis:&lt;br /&gt;
# Characteristic value for each tide within the period of data analysis&lt;br /&gt;
# Mean value for the period of data analysis&lt;br /&gt;
# Maximum value for the period of data analysis&lt;br /&gt;
# Minimum value for the period of data analysis &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[TDKVF.DAT|tdkvf.dat]])&lt;br /&gt;
# &#039;&#039;&#039;synoptic data&#039;&#039;&#039; which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]]and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]]) &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]]) &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;results of data analyses&#039;&#039;&#039; (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]]and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype Tdkvf.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype Tdkvf.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
At first some extreme events (HW and LW) for the water level are determined for a network of reference locations for each tidal cycle. This ensures the phase-correct ordering of the events for all nodes of the computational grid respectively profile-topography. This first step is followed by a calculation of the times of slack water (ebb slack and flood slack). Thereafter the tidal characteristic numbers for the current are calculated at all nodal points, using the formerly calculated results at the reference locations. To obtain a more precise calculation of the times and values for all tidal characteristic numbers of water level a spline interpolation is used to interpolate between equidistant time series data at each nodal point. Drying and wetting of tidal flats is taken into account by the algorithm. &lt;br /&gt;
|preprocessor=[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software=-&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Tdkvf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TDKSF&amp;diff=14905</id>
		<title>TDKSF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TDKSF&amp;diff=14905"/>
		<updated>2022-09-06T11:18:50Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TDKSF&lt;br /&gt;
|name=TDKSF&lt;br /&gt;
|version=10.x / August 2012 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D, profile-data as well as data at specific locations)&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of salinity&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of suspended sediment&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of tracer load&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of temperature&amp;lt;br /&amp;gt;&lt;br /&gt;
estuaries&amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative) bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;   &lt;br /&gt;
|shortdescription=The program TDKSF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM, UNTRIM2007, etc.).&lt;br /&gt;
TDKSF automatically computes the&lt;br /&gt;
&lt;br /&gt;
* tidal characteristic numbers of salinity,&lt;br /&gt;
* tidal characteristic numbers of suspended sediment,&lt;br /&gt;
* tidal characteristic numbers of tracer load, or the&lt;br /&gt;
* tidal characteristic numbers of temperature. &lt;br /&gt;
&lt;br /&gt;
for a given set of results (universal direct access data format).&lt;br /&gt;
&lt;br /&gt;
Data analyses can only be performed for static (constant in time) bathymetry. Bathymetry data must be either present in the grid file or given as alternative bathymetry in the data file containing also the computational results for water level.&lt;br /&gt;
The results of TDKSF analyses may be visualized/displayed with the graphical postprocessors HVIEW2D (for 2D/3D-data), LQ2PRO (for profile-data) or GVIEW2D (for specific locations).&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following tidal characteristic numbers of salinity are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Flood Current|Advective Salt Transport due to Flood Current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Ebb Current|Advective Salt Transport due to Ebb Current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Maximum Salinity during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Minimum Salinity during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Mean Salinity during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Variation of Salinity during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Residual Advective Salt Transport during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Salinity#Tidal Cycle|Ratio Advective Salt Transport due to Flood Current : Advective Salt Transport due to Ebb Current]] &lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following tidal characteristic numbers of suspended sediment transport are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Flood Current|Advective Suspended Sediment Transport due to Flood Current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Ebb Current|Advective Suspended Sediment Transport due to Ebb Current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Maximum Suspended Sediment Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Minimum Suspended Sediment Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Mean Suspended Sediment Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Variation of Suspended Sediment Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Residual Advective Suspended Sediment Transport during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Suspended Sediment Transport#Tidal Cycle|Ratio Advective Suspended Sediment Transport due to Flood Current : Advective Suspended Sediment Transport due to Ebb Current]] &lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following tidal characteristic numbers of tracer transport are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Flood Current|Advective Tracer Transport due to Flood Current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Ebb Current|Advective Tracer Transport due to Ebb Current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Maximum Tracer Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Minimum Tracer Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Mean Tracer Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Variation of Tracer Concentration during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Residual Advective Tracer Transport during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Tracer Load#Tidal Cycle|Ratio Advective Tracer Transport due to Flood Current : Advective Tracer Transport due to Ebb Current]] &lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following tidal characteristic numbers of temperature (heat) transport are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Flood Current|Advective Heat Transport due to Flood Current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Ebb Current|Advective Heat Transport due to Ebb Current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Maximum Temperature during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Minimum Temperature during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Mean Temperature during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Variation of Temperature during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Residual Advective Heat Transport during a Tidal Cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Temperature#Tidal Cycle|Ratio Advective Heat Transport due to Flood Current : Advective Heat Transport due to Ebb Current]] &lt;br /&gt;
&lt;br /&gt;
For each characteristic number of salinity, suspended sediment concentration, tracer concentration or temperature the following values are being calculated for the period of data analysis:&lt;br /&gt;
&lt;br /&gt;
# Characteristic value for each tide within the period of data analysis&lt;br /&gt;
# Mean value for the period of data analysis&lt;br /&gt;
# Maximum value for the period of data analysis&lt;br /&gt;
# Minimum value for the period of data analysis &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[TDKSF.DAT|tdksf.dat]])&lt;br /&gt;
# synoptic results which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# grid for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
:&#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
:&#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# results of data analyses (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative printer file (filetype Tdksf.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype Tdksf.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
At first some extreme events (HW and LW) for the water level are determined together with the times for slack water (ebb slack and flood slack) for a network of reference locations for each tidal cycle. This ensures the phase-correct ordering of the events for all nodes of the computational grid respectively profile-topography or specific locations. Thereafter the tidal characteristic numbers are calculated at all nodal points, using the formerly calculated results at the reference locations. To obtain a more precise calculation of the times and values for all tidal characteristic numbers a spline interpolation is used to interpolate between equidistant time series data at each nodal point. Drying and wetting of tidal flats is taken into account by the algorithm. &lt;br /&gt;
|preprocessor=[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Tdksf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TDKLF&amp;diff=14904</id>
		<title>TDKLF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TDKLF&amp;diff=14904"/>
		<updated>2022-09-06T11:16:15Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TDKLF&lt;br /&gt;
|name=TDKLF&lt;br /&gt;
|version=8.x / September 2009 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=postprocessor &amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D, profile-data as well as data at specific locations) &amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of bed load transport (several sediment fractions) &amp;lt;br /&amp;gt;&lt;br /&gt;
tidal characteristic numbers of eff. bed shear stress action &amp;lt;br /&amp;gt;&lt;br /&gt;
estuaries &amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative bathymetry) &amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for 2D/3D-data &amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format for profile-data &amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations &lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program TDKLF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM2007  etc.). TDKLF automatically computes some tidal characteristic numbers of bed load transport or eff. bed shear stress action for a given set of results (universal direct access data format). The results of TDKLF analyses may be visualized/displayed with the graphical postprocessors HVIEW2D (for 2D/3D-data) or LQ2PRO (for profile-data).&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Tidal Characteristic Numbers of Bed Load Transport|tidal characteristic numbers of bed load transport]] are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Bed Load Transport|bed load transport due to flood current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Bed Load Transport|bed load transport due to ebb current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Bed Load Transport|residual bed load transport during a tidal cycle]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Bed Load Transport|ratio bed load transport due to flood current : bed load transport due to ebb current]] &lt;br /&gt;
&lt;br /&gt;
Several fractions of sediment can be treated at the same time.&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following tidal characteristic numbers of eff. bed shear stress action are calculated (some numbers are optionally calculated):&lt;br /&gt;
&lt;br /&gt;
* Flood Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action#Flood Current|action of eff. bed shear stress due to flood-current]] &lt;br /&gt;
* Ebb Current&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action#Flood Current|action of eff. bed shear stress due to ebb-current]] &lt;br /&gt;
* Tidal Cycle&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action#Flood Current|residual action of the eff. bed shear stress]]&lt;br /&gt;
:* [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action#Flood Current|ratio between flood- and ebb-current-induced action of the eff. bed shear stress]] &lt;br /&gt;
&lt;br /&gt;
Notice: the word action is used above synonymously for integration over time of the eff. bed shear stress.&lt;br /&gt;
&lt;br /&gt;
For each characteristic number of bed load transport the following values are being calculated for the period of data analysis:&lt;br /&gt;
&lt;br /&gt;
# Characteristic value for each tide within the period of data analysis&lt;br /&gt;
# Mean value for the period of data analysis&lt;br /&gt;
# Maximum value for the period of data analysis&lt;br /&gt;
# Minimum value for the period of data analysis &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[TDKLF.DAT|tdklf.dat]])&lt;br /&gt;
# &#039;&#039;&#039;synoptic data&#039;&#039;&#039; which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[SELAFIN|selafin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
::&#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
::&#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;results of data analyses&#039;&#039;&#039; (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype Tdklf.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype Tdklf.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
At first some extreme events (HW and LW) for the water level are determined together with the times for slack water (ebb slack and flood slack) for a network of reference locations for each tidal cycle. This ensures the phase-correct ordering of the events for all nodes of the computational grid respectively profile-topography. Thereafter the tidal characteristic numbers are calculated at all nodal points, using the formerly calculated results at the reference locations. To obtain a more precise calculation of the times and values for all tidal characteristic numbers a spline interpolation is used to interpolate between equidistant time series data (water level, current velocity and bed load transport rate or eff. bed shear stress) at each nodal point. Drying and wetting of tidal flats is taken into account by the algorithm. &lt;br /&gt;
|preprocessor=[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Tdklf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=TAYLORTARGETDIAGRAM&amp;diff=14903</id>
		<title>TAYLORTARGETDIAGRAM</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=TAYLORTARGETDIAGRAM&amp;diff=14903"/>
		<updated>2022-09-06T11:13:53Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=TAYLORTARGETDIAGRAM&lt;br /&gt;
|name=taylorTargetDiagram&lt;br /&gt;
|version=May 2019&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
Taylor-Diagram&amp;lt;br /&amp;gt;&lt;br /&gt;
Target-Diagram&amp;lt;br /&amp;gt;&lt;br /&gt;
model accuracy&amp;lt;br /&amp;gt;&lt;br /&gt;
comparison of model and measurement&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format&amp;lt;br /&amp;gt;&lt;br /&gt;
[[MATLAB]] [[category:MATLAB stand-alone application]]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgement: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The application taylorTargetDiagram (see also [[TAYLORTARGETDIAGRAM.DAT|taylorTargetDiagram.dat]]) allows to visualize variables for the estimation of model performance (e.g. calculated by [[NCDELTA]]) as taylor and target diagrams and list them as table. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
This Program is a further development of [[TAYLORDIAGRAM]]. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In the Taylor-Diagram standard deviation, correlation as well as pattern root mean square error (PRMSE) between reference and variant (e.g. model and observation) are graphically displayed. The target diagram shows the centered root-mean-square deviation and the bias. The combined presentation of the statistical characteristics of different physical quantities and locations in one diagram is possible. The statistical characteristics at different locations can also be combined to a mean value. As reference and variant values for the calculations of differences and statistcs results of different simulations or analyses as well as comparisons between measurements and model results may be used. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Taylor.png |Example picture Taylor diagram&lt;br /&gt;
Target.png | Example picture Target diagram&lt;br /&gt;
TaylorTargetTable.png |Example picture of the resulting table &lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
In addition to the figures, a table including the following statistical values can be generated:&lt;br /&gt;
* Root Mean Square Error (RMSE)&lt;br /&gt;
* Taylor Skill 4 (Equation 4 in Taylor (2001))&lt;br /&gt;
* Taylor Skill 5 (Equation 5 in Taylor (2001))&lt;br /&gt;
* Centered Root-Mean-Square-Difference&lt;br /&gt;
* Bias (deviation of the mean values)&lt;br /&gt;
* Mean values of reference and variant parameters&lt;br /&gt;
* Standard deviation of reference and variant parameters&lt;br /&gt;
* Correlation between reference and variant parameters&lt;br /&gt;
* Attributes of the locations of the parameters compared in [[NCDELTA]]  (cartesian and geographic coordinates, depth, location name)&lt;br /&gt;
* File name of the output file of [[NCDELTA]]&lt;br /&gt;
* Number of data points used for the comparison &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
  &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input information&#039;&#039;&#039; (file type [[TAYLORTARGETDIAGRAM.DAT|taylorTargetDiagram.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;[[NCDELTA]]-Output files&#039;&#039;&#039; format ([[CF-NETCDF.NC|cf-netcdf.nc]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# Taylor-Diagram as bitmap (*.JPG,*.PNG), as a vector graphic (*.PDF,*.EPS) or as a MATLAB figure file (*.FIG).&lt;br /&gt;
# Target-Diagram as bitmap (*.JPG,*.PNG), as a vector graphic (*.PDF,*.EPS) or as a MATLAB figure file (*.FIG).&lt;br /&gt;
# (optional) Table of the model performance quantities (*.XLS)&lt;br /&gt;
# (optional) Text file with meta-information (*.TXT). &lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The necessary statistical characteristics are read with [[MATLAB]] from [[NCDELTA]] result files and are visualized. The switch „With_Taylor_Diagram_Data=true“ has to be set to &amp;quot;true&amp;quot; in [[NCDELTA.DAT]] so that the required statistical values are included in the [[CF-NETCDF.NC|cf-netcdf]]-file written by [[NCDELTA]].  &amp;lt;br /&amp;gt;&lt;br /&gt;
The visualization of model accuracy in the taylor diagram is done according to Taylor (2001).&amp;lt;br /&amp;gt;&lt;br /&gt;
The visualization of model accuracy in the target diagram is done according to Jolliff et al. (2009).&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCDELTA]]&lt;br /&gt;
|postprocessor=[[MATLABFIGVIEWER]], Excel&lt;br /&gt;
|language=[[MATLAB]]&lt;br /&gt;
|add_software= Linux: MATLAB Compiler Runtime MCR R2015a in directory /usr/local/MATLAB/R2015a&lt;br /&gt;
|contact_original=U. Schiller, J. Benndorf, C. Rasquin&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] with U. Schiller, J. Benndorf and C. Rasquin&lt;br /&gt;
|documentation= Taylor, Karl E. (2001) &amp;quot;Summarizing multiple aspects of model performance in a single diagram&amp;quot;. Journal of Geophysical Research, Vol 106, No. D7, April 16, 2001, Pages 7183 - 7192.&amp;lt;br /&amp;gt; &lt;br /&gt;
Jolliff et al. (2009) “Summary diagrams for coupled hydrodynamic-ecosystem model skill as-sessment”. Journal of Marine Systems. Vol 76, Issues 1–2, 20 February 2009, Pages 64-82, ISSN 0924-7963&amp;lt;br /&amp;gt;Siehe auch unter [[MATLAB]].&lt;br /&gt;
* Example files:&lt;br /&gt;
** Example files can be found in &#039;&#039;&#039;$PROGHOME/examples/taylorTargetDiagram/&#039;&#039;&#039;&lt;br /&gt;
** A presentation with further examples and information can be found in &#039;&#039;&#039;$PROGHOME/examples/taylorTargetDiagram/_doc&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=QUICKPLOT&amp;diff=14902</id>
		<title>QUICKPLOT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=QUICKPLOT&amp;diff=14902"/>
		<updated>2022-09-06T11:09:53Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=QUICKPLOT&lt;br /&gt;
|name=QUICKPLOT&lt;br /&gt;
|version=Linux: 2.16 unknown revision&amp;lt;br /&amp;gt;&lt;br /&gt;
Windows: 2.16.02941&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
visualization&amp;lt;br /&amp;gt;&lt;br /&gt;
animation&amp;lt;br /&amp;gt;&lt;br /&gt;
Delft3D&amp;lt;br /&amp;gt;&lt;br /&gt;
NetCDF CF&amp;lt;br /&amp;gt;&lt;br /&gt;
OPeNDAP&amp;lt;br /&amp;gt;&lt;br /&gt;
Deltares&amp;lt;br /&amp;gt;&lt;br /&gt;
[[MATLAB]] [[category:MATLAB stand-alone application]]&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Delft3D-QUICKPLOT is an interactive tool for the visualisation and animation of numerical data. Data can be downloaded from hard disk (no surprise) and directly from Web-Servers compliant with the OPeNDAP technology.&lt;br /&gt;
&lt;br /&gt;
It has been developed by Deltares but is an open source software and can be adapted to own needs according to the LGPL. Although the use is rather intuitive there is a user manual available on the Deltares Homepage:&lt;br /&gt;
* [http://oss.deltares.nl/web/delft3d/manuals Delft3D-Manuals], then click Delft3D-QUICKPLOT_User_Manual.pdf&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# [[NetCDF]]-CF data on unstructured grids,&lt;br /&gt;
# NetCDF-CF data on structured grids (see [[CF-NETCDF.NC]]),&lt;br /&gt;
# Delft3D grid files,&lt;br /&gt;
# Delft3D output files,&lt;br /&gt;
# Delft3D boundary condition files,&lt;br /&gt;
# Delft3D/SOBEK meteo files,&lt;br /&gt;
# Delwaq binary files,&lt;br /&gt;
# Delwaq timeseries input files,&lt;br /&gt;
# ArcInfo ASCII grid files,&lt;br /&gt;
# complete list in menu &amp;quot;File&amp;quot; -&amp;gt; &amp;quot;Open File ...&amp;quot;.&lt;br /&gt;
&lt;br /&gt;
|outputfiles=&lt;br /&gt;
* graphical formats:&lt;br /&gt;
# EPS,&lt;br /&gt;
# PDF,&lt;br /&gt;
# JPG,&lt;br /&gt;
# PNG etc, complete list in Figure n in menu &amp;quot;File&amp;quot; -&amp;gt; &amp;quot;Print/Export&amp;quot;&lt;br /&gt;
* data formats:&lt;br /&gt;
# MATLAB data files *.mat in different versions,&lt;br /&gt;
# Tecplot,&lt;br /&gt;
# Tekal,&lt;br /&gt;
# sample file.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
-&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[Mathematical_Model_DELFT3D|Mathematical Model Delft3D]], [[NCANALYSE]], [[UNTRIM]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[MATLAB]], [[MATLABFIGVIEWER]]&lt;br /&gt;
|language=MATLAB, C, JAVA&lt;br /&gt;
|add_software= Linux: MATLAB Compiler Runtime MCR R2013b im Verzeichnis /usr/local/MATLAB/R2013b&lt;br /&gt;
|contact_original=Deltares, P. Schade&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/quickplot, &amp;lt;BR&amp;gt;&lt;br /&gt;
[http://oss.deltares.nl/web/delft3d/manuals Delft3D-Manuals], then click Delft3D-QUICKPLOT_User_Manual.pdf.&amp;lt;BR&amp;gt;&lt;br /&gt;
Back to [[MATLAB]]&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=PGCALC&amp;diff=14901</id>
		<title>PGCALC</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=PGCALC&amp;diff=14901"/>
		<updated>2022-09-06T11:06:54Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=PGCALC&lt;br /&gt;
|name=PGCALC&lt;br /&gt;
|version=2.x / January 2001 &lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=Layer Thickness&amp;lt;br /&amp;gt;&lt;br /&gt;
Geodetic Height&amp;lt;br /&amp;gt;&lt;br /&gt;
Density&amp;lt;br /&amp;gt;&lt;br /&gt;
Pressure&amp;lt;br /&amp;gt;&lt;br /&gt;
Universal Direct Access Data Format &lt;br /&gt;
|shortdescription=&lt;br /&gt;
The Program PGCALC generates with synoptical data from numerical models further special data, e.g. Layer Thickness, Geodetic Height, Density and Pressure. &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; file (filetype [[PGCALC.DAT|pgcalc.dat]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
#: &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
#: &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]])&lt;br /&gt;
# &#039;&#039;&#039;synoptic data&#039;&#039;&#039; with the necessary physical quantities as input data (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] und [[DIRZ.BIN|dirz.bin]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;calculated data&#039;&#039;&#039; (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] und [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype pgcalc.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype pgcalc.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
The Program calculates independent of the numerical method additional physical quantities. These may be useful in further Postprocessors (e.g.  [[ENERF]]). Depending on the input data, 2D or 3D output data is generated.&lt;br /&gt;
&lt;br /&gt;
Remarks concerning the physical output quantinies:&lt;br /&gt;
&lt;br /&gt;
* Geodetic Height:&lt;br /&gt;
: corresponds to the local centre of gravity in a water column or a layer, referred to mNN as the reference level.&lt;br /&gt;
&lt;br /&gt;
* Layer Thickness:&lt;br /&gt;
: stands for the height of a water column or a layer.&lt;br /&gt;
&lt;br /&gt;
* Density:&lt;br /&gt;
: calculated water density by using salt contension and temperature.&lt;br /&gt;
&lt;br /&gt;
* Pressure: (Total Pressure)&lt;br /&gt;
: pressure in the centre of a water column or layer, calculated with density, layer thickness and gravity; the air pressure and if present the hydrodynamic water pressure&lt;br /&gt;
: are added to the total water pressure&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[DIDARENAME]], [[DIDASPLIT]], [[TELEMAC-2D]], [[TM2DIDA]], [[TR2DIDA]], [[TR3DIDA]], [[TRIM-2D]]  (along profiles), [[TRIM-3D]]  (along profiles), [[UNTRIM]], [[VTDK]]&lt;br /&gt;
|postprocessor=[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[DIDAMINTQ]], [[DIDAMINTZ]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=A. Cords&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/pgcalc/pgcalc.dat &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=PLOTPROFILZEIT&amp;diff=14900</id>
		<title>PLOTPROFILZEIT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=PLOTPROFILZEIT&amp;diff=14900"/>
		<updated>2022-09-06T11:04:46Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=PLOTPROFILZEIT&lt;br /&gt;
|name=plotProfilZeit&lt;br /&gt;
|version=Juli 2018&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
Profile&amp;lt;br /&amp;gt;&lt;br /&gt;
Aggregation&amp;lt;br /&amp;gt;&lt;br /&gt;
Perzentile&amp;lt;br /&amp;gt;&lt;br /&gt;
Hovmoeller&amp;lt;br /&amp;gt;&lt;br /&gt;
ProfilZeit&amp;lt;br /&amp;gt;&lt;br /&gt;
[[MATLAB]] [[Kategorie:MATLAB stand-alone application]]&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The application &#039;&#039;&#039;plotProfilZeit&#039;&#039;&#039; can be used to display data on profiles and time. Data can also be based on profiles in terms of adjascent control volumes.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Warning: If you do not plan to use the good old [[XTRDATA]] Input format, please use the newly re-engineered programm [[NCPROFIL]] instead of plotProfilZeit.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
plotProfilZeit is the predecessor of [[DISPLAY_PERCENTILES]] und &amp;quot;DISPLAY_HOVMOLLER&amp;quot;. Both had previously been developed to display data along a profile. However, both used the same data types and were different only in the way they presented the data. Therefore, to simplify application maintenance, both functionalities were incorporated into one application, plotProfilZeit. [[DISPLAY_PERCENTILES]] is still available, but will not be further developed. &amp;quot;DISPLAY_HOVMOLLER&amp;quot; not available anymore.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Possible ways to display data:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Type = &#039;&#039;&#039;Hovmoeller&#039;&#039;&#039;: Physical quantities, which are based on a profile and are dependant on time, can be displayed with a hovmoeller diagram. The spatial dimension is displayed along the x-axis and time is displayed along the y-axis. The physical value at each point is color-coded.&lt;br /&gt;
* Type = &#039;&#039;&#039;Percentiles&#039;&#039;&#039;:  The temporal variation of the values can also be displayed in this way. The spatial dimension is again displayed along the x-axis, but the physical value itself is displayed along the y-axis. The temporal average at each point is displayed as a solid line over the x-dimension. The temporal variation is displayed as a grey area in the background, which is the area between to chosen percentile values, default is 5 % and 95 %.&lt;br /&gt;
* Type = &#039;&#039;&#039;Allevents&#039;&#039;&#039;: The temporal evolution is displayed by showing all available synoptic values as single lines along the profile. A color spectrum is used to show the temporal evolution, as long as not too many events are overlapping. &lt;br /&gt;
* Type = &#039;&#039;&#039;Multidata&#039;&#039;&#039;: This allows no display of the temporal variation. Instead, values from different runs can be compared. Single values from different data sets are displayed in one diagram. The variables must not contain a time dimension, thus can either be averages of a tidal characteristic analysis or results of a long-term analysis.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Mesh0 node skalare Stroemungsgeschwindigkeit 2d 1.png|400 px|Beispiel &#039;&#039;&#039;Hovmoeller&#039;&#039;&#039;]]&lt;br /&gt;
[[File:CVSwmean Mesh2 face tide mean su sumen 2.png|400 px|Beispiel &#039;&#039;&#039;Percentiles&#039;&#039;&#039;]]&lt;br /&gt;
[[File:TSM 2.png|400 px|Beispiel &#039;&#039;&#039;Allevents&#039;&#039;&#039;]]&lt;br /&gt;
[[File:CVMesh2 exch hor adv ssc flux res sumen 1.png|400 px|Beispiel &#039;&#039;&#039;Multidata&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
Input formats:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;Xtrdata&#039;&#039;&#039;: Output of [[XTRDATA]], available as single events along a profile, format being [[EXCEL.DAT|excel.dat]]&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;CVMesh2&#039;&#039;&#039; for Netcdf analysis results fuer Netcdf as well as aggregated but not analysed simulation results&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;Mesh1&#039;&#039;&#039; for Netcdf simulation output on profiles ([[DATACONVERT]] result of [[DIRZ.BIN|BDF]] profile file)&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;Mesh0&#039;&#039;&#039; for Netcdf results on profiles (Profile output of UnTRIM2009)&lt;br /&gt;
&lt;br /&gt;
Error handling: &lt;br /&gt;
In contrast to the prior version, this program does not yet include a check of the steering file by Fortran-Modul dictionary_ui. Therefore, wrong keywords can lead to uncontrolled crashes withou understandable error messages.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# Steering file (example in $PROGHOME/examples/plotProfilZeit, type [[plotProfilZeit_steer.dat]])&lt;br /&gt;
# [[UNTRIM]] results in above mentioned formats.&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# Figures (*.pdf, *.png, *.eps or *.fig)&lt;br /&gt;
# Excel sheet (optional)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Visualization with [[MATLAB]].&amp;lt;br /&amp;gt;&lt;br /&gt;
Further, some statistic values are calculated by the program in case of Type = Percentiles. This used the following Matlab functions:&amp;lt;br /&amp;gt;&lt;br /&gt;
* percentiles: prctile &lt;br /&gt;
* mean: nanmean (nan meaning that NaNs are not taken into account)&lt;br /&gt;
* median: nanmedian &lt;br /&gt;
* maximum: nanmax &lt;br /&gt;
* minimum: nanmin &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[XTRDATA]], [[DATACONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=[[MATLABFIGVIEWER]]&lt;br /&gt;
|language=[[MATLAB]] (erstellt mit Version R2016b)&lt;br /&gt;
|add_software= Needs installation of MATLAB Compiler Runtime (under linux: /usr/local/MATLAB/MATLAB_Runtime/v85)&lt;br /&gt;
|contact_original=A. Zorndt&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] with A. Zorndt&lt;br /&gt;
|documentation=&lt;br /&gt;
Examples can be found unter $PROGHOME/examples/plotProfilZeit/.&amp;lt;br /&amp;gt;&lt;br /&gt;
Descriptions of the method can be found here:&lt;br /&gt;
http://de.mathworks.com/help/stats/descriptive-statistics.html .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks to Tabea Brodhagen, Marissa Albers und Jens Jürges.&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=PARTRACE&amp;diff=14899</id>
		<title>PARTRACE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=PARTRACE&amp;diff=14899"/>
		<updated>2022-09-06T11:02:04Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group SIM&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=PARTRACE&lt;br /&gt;
|name=PARTRACE&lt;br /&gt;
|version=October 2011&lt;br /&gt;
|version_descr=September 2022 &lt;br /&gt;
|catchwords=analysis of numerically calculated results (2D)&amp;lt;br /&amp;gt;&lt;br /&gt;
stochastic particle model&amp;lt;br /&amp;gt;&lt;br /&gt;
particle path&amp;lt;br /&amp;gt;&lt;br /&gt;
turbulent dispersion&amp;lt;br /&amp;gt;&lt;br /&gt;
sinking velocity&amp;lt;br /&amp;gt;&lt;br /&gt;
drift velocity&amp;lt;br /&amp;gt;&lt;br /&gt;
sediment transport &lt;br /&gt;
|shortdescription=&lt;br /&gt;
PARTRACE simulates the movement of particles with user-defined properties in a time-dependent 2D-depth-averaged flowfield, which has been computed e.g. with [[TRIM-2D]], [[TELEMAC-2D]] or [[UNTRIM]]  (two-dimensional, depth averaged results only). It is a tool for analyzing the motion of the water-body and the transport of sediments in estuarine flows. PARTRACE needs the flowfield data as direct access files of the type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]]  and [[DIRZ.BIN|dirz.bin]]. In the input file [[PARTRACE.DAT|partrace.dat]] the user specifies the number of particle-emitting sources, their location as well as number of particles to be tracked, seeding time intervall, and particle properties such as mass density, diameter, settling velocity, diffusion properties, ect.. The following influences on the particle motion are taken into account:&lt;br /&gt;
&lt;br /&gt;
* 2D-depth-averaged velocity field&lt;br /&gt;
* vertical convergence or divergence of streamlines due to inclination of the seabed and of the water-level surface&lt;br /&gt;
* settling velocity&lt;br /&gt;
* random diffusion due to turbulence and dispersion due to depth-averaging of the velocity field &lt;br /&gt;
* constant particle drift velocity at the water surface&lt;br /&gt;
&lt;br /&gt;
To the end of the simulation the history of particle locations is written to file insel.dat and can be visualized e.g. with HVIEW2D as pathlines in the domain.&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[PARTRACE.DAT|partrace.dat]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
# &#039;&#039;&#039;egde list&#039;&#039;&#039; of triangular grid (file type [[FKVZ.BIN|fkvz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;neighbor element list&#039;&#039;&#039; of triangular grid (file type [[FKVZ.BIN|fkez.bin]])&lt;br /&gt;
# &#039;&#039;&#039;synoptic flow field&#039;&#039;&#039; results (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# (optional) initial location of particles, e.g. from a previous run (file name ftn41 on HP, or fort.41 on SGI) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;particle paths&#039;&#039;&#039; (file [[INSEL.DAT|insel.dat]])&lt;br /&gt;
# for the first 4 particles, &#039;&#039;&#039;ascii-files&#039;&#039;&#039; containing:&lt;br /&gt;
#* z-coordinates of particle, of the seabed and of the water-level surface, the ladder at the paticle location, respectively, as function of time (file names ftn21, ftn22,&lt;br /&gt;
#: ftn23, ftn24 on HP, or fort.21, ... on SGI)&lt;br /&gt;
#* the 3 velocity components of the particle as a function of time (file names ftn31, ftn32, ftn33, ftn34 on HP, or fort.31, ... on SGI) &lt;br /&gt;
# &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype partrace.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype partrace.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
To capture the effect of the depth-averaged velocity field, its components U and V at the 3 nodes of the triangle where the particle is currently located in, at time instances before and after the current simulation time, are made available. These data are linearly interpolated to the current simulation time and bilinearly interpolated onto the location of the particle. The motion of the particle in the 3 spatial directions is described by 3 coupled ordinary differential equations (ODEs) in time. They contain the interpolated velocity components and terms that characterize the other physical effects listed above. The system of ODEs is solved stepwise using a standard-Runge-Kutta method (see Numerical Recipes). This finally yields the path of a particle in the flowfield.&lt;br /&gt;
More information about PARTRACE is given in [[Mathematical Model PARTRACE|The Mathematical Model PARTRACE]]. A thorough documentation of the physical modelling used its features can be found in the Programmbeschreibung des Partikelverfahrens PARTRACE (currently in german only, sorry!). &lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[TELEMAC-2D]], [[TR2DIDA]], [[TM2DIDA]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=[[HVIEW2D]], davit, xmgr &lt;br /&gt;
|language=Fortran 95, partly C &lt;br /&gt;
|add_software=- &lt;br /&gt;
|contact_original=F. Bergemann&lt;br /&gt;
|contact_maintenance=[mailto:sim.proghome@baw.de Working group SIM]&lt;br /&gt;
|documentation=&lt;br /&gt;
please refer to $PROGHOME/examples/partrace/&lt;br /&gt;
&lt;br /&gt;
Download the program description (in german language only) as PDF-file [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/pdf/partrace1.pdf partrace.pdf] &lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NC2TABLE&amp;diff=14898</id>
		<title>NC2TABLE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NC2TABLE&amp;diff=14898"/>
		<updated>2022-09-06T10:59:12Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NC2TABLE&lt;br /&gt;
|name=NC2TABLE&lt;br /&gt;
|version=April 2018&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format&amp;lt;br /&amp;gt;&lt;br /&gt;
[https://en.wikipedia.org/wiki/Comma-separated_values CSV format] (&#039;&#039;comma separated values&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
tabular data&amp;lt;br /&amp;gt;&lt;br /&gt;
support of DMQS metadata and variables&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of data READ to chunk size of input data &lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NC2TABLE allows selective data extraction from [[NetCDF|CF NetCDF]] files to [https://en.wikipedia.org/wiki/Comma-separated_values CSV files]. &lt;br /&gt;
Extracted data ares stored in tabular form and may be subsequently used in spread sheet programs like MS EXCEL.&lt;br /&gt;
&lt;br /&gt;
===General Introduction===&lt;br /&gt;
&lt;br /&gt;
Geophysical variables &#039;&#039;&#039;f_i&#039;&#039;&#039; stored in (netCDF) data files are typically dependent on different numbers of coordinates. According to the CF metadata standard, time and date as well as geographical location are the required minimum.&lt;br /&gt;
&lt;br /&gt;
General form of a variable (function):&lt;br /&gt;
&lt;br /&gt;
 f = f_i(t,x[,z][,l][,c])&lt;br /&gt;
    &lt;br /&gt;
In the above definition, &#039;&#039;&#039;t&#039;&#039;&#039; means time, &#039;&#039;&#039;x&#039;&#039;&#039; stands for the (horizontal) location, &#039;&#039;&#039;z&#039;&#039;&#039; is either height or depth, &#039;&#039;&#039;l&#039;&#039;&#039; symbolizes a &#039;&#039;label&#039;&#039; (e. g. a sediment fraction) and &#039;&#039;&#039;c&#039;&#039;&#039; is typically representing (other) classes, e. g. for a probability distribution. &lt;br /&gt;
&lt;br /&gt;
Expressions function and variable are synonymously used in the following.&lt;br /&gt;
&lt;br /&gt;
===Structure of Tables===&lt;br /&gt;
&lt;br /&gt;
Tables consist out of rows and columns. Tables are best suited for the following data presentations:&lt;br /&gt;
# &#039;&#039;&#039;Table Type 1&#039;&#039;&#039; (functional profile): The dependence of &#039;&#039;&#039;f_i&#039;&#039;&#039; on two different coordinates is displayed. The values of (optionally) present other coordinates are frozen in. Example: water level in dependence on (discrete) space &#039;&#039;&#039;x_m&#039;&#039;&#039; and (discrete) time &#039;&#039;&#039;t_n&#039;&#039;&#039;.&lt;br /&gt;
#:Typical combinations for axes are:&lt;br /&gt;
#:* Time series (Ts): &#039;&#039;&#039;f(t,x)&#039;&#039;&#039; Ts for several locations, &#039;&#039;&#039;f(t,z)&#039;&#039;&#039; Ts for several vertical layers, &#039;&#039;&#039;f(t,l)&#039;&#039;&#039; Ts for multiple sediment fractions and &#039;&#039;&#039;f(t,c)&#039;&#039;&#039; Ts for various classes (probability distribution) or frequencies (spectrum).&lt;br /&gt;
#:* Dependence on horizontal position: &#039;&#039;&#039;f(x,z)&#039;&#039;&#039; variation over height or depth, &#039;&#039;&#039;f(x,l)&#039;&#039;&#039; variation over sediment fractions and &#039;&#039;&#039;f(x,c)&#039;&#039;&#039; variation over classes (probability distribution) or frequencies (spectrum).&lt;br /&gt;
#:* Dependence on vertical position: &#039;&#039;&#039;f(z,l)&#039;&#039;&#039; variation over sediment fractions and &#039;&#039;&#039;f(z,c)&#039;&#039;&#039; variation over classes (probability distribution) or frequencies (spectrum).&lt;br /&gt;
#:* Other: &#039;&#039;&#039;f(l,c)&#039;&#039;&#039; probability distribution for various sediment fractions.           &lt;br /&gt;
# &#039;&#039;&#039;Table Type 2&#039;&#039;&#039; (comparison of functions): The dependence of several functions &#039;&#039;&#039;f_i&#039;&#039;&#039;, with &#039;&#039;&#039;i=1,n_i&#039;&#039;&#039;, in dependence on a single coordinate can be displayed. All other coordinate values remain frozen in. Example: time series of water level, current velocity and salinity for a specific location.&lt;br /&gt;
&lt;br /&gt;
Program NC2TABLE supports both above mentioned types of tables. For date and time data items the time zone used can be &lt;br /&gt;
selected via file [[NC2TABLE.DAT|nc2table.dat]].&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NC2TABLE.DAT|nc2table.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;geophysical data&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;ASCII tables&#039;&#039;&#039; (file type [[NC2TABLE.CSV|nc2table.csv]]) in [https://en.wikipedia.org/wiki/Comma-separated_values CSV file format];&lt;br /&gt;
# &#039;&#039;&#039;Metadata&#039;&#039;&#039; (filetype nc2table.txt) in readable form (text file);&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type nc2table.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type nc2table.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Binary data are extracted an printed in tabular form according to the user requirements.  &lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=spread sheet program, text editor&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
template files available in &#039;&#039;&#039;$PROGHOME/examples/nc2table&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14897</id>
		<title>NCVIEW2D</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14897"/>
		<updated>2022-09-06T10:56:54Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCVIEW2D&lt;br /&gt;
|name=NCVIEW2D&lt;br /&gt;
|version=March 2021&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=oostprozessor&amp;lt;br /&amp;gt;&lt;br /&gt;
time series&amp;lt;br /&amp;gt;&lt;br /&gt;
[[CF-NETCDF.NC|cf-netcdf.nc]]&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
[[NCVIEW2D]] is applied to visualize [[CF-NETCDF.NC|cf-netcdf.nc]] data as time series. The following objects are within a plot:&lt;br /&gt;
&lt;br /&gt;
# plot window(s) (also subplots)&lt;br /&gt;
# y-axis&lt;br /&gt;
# data&lt;br /&gt;
&lt;br /&gt;
A plot window can also have two y-axis with 5 individual data sets each. E. g. plot window 1 and its y-axis 1 can contain the measured and modeled water level, while plot window 2 could show measured salinity on the left y-axis and discharge on the right y-axis.&lt;br /&gt;
Plot windows are placed from north to south. Below the lowes window, the UUID of the [[CF-NETCDF.NC|cf-netcdf.nc]] data may be displayed as legend.&lt;br /&gt;
&lt;br /&gt;
&amp;lt;gallery&amp;gt;&lt;br /&gt;
Time series.example 1.de.png|example 1&lt;br /&gt;
Time series.example 2.en.png|example 2&lt;br /&gt;
Time series.example 3.en.png|example 3&lt;br /&gt;
&amp;lt;/gallery&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|Remarks=&lt;br /&gt;
# Variable names can be obtained via ncdump -h myData.nc&lt;br /&gt;
# Measurements from [[BOEWRT]] can be converted to [[CF-NETCDF.NC|cf-netcdf.nc]] using [[DATACONVERT]] or [[BOE2NC]]&lt;br /&gt;
# Only the last y-label/y-limit of a figure and an axis is used for visualization&lt;br /&gt;
# The maximum number of plot windows is 3.&lt;br /&gt;
# This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ Link]).&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# req: [[NCVIEW2D.DAT]]&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# [[MATLAB]] figure *.fig&lt;br /&gt;
# [[DMQS]] metadata (stored in figure)&lt;br /&gt;
# program log *.sdr&lt;br /&gt;
# errors and warning *.err&lt;br /&gt;
# opt: plot data stored as spreadsheet or [https://de.mathworks.com/help/matlab/timetables.html MATLAB Timetable]&lt;br /&gt;
# opt: other formats such as *.jpg, *.tif, *.svg, *.pdf, *.png&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
This program was written in [[MATLAB]] and takes advantage of existing PROGHOME methods, such as unit conversion or i/o of [[BOEWRT]] data. The program is subdivided in the following sections:&lt;br /&gt;
&lt;br /&gt;
# Reading and checking the steering file&lt;br /&gt;
# Testing of the existence of input data and its variables&lt;br /&gt;
# Testing of the plausibility of input parameters&lt;br /&gt;
# Extracting optional parameters, which have been given in [[NCVIEW2D.DAT]], other data is set to a default value.&lt;br /&gt;
# Data import (file, variables)&lt;br /&gt;
# opt: data operations&lt;br /&gt;
# opt: data smoothing&lt;br /&gt;
# Testing of existence of x-axis limits&lt;br /&gt;
# Initialising the figure environment&lt;br /&gt;
# Initialising the the axis&lt;br /&gt;
# Initialising the the legend&lt;br /&gt;
# Initialising the UUID legend (if requested)&lt;br /&gt;
# Initialising the figure title (if requested)&lt;br /&gt;
# Initialising the figure box and grid lines (if requested)&lt;br /&gt;
# Initialising the textboxes (if requested)&lt;br /&gt;
# Writing [[DMQS]] information in *.fig&lt;br /&gt;
# Export *.fig &lt;br /&gt;
# opt: export further formats (if requested)&lt;br /&gt;
# opt: export of data as spreadsheet (xlsx) or [https://de.mathworks.com/help/matlab/timetables.html MATLAB Timetable]&lt;br /&gt;
# controlled end&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[UNTRIM]], [[UNTRIM2]], [[UNK]], [[DATACONVERT]], [[BOE2NC]], [[NCDELTA]], [[NCANALYSE]], [[NCCUTOUT]], [https://www.deltares.nl/en/software/delft3d-flexible-mesh-suite/ Delft3D-Flexible Mesh]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2020b&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=R. Hagen&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] with R. Hagen and U. Schiller&lt;br /&gt;
&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncdelta&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPROFIL&amp;diff=14895</id>
		<title>NCPROFIL</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPROFIL&amp;diff=14895"/>
		<updated>2022-09-06T10:54:04Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCPROFIL&lt;br /&gt;
|name=ncprofil&lt;br /&gt;
|version=Juni 2021&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
Profile&amp;lt;br /&amp;gt;&lt;br /&gt;
Aggregation&amp;lt;br /&amp;gt;&lt;br /&gt;
Perzentile&amp;lt;br /&amp;gt;&lt;br /&gt;
Hovmoeller&amp;lt;br /&amp;gt;&lt;br /&gt;
plotProfilZeit&amp;lt;br /&amp;gt;&lt;br /&gt;
[[MATLAB]] [[Kategorie:MATLAB stand-alone application]]&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The application &#039;&#039;&#039;ncprofil&#039;&#039;&#039; can be used to display data on profiles and time. Data can also be based on profiles in terms of adjascent control volumes.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
ncprofil is the predecessor of [[PLOTPROFILZEIT]], which is still available but will not be further developed. The difference is a re-engineering and adaptation to the new standards for Matlab-Proghome Tools. In a next step, the netcdf reading routine will be updated. In the re-engineering, the old input format [[XTRDATA]] was not included.&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Possible ways to display data:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Type = &#039;&#039;&#039;Hovmoeller&#039;&#039;&#039;: Physical quantities, which are based on a profile and are dependant on time, can be displayed with a hovmoeller diagram. The spatial dimension is displayed along the x-axis and time is displayed along the y-axis. The physical value at each point is color-coded.&lt;br /&gt;
* Type = &#039;&#039;&#039;Percentiles&#039;&#039;&#039;:  The temporal variation of the values can also be displayed in this way. The spatial dimension is again displayed along the x-axis, but the physical value itself is displayed along the y-axis. The temporal average at each point is displayed as a solid line over the x-dimension. The temporal variation is displayed as a grey area in the background, which is the area between to chosen percentile values, default is 5 % and 95 %.&lt;br /&gt;
* Type = &#039;&#039;&#039;Prognose&#039;&#039;&#039;:  From the percentiles, predictive values can be calculated, according to the procedure applied in the Weser Estuary. For this, each percentile is rounded up by a rounding parameter (i. e. 1 cm for water level). Then, along river stretches of i. e. 5 km, the maximum rounded value is found and this is interpreted as the predicitve value for this area. Beside the display of the percentiles (see above), this predictive value is shown as a red line. The x-axis is the spatial dimension, while the y-axis shows the physical quantity.&lt;br /&gt;
* Type = &#039;&#039;&#039;Allevents&#039;&#039;&#039;: The temporal evolution is displayed by showing all available synoptic values as single lines along the profile. A color spectrum is used to show the temporal evolution, as long as not too many events are overlapping. &lt;br /&gt;
* Type = &#039;&#039;&#039;Multidata&#039;&#039;&#039;: This allows no display of the temporal variation. Instead, values from different runs can be compared. Single values from different data sets are displayed in one diagram. The variables must not contain a time dimension, thus can either be averages of a tidal characteristic analysis or results of a long-term analysis.  &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[File:Mesh0 node skalare Stroemungsgeschwindigkeit 2d 1.png|400 px|Beispiel &#039;&#039;&#039;Hovmoeller&#039;&#039;&#039;]]&lt;br /&gt;
[[File:CVSwmean Mesh2 face tide mean su sumen 2.png|400 px|Beispiel &#039;&#039;&#039;Percentiles&#039;&#039;&#039;]]&lt;br /&gt;
[[File:TSM 2.png|400 px|Beispiel &#039;&#039;&#039;Allevents&#039;&#039;&#039;]]&lt;br /&gt;
[[File:CVMesh2 exch hor adv ssc flux res sumen 1.png|400 px|Beispiel &#039;&#039;&#039;Multidata&#039;&#039;&#039;]]&lt;br /&gt;
&lt;br /&gt;
Input formats:&amp;lt;br /&amp;gt;&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;CVMesh2&#039;&#039;&#039; for Netcdf analysis results fuer Netcdf as well as aggregated but not analysed simulation results&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;Mesh1&#039;&#039;&#039; for Netcdf simulation output on profiles ([[DATACONVERT]] result of [[DIRZ.BIN|BDF]] profile file)&lt;br /&gt;
* Input_Format = &#039;&#039;&#039;Mesh0&#039;&#039;&#039; for Netcdf results on profiles (Profile output of UnTRIM2009)&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# Steering file (example in $PROGHOME/examples/ncprofil, type [[ncprofil_steer.dat]])&lt;br /&gt;
# [[UNTRIM]] results in above mentioned formats.&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# Figures (*.pdf, *.png, *.eps or *.fig)&lt;br /&gt;
# Excel sheet (optional)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Visualization with [[MATLAB]].&amp;lt;br /&amp;gt;&lt;br /&gt;
Further, some statistic values are calculated by the program in case of Type = Percentiles. This used the following Matlab functions:&amp;lt;br /&amp;gt;&lt;br /&gt;
* percentiles: prctile &lt;br /&gt;
* mean: nanmean (nan meaning that NaNs are not taken into account)&lt;br /&gt;
* median: nanmedian &lt;br /&gt;
* maximum: nanmax &lt;br /&gt;
* minimum: nanmin &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCAGGREGATE]], [[NCANALYSE]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=[[MATLABFIGVIEWER]]&lt;br /&gt;
|language=[[MATLAB]] (erstellt mit Version R2016b)&lt;br /&gt;
|add_software= Needs installation of MATLAB Compiler Runtime (under linux: /usr/local/MATLAB/MATLAB_Runtime/v85)&lt;br /&gt;
|contact_original=A. Zorndt&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] with A. Zorndt and U. Schiller&lt;br /&gt;
|documentation=&lt;br /&gt;
Examples can be found unter $PROGHOME/examples/plotProfilZeit/.&amp;lt;br /&amp;gt;&lt;br /&gt;
Descriptions of the method can be found here:&lt;br /&gt;
http://de.mathworks.com/help/stats/descriptive-statistics.html .&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Thanks to Ulrike Schiller for your help in updating the program.&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPLOT&amp;diff=14894</id>
		<title>NCPLOT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPLOT&amp;diff=14894"/>
		<updated>2022-09-06T10:50:37Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCPLOT&lt;br /&gt;
|name=NCPLOT&lt;br /&gt;
|version=March 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=graphical postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
graphical presentation of CF NetCDF data (unknown attributes are ignored)&amp;lt;br /&amp;gt;&lt;br /&gt;
finite element models&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference models&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model with subgrid information&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion or transformation (extensive - intensive) of physical units &amp;lt;br /&amp;gt; &lt;br /&gt;
calculation of new quantities (for display) from one or several input data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
(optional) filter based on water depth&amp;lt;br /&amp;gt;&lt;br /&gt;
(optional) filter based on number of observations&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The graphical postprocessor NCPLOT can be used for a graphical presentation&lt;br /&gt;
of simulation and analysis results, which is stored in CF NetCDF data format.&lt;br /&gt;
The data can be defined on nodes, edges or faces. The program works on 2D-data,&lt;br /&gt;
3D-data and on data with details scaled on a subgrid.&amp;lt;br /&amp;gt;&lt;br /&gt;
[[File:NcplotBspFaceArea.png|thumb|250px|Picture 1: Salinity with underlaid topography.]]&lt;br /&gt;
&lt;br /&gt;
The sample pictures illustrate the capability of the program NCPLOT.&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NCPLOT: Example figures|Example figures: NCPLOT]] &lt;br /&gt;
&lt;br /&gt;
Basically, NCPLOT distinguishes linear from areal chart types.&lt;br /&gt;
For area charts the symbolization of the data is depending on the data value&lt;br /&gt;
(color legend, proportional arrow).&lt;br /&gt;
For linear charts, the values of data series are plotted on an axis.&lt;br /&gt;
The symbolization of the data series is independent of the data value.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[NCPLOT: Area Charts|Area Charts]]:&lt;br /&gt;
* Map, or top view illustration&lt;br /&gt;
* Vertical section along profile (3D data)&lt;br /&gt;
* Time depth diagram (3D data)&lt;br /&gt;
* Hovmöller diagram: Temporal development along profile.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NCPLOT: Line Charts|Line Charts]]:&amp;lt;br /&amp;gt;&lt;br /&gt;
* time series&lt;br /&gt;
* profile view&lt;br /&gt;
* depth profile&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
NCPLOT allows you to illustrate different diagrams of different types in one picture.&lt;br /&gt;
Line diagrams next to areal charts with static and possibly dynamic parts.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Picture series:&amp;lt;br /&amp;gt;&lt;br /&gt;
Both line and area chart definitions can request the creation of picture series.&lt;br /&gt;
A picture can contain static and dynamic image components.&lt;br /&gt;
Dynamic components means parts of the image that vary over a picture series.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
The following rule applies to the program:&amp;lt;br /&amp;gt;&lt;br /&gt;
The first read dynamic definition determines the permitted length of the&lt;br /&gt;
picture series.&lt;br /&gt;
The program aborts, if a further dynamic diagram definition results a&lt;br /&gt;
different number of images.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
 &lt;br /&gt;
Further tests are not carried out.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Different series diagrams from dynamic diagram definitions of the same&lt;br /&gt;
length are processed by the program. The static picture elements are displayed&lt;br /&gt;
on every picture in the series.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCPLOT.DAT|ncplot.dat]])&lt;br /&gt;
# &#039;&#039;&#039;result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# file with &#039;&#039;&#039;interval definitions&#039;&#039;&#039; for color legends (file type [[BOUNDS.CFG.DAT|bounds.cfg.dat]]) &amp;lt;br /&amp;gt;Hint: (Recommended) Local configuration file  or file from the directory &#039;&#039;$PROGHOME/cfg/&#039;&#039;.&lt;br /&gt;
# file with &#039;&#039;&#039;list of definitions of palettes&#039;&#039;&#039; (file type [[PALETTES.CFG.DAT|palettes.cfg.dat]]) &amp;lt;br /&amp;gt;Hint: (Recommended) Provided file from the directory &#039;&#039;$PROGHOME/cfg/&#039;&#039; or local configuration file.&lt;br /&gt;
# file with &#039;&#039;&#039;definitions of colors&#039;&#039;&#039; (file type [[COLORS.CFG.DAT|colors.cfg.dat]]) &amp;lt;br /&amp;gt;Hint: (Recommended) Provided file from the directory &#039;&#039;$PROGHOME/cfg/&#039;&#039; or local configuration file.&lt;br /&gt;
&lt;br /&gt;
For NCPLOT the following standard configuration files from the directory &#039;&#039;&#039;&#039;&#039;$PROGHOME/cfg/&#039;&#039;&#039;&#039;&#039; are required:&lt;br /&gt;
* GKS parameter file: &#039;&#039;&#039;gkssystem.computername.dat&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;graphic files&#039;&#039;&#039; (format: CGM or SVG)&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncplot.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncplot.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
NCPLOT is a pure plot program without any user interaction at runtime.&lt;br /&gt;
The layout of the picture and the graphical presentation of the data has to be&lt;br /&gt;
described in the steering file.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
NCPLOT creates vector graphics in CGM or SVG format.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
For special data files it is possible to exclude data at places with low water&lt;br /&gt;
coverage from the display. The technic works only on original UnTRIM result files&lt;br /&gt;
in CF NetCDF format.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record,&lt;br /&gt;
the program tries to reconstruct the wanted data set from adjacent (in time)&lt;br /&gt;
records for the same variable.&lt;br /&gt;
This type of repair works for time dependent variables only.&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=---&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=GKS (by GTS-Gral) &lt;br /&gt;
|contact_original=G. Lang, S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
template files available in &#039;&#039;&#039;$PROGHOME/examples/ncplot&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14893</id>
		<title>NCPOLO</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14893"/>
		<updated>2022-09-06T10:47:57Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCPOLO&lt;br /&gt;
|name=NCPOLO&lt;br /&gt;
|version=August 2019&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=Postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
time series&amp;lt;br /&amp;gt;&lt;br /&gt;
hodograph&amp;lt;br /&amp;gt;&lt;br /&gt;
scatterplots&amp;lt;br /&amp;gt;&lt;br /&gt;
model skill&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
[[NCPOLO]] is applied in model calibration and validation. It corroborates validation illustration and skill scores combined with various export possibilities. With [[NCPOLO]], a observation-prediction comparison can be performed quickly. For a successful application of [[NCPOLO]], all measurements and model data must be available in pooled [[CF-NETCDF.NC|cf-netcdf.nc]] data. A time and space correlated difference, which can be interpreted by [[NCPOLO]] must be created with [[NCDELTA]].&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Remarks:&lt;br /&gt;
* One should use [[BOE2NC]] for the preprocessing of non-pooled [[BOEWRT.DAT]] data&lt;br /&gt;
* Measurements should be checked, as [[NCPOLO]] does not perform any plausibility checks on input data&lt;br /&gt;
* Measurement names must be one-of-a-kind, as more than one measurement (e. g. multiple depths) are not possible to interpret yet.&lt;br /&gt;
* Stations are named from the long_name of the [[NCDELTA]] variant&lt;br /&gt;
* Model data can be provided in 2d and 3d&lt;br /&gt;
* [[NCDELTA]] &#039;&#039;&#039;must&#039;&#039;&#039; be run with &#039;&#039;with_original_data = .true.&#039;&#039;&lt;br /&gt;
* The station name will be used troughout illustrations and skill scores. Thus it is smart to chose a short name.&lt;br /&gt;
* The processing of chunked data is usually faster, when using [[NCDELTA]]. One can chunk a  [[CF-NETCDF.NC|cf-netcdf.nc]] file using [[NCCHUNKIE]].&lt;br /&gt;
* As the output can be defined in multiple languages, with more than 5 detailed times per tide gauge, the output mass can grow quickly to more than 1,000. Therefore, a user should only enable the illustrations, which are absolutely required.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
Output of [[NCPOLO]]:&lt;br /&gt;
* time series (complete, parts)&lt;br /&gt;
* scatter plots (colored by density, uniform)&lt;br /&gt;
* hodographs of current (colored by density, uniform)&lt;br /&gt;
* box-whisker error distribution&lt;br /&gt;
* statistics (33 parameters)&lt;br /&gt;
* data export (per gauge)&lt;br /&gt;
* statistics export (per gauge, all gauges)&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
* req: steering[[NCPOLO.DAT]]&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
* (req) log (type *.sdr)&lt;br /&gt;
* (req) errors and warnings (type *.err)&lt;br /&gt;
* (req) time series (type PNG, FIG, EPS, FIG)&lt;br /&gt;
* (opt) scatter plot (type PNG, FIG, EPS, FIG)&lt;br /&gt;
* (opt) hodograph (type PNG, FIG, EPS, FIG)&lt;br /&gt;
* (opt) box-whisker plots (type PNG, FIG, EPS, FIG)&lt;br /&gt;
* (opt) statistic distribution (type PNG, FIG, EPS, FIG)&lt;br /&gt;
* (opt) statistic parameters (type DAT, CSV, LATEX)&lt;br /&gt;
* (opt) comparison data (type DAT, CSV, MAT)&lt;br /&gt;
* (opt) statistic overview (type DAT, CSV, MAT)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
This program was created with [[MATLAB]] and [[PROGHOME]] methods. &lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCDELTA]], [[NCDVAR]], [[NCMERGE]]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2019a&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=R. Hagen&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS] and R. Hagen&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncpolo/&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCMERGE&amp;diff=14892</id>
		<title>NCMERGE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCMERGE&amp;diff=14892"/>
		<updated>2022-09-06T10:43:59Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCMERGE&lt;br /&gt;
|name=NCMERGE&lt;br /&gt;
|version=July 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
Merge contents of various [[CF-NETCDF.NC|netcdf.nc]] files&amp;lt;br /&amp;gt;&lt;br /&gt;
Change of time step for optional time-equidistant data records&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the [https://en.wikipedia.org/wiki/MD5 MD5 hash] values of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt; &lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum]) &lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program enables merging variables from multiple [[CF-NETCDF.NC|netcdf.nc]] input files into one single [[CF-NETCDF.NC|netcdf.nc]] output file.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCMERGE.DAT|ncmerge.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Input data&#039;&#039;&#039;, multiple files (file type [[CF-NETCDF.NC|cf-netcdf.nc]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;Output data&#039;&#039;&#039; (file type [[CF-NETCDF.NC|netcdf.nc]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncmerge.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncmerge.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The program is subdivided into the following sections:&lt;br /&gt;
# Read, check and print the control data of the user;&lt;br /&gt;
# Read metadata of the input data;&lt;br /&gt;
# Transfer metadata into internal data objects;&lt;br /&gt;
# Classification of all variables of the input files;&lt;br /&gt;
# Determine transfer operations for primary variables;&lt;br /&gt;
# Determine transfer operations for all other variables;&lt;br /&gt;
# Comparison of the input data specified by the user with the data available in the input file;&lt;br /&gt;
# Create common time coordinate variables for all output variables;&lt;br /&gt;
# (optional) Adjustment of MD5 hash values between all input data files;&lt;br /&gt;
# Copy the variables to be transferred from the input files to the output file.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[BOE2NC]], [[NCAGGREGATE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCRCATMAT]], [[NetCDF Operators]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAUTO]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCPLOT]], [[NCPOLO]], [[NC2TABLE]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=G. Lang, S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-02-14: [https://izw-campus.baw.de/goto.php?target=cat_3742&amp;amp;client_id=iliasclient &#039;&#039;NCMERGE - Anwendung, Struktur, Code-Beispiele&#039;&#039;].&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncmerge&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDVAR&amp;diff=14891</id>
		<title>NCDVAR</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDVAR&amp;diff=14891"/>
		<updated>2022-09-06T10:41:58Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCDVAR&lt;br /&gt;
|name=NCDVAR&lt;br /&gt;
|version=August 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
Selective deletion or copying of variables in a [[CF-NETCDF.NC|netcdf.nc]] file&amp;lt;br /&amp;gt;&lt;br /&gt;
Delete/Copy coordinate variables of a certain type (X-Y or LON-LAT)&amp;lt;br /&amp;gt;&lt;br /&gt;
Delete/Copy variables belonging to a grid (&#039;&#039;Mesh&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
Delete/Copy of individual variables&amp;lt;br /&amp;gt;&lt;br /&gt;
Deletion/Copying of individuual dates of synoptic, time-equidistant data records&amp;lt;br /&amp;gt;&lt;br /&gt;
Automatic setting of the WRITE chunk size&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the [https://en.wikipedia.org/wiki/MD5 MD5 hash] values of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt; &lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum]) &lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program enables the selective deletion / copying of variables in a [[CF-NETCDF.NC|netcdf.nc]] input file into an equivalent output file.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCDVAR.DAT|ncdvar.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Input data&#039;&#039;&#039;, data record to be thinned (file type [[CF-NETCDF.NC|cf-netcdf.nc]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;Output data&#039;&#039;&#039; (file type [[CF-NETCDF.NC|netcdf.nc]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncdvar.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncdvar.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The program is subdivided into the following sections:&lt;br /&gt;
# Read, check and print the control data of the user;&lt;br /&gt;
# Read metadata of the input data;&lt;br /&gt;
# Transfer metadata into internal data objects;&lt;br /&gt;
# Classification of all variables of the input file;&lt;br /&gt;
# Comparison of the input data specified by the user with the data available in the input file;&lt;br /&gt;
# Mark all primary variables that can be selected by the user with &#039;&#039;&#039;COPY&#039;&#039;&#039; or &#039;&#039;&#039;DELETE&#039;&#039;&#039;;&lt;br /&gt;
# Deriving the transfer method (COPY, DELETE) for the variables used by the primary variables (coordinate variable, auxiliary variable, etc.);&lt;br /&gt;
# Copy the variables to be transferred from the input to the output file.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[BOE2NC]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCRCATMAT]], [[NetCDF Operators]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAUTO]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCPLOT]], [[NCPOLO]], [[NC2TABLE]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=G. Lang, S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncdvar&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14890</id>
		<title>NCDELTA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14890"/>
		<updated>2022-09-06T10:39:34Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCDELTA&lt;br /&gt;
|name=NCDELTA&lt;br /&gt;
|version=June 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
differences of synoptic data (with optional restriction of time period)&amp;lt;br /&amp;gt;&lt;br /&gt;
differences of characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for extensive quantities&amp;lt;br /&amp;gt;&lt;br /&gt;
input data for Taylor diagram&amp;lt;br /&amp;gt;&lt;br /&gt;
median, percentiles (Q01, Q05, Q95, Q99)&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Murphy (1988) equation 4&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Taylor (2001) equations 4 and 5&amp;lt;br /&amp;gt;&lt;br /&gt;
skill score according to Willmott (1981) Index of agreement (d)&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic setting of WRITE chunk sizes for written variables&amp;lt;br /&amp;gt; &lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program computes differences for comparable variables (primary variable pairs) as well as additional statistical data derived from primary differences, but also data for Taylor diagrams (details see [[Differences of Calculated Results]]) can be computed for some types of data. Finding the primary variable pairs is done in an essentially automatical manner but can be altered to some extent by the user (see [[NCDELTA.DAT|ncdelta.dat]]). Primary differences are computed according to &#039;&#039;variant data&#039;&#039; &#039;&#039;&#039;minus&#039;&#039;&#039; &#039;&#039;reference data&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Requirements for time-dependent primary variable pairs with individual constant time step:&lt;br /&gt;
# both data sets may contain a &#039;&#039;different&#039;&#039; number of data items (time steps), but the length of the time period to be compared must be identical, whereas the periods to be compared may differ ;&lt;br /&gt;
# constant time step for each data set may differ from each other, but the larger time step must an integer multiple of the smaller one.&lt;br /&gt;
&lt;br /&gt;
Requirements for time-dependent primary variable pairs with variable time step:&lt;br /&gt;
# both data sets must contain an &#039;&#039;identical&#039;&#039; number of data items (time steps), with periods allowed to be different.&lt;br /&gt;
&lt;br /&gt;
Remarks concerning the spatial location of data:&lt;br /&gt;
# data sets may differ with respect to their geographical location;&lt;br /&gt;
# areas for which data are defined must overlap to some degree;&lt;br /&gt;
# coordinates may be given in different coordinate systems, e. g. Gauß-Krüger and UTM;&lt;br /&gt;
# data for a location are compared with data for the nearest lying location, as far as the distance between the different locations does not exceed a prescribed maximum (see [[NCDELTA.DAT|ncdelta.dat]]). &lt;br /&gt;
&lt;br /&gt;
Remarks concerning the comparison of extensive variables:&lt;br /&gt;
# for extensive variables the respective sizes of the computational cells (area, length) are taken into account.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCDELTA.DAT|ncdelta.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;reference data&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# &#039;&#039;&#039;variant data&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;results&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncdelta.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncdelta.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The program is subdivided into the following sections:&lt;br /&gt;
# read, check and print steering data prescribed by the user;&lt;br /&gt;
# read metadata for &#039;&#039;reference data&#039;&#039;;&lt;br /&gt;
# read metadata for &#039;&#039;variant data&#039;&#039;;&lt;br /&gt;
# copy metadata for reference as well as variant data to program specific data structures;&lt;br /&gt;
# compare metadata for substantial discrepancies (e. g. reference locations) between data sets;&lt;br /&gt;
# classify all reference as well as variant data;&lt;br /&gt;
# find primary variable pairs: each variant variable has one partner reference variable; primary computational results will be later derived from primary variable pairs;&lt;br /&gt;
# derive variables to be copied from reference as well as variant data file into the result file;&lt;br /&gt;
# compute interpolation matrices required for interpolation between reference data locations and variant data locations;&lt;br /&gt;
# create all metadata for the result file; essentially they stem from variables to be copied, from primary result variables, newly generated coordinate variables (time, vertical), as well as newly derived or to be copied measure and auxiliary variables;&lt;br /&gt;
# copy selceted variables from reference as well as variant file to the result file;&lt;br /&gt;
# compute all primary variables, (new) time and vertical coordinate variables, as well as weights and auxiliary variables.  For primary variables optionally available axiliary variables with &#039;&#039;standard_name&#039;&#039; modifier &#039;&#039;status_flag&#039;&#039; are taken into account in case meaning &#039;&#039;good&#039;&#039; is represented by an appropriate flag (bit).&lt;br /&gt;
# with respect of the different skill scores used and computed by the program - references:&lt;br /&gt;
#*  Murphy, Allan H. (1988) &amp;quot;Skill Scores Based on the Mean Square Error and Their Relationship to the Correlation Coefficient&amp;quot;. Monthly Weather Review, Dec. 1988, Pages 2417 - 2424.&lt;br /&gt;
#* Taylor, Karl E. (2001) &amp;quot;Summarizing multiple aspects of model performance in a single diagram&amp;quot;. Journal of Geophysical Research, Vol 106, No. D7, April 16, 2001, Pages 7183 - 7192.&lt;br /&gt;
#* Willmott, Cort J. (1981) &amp;quot;On the validation of models&amp;quot;. Physical Geography, Pages 184–194.&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCRCATMAT]], [[NetCDF Operators]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAUTO]], [[NCCHUNKIE]], [[NCPOLO]], [[NCPLOT]], [[NCCUTOUT]], [[NC2TABLE]], [[NCVIEW2D]], [[PLOTTS]], [[TAYLORDIAGRAM]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=G. Lang, S. Spohr&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (available in German only):&lt;br /&gt;
** 2015-07-15: [http://ewisa.baw.de/files/12835_tv12_2015_07_15_ncdelta_g_lang.pdf &#039;&#039;NCDELTA - Differenzen neu berechnet&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-05-30: [https://izw-campus.baw.de/goto.php?target=cat_4308&amp;amp;client_id=iliasclient &#039;&#039;NCDELTA - Berechnung von Differenzen&#039;&#039;].&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncdelta&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCCUTOUT&amp;diff=14889</id>
		<title>NCCUTOUT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCCUTOUT&amp;diff=14889"/>
		<updated>2022-09-06T10:36:49Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCCUTOUT&lt;br /&gt;
|name=NCCUTOUT&lt;br /&gt;
|version=July 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
cut out data&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Tidal_Characteristic_Numbers|tidal characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Characteristic_Numbers_.28independent_of_the_presence_of_tides.29|tide-independent characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
differences of data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
support of computational results based on sub-grid bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
support of DMQS metadata and variables&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
&amp;lt;P&amp;gt;[[File:Nccutout_one_polygon.png|250px|thumb|right|Fig. 1: Results of the German Bight cut out from the modell area of the project EasyGSH-DB (BAW, 2018)]]&lt;br /&gt;
The postprocessor NCCUTOUT may help users to reduce the size of result files in order to save disk space and computation time in the subsequent processing steps. It cuts out data of UGRID compliant NetCDF files of the area type. In UGRID metadata language the files have to have at least one mesh topology variable with the attribute topology_dimension = 2.  The cutting is typically defined by a polygon. The elements inside of the polygon get extracted to the result file. &amp;lt;/P&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&amp;lt;P&amp;gt;[[File:Nccutout_more_polygons.png|250px|thumb|right|Fig. 2: Results at separate faces (see north western and south eastern part) cut out of a model of the Jade Weser Estuary (BAW, 2018) ]]&lt;br /&gt;
But the cut out area can also be defined by two or more polygons which need not be direct neighbours, s. Fig. 2. Though the results may look like seperate spots of a location grid they share a common mesh topology.&amp;lt;/P&amp;gt; &lt;br /&gt;
&lt;br /&gt;
Furthermore, the user can reduce disk space by extracting only a subset of the original geophysical variables. He can add them to a white list or alternatively to a black list. &amp;lt;BR&amp;gt;&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCCUTOUT.DAT|nccutout.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;input UGRID CF NetCDFs&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
# &#039;&#039;&#039;cutout polygons&#039;&#039;&#039; (file type [[IPDS.DAT|ipds.dat]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;output UGRID CF NetCDFs&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]); &lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type nccutout.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type nccutout.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
&amp;lt;P&amp;gt;[[File:Nccutout_faces_subfaces.png|250px|thumb|right|Fig. 3: Extracting faces with all their subfaces in order to generate consistent meshes.(BAW,2018)]] NCCUTOUT can process NetCDF files supporting the UGRID idea of parent and child meshes, e.g. a computational grid with a coarse and a sub grid with higher resolution. Whether data gets cut out or not depends from the position of the geometric elements in the coarsest mesh. This is displayed in Fig. 3. Certain faces of the coarser computational grid are cut out and subsequently all subfaces inside these coarser faces are extracted. This method leads to consistent meshes and parent child connections.&amp;lt;/P&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;&lt;br /&gt;
Regarding the postprocessing workflow it is recommended to use NCCUTOUT directly after the numerical engines, e.g. UNTRIM2007 and UnTRIM2, so that the complete postprocessing benefits from the reduction.&amp;lt;/P&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;&lt;br /&gt;
An introduction how to collect DMQS metadata can be found [[Metadata_of_Model_results_in_Coastal_Engineering|here]].&amp;lt;/P&amp;gt;&lt;br /&gt;
&amp;lt;P&amp;gt;&lt;br /&gt;
Performance: Most of the program&#039;s CPU time is used by basic IO routines. Since output is in the tested examples considerably slower than input a reduction of the output data, area and geophysical variables, makes NCCUTOUT run faster. &lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCANALYSE]], [[NCCHUNKIE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCPLOT]], [[NC2TABLE]] and  [[MATLAB]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=P. Schade, G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** general template files available in &#039;&#039;&#039;$PROGHOME/examples/nccutout&#039;&#039;&#039;&lt;br /&gt;
** in test directory for hydro-dynamic [[UNTRIM2007]] results: &#039;&#039;&#039;$PROGHOME/examples/nccutout/run/utr2007/elbe/nccut&#039;&#039;&#039;&lt;br /&gt;
** in test directory for hydro-dynamic [[UNTRIM2]] results: &#039;&#039;&#039;$PROGHOME/examples/nccutout/run/utr2009/easy/nccut&#039;&#039;&#039;&lt;br /&gt;
** in test directory for [[NCANALYSE]] results: &#039;&#039;&#039;$PROGHOME/examples/nccutout/run/ncana/easy/nccut&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=Program_Descriptions&amp;diff=14888</id>
		<title>Program Descriptions</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=Program_Descriptions&amp;diff=14888"/>
		<updated>2022-09-06T10:34:10Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working groups added&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;__NOAUTOLINKS__&lt;br /&gt;
__NOAUTOLINKTARGET__ &lt;br /&gt;
[[de:Programmkennblätter]]&lt;br /&gt;
{| width=&amp;quot;80%&amp;quot;&lt;br /&gt;
| align=&amp;quot;left&amp;quot; | At the BAW-DH there exists a comprehensive collection of software which has been mostly developed by the staff of the BAW-DH. The software was developed to assist engineers in solving practical problems. This page gives you a list in alphabetical order of the most important programs in use. For every listed program a short description of its functionality is available. More than that, you will also find information on closely related programs (fore-runners and after-runners). In addition to this an [[overview]] of required and optional input-files is given together with an enumerated list of the output-files generated by the program. &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
The majority of the programs are written in Fortran (FORTRAN77, Fortran90, Fortran95, Fortran 2003). For details about the Fortran programming language see e. g.&lt;br /&gt;
[https://software.intel.com/en-us/node/525392 &#039;&#039;Intel Language Reference&#039;&#039;]&lt;br /&gt;
|-&lt;br /&gt;
|&lt;br /&gt;
{| width=&amp;quot;80%&amp;quot; cellpadding=&amp;quot;5&amp;quot;&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | explanation of colour codes&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; width=&amp;quot;95%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;processing of measured data, preprocessing&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;responsible&#039;&#039;&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;P. Schade and G. Seiß ([mailto:pre.proghome@baw.de Working group PRE])&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; width=&amp;quot;95%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;numerical simulation&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;responsible&#039;&#039;&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;B. Fricke, A. Sehili and H. Weilbeer ([mailto:sim.proghome@baw.de Working group SIM])&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; width=&amp;quot;95%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
&#039;&#039;&#039;postprocessing for numerical models and data analysis&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;responsible&#039;&#039;&amp;lt;nowiki&amp;gt;: &amp;lt;/nowiki&amp;gt;J. Jürges, A. Rosenhagen and S. Spohr ([mailto:pos.proghome@baw.de Working group POS])&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffff00&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Son&amp;lt;/font&amp;gt;&lt;br /&gt;
| colspan=&amp;quot;2&amp;quot; width=&amp;quot;95%&amp;quot; valign=&amp;quot;top&amp;quot; | &#039;&#039;&#039;others&#039;&#039;&#039;&amp;lt;br /&amp;gt;&#039;&#039;responsible&#039;&#039;&amp;lt;nowiki&amp;gt;: individuals which are responsible for program maintenance.&amp;lt;/nowiki&amp;gt;&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Advice to Users&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| colspan=&amp;quot;3&amp;quot; | users of the programs who detect errors or deficiencies should contact one of the above mentioned responsibles in dependence on the group to which the application program belongs.&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | A&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ABDF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | analysis of data stored in direct access data files (BDF)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ADCP2BDF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of ADCP workhorse data to BDF data format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ADCP2PROFILE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of ADCP profile data to BDF data format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ANALTEL2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | interactive modification of a file of type &#039;&#039;selafin&#039;&#039;&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | B&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[BATCHPLOT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | post processor for batch oriented visualisation of data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[BFABSENK]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computing of height changes inside groyne areas&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[BOERND]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of boundary time-series (preparatory stage)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[BSH2BAW]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of meteorological data into the &#039;&#039;mkwswawrt&#039;&#039; format&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | C&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[CREATE_SIMPLE_UNTRIM2_GRID|create_simple_untrim2_grid]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | create simple grid for [[UNTRIM2]]&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[CROSSPRO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation and output of cross-sectional profiles, lying orthographical to a defined longitudinal river fairway profile&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | D&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DATA2GEOM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Conversion of BSH ASCII files to geom files&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DATACONVERT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Conversion of Delft3D computational grid as well as computational results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DATAUS]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of soundings of an interesting area from ASCII-files (x,y,z) of various formats&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DAVIT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | interaktive visualisation and exploration of modelling results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DEPRO2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | interactive definition of profiles&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DIDAMERGE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | merging and thinning (in time) for synoptic data sets&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DIDAMINTQ]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | integration and averaging for synoptic data sets along cross sections&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DIDAMINTZ]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of depth integrated or averaged results for synoptic data sets&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DIDARENAME]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | change of BDF file names&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DIDASPLIT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | splitting of large data sets or bathymetries into subdomains&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DISPLAY_CONTROL_VOLUMES|display_control_volumes]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | tabular representation of spatially and temporally aggregated fluxes&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DISPLAY_PERCENTILES|display_percentiles]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | visualization of statistics calculated with profile data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[DREHE2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | translation and rotation of coordinates which are stored in different file types&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | E&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[EDITOR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | interactive modification and generation of GKS graphics&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ENERF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of synoptical quantities (e.g. energy flux) by using data results of numerical models&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[EVENTFILTER]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | filter of high and low water events and evaluation of their mean values&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[EXCELENZ]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of time-series data for further analysis or graphical display&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[EXKNO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of time-series from model output at specific locations&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | F&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffff00&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Son&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[F77_TO_F90]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | rewrite FORTRAN77 source code to FORTRAN90 source code&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2ADDTOPO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | creates an update grid for finite differences topography from echo soundings and updates a finite differences topography&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2BASIS]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | creates a basic grid with correct land/water distribution (format FIDISOR/FIDIRB) by using digitized border lines&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2DEL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | creates difference topography from FIDISOR grids / modifies a FIDISOR grid with a difference topography&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2HYPSO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of a frequency distribution of depth values of a finite difference topograph&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2KACHEL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of a tile-bathymetry and tile-data for FIDISOR/FIDIRB  result files&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2MET]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of meteorological boundary value files for finite difference methods&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2MOD]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | modify an area in a difference of two finite difference topographies&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2RIBA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | dredging fairways in finite difference topographies&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2SPUELER]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | filling of fairways in finite difference topographies&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FD2TRIM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a FIDIRB-bathymetry into an equivalent TRIM-grid&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FDGITTER05]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | graphical preprocessor for finite difference grids&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FDGLUE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | glues two meshes into a new finite difference grid&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FFT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | fast fourier transformation of time series&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FILELIST_TO_GEOM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | rewrite coordinates of many files containing a single location into one file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FRQ2ZEITR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of time series of the waterlevel from information about the frequencies, phases and amplitudes of the tidal harmonic constituents&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FRQTIE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | link result data of the program &#039;&#039;FRQWF&#039;&#039; to create new relationships&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[FRQWF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | tidal harmonic analysis of water level&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | G&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[GEOMFD2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of FD model bathymetry (FIDISOR/FIDIRB) and calendar-matrix&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[GEOTRANSFORMER]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | transformation of coordinates between different coordinate systems for different BAW file types.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[GETDATA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Conversion of Delft3D computational results into netCDF files&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | &lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[GRIDCONVERT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Converts computational grids for different mathematical methods&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[GVIEW2D]]&lt;br /&gt;
| rowspan=&amp;quot;3&amp;quot; width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Graphical representation of time-dependent physical quantities at a given position (so called geo position)&lt;br /&gt;
|- valign=&amp;quot;bottom&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
|- valign=&amp;quot;bottom&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | H&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0,0,0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[HSV]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of settling velocities with a steering file ([[SV.DAT|sv.dat]]) of the SV package (SV=Settling Velocity)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[HVIEW2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; |two-dimensional graphical representation of CFD-data&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | I&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[IGEL2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | interactive calculation of a borderline enclosing bearing data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[INSEL2IPDS|insel2ipds]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | read several insel.dat and create one ipds file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[INSPECT_CONTROL_VOLUMES|inspect_control_volumes]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | time series visualization of aggregated transport quantities&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffff00&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Son&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; | &lt;br /&gt;
[[IO_VOLUME]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | converting data into the volume model for visualisation software profiles&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | J&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[JANET]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Interactive mesh generation and optimization tool&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | K&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[KACHEL2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of part grids out of a finite element model grid&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | L&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LQ2PRO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | visualization of data along longitudinal and/or cross-sectional profiles&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LZKAF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of long-term characteristic numbers of atmosphere&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LZKMF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of tide-independent characteristic numbers of morphodynamics&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LZKSF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of tide-independent characteristic numbers of salinity, temperature, suspended load, tracer load, bed load transport or eff. bed shear stress action&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LZKVF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of tide-independent characteristic numbers of current velocity&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[LZKWF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of tide-independent characteristic numbers of water level&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | M&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[MEDIANGLAETTUNG]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | smoothing of topographical information&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[MESKOR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | correction of time-series data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[METDIDA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of meteorological data into the BAW-DH direct access format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[MKRDAT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Generation of soil identification numbers for TRIM-2D&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | N&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCAGGREGATE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | aggregation for control volumes of data stored in (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCANALYSE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | analysis program for data stored in (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCAUTO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | classification of variables and extreme value analysis for (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCCHUNKIE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | create chunked [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCCUTOUT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | cut out [[NetCDF|UGRID CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCDELTA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | program to compute differences for data stored in (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCDVAR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | deletion of selected variables and dates from (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCMERGE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | merge variables from different (BAW) [[NetCDF|CF NetCDF]] files in one single [[NetCDF|CF NetCDF]] file.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCPLOT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | plot program for visualisation of data stored in (BAW) [[NetCDF|CF NetCDF]] files.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NCPROFIL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | plot program for visualisation of data stored in (BAW) [[NetCDF|CF NetCDF]] files on profiles.&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[NC2TABLE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data extraction program for data stored in (BAW) [[NetCDF|CF NetCDF]] files&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | O&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | P&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PARTRACE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | particle tracking within a two-dimensional depth-averaged velocity field&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[POLWIND]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of polygons out of an overall area&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PLOTPROFILZEIT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Display (aggregated) profile data over time&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[POLYUMFORM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of structure information files from several formats to a common BAW format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PGCALC]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of further physical quantities by using the results of a simulation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PREHYDRO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Processing of seaside boundary data for the BAW operational Model using BSHcmod data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PREMETEO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Mapping of the processed DWD atmospheric forcing on the  Untrim estuary Grid &lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[PROPTEL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | The BAW Operational Tide Model&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Q&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[QUICKPLOT|quickplot]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data visualization (filetype [[CF-NETCDF.NC|cf-netcdf.nc]])&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | R&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ROSE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | analysis and graphical display of a direction dependent relative frequency of occurrence for a vector time series&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[RSMERGE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | adjustment of UNTRIM restart data to a different grid&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | S&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[SYNGRID]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of artificial bearing data&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | T&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TAYLORDIAGRAM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | creates a figure of type Talyor-Diagram&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TC2BAGGER]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | dredger-program for two-dimensional finite element grids&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TC2GEOM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a finite element topography into a finite difference topography&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TC2TR2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a TICAD topography into a &#039;&#039;TRIM&#039;&#039; topography&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TDKLF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of the tidal characteristic numbers of bed load transport or eff. bed shear stress action&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TDKSF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of the tidal characteristic numbers of salinity, suspended sediment concentration, tracer concentration and temperature&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TDKTIE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | linking &#039;&#039;TIDKEN&#039;&#039; results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TDKVF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of the tidal characteristic numbers of current&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TDKWF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of the tidal characteristic numbers of water level and morphodynamics&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TELEMAC-2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | two-dimensional finite element numerical model&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TEO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of bearing data points from a KUEDAT bearing file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TEOAX]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of bearing axes from a KUEDAT bearing file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TICLQ2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of bathymetry along longitudinal/cross-sectional profiles&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TICTRI]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | grid conversion into TRIGRID-format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TIDKEN]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of tidal characteristc numbers for individual time series&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TIMESHIFT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | correction of profile data in time&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TM2DIDA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data conversion of the &#039;&#039;TELEMAC-2D&#039;&#039;-results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TM2RND]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of boundary values for &#039;&#039;TELEMAC-2D&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TOPVF]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of 2D/3D-areas and volumes of finite element meshes&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TOUTR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a grid file of any type to a grid file for the numerical model &#039;&#039;UNTRIM&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffff00&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Son&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2APP]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | analysis of &#039;&#039;TRIM-2D&#039;&#039;-results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2ASCII]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data conversion of the &#039;&#039;TRIM-2D&#039;&#039;-results into ASCII format&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2DIDA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data conversion of the TRIM-2D-results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2FIDI]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a TRIM-bathymetry into a FIDISOR/FIDIRB bathymetry&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2GEOM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of a TRIM-bathymetry into an equivalent finite element grid&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2ISSUSKONVERT]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | Support of ship handling simulators with 2D current data from hydronumeric simulations (TRIM2D/UNTRIM/TELEMAC)&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2KACHEL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of a tile-bathymetry and tile-data for TRIM-2D result files&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2LQ2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of bathymetry along longitudinal/cross-sectional profiles from a TRIM bathymetry&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2MODATE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | modification of date and time in a TRIM-2D results file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2REFRESH]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | update a TRIM bathymetry&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2RND]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of boundary value files for &#039;&#039;TRIM-2D&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR2VOR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of an optimized bathymetry as well as some index arrays for TRIM-2D&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR3DIDA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | data conversion of the &#039;&#039;TRIM-3D&#039;&#039;-results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR3KACHEL]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of bathymetry, index-arrays and results out of a &#039;&#039;TRIM-3D&#039;&#039;-overall-area&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TR3MODATE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | modification of date and time in a &#039;&#039;TRIM-3D&#039;&#039; results file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRASSE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of data for a fairway finite element grid&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRGITTER05]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | graphical preprocessor for a finite difference TRIM-2D grid&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRIM-2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | two-dimensional finite difference model &#039;&#039;TRIM-2D&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRIM-3D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | three-dimensional finite difference model &#039;&#039;TRIM-3D&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRIMKACH]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of general input files and extraction of data by &#039;&#039;TR2KACHEL&#039;&#039;  or &#039;&#039;TR3KACHEL&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TRVZR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | analysator of area result files of the numerical methods &#039;&#039;TRIM-2D&#039;&#039;  or &#039;&#039;TRIM-3D&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[TSCALC]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | mathematical operations on time series data&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | U&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNK]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | spectral wave model with non-linear dissipation&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNS]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | postprocessor with SediMorph functionality independent of a coupled hn model&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNTRIM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | finite difference/volume model (2D/3D) for unstructured grids UNTRIM&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNTRIM2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | finite difference/volume model (2D/3D) for unstructured grids &#039;&#039;UNTRIM2&#039;&#039;,&lt;br /&gt;
with sub grid technology for precise representation of bathymetry&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNTRIM2007]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | finite difference/volume model (2D/3D) for unstructured grids with static or dynamic bathymetry&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNTRIM2007MONITOR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of time series data out of an &#039;&#039;UnTRIM2007&#039;&#039; message file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UNTRIMMONITOR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | The program is used for the graphical visualization of information from the UnTRIM-Message-file&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UPDA2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | update a model bathymetry and alignment of edges of elements along structures&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UPLAY]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | gui around &#039;&#039;UNTRIM2&#039;&#039; and &#039;&#039;NCPLOT&#039;&#039; to change grid depths, to let compute the hydrodynamic effect and to look at the computational results&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UTRPRE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | rounding UnTRIM2007 depths in order to get identical number of computational points&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[UTRRND]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generation of boundary time series data from measured or computed data&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | V&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[VOLUMETH]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of area distribution and volume sum function of a region inside an FE mesh&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[VOLUMETHAUTO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | daemon for the programm &#039;&#039;VOLUMETH&#039;&#039;&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[VTDK]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | calculation of differences between tidal characteristic numbers&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[VVIEW2D]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | two-dimensional graphical representation of CFD-data for vertical sections&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | W&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#0000ff&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(255, 255, 0)&amp;quot;&amp;gt;Sim&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[WARM]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | mathematical wave model&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffff00&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Son&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[WESPE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | computation of one-dimensional wave spectra (JONSWAP and TMA)&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | X&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[XTRDATA]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of ASCII-data from binary direct access files&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[XTRLQ2]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | extraction of binary data for longitudinal and/or cross-sectional profiles&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Y&lt;br /&gt;
|- bgcolor=&amp;quot;#d3d3d3&amp;quot;&lt;br /&gt;
! colspan=&amp;quot;3&amp;quot; | Z&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ffa500&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pos&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ZEITR]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | conversion of synoptic data sets into equivalent time-series data&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ZEITRIO]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | reading, formatting and writing of time series of different formats&lt;br /&gt;
|- valign=&amp;quot;top&amp;quot;&lt;br /&gt;
| width=&amp;quot;5%&amp;quot; bgcolor=&amp;quot;#ff0000&amp;quot; valign=&amp;quot;top&amp;quot; | &amp;lt;font color=&amp;quot;rgb(0, 0, 0)&amp;quot;&amp;gt;Pre&amp;lt;/font&amp;gt;&lt;br /&gt;
| width=&amp;quot;20%&amp;quot; valign=&amp;quot;top&amp;quot; |&lt;br /&gt;
[[ZWISCHENPUNKTE]]&lt;br /&gt;
| width=&amp;quot;75%&amp;quot; valign=&amp;quot;top&amp;quot; | generated topographical information&lt;br /&gt;
&lt;br /&gt;
|}&lt;br /&gt;
----&lt;br /&gt;
back to [[BAW-Software Documentation]]&lt;br /&gt;
----&lt;br /&gt;
[[Overview]]&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCCHUNKIE&amp;diff=14887</id>
		<title>NCCHUNKIE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCCHUNKIE&amp;diff=14887"/>
		<updated>2022-09-06T10:26:33Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCCHUNKIE&lt;br /&gt;
|name=NCCHUNKIE&lt;br /&gt;
|version=April 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of data READ to chunk size of input data &amp;lt;br /&amp;gt;&lt;br /&gt;
automatic computation of chunk sizes for result variables to support orthogonal data access &amp;lt;br /&amp;gt;&lt;br /&gt;
parrallelization (&#039;&#039;collective&#039;&#039; IO) using [http://de.wikipedia.org/wiki/Message_Passing_Interface MPI]&amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCCHUNKIE can be used to chunk data stored in [[CF-NETCDF.NC|cf-netcdf.nc]] files:&lt;br /&gt;
# Chunk sizes are computed automatically, and all dimensions are chunked to support orthogonal data access;&lt;br /&gt;
# Resulting chunks sizes lie somewhere between &#039;&#039;Disc Block Size&#039;&#039; and &#039;&#039;Chunk Buffer Size&#039;&#039;; &lt;br /&gt;
# Online compression is used during storage of data (low level of compression used, level 1);&lt;br /&gt;
# A netCDF-4 file is created (serial version creates NetCDF4 &#039;&#039;classic model format&#039;&#039;);&lt;br /&gt;
# Parameters &#039;&#039;cache size&#039;&#039; and &#039;&#039;cache nelems&#039;&#039; used within netCDF-4 API are automatically determined.&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# No input steering data file required (parameters in command line or interactive specification);&lt;br /&gt;
# &#039;&#039;&#039;UGRID CF NetCDF data set&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles= &lt;br /&gt;
# &#039;&#039;&#039;UGRID CF NetCDF data set&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type NCCHUNKIE.sdr) with informations related to program execution, required time for READ and WRITE of data, effective data transfer rates.&lt;br /&gt;
# &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type NCCHUNKIE.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Some concepts published in [https://support.hdfgroup.org/pubs/papers/2008-06_netcdf4_perf_report.pdf https://support.hdfgroup.org/pubs/papers/2008-06_netcdf4_perf_report.pdf] were used.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCANALYSE]], [[NCAGGREGATE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[NCANALYSE]], [[NCAGGREGATE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NC2TABLE]], [[NetCDF Operators]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2020-11-02: [https://izw-campus.baw.de/ilias.php?ref_id=1832&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;Chunking und NCCHUNKIE&#039;&#039;];&lt;br /&gt;
** 2019-08-02: [https://izw-campus.baw.de/ilias.php?ref_id=1831&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;Anmerkungen zur Chunked I/O mit NetCDF-4 / HDF5&#039;&#039;].&lt;br /&gt;
* Template file(s):&lt;br /&gt;
** No template files available.&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCAUTO&amp;diff=14886</id>
		<title>NCAUTO</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCAUTO&amp;diff=14886"/>
		<updated>2022-09-06T10:24:16Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCAUTO&lt;br /&gt;
|name=NCAUTO&lt;br /&gt;
|version=August 2020&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
classification of variables in [[CF-NETCDF.NC|cf-netcdf.nc]] data files&amp;lt;br /&amp;gt;&lt;br /&gt;
minimum, mean and maximum value as well as number of valid data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCAUTO classifies and determines extreme and mean values for data stored in [[CF-NETCDF.NC|cf-netcdf.nc]] files:&lt;br /&gt;
# classification of (geophysical) variables based on dimension name as well as dependence on time (as defined in CF attribute &#039;&#039;cell_methods&#039;&#039;);&lt;br /&gt;
# minimum, mean and maximum value as well as number of valid data for all variables (all time steps);&lt;br /&gt;
# locations of minimum as well as maximum;&lt;br /&gt;
# time serie of minimum, mean and maximum values as well as number of valid data for all time-dependent variables.&lt;br /&gt;
For 2 and 3 the number of analysed variables can be (optionally) influenced through ASCII files &#039;&#039;include_only_variables.dat&#039;&#039; &#039;&#039;&#039;or&#039;&#039;&#039; &#039;&#039;exclude_variables.dat&#039;&#039;.&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;UGRID CF NetCDF data set&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# (optional) &#039;&#039;&#039;list of variables to be included&#039;&#039;&#039; (file with fixed name &#039;&#039;&#039;include_only_variables.dat&#039;&#039;&#039;);&lt;br /&gt;
# (optional) &#039;&#039;&#039;list of variables to be excluded&#039;&#039;&#039; (file with fixed name &#039;&#039;&#039;exclude_variables.dat&#039;&#039;&#039;).&lt;br /&gt;
&lt;br /&gt;
Only one of files 2 and 3 is allowed to be present in the working directory. Invalid variable names are ingored. &lt;br /&gt;
&lt;br /&gt;
|outputfiles= &lt;br /&gt;
# &#039;&#039;&#039;classification of variables&#039;&#039;&#039; (file type all_class.&amp;lt;&#039;&#039;nc-inputfilename&#039;&#039;&amp;gt;.sdr)&lt;br /&gt;
# (optional) file with &#039;&#039;&#039;minimum, mean and maximum value&#039;&#039;&#039; for all variables (file type all_stats.&amp;lt;&#039;&#039;nc-inputfilename&#039;&#039;&amp;gt;.sdr)&lt;br /&gt;
# (optional) file with &#039;&#039;&#039;time serie of minimum, mean and maximum values as well as number of valid data&#039;&#039;&#039; for each variable (and fraction) of a file (file type var_stats.&amp;lt;&#039;&#039;nc-inputfilename&#039;&#039;&amp;gt;.&amp;lt;&#039;&#039;fraction-name&#039;&#039;&amp;gt;.sdr) &lt;br /&gt;
# informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncauto.sdr) with some useful informations about minimum, maximum, mean as well as locations of minimum and maximum.&lt;br /&gt;
# &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncauto.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
All variables contained in a file are read (time step by time step). Minimum, mean and maximum values as well as number of valid data are determined. Furthermore a classification for all geophysical variables is performed based on dimension names as well as their dependence on the time coordinate.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCANALYSE]], [[NCAGGREGATE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=text editor&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
template files available in &#039;&#039;&#039;$PROGHOME/examples/ncauto&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=14885</id>
		<title>NCANALYSE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=14885"/>
		<updated>2022-09-06T10:21:25Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCANALYSE&lt;br /&gt;
|name=NCANALYSE&lt;br /&gt;
|version=March 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
measured time series data (optionally with [http://cfconventions.org/Data/cf-conventions/cf-conventions-1.6/build/cf-conventions.html#flags flag variables] for a more detailed qualification of data) &amp;lt;br /&amp;gt;&lt;br /&gt;
depth averaged (2D) and depth structured data (3D) with z-layers&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Current|tidal characteristic numbers of current]], [[Tidal Characteristic Numbers of Water Transport|tidal characteristic numbers of water transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Salinity|tidal characteristic numbers of salinity]], [[Tidal Characteristic Numbers of Salt Transport|tidal characteristic numbers of salt transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Temperature|tidal characteristic numbers of temperature]], [[Tidal Characteristic Numbers of Heat Transport|tidal characteristic numbers of heat transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Sediment Transport|tidal characteristic numbers of suspended sediment]],&lt;br /&gt;
[[Tidal Characteristic Numbers of Suspended Load Transport|tidal characteristic numbers of suspended load transport]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Tracer Load|tidal characteristic numbers of tracer load]], [[Tidal Characteristic Numbers of Tracer Load Transport|tidal characteristic numbers of tracer load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|tidal characteristic numbers of effective bed shear stress]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Bed Load Transport|tidal characteristic numbers of bed load transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Tidal Characteristic Numbers of Potential Energy Anomaly|tidal characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Water Level|harmonic analysis of water level]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Harmonic Analysis of Current Velocity|harmonic analysis of current velocity]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers of water level (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Current Velocity (independent of tides)|characteristic numbers of current velocity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salinity (independent of tides)|characteristic numbers of salinity (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Temperature (independent of tides)|characteristic numbers of temperature (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)|characteristic numbers of suspended sediment concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Load (independent of tides)|characteristic numbers of tracer load (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Oxygen Concentration (independent of tides)|characteristic numbers of oxygen concentration (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Morphodynamics (independent of tides)|characteristic numbers of morphodynamics (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Bed Load Transport (independent of tides)|characteristic numbers of bedload transport (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)|characteristic numbers of effective bed shear stress (independent of tides)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Water Transport (independent of tides)|characteristic numbers of water transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Salt Transport (independent of tides)|characteristic numbers of salt transport (independent of tides)]] &lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Heat Transport (independent of tides)|characteristic numbers of heat transport (independent of tides)]]&lt;br /&gt;
&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tracer Transport (independent of tides)|characteristic numbers of tracer transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Suspended Sediment Transport (independent of tides)|characteristic numbers of suspended sediment transport (independent of tides)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Sediment Transport (independent of tides)|characteristic numbers of sediment transport (independent of tides)]] (bed and suspended load at the bottom)&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Tidal Energy Transport|characteristic numbers of tidal energy transport]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Potential Energy Anomaly (independent of tides)|characteristic numbers of potential energy anomaly]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers of Meteorological Data (independent of tides)|characteristic numbers of meteorological data (wind speed)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[Characteristic Numbers for Wave and Sea State (independent of tides)|characteristic numbers for wave and sea state (significant wave height)]] &amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model with subgrid information&amp;lt;br /&amp;gt;&lt;br /&gt;
data at individual locations (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;timeSeriesProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
data at multiple locations along trajectories (&#039;&#039;Discrete Sampling Geometry&#039;&#039; featureType = &#039;&#039;&#039;trajectoryProfile&#039;&#039;&#039;)&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP] and [http://en.wikipedia.org/wiki/Message_Passing_Interface MPI]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of READ data to chunk size of data&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic setting of WRITE chunk sizes for written variables&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional closing of data gaps at reference positions by interpolation &amp;lt;br /&amp;gt;&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCANALYSE.DAT|ncanalyse.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (file type [[CF-NETCDF.NC]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;data analysis result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC]])&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncanalyse.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncanalyse.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
The following data analysis methods are currently available:&lt;br /&gt;
* Tidal Characteristic Numbers:&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Level]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Current]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salinity]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Temperature]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Sediment Transport|Tidal Characteristic Numbers of Suspended Sediment]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Eff. Bed Shear Stress Action|Tidal Characteristic Numbers of Effective Bed Shear Stress]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Bed Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Potential Energy Anomaly]].&lt;br /&gt;
* Tide-dependent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Water Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Salt Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Heat Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Suspended Load Transport]];&lt;br /&gt;
*# [[Tidal Characteristic Numbers of Tracer Load Transport]].&lt;br /&gt;
* Harmonic Analysis:&lt;br /&gt;
*# [[Harmonic Analysis of Water Level]];&lt;br /&gt;
*# [[Harmonic Analysis of Current Velocity]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers:&lt;br /&gt;
*# [[Characteristic Numbers of Water Level (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Current Velocity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salinity (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Temperature (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Load (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Oxygen Concentration (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Morphodynamics (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Bed Load Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Potential Energy Anomaly (independent of tides)]].&lt;br /&gt;
* Tide-Independent Characteristic Numbers for Transport-Processes (based on &#039;&#039;exact&#039;&#039; integrals):&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Water Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Salt Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Heat Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Tracer Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Suspended Sediment Transport (independent of tides)]];&lt;br /&gt;
*# [[Characteristic Numbers of Sediment Transport (independent of tides)]] (bed an suspended load at the bottom).&lt;br /&gt;
* Tidal Energy Transport:&lt;br /&gt;
*# [[Characteristic Numbers of Tidal Energy Transport]]&lt;br /&gt;
* Characteristic Numbers of Meteorological Data:&lt;br /&gt;
*# [[Characteristic Numbers of Meteorological Data (independent of tides)|wind speed]].&lt;br /&gt;
* Characteristic Numbers for Wave and Sea State:&lt;br /&gt;
*# [[Characteristic Numbers for Wave and Sea State (independent of tides)|significant wave height]].&lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[BOE2NC]], [[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDVAR]], [[NCMERGE]], [[NetCDF Operators]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[DISPLAY_CONTROL_VOLUMES]], [[NCAGGREGATE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]], [[PLOTTS]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (many available in German only):&lt;br /&gt;
** 2021-06-16: [http://doi.org/10.13140/RG.2.2.20390.45120 &#039;&#039;Tidal Asymmetry - Classical Parameters vs Skewness&#039;&#039;] (DOI: [http://doi.org/10.13140/RG.2.2.20390.45120 http://doi.org/10.13140/RG.2.2.20390.45120]);&lt;br /&gt;
** 2015-05-29: [http://ewisa.baw.de/files/12556_tv12_2015_05_29_tide_energie_transport_g_lang.pdf &#039;&#039;Tidewelle und Energietransport&#039;&#039;] (DOI: [http://dx.doi.org/10.13140/RG.2.2.31352.14089 http://dx.doi.org/10.13140/RG.2.2.31352.14089]);&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11284_tv12_2014_12_03_ncanalyse_lzks_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-12-03: [http://ewisa.baw.de/files/11285_tv12_2014_12_03_ncanalyse_tdks_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte des Salzgehalts&#039;&#039;];&lt;br /&gt;
** 2014-10-08: [http://ewisa.baw.de/files/10587_tv12_2014_10_08_ncanalyse_lzkv_g_lang.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2014-09-10: [http://ewisa.baw.de/files/10588_tv12_2014_09_10_allgemein_g_lang.pdf &#039;&#039;NCANALYSE - Tidekennwerte der Strömung&#039;&#039;];&lt;br /&gt;
** 2013-08-07: [http://ewisa.baw.de/files/08510_speech_2013-08-07.pdf &#039;&#039;NCANALYSE - Tideunabhängige Kennwerte des Wasserstands&#039;&#039;];&lt;br /&gt;
** 2013-05-15: [http://ewisa.baw.de/files/08500_speech_2013-05-15.pdf &#039;&#039;NCANALYSE - Daten aus CF netCDF Dateien analysieren&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
** 2022-04-25: [https://izw-campus.baw.de/goto.php?target=cat_4105&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse LZKW (tideunabhängige Kennwerte des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2022-03-21: [https://izw-campus.baw.de/goto.php?target=cat_3829&amp;amp;client_id=iliasclient &#039;&#039;Energietransport einer Tidewelle&#039;&#039;];&lt;br /&gt;
** 2021-11-29: [https://izw-campus.baw.de/goto.php?target=cat_3490&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen - Wechselwirkung zwischen Salzgehalt und Schwebstoffgehalt&#039;&#039;];&lt;br /&gt;
** 2021-10-18: [https://izw-campus.baw.de/goto.php?target=cat_3301&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen verschiedener Kennwerte (Einfluss des Salzgehalts auf verschiedene Kenngrößen)&#039;&#039;];&lt;br /&gt;
** 2021-09-13: [https://izw-campus.baw.de/goto.php?target=cat_3102&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKA (Tidekennwerte der Anomalie der Potentiellen Energie)&#039;&#039;];&lt;br /&gt;
** 2021-08-09: [https://izw-campus.baw.de/goto.php?target=cat_1830&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE - Grundlagen TDKS (Tidekennwerte des Salzgehalts)&#039;&#039;];&lt;br /&gt;
** 2021-06-07: [https://izw-campus.baw.de/goto.php?target=cat_2554&amp;amp;client_id=iliasclient &#039;&#039;NCANALYSE Update zu Skewness - aus Partialtiden des Wasserstands und der Strömung&#039;&#039;];&lt;br /&gt;
** 2021-04-19: [https://izw-campus.baw.de/ilias.php?ref_id=2329&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilRepositoryGUI &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQV (Harmonische Analyse der Strömung)&#039;&#039;];&lt;br /&gt;
** 2021-03-08: [https://izw-campus.baw.de/ilias.php?ref_id=2224&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse FRQW (Harmonische Analyse des Wasserstands)&#039;&#039;];&lt;br /&gt;
** 2021-02-08: [https://izw-campus.baw.de/ilias.php?ref_id=1940&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKV (Tidekennwerte der Strömungsgeschwindigkeit)&#039;&#039;];&lt;br /&gt;
** 2021-01-11: [https://izw-campus.baw.de/ilias.php?ref_id=1853&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;NCANALYSE - Grundlagen am Beispiel der Analyse TDKW (Tidekennwerte des Wasserstands)&#039;&#039;].&lt;br /&gt;
* Template input files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncanalyse&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCAGGREGATE&amp;diff=14884</id>
		<title>NCAGGREGATE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCAGGREGATE&amp;diff=14884"/>
		<updated>2022-09-06T10:19:02Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=NCAGGREGATE&lt;br /&gt;
|name=NCAGGREGATE&lt;br /&gt;
|version=July 2022&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
data analysis&amp;lt;br /&amp;gt;&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Tidal_Characteristic_Numbers|tidal characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[Analysis_of_Calculated_Results#Characteristic_Numbers_.28independent_of_the_presence_of_tides.29|tide-independent characteristic numbers]]&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for synoptic data sets&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for tidal characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
differences for tide-independent characteristic numbers&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF|CF NetCDF]] format for 2D/3D data&amp;lt;br /&amp;gt;&lt;br /&gt;
aggregated data for control volumes and exchanges&amp;lt;br /&amp;gt;&lt;br /&gt;
orthogonal unstructured grid model&amp;lt;br /&amp;gt;&lt;br /&gt;
support of computational results based on sub-grid bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
parallelization using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
support of DMQS metadata and variables&amp;lt;br /&amp;gt;&lt;br /&gt;
[[NetCDF#Quality assurance using NetCDF attributes|automatic quality assurance (value range)]]&amp;lt;br /&amp;gt;&lt;br /&gt;
automatic adjustment of number of data READ to chunk size of input data &amp;lt;br /&amp;gt;&lt;br /&gt;
automatic computation of chunk sizes for result variables to support orthogonal data access&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of the content of the ASCII input control files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
Storage of [https://en.wikipedia.org/wiki/MD5 MD5 hash values] ​​of input files in [[CF-NETCDF.NC|netcdf.nc]] (as a variable)&amp;lt;br /&amp;gt;&lt;br /&gt;
optional use of &#039;&#039;Message Passing Interface&#039;&#039; (MPI, [https://www.mpi-forum.org/ MPI Forum])&lt;br /&gt;
&lt;br /&gt;
 Acknowledgment: &#039;&#039;This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
Program NCAGGRGATE may be useful in different situations which are listed in the following. For each type of application a list of programs (with sequence of execution) is given:&lt;br /&gt;
* aggregation of synoptic transport data for control volumes aiming at a precise balance of transports (water volume, salt, etc.):&amp;lt;br /&amp;gt;Attention: To get an input file suitable for INSPECT_CONTROL_VOLUMES, the simulation must be performed at least with salt or temperature. Even if you are only interested in the hydrodynamics, NCAGGREGATE also has to aggregate the salt or temperature values. The aggregated synoptic water volume is otherwise not calculated. However, this physical quantity is required for the calculations performed in INSPECT_CONTROL_VOLUMES.&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# NCAGGREGATE,&lt;br /&gt;
*# [[INSPECT_CONTROL_VOLUMES]] (check results),&lt;br /&gt;
*# [[NCANALYSE]], and&lt;br /&gt;
*# [[DISPLAY_CONTROL_VOLUMES]].&lt;br /&gt;
* aggregation of synoptic data (water level, current velocity, salinity, etc.) aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
* aggregation of characteristic numbers aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]],&lt;br /&gt;
*# [[NCANALYSE]],&lt;br /&gt;
*# [[NCPLOT]] (check characteristic numbers),&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
* aggregation of differences for characteristic numbers or synoptic data aiming at the reduction of data complexity:&lt;br /&gt;
*# [[UNTRIM2007]] or [[UNTRIM2]] (experimentally also for DFlow FM),&lt;br /&gt;
*# [[NCANALYSE]] (computation of characteristic numbers),&lt;br /&gt;
*# [[NCPLOT]] (check characteristic numbers),&lt;br /&gt;
*# [[NCDELTA]],&lt;br /&gt;
*# [[NCPLOT]] (check differences),&lt;br /&gt;
*# NCAGGREGATE, and&lt;br /&gt;
*# [[NCPLOT]].&lt;br /&gt;
During aggragation of classical data &#039;&#039;land binary masks&#039;&#039; (LBM) are automatically added to the result file. LBMs are used to describe the distribution of land and water at aggregation time. LBMs therefore empower visualization programs like [[NCPLOT]] to optimally present aggregated data in combination with a meaningful land-water-distribution.&lt;br /&gt;
&lt;br /&gt;
Optionally the user is able to generate percentiles (0.01, 0.05, 0.50, 0.95 and 0.99) as well as probability distributions in addition to those aggregated data which are &#039;&#039;usually&#039;&#039; created. For further advice see  [[NCAGGREGATE.DAT|ncaggregate.dat]].&lt;br /&gt;
&lt;br /&gt;
[[File:ncaggregate_patch.png|thumb|&#039;&#039;&#039;Picture &#039;&#039;control volumes and exchanges&#039;&#039;&#039;&#039;&#039;.]]&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;general input data&#039;&#039;&#039; (file type [[NCAGGREGATE.DAT|ncaggregate.dat]]);&lt;br /&gt;
# file with &#039;&#039;&#039;classifications&#039;&#039;&#039; for probability distributions (file type [[BOUNDS.CFG.DAT|bounds.cfg.dat]]) &amp;lt;br /&amp;gt;Hint: (Recommended) Local configuration file  or file from the directory &#039;&#039;$PROGHOME/cfg/&#039;&#039;.&lt;br /&gt;
# &#039;&#039;&#039;synoptic data sets&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]);&lt;br /&gt;
# &#039;&#039;&#039;control volumes&#039;&#039;&#039; (file type [[IPDS.DAT|ipds.dat]]);&lt;br /&gt;
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]).&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# &#039;&#039;&#039;data analysis result files&#039;&#039;&#039; (file type [[CF-NETCDF.NC|cf-netcdf.nc]]); see &#039;&#039;[[NetCDF aggregation for unstructured grids]]&#039;&#039; for details about the aggregational grid.&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; of program execution (file type ncaggregate.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (file type ncaggregate.trc)&lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
Physical data, suitable for aggregation, are collected for different control volumes as well as exchanges between adjacent control volumes. &lt;br /&gt;
&lt;br /&gt;
Just in case &#039;&#039;&#039;HDF error&#039;&#039;&#039; is detected during read of a data record, the program tries to reconstruct the wanted data set from adjacent (in time) records for the same variable. This type of repair works for time dependent variables only.&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[UNTRIM2007]], [[UNTRIM2]], [[INSEL2IPDS]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[INSPECT_CONTROL_VOLUMES]], [[NCANALYSE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCDELTA]], [[NCDVAR]], [[NCMERGE]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Presentations (available in German only):&lt;br /&gt;
** 2014-03-12: [http://ewisa.baw.de/files/09206_tv12_2014_03_12_aggregation_g_lang.pdf &#039;&#039;Aggregation von Daten&#039;&#039;].&lt;br /&gt;
* [https://izw-campus.baw.de/ &#039;&#039;IZW-Campus&#039;&#039;] (Podcast, available in German only)&lt;br /&gt;
**2020-12-07: [https://izw-campus.baw.de/ilias.php?ref_id=1830&amp;amp;cmd=render&amp;amp;cmdClass=ilrepositorygui&amp;amp;cmdNode=uj&amp;amp;baseClass=ilrepositorygui &#039;&#039;Aggregation und NCAGGREGATE&#039;&#039;].&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/ncaggregate&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=LZKWF&amp;diff=14883</id>
		<title>LZKWF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=LZKWF&amp;diff=14883"/>
		<updated>2022-09-06T10:16:27Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=LZKWF&lt;br /&gt;
|name=LZKWF&lt;br /&gt;
|version=4.x / August 2009 &lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D and profile-data)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of water level (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative) bathymetry&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
parallel execution for Shared Memory (SGI machines)&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program LZKWF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D, TELEMAC-2D, UNTRIM, UNTRIM2007 etc.). LZKWF automatically computes several characteristic numbers of water level which are independent of the presence of tides. The data must be given as time-series (in universal direct access data format). The results of LZKWF analyses may be visualised/displayed with the graphical postprocessors HVIEW2D (for 2D/3D-data) or LQ2PRO (for profile-data).&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|High Water Level]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Low Water Level]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Mean Water Level]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Water Level Difference]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|High Water Time]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Low Water Time]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Duration of Inundation]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Duration of Dry Period]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Maximum Rise Velocity]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Maximum Fall Velocity]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Standard Deviation of Water Level]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Variance of Water Level]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Duration of High Water]]&lt;br /&gt;
* [[Characteristic Numbers of Water Level (independent of tides)#Definitions for the tide-independent characteristic numbers of water level|Duration of Low Water]]&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[LZKWF.DAT|lzkwf.dat]])&lt;br /&gt;
# &#039;&#039;&#039;time series&#039;&#039;&#039; data which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# grid for 2D/3D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;results of data analyses&#039;&#039;&#039; (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype lzkwf.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype lzkwf.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
An arbitrary long/short period of time can be chosen to calculate characteristic numbers of water level which are independent of tides. For every node of the grid the given time-serie is analysed automatically by means of several analyses modules. An (optional) calculation for the maximum values of the velocities for fall and rise of the water surface takes into account an averaging process of the respective velocities for a user-defined time intervall (typically 30 minutes).&lt;br /&gt;
&lt;br /&gt;
For visualization of results with alternative bathymetry some additional results of program [[LZKMF]] are required.&amp;lt;br/ &amp;gt;&lt;br /&gt;
Namely&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Morphodynamics (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Morphodynamics|maximum depth]], and&lt;br /&gt;
* [[Characteristic Numbers of Morphodynamics (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Morphodynamics|minimum depth]]. &lt;br /&gt;
&lt;br /&gt;
These quantities must be available for the same period of data analysis. &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Lzkwf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=LZKVF&amp;diff=14882</id>
		<title>LZKVF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=LZKVF&amp;diff=14882"/>
		<updated>2022-09-06T10:14:10Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=LZKVF&lt;br /&gt;
|name=LZKVF&lt;br /&gt;
|version=3.1 / September 2012&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of calculated results&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of (depth averaged) current&amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative) bathymetry;&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access data format&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program LZKVF computes several characteristic numbers of current data. The data must be given as time-series (in universal direct access data format). &lt;br /&gt;
The results of LZKVF can be visualised/displayed with the graphical postprocessor [[HVIEW2D]].&lt;br /&gt;
&lt;br /&gt;
The following characteristic numbers can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Example figures: maximum current velocity|maximum current velocity]]&lt;br /&gt;
* [[Example figures: residual current velocity|mean current velocity]]&lt;br /&gt;
* [[Example figures: mean magnitude of current velocity|mean magnitude of current velocity]]&lt;br /&gt;
* [[Example figures: duration of high current velocity|duration of high current velocity]]&lt;br /&gt;
* [[Example figures: duration of low current velocity|duration of low current velocity]]&lt;br /&gt;
* [[Example figures: relative frequency distribution of current velocity|frequency distribution of current velocity]]&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general input data (filetype [[LZKVF.DAT|lzkvf.dat]]) &lt;br /&gt;
# time series of current data  (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]]) &lt;br /&gt;
# grid for 2D-data (filetype [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# results of data analyses for the overall domain (files of type dirz.bin.r, dirz.bin.i, and dirz.bin)&lt;br /&gt;
# results of data analyses for sectors (files of type dirz.bin.r, dirz.bin.i, and dirz.bin)&lt;br /&gt;
# informative printer file (filetype lzkvf.sdr)&lt;br /&gt;
# (optional) trace of program execution (filetype lzkvf.trc) &lt;br /&gt;
&lt;br /&gt;
|methodology=&lt;br /&gt;
*  This program is able to generate statistics of current velocity time-series. LZKVF determines the frequency distribution of velocity for different velocity-intervals and sectors of current direction.&lt;br /&gt;
* The number of intervals and sectors as well as the value of their upper and lower limits can be defined by the user.&lt;br /&gt;
* Analyses can be carried through for depth averaged current velocity data only. &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=D. Wehr, G. Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=$PROGHOME/examples/Lzkvf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=LZKSF&amp;diff=14881</id>
		<title>LZKSF</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=LZKSF&amp;diff=14881"/>
		<updated>2022-09-06T10:02:37Z</updated>

		<summary type="html">&lt;p&gt;Ak3glang: working group POS&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=LZKSF&lt;br /&gt;
|name=LZKSF&lt;br /&gt;
|version=7.2 / August 2012&lt;br /&gt;
|version_descr=September 2022&lt;br /&gt;
|catchwords=&lt;br /&gt;
postprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
analysis of numerically calculated results (2D/3D, profile-data as well as data at specific locations)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of salinity (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of suspended load (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of tracer load (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of temperature (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of bed load transport (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
characteristic numbers of eff. bed shear stress (independent of tides)&amp;lt;br /&amp;gt;&lt;br /&gt;
static (alternative) bathyemtry&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for 2D/3D-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for profile-data&amp;lt;br /&amp;gt;&lt;br /&gt;
universal direct access format for data at specific locations&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
The program LZKSF is a postprocessor for different numerical models (e.g. TRIM-2D, TRIM-3D,&lt;br /&gt;
TELEMAC-2D, UNTRIM, UNTRIM2007 etc.). LZKSF automatically computes several characteristic numbers&lt;br /&gt;
of salinity, suspended load, tracer load, temperature, bed load transport or eff. bed shear stress which are&lt;br /&gt;
independent of the presence of tides. The data must be given as time-series (in universal&lt;br /&gt;
direct access data format). They can be defined in a 3D-volume, on a 2D-area, along profiles or&lt;br /&gt;
at specific locations. Data may be the output from either depth integrated (2D) or&lt;br /&gt;
depth structured (3D) numerical simulations.&lt;br /&gt;
&lt;br /&gt;
The results of LZKSF analyses may be visualised/displayed with the graphical postprocessors&lt;br /&gt;
HVIEW2D (for 2D/3D-data), VVIEW2D (vertical sections along profiles) or LQ2PRO (for profile-data).&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Salinity (independent of tides)|characteristic numbers of salinity (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Value of Salinity (HS)]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Minimum Value of Salinity (LS)]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Mean Value of Salinity (MS)]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Variation of Salinity (DS)]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Increase of Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Decrease of Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Standard Deviation of Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Variance of Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Duration of High Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Duration of Low Salinity]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Advective Salt Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Mean Advective Salt Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Advective Salt Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Salinity (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Minimum Advective Salt Transport]]&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)|characteristic numbers of suspended load (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Maximum Value of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Minimum Value of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Mean Value of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Maximum Variation of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Maximum Increase of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Maximum Decrease of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Standard Deviation of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Variance of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Duration of High Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Duration of Low Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Advective Transport of Suspended Load]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Mean Advective Suspended Load Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Maximum Advective Suspended Load Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Suspended Sediment Concentration (independent of tides)#Definitions for the tide-independent characteristic numbers of suspended sediment concentration|Minimum Advective Suspended Load Transport]]&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Tracer Load (independent of tides)|characteristic numbers of tracer load (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Maximum Value of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Minimum Value of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Mean Value of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Maximum Variation of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Maximum Increase of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Maximum Decrease of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Standard Deviation of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Variance of Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Duration of High Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Duration of Low Tracer Load]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Advective Tracer Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Mean Advective Tracer Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Maximum Advective Tracer Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Tracer Load (independent of tides)#Definitions for the tide-independent characteristic numbers of tracer concentration|Minimum Advective Tracer Transport]]&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Temperature (independent of tides)|characteristic numbers of temperature (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Maximum Value of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Minimum Value of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Mean Value of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Maximum Variation of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Maximum Increase of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Maximum Decrease of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Standard Deviation of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Variance of Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Duration of High Temperature]]&lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Duration of Low Temperature]] &lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Advective Heat Transport]] &lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Mean Advective Heat Transport]] &lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Maximum Advective Heat Transport]] &lt;br /&gt;
* [[Characteristic Numbers of Temperature (independent of tides)#Definitions for the Tide-Independent Characteristic Numbers of Temperature|Minimum Advective Heat Transport]] &lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Bed Load Transport (independent of tides)|characteristic numbers of bed load transport(independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Bed Load Transport (independent of tides)#Definitions for the tide-independent characteristic numbers of bed load transport|Advective Transport of Bed Load]]&lt;br /&gt;
* [[Characteristic Numbers of Bed Load Transport (independent of tides)#Definitions for the tide-independent characteristic numbers of bed load transport|Mean Advective Bed Load Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Bed Load Transport (independent of tides)#Definitions for the tide-independent characteristic numbers of bed load transport|Maximum Advective Bed Load Transport]]&lt;br /&gt;
* [[Characteristic Numbers of Bed Load Transport (independent of tides)#Definitions for the tide-independent characteristic numbers of bed load transport|Minimum Advective Bed Load Transport]]&lt;br /&gt;
&lt;br /&gt;
Within the period of data analysis the following [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)|characteristic numbers of eff. bed shear stress (independent of tides)]] can be (optionally) calculated:&lt;br /&gt;
&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Value of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Minimum Value of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Mean Value of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Variation of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Increase of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Maximum Decrease of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Standard Deviation of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Variance of eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Duration of High eff. Bed Shear Stress]]&lt;br /&gt;
* [[Characteristic Numbers of Eff. Bed Shear Stress (independent of tides)#Definitions for the tide-independent characteristic numbers of salinity|Duration of Low eff. Bed Shear Stress]]&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype [[LZKSF.DAT|lzksf.dat]])&lt;br /&gt;
# &#039;&#039;&#039;time series data&#039;&#039;&#039; which shall be analysed (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# &#039;&#039;&#039;grid&#039;&#039;&#039; for 2D/3D-data (filetype [[GITTER05.DAT und GITTER05.BIN|gitter05.dat/bin]] or filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; profile-topography for profile-data (filetype [[PROFIL05.BIN|profil05.bin]])&lt;br /&gt;
: &#039;&#039;&#039;or&#039;&#039;&#039; system file for specific locations (filetype [[LOCATION_GRID.DAT|location_grid.dat]]) &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;results of data analyses&#039;&#039;&#039; (files of type [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]], and [[DIRZ.BIN|dirz.bin]])&lt;br /&gt;
# informative &#039;&#039;&#039;printer&#039;&#039;&#039; file (filetype lzksf.sdr)&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace&#039;&#039;&#039; of program execution (filetype lzksf.trc) &lt;br /&gt;
|methodology=&lt;br /&gt;
An arbitrary long/short period of time can be chosen to calculate characteristic numbers of salinity, suspended load, tracer load, temperature, bed load transport or eff. bed shear stress which are independent of tides. For every node of the grid the given time-serie is analysed automatically by means of several analyses modules. An (optional) calculation for the maximum values of the increase or decrease of salinity takes into account an averaging process of the respective salinities for a user-defined time intervall (typically 30 minutes). Drying and wetting of computational nodes is correctly taken into account. &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[DIDARENAME]], [[DIDASPLIT]], [[ZEITR]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[LQ2PRO]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=Lang&lt;br /&gt;
|contact_maintenance=[mailto:pos.proghome@baw.de Working group POS]&lt;br /&gt;
|documentation=please refer to $PROGHOME/examples/Lzksf/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3glang</name></author>
	</entry>
</feed>