NCAGGREGATE: Difference between revisions
From BAWiki
imported>Lang Guenther (key word on quality assurance added) |
imported>Lang Guenther (Link to bounds_verify.dat) |
||
Line 59: | Line 59: | ||
# file with '''classifications''' for probability distributions (file type [[BOUNDS.CFG.DAT|bounds.cfg.dat]]) <br />Hint: (Recommended) Local configuration file or file from the directory ''$PROGHOME/cfg/''. | # file with '''classifications''' for probability distributions (file type [[BOUNDS.CFG.DAT|bounds.cfg.dat]]) <br />Hint: (Recommended) Local configuration file or file from the directory ''$PROGHOME/cfg/''. | ||
# '''synoptic data sets''' (file type [[CF-NETCDF.NC|cf-netcdf.nc]]); | # '''synoptic data sets''' (file type [[CF-NETCDF.NC|cf-netcdf.nc]]); | ||
# '''control volumes''' (file type [[IPDS.DAT|ipds.dat]]). | # '''control volumes''' (file type [[IPDS.DAT|ipds.dat]]); | ||
# for [[NetCDF#Automatic quality assurance using NetCDF attributes|automatic quality assurance]] (file type [[BOUNDS.CFG.DAT|bounds_verify.dat]]). | |||
|outputfiles= | |outputfiles= |
Revision as of 12:35, 23 November 2017
Basic Information
Name of Program
NCAGGREGATE
Version-Date
November 2017
Description-Date
November 2017
Catchwords
data analysis
postprocessor
synoptic data sets
tidal characteristic numbers
tide-independent characteristic numbers
differences for synoptic data sets
differences for tidal characteristic numbers
differences for tide-independent characteristic numbers
CF NetCDF format for 2D/3D data
aggregated data for control volumes and exchanges
orthogonal unstructured grid model
support of computational results based on sub-grid bathymetry
parallelization using OpenMP
support of DMQS metadata and variables
automatic quality assurance (value range)
Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).
Short Description of Functionality
Program NCAGGRGATE may be useful in different situations which are listed in the following. For each type of application a list of programs (with sequence of execution) is given:
- aggregation of synoptic transport data for control volumes aiming at a precise balance of transports (water volume, salt, etc.):
- UNTRIM2007 or UNTRIM2,
- NCAGGREGATE,
- INSPECT_CONTROL_VOLUMES (check results),
- NCANALYSE, and
- DISPLAY_CONTROL_VOLUMES.
- aggregation of synoptic data (water level, current velocity, salinity, etc.) aiming at the reduction of data complexity:
- UNTRIM2007 or UNTRIM2,
- NCAGGREGATE, and
- NCPLOT.
- aggregation of characteristic numbers aiming at the reduction of data complexity:
- UNTRIM2007 or UNTRIM2,
- NCANALYSE,
- NCPLOT (check characteristic numbers),
- NCAGGREGATE, and
- NCPLOT.
- aggregation of differences for characteristic numbers or synoptic data aiming at the reduction of data complexity:
During aggragation of classical data land binary masks (LBM) are automatically added to the result file. LBMs are used to describe the distribution of land and water at aggregation time. LBMs therefore empower visualization programs like NCPLOT to optimally present aggregated data in combination with a meaningful land-water-distribution.
Optionally the user is able to generate percentiles (0.01, 0.05, 0.50, 0.95 and 0.99) as well as probability distributions in addition to those aggregated data which are usually created. For further advice see ncaggregate.dat.
Input-Files
- general input data (file type ncaggregate.dat);
- file with classifications for probability distributions (file type bounds.cfg.dat)
Hint: (Recommended) Local configuration file or file from the directory $PROGHOME/cfg/. - synoptic data sets (file type cf-netcdf.nc);
- control volumes (file type ipds.dat);
- for automatic quality assurance (file type bounds_verify.dat).
Output-Files
- data analysis result files (file type cf-netcdf.nc); see NetCDF aggregation for unstructured grids for details about the aggregational grid.
- (optional) informative printer file of program execution (file type ncaggregate.sdr)
- (optional) trace of program execution (file type ncaggregate.trc)
Methodology
Physical data, suitable for aggregation, are collected for different control volumes as well as exchanges between adjacent control volumes.
Just in case HDF error 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.
Program(s) to run before this Program
NCANALYSE, NCDELTA, UNTRIM2007, UNTRIM2, INSEL2IPDS
Program(s) to run after this Program
DAVIT, INSPECT_CONTROL_VOLUMES, NCANALYSE, NCAUTO, NCDELTA, NCPLOT, NC2TABLE
Additional Information
Language
Fortran95
Additional software
---
Original Version
Maintenance
Documentation/Literature
- Presentations (available in German only):
- 2014-03-12: Aggregation von Daten.
- Template Files:
- template files available in $PROGHOME/examples/ncaggregate
back to Program Descriptions