Actions

NCANALYSE: Difference between revisions

From BAWiki

imported>Spohr Susanne
m (+Link:display_control_volumes)
imported>Lang Guenther
(modification for version August 2014 with new mode TDKV for tidal characteristic numbers of current)
Line 2: Line 2:
|name_de=NCANALYSE
|name_de=NCANALYSE
|name=NCANALYSE
|name=NCANALYSE
|version=February 2014
|version=August 2014
|version_descr=February 2014
|version_descr=August 2014
|catchwords=
|catchwords=
data analysis<br />
data analysis<br />
Line 9: Line 9:
synoptic data sets<br />
synoptic data sets<br />
[[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] <br />
[[Tidal Characteristic Numbers of Water Level|tidal characteristic numbers of water level]] <br />
[[Tidal Characteristic Numbers of Current|tidal characteristic numbers of current]] <br />
[[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers of water level (independent of tides)]] <br />
[[Characteristic Numbers of Water Level (independent of tides)|characteristic numbers of water level (independent of tides)]] <br />
[[Characteristic Numbers of Water Transport (independent of tides)|characteristic numbers of water transport (independent of tides)]]  
[[Characteristic Numbers of Water Transport (independent of tides)|characteristic numbers of water transport (independent of tides)]]  
Line 21: Line 22:
orthogonal unstructured grid model<br />
orthogonal unstructured grid model<br />
orthogonal unstructured grid model with subgrid information<br />
orthogonal unstructured grid model with subgrid information<br />
parallelization using [http://openmp.org/wp/ OpenMP] and [http://en.wikipedia.org/wiki/Message_Passing_Interface MPI]
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)
|shortdescription=
|shortdescription=
Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.
Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.
Line 38: Line 39:
The following data analysis methods are currently available:
The following data analysis methods are currently available:
# [[Tidal Characteristic Numbers of Water Level]];
# [[Tidal Characteristic Numbers of Water Level]];
# [[Tidal Characteristic Numbers of Current]];
# [[Characteristic Numbers of Water Level (independent of tides)]];
# [[Characteristic Numbers of Water Level (independent of tides)]];
# [[Characteristic Numbers of Water Transport (independent of tides)]];
# [[Characteristic Numbers of Water Transport (independent of tides)]];
Line 44: Line 46:
# [[Characteristic Numbers of Tracer Transport (independent of tides)]];
# [[Characteristic Numbers of Tracer Transport (independent of tides)]];
# [[Characteristic Numbers of Suspended Sediment Transport (independent of tides)]].
# [[Characteristic Numbers of Suspended Sediment Transport (independent of tides)]].
Two executables are available for the SGI ICE computer: ncanalyse.xe can be run in serial or OMP mode whereas ncanalyse.xe.mpi can be run in MPI mode.
 
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]
|preprocessor=[[DATACONVERT]], [[GRIDCONVERT]], [[NCAGGREGATE]], [[QUICKPLOT]], [[UNTRIM2007]], [[UNTRIM2]]
|postprocessor=[[DISPLAY_CONTROL_VOLUMES]], [[NCPLOT]]
|postprocessor=[[DISPLAY_CONTROL_VOLUMES]], [[NCPLOT]]

Revision as of 06:55, 13 August 2014

Basic Information

Name of Program

NCANALYSE

Version-Date

August 2014

Description-Date

August 2014

Catchwords

data analysis
postprocessor
synoptic data sets
tidal characteristic numbers of water level
tidal characteristic numbers of current
characteristic numbers of water level (independent of tides)
characteristic numbers of water transport (independent of tides)
characteristic numbers of salt transport (independent of tides)
characteristic numbers of heat transport (independent of tides)
characteristic numbers of tracer transport (independent of tides)
characteristic numbers of suspended sediment transport (independent of tides)
CF NetCDF format for 2D/3D data
orthogonal unstructured grid model
orthogonal unstructured grid model with subgrid information
parallelization using OpenMP and MPI (MPI ist not available for the August 2014 version)

Short Description of Functionality

Program NCANALYSE serves as an analysis program for data stored in CF netCDF data files.

Input-Files

  1. general input data (file type ncanalyse.dat)
  2. synoptic data sets (file type CF-NETCDF.NC)

Output-Files

  1. data analysis result files (file type CF-NETCDF.NC)
  2. (optional) informative printer file of program execution (file type ncanalyse.sdr)
  3. (optional) trace of program execution (file type ncanalyse.trc)

Methodology

The following data analysis methods are currently available:

  1. Tidal Characteristic Numbers of Water Level;
  2. Tidal Characteristic Numbers of Current;
  3. Characteristic Numbers of Water Level (independent of tides);
  4. Characteristic Numbers of Water Transport (independent of tides);
  5. Characteristic Numbers of Salt Transport (independent of tides);
  6. Characteristic Numbers of Heat Transport (independent of tides);
  7. Characteristic Numbers of Tracer Transport (independent of tides);
  8. Characteristic Numbers of Suspended Sediment Transport (independent of tides).

Program(s) to run before this Program

DATACONVERT, GRIDCONVERT, NCAGGREGATE, QUICKPLOT, UNTRIM2007, UNTRIM2

Program(s) to run after this Program

DISPLAY_CONTROL_VOLUMES, NCPLOT

Additional Information

Language

Fortran95

Additional software

---

Original Version

G. Lang

Maintenance

G. Lang, S. Spohr

Documentation/Literature

template files available in $PROGHOME/examples/ncanalyse


back to Program Descriptions


Overview