Actions

NCAGGREGATE: Difference between revisions

From BAWiki

imported>Lang Guenther
(keywords added for new type of applications, preprocessing programs added)
imported>Lang Guenther
(short descrption is more detailed now with various cases of typical applications)
Line 22: Line 22:


|shortdescription=
|shortdescription=
Program NCAGGRGATE aggregates synoptic data stored in CF netCDF data files for different control volumes.
Program NCAGGRGATE may be useful in the following typical situations:
* 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, 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:
*# [[UNTRIM2007]] or [[UNTRIM2]],
*# [[NCANALYSE]] (computation of characteristic numbers),
*# [[NCPLOT]] (check characteristic numbers),
*# [[NCDELTA]],
*# [[NCPLOT]] (check differences),
*# NCAGGREGATE, and
*# [[NCPLOT]].
 
[[File:ncaggregate_patch.png|thumb|'''Picture ''control volumes and exchanges'''''.]]
[[File:ncaggregate_patch.png|thumb|'''Picture ''control volumes and exchanges'''''.]]



Revision as of 11:17, 20 July 2015

Basic Information

Name of Program

NCAGGREGATE

Version-Date

July 2015

Description-Date

July 2015

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
orthogonal unstructured grid model
support of computational results based on sub-grid bathymetry
parallelization using OpenMP

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 the following typical situations:

Picture control volumes and exchanges.

Input-Files

  1. general input data (file type ncaggregate.dat);
  2. synoptic data sets (file type cf-netcdf.nc);
  3. control volumes (file type ipds.dat).

Output-Files

  1. data analysis result files (file type cf-netcdf.nc)
  2. (optional) informative printer file of program execution (file type ncaggregate.sdr)
  3. (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.

Program(s) to run before this Program

NCANALYSE, NCDELTA, UNTRIM2007, UNTRIM2

Program(s) to run after this Program

INSPECT_CONTROL_VOLUMES, NCANALYSE, NCDELTA, NCPLOT

Additional Information

Language

Fortran95

Additional software

---

Original Version

G. Lang

Maintenance

G. Lang, S. Spohr

Documentation/Literature

template files available in $PROGHOME/examples/ncaggregate


back to Program Descriptions


Overview