<?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=Ak3rhage</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=Ak3rhage"/>
	<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=Special:Contributions/Ak3rhage"/>
	<updated>2026-05-15T13:32:59Z</updated>
	<subtitle>User contributions</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14529</id>
		<title>NCVIEW2D</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14529"/>
		<updated>2021-03-19T07:47:45Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=March 2021&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=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen], [mailto:ulrike.schiller@baw.de 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14354</id>
		<title>NCPOLO</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14354"/>
		<updated>2020-04-16T10:21:01Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=April 2020&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]]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2019a&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14353</id>
		<title>NCDELTA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14353"/>
		<updated>2020-04-16T10:18:40Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=January 2020&lt;br /&gt;
|version_descr=January 2020&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;
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;
 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, Seiten 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;
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=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&lt;br /&gt;
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&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;
* 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14352</id>
		<title>NCPOLO</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14352"/>
		<updated>2020-04-16T10:17:44Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=April 2020&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;
|preprocessor=[[NCDELTA]]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2019a&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14351</id>
		<title>NCPOLO</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPOLO&amp;diff=14351"/>
		<updated>2020-04-16T10:12:28Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: Created page with &amp;quot;{{ProgramDescription |name_de=NCPOLO |name=NCPOLO |version=August 2019 |version_descr=April 2020 |catchwords=Postprocessor&amp;lt;br /&amp;gt; time series&amp;lt;br /&amp;gt; hodograph&amp;lt;br /&amp;gt; scatterplots...&amp;quot;&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=April 2020&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;
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;
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;
|Remarks=&lt;br /&gt;
# The measurements must be in the format [[BOEWRT.DAT]] and end with *.boewrt.dat&lt;br /&gt;
# It is highly recommeded to quality control the data before converting it, as it is rather complicated to adjust values in [[CF-NETCDF.NC|cf-netcdf.nc]] data afterwards.&lt;br /&gt;
# If more than one depth value per station is available (e. g. 2 different heights for measurements of salinity), the station name should be changed to for example station_top and station_bottom. Both stations still need an individual water level time series!&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# req: steering[[BOE2NC.DAT]]&lt;br /&gt;
# opt: order of station e. g. order.txt&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# log (Dateityp *.sdr)&lt;br /&gt;
# errors and warnings (Dateityp *.err)&lt;br /&gt;
# folder boewrt: original data&lt;br /&gt;
# folder boe: data as homogenized by [[ZEITRIO]]&lt;br /&gt;
# folder nc: data as homogenized by [[ZEITRIO]], converted by [[DATACONVERT]] and appended by ncks&lt;br /&gt;
# folder nc_cat: ncrcat -h of the data in nc&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[DATACONVERT]], [[ZEITRIO]]&lt;br /&gt;
|postprocessor=[[NCANALYSE]], [[NCDVAR]], [[NCPOLO]], [[NCPLOT]], [[NCVIEW2D]], [[NetCDF Operators]]&lt;br /&gt;
|language=MATLAB r2019b&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/boe2nc/&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCPLOT&amp;diff=14303</id>
		<title>NCPLOT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCPLOT&amp;diff=14303"/>
		<updated>2020-02-25T14:36:18Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=January 2020&lt;br /&gt;
|version_descr=January 2020&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;
&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;
&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;
&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;plot metafiles&#039;&#039;&#039; (CGM format)&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 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]], [[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=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&lt;br /&gt;
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=14302</id>
		<title>NCANALYSE</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCANALYSE&amp;diff=14302"/>
		<updated>2020-02-25T14:35:57Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=February 2020&lt;br /&gt;
|version_descr=February 2020&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;
[[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 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] (MPI ist not available for the August 2014 version)&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;
* 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)]]. &amp;lt;br /&amp;gt;&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]], [[NetCDF Operators]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[DISPLAY_CONTROL_VOLUMES]], [[NCAGGREGATE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCPLOT]], [[NC2TABLE]], [[PLOTPROFILZEIT]], [[PLOTTS]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=---&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;
|documentation=&lt;br /&gt;
* Presentations (available in German only):&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;
* 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14301</id>
		<title>NCDELTA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14301"/>
		<updated>2020-02-25T14:35:36Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=January 2020&lt;br /&gt;
|version_descr=January 2020&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;
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;
 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, Seiten 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;
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]], [[NCPLOT]], [[NCCUTOUT]], [[NC2TABLE]], [[NCVIEW2D]], [[PLOTTS]], [[TAYLORDIAGRAM]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&lt;br /&gt;
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&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;
* 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=BOE2NC&amp;diff=14300</id>
		<title>BOE2NC</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=BOE2NC&amp;diff=14300"/>
		<updated>2020-02-25T14:34:37Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: Created page with &amp;quot;{{ProgramDescription |name_de=BOE2NC |name=BOE2NC |version=January 2020 |version_descr=Febuary 2020 |catchwords=Preprocessor&amp;lt;br /&amp;gt; conversion&amp;lt;br /&amp;gt; BOEWRT.DAT&amp;lt;br /&amp;gt; CF-N...&amp;quot;&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=BOE2NC&lt;br /&gt;
|name=BOE2NC&lt;br /&gt;
|version=January 2020&lt;br /&gt;
|version_descr=Febuary 2020&lt;br /&gt;
|catchwords=Preprocessor&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion&amp;lt;br /&amp;gt;&lt;br /&gt;
[[BOEWRT.DAT]]&amp;lt;br /&amp;gt;&lt;br /&gt;
[[CF-NETCDF.NC|cf-netcdf.nc]]&lt;br /&gt;
&lt;br /&gt;
|shortdescription=&lt;br /&gt;
[[BOE2NC]] is applied in order to convert an amount of measured time series from the [[BOEWRT]] format to individual and pooled [[CF-NETCDF.NC|cf-netcdf.nc]] data. &lt;br /&gt;
&lt;br /&gt;
# all [[BOEWRT.DAT]] data must be in one directory&lt;br /&gt;
# only water level, current, salinity, temperature and sediment concentration are permitted at the moment &lt;br /&gt;
# current must contain a magnitude and a direction&lt;br /&gt;
# the [[BOEWRT.DAT]] header &#039;&#039;&#039;must&#039;&#039;&#039; contain a timezone, an epsg-code, coordinates and the number of the wet point.&lt;br /&gt;
# measured data should be quality controlled by the user, as no checks are run by [[BOE2NC]]&lt;br /&gt;
# the order of the measured stations can be manipulated by placing a textfile in the measurement directory, which must contain the names of all stations&lt;br /&gt;
# measured data is divided into water levels and non-water levels&lt;br /&gt;
# data which is not a water level, must have an according water level, as they are concentated in the water level file lateron.&lt;br /&gt;
# if no water level exists at the location, the user may use model data, reanalyzed harmonic constituents, or measurements, which are somewhat closeby (+-10km seems to work fine).&lt;br /&gt;
# if a parameter is not available at a location, fill values are added&lt;br /&gt;
# it is possible to neglect parameters, as [[BOE2NC]] executition may be expensive.&lt;br /&gt;
&lt;br /&gt;
|Error sources:=&lt;br /&gt;
# one or more [[BOEWRT.DAT]] header is incomplete or incorrect.&lt;br /&gt;
# station names are not correct.&lt;br /&gt;
# a non-water level does not have an according water level.&lt;br /&gt;
&lt;br /&gt;
|Remarks=&lt;br /&gt;
# The measurements must be in the format [[BOEWRT.DAT]] and end with *.boewrt.dat&lt;br /&gt;
# It is highly recommeded to quality control the data before converting it, as it is rather complicated to adjust values in [[CF-NETCDF.NC|cf-netcdf.nc]] data afterwards.&lt;br /&gt;
# If more than one depth value per station is available (e. g. 2 different heights for measurements of salinity), the station name should be changed to for example station_top and station_bottom. Both stations still need an individual water level time series!&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# req: steering[[BOE2NC.DAT]]&lt;br /&gt;
# opt: order of station e. g. order.txt&lt;br /&gt;
&lt;br /&gt;
|outputfiles=  &lt;br /&gt;
# log (Dateityp *.sdr)&lt;br /&gt;
# errors and warnings (Dateityp *.err)&lt;br /&gt;
# folder boewrt: original data&lt;br /&gt;
# folder boe: data as homogenized by [[ZEITRIO]]&lt;br /&gt;
# folder nc: data as homogenized by [[ZEITRIO]], converted by [[DATACONVERT]] and appended by ncks&lt;br /&gt;
# folder nc_cat: ncrcat -h of the data in nc&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[ZEITRIO]], [[DATACONVERT]]&lt;br /&gt;
|postprocessor=[[NCDELTA]], [[NCANALYSE]], [[NCPOLO]], [[NCPLOT]], [[NCVIEW2D]], [[NetCDF Operators]]&lt;br /&gt;
|language=MATLAB r2019b&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|documentation=&lt;br /&gt;
* Template Files:&lt;br /&gt;
** template files available in &#039;&#039;&#039;$PROGHOME/examples/boe2nc/&#039;&#039;&#039;&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14298</id>
		<title>NCDELTA</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCDELTA&amp;diff=14298"/>
		<updated>2020-02-25T14:15:27Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=January 2020&lt;br /&gt;
|version_descr=January 2020&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;
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;
 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, Seiten 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;
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]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCRCATMAT]], [[NetCDF Operators]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]&lt;br /&gt;
|postprocessor=[[DAVIT]], [[NCAUTO]], [[NCCHUNKIE]], [[NCPLOT]], [[NCCUTOUT]], [[NC2TABLE]], [[NCVIEW2D]], [[PLOTTS]], [[TAYLORDIAGRAM]]&lt;br /&gt;
|language=Fortran95&lt;br /&gt;
|add_software=none &lt;br /&gt;
|contact_original=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&lt;br /&gt;
|contact_maintenance=[mailto:guenther.lang@baw.de G. Lang], [mailto:susanne.spohr@baw.de S. Spohr]&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;
* 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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=DATACONVERT&amp;diff=14297</id>
		<title>DATACONVERT</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=DATACONVERT&amp;diff=14297"/>
		<updated>2020-02-25T14:15:05Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=DATACONVERT&lt;br /&gt;
|name=DATACONVERT&lt;br /&gt;
|version=December 2018&lt;br /&gt;
|version_descr=December 2018&lt;br /&gt;
|catchwords=conversion of Delft3D computational grid&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of Delft3D computational results&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of (DWD) NetCDF data files&amp;lt;br /&amp;gt;&lt;br /&gt;
merge of (DWD) NetCDF data files in one NetCDF file&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of BDF data into CF NetCDF data &amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of meteorological data into the Delft3D format METEO_DLFT &amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of timeseries in BOEWRT format into CF NetCDF data (with optional [[BOEWRT.DAT#Status-Flag_Variable|status flag variable]])&amp;lt;br /&amp;gt;&lt;br /&gt;
conversion of CF SGRID NetCDF into CF UGRID NetCDF&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=Program DATACONVERT is used to convert computational results and data:&lt;br /&gt;
* &#039;&#039;&#039;mode 1&#039;&#039;&#039;: conversion of computational results from the integrated modelling system Delft3D into BAW-specific data formats, with&amp;lt;br /&amp;gt;&lt;br /&gt;
** conversion of a Delft3D computational grid into UnTRIM grid format,&lt;br /&gt;
** conversion of two-dimensional (depth averaged) Delft3D computational results into BDF data format (2D),&lt;br /&gt;
** conversion and depth averaging of three-dimensional Delft3D computational results into BDF data format (2D), and&lt;br /&gt;
** conversion of three-dimensional Delft3D computational results (sigma-coordinates) into BDF data format (3D, z-layers).&amp;lt;br /&amp;gt;&lt;br /&gt;
Dynamic model bathymetry (morphodynamics) is supported for 2D as well as 3D computational results. If Delft3D model results have been produced for a domain decomposition run, the converted results are written to different domain-specific data files and are not yet combined into one single file.&amp;lt;br /&amp;gt;&amp;lt;br /&amp;gt;&lt;br /&gt;
A conversion into the subsequent physical output quantities is currently possible:&lt;br /&gt;
# water level,&lt;br /&gt;
# current velocity,&lt;br /&gt;
# salinity,&lt;br /&gt;
# temperature,&lt;br /&gt;
# bathymetry (static),&lt;br /&gt;
# transient bathymetric depth, &lt;br /&gt;
# vertical erosion, &lt;br /&gt;
# suspended load (icode=7),&lt;br /&gt;
# &#039;&#039;new&#039;&#039;: (mass) bed load transport rate (icode=621), converted from a volume transport rate,&lt;br /&gt;
# &#039;&#039;new&#039;&#039;: (mass) suspended load transport rate (icode=622), converted from a volume transport rate and&lt;br /&gt;
# &#039;&#039;new&#039;&#039;: bottom shear stress &lt;br /&gt;
* &#039;&#039;&#039;mode 2&#039;&#039;&#039;: conversion of (DWD) NetCDF data files into BAW-specific data formats, with&lt;br /&gt;
** generation of a grid from data points defined in the NetCDF data file, and&lt;br /&gt;
** conversion of NetCDF data into BAWs BDF file format.&amp;lt;br /&amp;gt;&lt;br /&gt;
* &#039;&#039;&#039;mode 3&#039;&#039;&#039;: merge contents of several (DWD) NetCDF data files into a single NetCDF data file, with&lt;br /&gt;
** transfer of meta data as well as data for identical dates into a single NetCDF data file.&lt;br /&gt;
* &#039;&#039;&#039;mode 4&#039;&#039;&#039;: conversion of [[DIRZ.BIN|BDF]] data into [[CF-NETCDF.NC|cf-netcdf.nc]] data, for&lt;br /&gt;
** [[NetCDF synoptic data at multiple locations|synoptic data at multiple locations]].&lt;br /&gt;
** [[NetCDF synoptic data for triangular grid|synoptic data for triangular grid]].&lt;br /&gt;
** [[NetCDF synoptic (morphological) data for triangular grid|synoptic (morphological) data for triangular grid]].&lt;br /&gt;
** [[NetCDF synoptic data for unstructured grid|synoptic data for unstructured grid]].&lt;br /&gt;
** [[NetCDF synoptic data for multiple profiles|synoptic data for multiple profiles]].&lt;br /&gt;
* &#039;&#039;&#039;mode 6&#039;&#039;&#039;: conversion of meteorological data into Delft3D format METEO_DLFT.&lt;br /&gt;
* &#039;&#039;&#039;mode 7&#039;&#039;&#039;: conversion of timeseries and meta information in [[BOEWRT.DAT|BOEWRT format]] into [[CF-NETCDF.NC|cf-netcdf.nc]] data according to NODC&#039;s [http://www.nodc.noaa.gov/data/formats/netcdf/#templatesexamples feature type template for timeSeries]. Creation of optional [[BOEWRT.DAT#Status-Flag_Variable|status flag variable]] for description of data quality is supported.&lt;br /&gt;
* &#039;&#039;&#039;mode 8&#039;&#039;&#039;: conversion of CF SGRID NetCDF into CF UGRID NetCDF (see [[CF-NETCDF.NC|cf-netcdf.nc]]).&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;steering data&#039;&#039;&#039;&lt;br /&gt;
#: file of type [[DATACONVERT.DAT|dataconvert.dat]]. The extended description for this file contains comprehensive informations with respect to steering data, input as well as output data files.&lt;br /&gt;
# &#039;&#039;&#039;computational grid&#039;&#039;&#039;&lt;br /&gt;
#* &#039;&#039;&#039;mode 1&#039;&#039;&#039; &lt;br /&gt;
#**[[DELFT3D.GRD|delft3d.grd]],&lt;br /&gt;
#**[[DELFT3D.DEP|delft3d.dep]], and&lt;br /&gt;
#**[[DELFT3D.ENC|delft3d.enc]].&lt;br /&gt;
#**(optional) [[DELFT3D.DRY|delft3d.dry]],&lt;br /&gt;
#**(optional) [[DELFT3D.THD|delft3d.thd]],&lt;br /&gt;
#**(optional) [[DELFT3D.LWL|delft3d.lwl]],&lt;br /&gt;
#**(optional) [[DELFT3D.EXT|delft3d.ext]], as well as&lt;br /&gt;
#**(optional) [[DELFT3D.BND|delft3d.bnd]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 2&#039;&#039;&#039; - no grid file required&lt;br /&gt;
#* &#039;&#039;&#039;mode 3&#039;&#039;&#039; - no grid file required&lt;br /&gt;
#* &#039;&#039;&#039;mode 4&#039;&#039;&#039;&lt;br /&gt;
#** [[LOCATION_GRID.DAT|location_grid.dat]] or [[CF-NETCDF.NC|cf-netcdf.nc]] (from [[GRIDCONVERT]]).&lt;br /&gt;
#** [[GITTER05.DAT and GITTER05.BIN|gitter05.dat and gitter05.bin]] or [[CF-NETCDF.NC|cf-netcdf.nc]] (from [[GRIDCONVERT]]).&lt;br /&gt;
#** [[UNTRIM_GRID.DAT|untrim_grid.dat]] or [[CF-NETCDF.NC|cf-netcdf.nc]] (from [[GRIDCONVERT]]).&lt;br /&gt;
#** [[UTRSUB_GRID.DAT|utrsub_grid.dat]] (only with &#039;&#039;false&#039;&#039; subgrid - one subpolygon/polygon, one subedge/edge).&lt;br /&gt;
#** [[PROFIL05.BIN|profil05.bin]] or [[CF-NETCDF.NC|cf-netcdf.nc]] (from [[GRIDCONVERT]]).&lt;br /&gt;
#* &#039;&#039;&#039; mode 6&#039;&#039;&#039;&lt;br /&gt;
#** all grid file formats used with BDF data, e. g. [[GITTER05.DAT and GITTER05.BIN|gitter05.dat and gitter05.bin]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 7&#039;&#039;&#039; - no grid file required&lt;br /&gt;
#* &#039;&#039;&#039;mode 8&#039;&#039;&#039; - no grid file required&lt;br /&gt;
# &#039;&#039;&#039;(optional) global metadata&#039;&#039;&#039;&lt;br /&gt;
#* [[Metadata_of_Model_results_in_Coastal_Engineering|Setting metadata via shell scripts]], envrionment variables can of a simulation can be set in a run script. Variables describing the project can be stored in a project script (German: Auftragsskript) under $PROGHOME/bin/dmqs. So, DMQS compliant metadata is generated. &lt;br /&gt;
#* [[NC_META.DAT|nc_meta.dat]], in case file &#039;&#039;nc_meta.dat&#039;&#039; is present in the current working directory, this file will be read by the application. Otherwise the respective file from $PROGHOME/cfg will be read.&lt;br /&gt;
# &#039;&#039;&#039;computational results or data&#039;&#039;&#039;&lt;br /&gt;
#* &#039;&#039;&#039;mode 1&#039;&#039;&#039; &lt;br /&gt;
#** [[NETCDF.CDF|netcdf.cdf.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 2&#039;&#039;&#039;&lt;br /&gt;
#** [[NETCDF.CDF|netcdf.cdf.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 3&#039;&#039;&#039;&lt;br /&gt;
#** [[NETCDF.CDF|netcdf.cdf.]]&lt;br /&gt;
#* &#039;&#039;&#039; mode 4&#039;&#039;&#039;&lt;br /&gt;
#** BDF data files [[DIRZ.BIN|dirz.bin]], [[DIRZ.BIN.I|dirz.bin.I]] and [[DIRZ.BIN.R|dirz.bin.R]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 6&#039;&#039;&#039;&lt;br /&gt;
#** meteorological BDF files [[DIRZ.BIN|dirz.bin]], [[DIRZ.BIN.I|dirz.bin.I]] and [[DIRZ.BIN.R|dirz.bin.R]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 7&#039;&#039;&#039;&lt;br /&gt;
#**time series in [[BOEWRT.DAT|boewrt.dat]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 8&#039;&#039;&#039; &lt;br /&gt;
#** [[NETCDF.CDF|netcdf.cdf]] (CF SGRID NetCDF).&lt;br /&gt;
#(optional) &#039;&#039;&#039;vertical structure&#039;&#039;&#039;&lt;br /&gt;
#* &#039;&#039;&#039;mode 1&#039;&#039;&#039;&lt;br /&gt;
#** [[ VERTICAL.DAT|vertical.dat.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 2&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
#* &#039;&#039;&#039;mode 3&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
#* &#039;&#039;&#039;mode 4&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
#* &#039;&#039;&#039;mode 6&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
#* &#039;&#039;&#039;mode 7&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
#* &#039;&#039;&#039;mode 8&#039;&#039;&#039; - no vertical structure required&lt;br /&gt;
|outputfiles=&lt;br /&gt;
# &#039;&#039;&#039;converted computational grid&#039;&#039;&#039;&lt;br /&gt;
#* &#039;&#039;&#039;mode 1&#039;&#039;&#039;&lt;br /&gt;
#** [[UNTRIM_GRID.DAT|untrim_grid.dat.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 2&#039;&#039;&#039; &lt;br /&gt;
#** [[GITTER05.DAT and GITTER05.BIN|gitter05.dat/bin]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 3&#039;&#039;&#039; - no grid generated&lt;br /&gt;
#* &#039;&#039;&#039;mode 4&#039;&#039;&#039; &lt;br /&gt;
#** (optional) [[CF-NETCDF.NC|cf-netcdf.nc]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 6&#039;&#039;&#039;&lt;br /&gt;
#** implicit regular grid&lt;br /&gt;
#* &#039;&#039;&#039;mode 7&#039;&#039;&#039; - no grid generated&lt;br /&gt;
#* &#039;&#039;&#039;mode 8&#039;&#039;&#039; - no grid generated&lt;br /&gt;
# &#039;&#039;&#039;converted computational results&#039;&#039;&#039;&lt;br /&gt;
#* &#039;&#039;&#039;mode 1&#039;&#039;&#039;&lt;br /&gt;
#** [[DIRZ.BIN.R|dirz.bin.r]],&lt;br /&gt;
#** [[DIRZ.BIN.I|dirz.bin.i]], and&lt;br /&gt;
#** [[DIRZ.BIN|dirz.bin.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 2&#039;&#039;&#039;&lt;br /&gt;
#** [[DIRZ.BIN.R|dirz.bin.r]],&lt;br /&gt;
#** [[DIRZ.BIN.I|dirz.bin.i]], and&lt;br /&gt;
#** [[DIRZ.BIN|dirz.bin.]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 3&#039;&#039;&#039;&lt;br /&gt;
#** [[NETCDF.CDF|netcdf.cdf]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 4&#039;&#039;&#039;&lt;br /&gt;
#** [[CF-NETCDF.NC|cf-netcdf.nc]],&lt;br /&gt;
#* &#039;&#039;&#039;mode 6&#039;&#039;&#039;&lt;br /&gt;
#** [[METEO_DLFT]]&lt;br /&gt;
#* &#039;&#039;&#039;mode 7&#039;&#039;&#039;&lt;br /&gt;
#** [[CF-NETCDF.NC|cf-netcdf.nc]].&lt;br /&gt;
#* &#039;&#039;&#039;mode 8&#039;&#039;&#039;&lt;br /&gt;
#** [[CF-NETCDF.NC|cf-netcdf.nc]] (CF UGRID NetCDF).&lt;br /&gt;
# &#039;&#039;&#039;printer file&#039;&#039;&#039;&lt;br /&gt;
#* dataconvert.sdr.&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace file&#039;&#039;&#039;&lt;br /&gt;
#* dataconvert.trc.&lt;br /&gt;
|methodology=The original computational grid is in case converted using methods from software package H_GRID or L_GRID. Interpolation of computational results is performed using methods from the H_IP package. Read and Write of computational data is carried through essentially using methods from software package IO_DATASET and in mode 6 also using IO_DELFT.&lt;br /&gt;
|preprocessor=[http://www.baw.de/methoden/index.php5/Mathematisches_Verfahren_DELFT3D DELFT3D], [[GETDATA]], [[GRIDCONVERT]], [[UNTRIM2007]], [[UNTRIM2]], [[XTRLQ2]]. &lt;br /&gt;
|postprocessor=[[ABDF]], [[ADCP2PROFILE]], [[ArcGIS-Applications]], [[DAVIT]], [[Mathematical_Model_DELFT3D|DELFT3D]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[METDIDA]], [[NCANALYSE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCDELTA]], [[NCPLOT]], [[NCRCATMAT]], [[NC2TABLE]], [[NCVIEW2D]], [[NetCDF Operators]], [[PARTRACE]], [[PGCALC]], [[PLOTPROFILZEIT]], [[PLOTTS]], [[QUICKPLOT]], [[UNK]], [[UNS]], [[VTDK]], [[XTRDATA]], [[XTRLQ2]], [[ZEITR]]. &lt;br /&gt;
|language=Fortran90 &lt;br /&gt;
|add_software=- &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,], [mailto:peter.schade@baw.de P. Schade,]&lt;br /&gt;
|documentation=for example input files please refer to $PROGHOME/examples/dataconvert/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=UNK&amp;diff=14296</id>
		<title>UNK</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=UNK&amp;diff=14296"/>
		<updated>2020-02-25T14:14:48Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=January 2020 &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]], [[TM2DIDA]], [[TR2DIDA]], [[UNTRIM]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DAVIT]], [[DIDAMERGE]], [[DIDARENAME]], [[DIDASPLIT]], [[HVIEW2D]], [[NCDELTA]], [[NCPLOT]], [[NCVIEW2D]], [[XTRDATA]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &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], [mailto:peter.schade@baw.de P. Schade]&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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=UNTRIM2&amp;diff=14295</id>
		<title>UNTRIM2</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=UNTRIM2&amp;diff=14295"/>
		<updated>2020-02-25T14:14:22Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=UNTRIM2&lt;br /&gt;
|name=untrim2&lt;br /&gt;
|version=January 2020&lt;br /&gt;
|version_descr=January 2020&lt;br /&gt;
|catchwords=&lt;br /&gt;
numerical simulation&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
finite volume method&amp;lt;br /&amp;gt;&lt;br /&gt;
sub grid technology&amp;lt;br /&amp;gt;&lt;br /&gt;
unstructured orthogonal grid&amp;lt;br /&amp;gt;&lt;br /&gt;
two-dimensional, three-dimensional&amp;lt;br /&amp;gt;&lt;br /&gt;
unsteady, non-linear&amp;lt;br /&amp;gt;&lt;br /&gt;
conservative and non-conservative ELM for momentum transport&amp;lt;br /&amp;gt;&lt;br /&gt;
hydrostatic, non-hydrostatic&amp;lt;br /&amp;gt;&lt;br /&gt;
reynoldsaveraged Navier Stokes equations (RANS)&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal dynamics (long waves)&amp;lt;br /&amp;gt;&lt;br /&gt;
transport of conservative substances (salt, temperature, suspended sediments, tracers)&amp;lt;br /&amp;gt;&lt;br /&gt;
two-equation turbulence modelling&amp;lt;br /&amp;gt;&lt;br /&gt;
weirs and imposed surfaces (pressurized flow)&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical method UNTRIM2&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for water density EQS&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for mixing length turbulence modelling MIX&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for settling velocity modelling SV&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for morphodynamics SEDIMORPH (&amp;lt;font color=red&amp;gt;partially implemented&amp;lt;/font&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for dredging and disposal DredgeSim (&amp;lt;font color=red&amp;gt;not implemented yet&amp;lt;/font&amp;gt;)&amp;lt;br /&amp;gt;&lt;br /&gt;
sub-model for short waves K-Model&amp;lt;br /&amp;gt;&lt;br /&gt;
portable SMP-programming using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
offline coupling with D-Water Quality [http://www.deltaressystems.com/hydro/product/621497/delft3d-suite Delft3D Suite] &amp;lt;br /&amp;gt;&lt;br /&gt;
optional computation of chunk sizes for result variables (see [[NetCDF#File_Chunking|File Chunking]])&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;
&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;
&#039;&#039;&#039;Method&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The three-dimensional finite difference / finite volume numerical model UNTRIM2 can be used to simulate flow and transport processes in different free-surface flow problems. In contrast to conventional finite difference methods UNTRIM2 is able to operate on an unstructured orthogonal grid. The bathymetry of the model domain can be described with higher resolution compared to the computational grid using sub grid technology.&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 UnTRIM2:&lt;br /&gt;
&lt;br /&gt;
* reynoldsaveraged Navier-Stokes equations (RANS)&lt;br /&gt;
** local acceleration (inertia)&lt;br /&gt;
** advective acceleration&lt;br /&gt;
** Coriolis acceleration&lt;br /&gt;
** barotropic pressure gradient&lt;br /&gt;
** baroclinic pressure gradient&lt;br /&gt;
** hydrostatic or non-hydrostatic pressure&lt;br /&gt;
** horizontal turbulent viscosity&lt;br /&gt;
** vertical turbulent viscosity influenced by density stratification&lt;br /&gt;
** bottom friction&lt;br /&gt;
** wind friction&lt;br /&gt;
** sources and sinks&lt;br /&gt;
** bottom evolution&lt;br /&gt;
** horizontal acceleration due to wave effects (by means of radiation stress)&lt;br /&gt;
** morphodynamic bathymetry&lt;br /&gt;
** body forces due to short waves&lt;br /&gt;
* transport of substances&lt;br /&gt;
** local rate of change of concentration&lt;br /&gt;
** advective rate of change of concentration&lt;br /&gt;
** optional flux limiter : Minmod, van Leer or Superbee&lt;br /&gt;
** horizontal turbulent diffusivity&lt;br /&gt;
** vertical turbulent diffusivity influenced by density stratification&lt;br /&gt;
** settling of particles, deposition and erosion (for suspended sediments)&lt;br /&gt;
** sources and sinks&lt;br /&gt;
** sinks with immediate return inflow at a different location, with optional modification of inflow-temperature as well as -salinity&lt;br /&gt;
* turbulence modelling&lt;br /&gt;
** constant&lt;br /&gt;
** mixing length (various parametrizations)&lt;br /&gt;
** two-equation model (turbulent kinetic energy, generic length scale)&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Primary Computational Results&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* free surface elevation&lt;br /&gt;
* bottom bathymetry and bed evolution rate&lt;br /&gt;
* current velocity&lt;br /&gt;
* concentration of substances (salinity, temperature, suspended load, tracers)&lt;br /&gt;
* turbulent kinetic energy and turbulent length scale&lt;br /&gt;
* hydrodynamic pressure&lt;br /&gt;
&lt;br /&gt;
|inputfiles=&lt;br /&gt;
# general &#039;&#039;&#039;input data&#039;&#039;&#039; (filetype  [[UNTRIM2.DAT|untrim2.dat]])&lt;br /&gt;
# all other input data are described in the aforementioned input file as well as in the further used steering files listed there. &lt;br /&gt;
|outputfiles=&lt;br /&gt;
# all output data files are either described with filteype [[UNTRIM2.DAT|untrim2.dat]] or with all other filteypes used in the aforementioned master input file. See also [[CF-NETCDF.NC|cf-netcdf.nc]] and [[WAQ-files]].&lt;br /&gt;
# printer file with informations on program execution (filetype untrim2.master.sdr).&lt;br /&gt;
# (optional) trace file (filetype untrim2.trc). &lt;br /&gt;
|methodology=&lt;br /&gt;
 - &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[CREATE_SIMPLE_UNTRIM2_GRID]], [[DATACONVERT]], [[UTRPRE]], [[UTRRND]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[DAVIT]], [[GVIEW2D]], [[LQ2PRO]], [[NCAGGREGATE]], [[NCANALYSE]], [[NCAUTO]], [[NCCHUNKIE]], [[NCCUTOUT]], [[NCDELTA]], [[NCPLOT]], [[NCVIEW2D]], [[NC2TABLE]], [[QUICKPLOT]], [[VVIEW2D]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=[mailto:info.hamburg@baw.de V. Casulli], [mailto:guenther.lang@baw.de G. Lang]&lt;br /&gt;
|contact_maintenance=[mailto:elisabeth.rudolph@baw.de E. Rudolph], [mailto:aissa.sehili@baw.de A. Sehili], [mailto:holger.weilbeer@baw.de H. Weilbeer]&lt;br /&gt;
|documentation=&lt;br /&gt;
* please refer to $PROGHOME/examples/untrim2009/&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=UNTRIM&amp;diff=14294</id>
		<title>UNTRIM</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=UNTRIM&amp;diff=14294"/>
		<updated>2020-02-25T14:14:05Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;{{ProgramDescription&lt;br /&gt;
|name_de=UNTRIM&lt;br /&gt;
|name=UNTRIM&lt;br /&gt;
|version=2.x / April 2005 &lt;br /&gt;
|version_descr=November 2013 &lt;br /&gt;
|catchwords=&lt;br /&gt;
numerical simulation&amp;lt;br /&amp;gt;&lt;br /&gt;
finite difference method&amp;lt;br /&amp;gt;&lt;br /&gt;
finite volume method&amp;lt;br /&amp;gt;&lt;br /&gt;
unstructured orthogonal grid&amp;lt;br /&amp;gt;&lt;br /&gt;
two-dimensional, three-dimensional&amp;lt;br /&amp;gt;&lt;br /&gt;
unsteady, non-linear&amp;lt;br /&amp;gt;&lt;br /&gt;
hydrostatic, non-hydrostatic&amp;lt;br /&amp;gt;&lt;br /&gt;
reynoldsaveraged Navier Stokes equations (RANS)&amp;lt;br /&amp;gt;&lt;br /&gt;
tidal dynamics (long waves)&amp;lt;br /&amp;gt;&lt;br /&gt;
wave propagation (short waves, wave spectrum)&amp;lt;br /&amp;gt;&lt;br /&gt;
transport of conservative tracers (salt, temperature, suspended sediments)&amp;lt;br /&amp;gt;&lt;br /&gt;
numerical method UNTRIM&amp;lt;br /&amp;gt;&lt;br /&gt;
morphodynamic sub-model SEDIMORPH&amp;lt;br /&amp;gt;&lt;br /&gt;
portable SMP-programming using [http://openmp.org/wp/ OpenMP]&amp;lt;br /&amp;gt;&lt;br /&gt;
|shortdescription=&lt;br /&gt;
&#039;&#039;&#039;Method&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
The three-dimensional finite difference / finite volume [[Mathematical Model UNTRIM|numerical model UNTRIM]] can be used to simulate flow and transport processes in different free-surface flow problems. In contrast to conventional finite difference methods UnTRIM is able to operate on an unstructured orthogonal grid.&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 UNTRIM:&lt;br /&gt;
&lt;br /&gt;
* reynoldsaveraged Navier-Stokes equations (RANS)   &lt;br /&gt;
** local acceleration (inertia)&lt;br /&gt;
** advective acceleration&lt;br /&gt;
** Coriolis acceleration&lt;br /&gt;
** barotropic pressure gradient&lt;br /&gt;
** baroclinic pressure gradient&lt;br /&gt;
** hydrostatic or non-hydrostatic pressure&lt;br /&gt;
** horizontal turbulent viscosity&lt;br /&gt;
** vertical turbulent viscosity influenced by density stratification&lt;br /&gt;
** bottom friction&lt;br /&gt;
** wind friction&lt;br /&gt;
** sources and sinks&lt;br /&gt;
* transport of tracers&lt;br /&gt;
** local rate of change of concentration&lt;br /&gt;
** advective rate of change of concentration&lt;br /&gt;
** optional flux limiter : Minmod, van Leer or Superbee&lt;br /&gt;
** horizontal turbulent diffusivity&lt;br /&gt;
** vertical turbulent diffusivity influenced by density stratification&lt;br /&gt;
** settling of particles, deposition and erosion (for suspended sediments)&lt;br /&gt;
** sources and sinks&lt;br /&gt;
** sinks with immediate return inflow at a different location, with optional modification of inflow-temperature as well as -salinity&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Computational Results&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
* free surface elevation&lt;br /&gt;
* current velocity&lt;br /&gt;
* concentration of tracers (e.g. salinity, temperature, suspended load)&lt;br /&gt;
* vertical turbulent eddy-viscosity&lt;br /&gt;
* hydrodynamic pressure&lt;br /&gt;
* water density&lt;br /&gt;
&lt;br /&gt;
If a three-dimensional simulation is carried through the depth-averaged results are also computed in addition to the three-dimensional ones.&lt;br /&gt;
&lt;br /&gt;
&#039;&#039;&#039;Validation Document&#039;&#039;&#039;&lt;br /&gt;
&lt;br /&gt;
A PDF-version of the validation document is freely available for download:&lt;br /&gt;
&lt;br /&gt;
* (approx. 1.2 MB) [http://www.baw.de/downloads/wasserbau/mathematische_verfahren/pdf/vd-untrim-2004.pdf UNTRIM standard validation document]&lt;br /&gt;
&lt;br /&gt;
additional physical sub-models&lt;br /&gt;
The numerical method UnTRIM is coupled to the following (independent) physical sub-models:&lt;br /&gt;
&lt;br /&gt;
# morphodynamic computational package SediMorph: for details please refer to [[SEDIMORPH.DAT|sedimorph.dat]].&lt;br /&gt;
# spectral wave model k-model: for details please refer [[K_MODEL.DAT|k_model.dat]] &lt;br /&gt;
|inputfiles=&lt;br /&gt;
# &#039;&#039;&#039;main input data&#039;&#039;&#039;  (filetype  [[UNTRIM_MAIN.DAT|untrim_main.dat]]).&lt;br /&gt;
# &#039;&#039;&#039;Hydrodynamics and Salt Transport&#039;&#039;&#039; (filetype [[UNTRIM_HYD.DAT|untrim_hyd.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Atmosphere&#039;&#039;&#039; (filetype [[UNTRIM_ATM.DAT|untrim_atm.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Bedload-Transport&#039;&#039;&#039; (filetype [[UNTRIM_BED.DAT|untrim_bed.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Equation of State&#039;&#039;&#039; (filetype [[UNTRIM_EQS.DAT|untrim_eqs.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Morphodynamic Evolution&#039;&#039;&#039; (filetype [[UNTRIM_MOR.DAT|untrim_mor.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Suspended Sediment Transport&#039;&#039;&#039; (filetype [[UNTRIM_SUS.DAT|untrim_sus.dat]]);&lt;br /&gt;
# &#039;&#039;&#039;Wind Waves&#039;&#039;&#039; (filetype [[UNTRIM_WAV.DAT|untrim_wav.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;
the number and type of result files does mainly depend on the output parameters chosen for the different physical sub models. Typically the following types of files will be generated:&lt;br /&gt;
&lt;br /&gt;
# file with &#039;&#039;&#039;modified computational grid&#039;&#039;&#039; (filetype [[UNTRIM_GRID.DAT|untrim_grid.dat]]);&lt;br /&gt;
#: &#039;&#039;&#039;Notice&#039;&#039;&#039;: this (modified) system file must be used during postprocessing of computational results in the overall domain;&lt;br /&gt;
# (optional) file with &#039;&#039;&#039;modified profile topography&#039;&#039;&#039; (filetype [[PROFIL05.BIN|profil05.bin]]);&lt;br /&gt;
#: &#039;&#039;&#039;Notice&#039;&#039;&#039;: this (modified) profile topography must be used during postprocessing of computational results along profiles;&lt;br /&gt;
# (optional) &#039;&#039;&#039;system file for specific locations&#039;&#039;&#039; (filetype [[LOCATION_GRID.DAT|location_grid.dat]]);&lt;br /&gt;
#: &#039;&#039;&#039;Notice&#039;&#039;&#039;: this system file must be used for postprocessing of results generated for specific locations.&lt;br /&gt;
# (optional) &#039;&#039;&#039;computational results&#039;&#039;&#039; for the overall domain, at specific locations or along profiles (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]);&lt;br /&gt;
# (optional) &#039;&#039;&#039;restart files&#039;&#039;&#039;, which are necessary for a later continuation of the simulation (filetype [[DIRZ.BIN.R|dirz.bin.r]], [[DIRZ.BIN.I|dirz.bin.i]] and [[DIRZ.BIN|dirz.bin]]);&lt;br /&gt;
# (optional) informative &#039;&#039;&#039;printer file&#039;&#039;&#039; (Dateityp untrim_main.sdr);&lt;br /&gt;
# (optional) &#039;&#039;&#039;trace of program execution&#039;&#039;&#039; (filetype untrim_main.trc).&lt;br /&gt;
# message file (filetype untrim.msg); parts of this file can be visualised and processed using [[UNTRIMMONITOR]]. &lt;br /&gt;
|methodology=&lt;br /&gt;
please refer to documentation/literature &lt;br /&gt;
|preprocessor=&lt;br /&gt;
[[GRIDCONVERT]], [[GVIEW2D]], [[JANET]], [[RSMERGE]], [[TICLQ2]], [[TOUTR]], [[UTRRND]]&lt;br /&gt;
|postprocessor=&lt;br /&gt;
[[ABDF]], [[ADCP2PROFILE]], [[DIDAMERGE]], [[DIDAMINTQ]], [[DIDAMINTZ]], [[DIDARENAME]], [[DIDASPLIT]], [[ENERF]], [[GRIDCONVERT]], [[GVIEW2D]], [[HVIEW2D]], [[IO_VOLUME]], [[LQ2PRO]], [[NCVIEW2D]], [[PARTRACE]], [[PGCALC]], [[PLOTPROFILZEIT]], [[PLOTTS]], [[QUICKPLOT]], [[RSMERGE]], [[TIMESHIFT]], [[UNS]], [[UNTRIMMONITOR]], [[VTDK]], [[VVIEW2D]], [[XTRDATA]], [[XTRLQ2]], [[ZEITR]]&lt;br /&gt;
|language=Fortran90&lt;br /&gt;
|add_software= - &lt;br /&gt;
|contact_original=[mailto:info.hamburg@baw.de V. Casulli]&lt;br /&gt;
|contact_maintenance=[mailto:elisabeth.rudolph@baw.de E. Rudolph], [mailto:holger.weilbeer@baw.de H. Weilbeer]&lt;br /&gt;
|documentation=&lt;br /&gt;
*  please refer to $PROGHOME/examples/untrim/&lt;br /&gt;
** &#039;&#039;&#039;./BSP_becken_src_snk/&#039;&#039;&#039; : example files for a closed basin with one sink and one source.&lt;br /&gt;
** &#039;&#039;&#039;./BSP_becken_wind/&#039;&#039;&#039; : example files for wind influence on water level elevation and current velocity in a closed basin.&lt;br /&gt;
** &#039;&#039;&#039;./BSP_hafen/&#039;&#039;&#039; : example files for wave propagation in a harbour basin.&lt;br /&gt;
** &#039;&#039;&#039;./BSP_kanal_w_gradient/&#039;&#039;&#039; : example files for a straight channel with constant water level gradient;&lt;br /&gt;
** &#039;&#039;&#039;./BSP_kanal_w_inflow/&#039;&#039;&#039; : example files for a straight channel with constant inflow (discharge).&lt;br /&gt;
** &#039;&#039;&#039;./BSP_kanal_salt_heat/&#039;&#039;&#039; : example files for a straight channel with outtake-inflow situation, additionally taking alterations of inflow-temperature and -salinity into account.&lt;br /&gt;
** &#039;&#039;&#039;./BSP_soliton /&#039;&#039;&#039; : propagation of a solitary wave in a straight wave channel. &lt;br /&gt;
* [http://www3.interscience.wiley.com/journal/69502070/abstract Casulli, Vincenzo and Roy A. Walters (2000)], An unstructured, three-dimensional model based on the shallow water equations, International Journal for Numerical Methods in Fluids 2000, 32: 331 - 348.&lt;br /&gt;
* see also [[Mathematical Model UNTRIM|numerical model UNTRIM]].&lt;br /&gt;
}}&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14293</id>
		<title>NCVIEW2D</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14293"/>
		<updated>2020-02-25T14:13:09Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &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=Febuary 2020&lt;br /&gt;
|version_descr=Febuary 2020&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: 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;
# 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;
# Export further formats (if requested)&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[UNTRIM]], [[UNTRIM2]], [[UNK]], [[DATACONVERT]], [[BOE2NC]], [[NCDELTA]]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2019b&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen]&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>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=File:Time_series.example_3.en.png&amp;diff=14292</id>
		<title>File:Time series.example 3.en.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=File:Time_series.example_3.en.png&amp;diff=14292"/>
		<updated>2020-02-25T14:12:36Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=File:Time_series.example_2.en.png&amp;diff=14291</id>
		<title>File:Time series.example 2.en.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=File:Time_series.example_2.en.png&amp;diff=14291"/>
		<updated>2020-02-25T14:12:17Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=File:Time_series.example_1.de.png&amp;diff=14290</id>
		<title>File:Time series.example 1.de.png</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=File:Time_series.example_1.de.png&amp;diff=14290"/>
		<updated>2020-02-25T14:12:02Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&lt;/div&gt;</summary>
		<author><name>Ak3rhage</name></author>
	</entry>
	<entry>
		<id>http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14289</id>
		<title>NCVIEW2D</title>
		<link rel="alternate" type="text/html" href="http://wiki.baw.de/en/index.php?title=NCVIEW2D&amp;diff=14289"/>
		<updated>2020-02-25T14:11:23Z</updated>

		<summary type="html">&lt;p&gt;Ak3rhage: Created page with &amp;quot;{{ProgramDescription |name_de=NCVIEW2D |name=NCVIEW2D |version=Febuary 2020 |version_descr=Febuary 2020 |catchwords=oostprozessor&amp;lt;br /&amp;gt; time series&amp;lt;br /&amp;gt; CF-NETCDF.NC|cf-net...&amp;quot;&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=Febuary 2020&lt;br /&gt;
|version_descr=Febuary 2020&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|Beispiel 1&lt;br /&gt;
Time series.example 2.en.png|Beispiel 2&lt;br /&gt;
Time series.example 3.en.png|Beispiel 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: 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;
# 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;
# Export further formats (if requested)&lt;br /&gt;
&lt;br /&gt;
|preprocessor=[[UNTRIM]], [[UNTRIM2]], [[UNK]], [[DATACONVERT]], [[BOE2NC]], [[NCDELTA]]&lt;br /&gt;
|postprocessor=[[MATLAB]]&lt;br /&gt;
|language=MATLAB r2019b&lt;br /&gt;
|add_software= keine&lt;br /&gt;
|contact_original=[mailto:robert.hagen@baw.de R. Hagen]&lt;br /&gt;
|contact_maintenance=[mailto:robert.hagen@baw.de R. Hagen]&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>Ak3rhage</name></author>
	</entry>
</feed>