Actions

NCANALYSE: Difference between revisions

From BAWiki

(working group POS)
(somelinks to IZW-Campus were updated)
Line 147: Line 147:
** 2021-08-09: [https://izw-campus.baw.de/goto.php?target=cat_1830&client_id=iliasclient ''NCANALYSE - Grundlagen TDKS (Tidekennwerte des Salzgehalts)''];
** 2021-08-09: [https://izw-campus.baw.de/goto.php?target=cat_1830&client_id=iliasclient ''NCANALYSE - Grundlagen TDKS (Tidekennwerte des Salzgehalts)''];
** 2021-06-07: [https://izw-campus.baw.de/goto.php?target=cat_2554&client_id=iliasclient ''NCANALYSE Update zu Skewness - aus Partialtiden des Wasserstands und der Strömung''];
** 2021-06-07: [https://izw-campus.baw.de/goto.php?target=cat_2554&client_id=iliasclient ''NCANALYSE Update zu Skewness - aus Partialtiden des Wasserstands und der Strömung''];
** 2021-04-19: [https://izw-campus.baw.de/ilias.php?ref_id=2329&cmd=render&cmdClass=ilrepositorygui&cmdNode=uj&baseClass=ilRepositoryGUI ''NCANALYSE - Grundlagen am Beispiel der Analyse FRQV (Harmonische Analyse der Strömung)''];
** 2021-04-19: [https://izw-campus.baw.de/goto.php?target=cat_2329&client_id=iliasclient ''NCANALYSE - Grundlagen am Beispiel der Analyse FRQV (Harmonische Analyse der Strömung)''];
** 2021-03-08: [https://izw-campus.baw.de/ilias.php?ref_id=2224&cmd=render&cmdClass=ilrepositorygui&cmdNode=uj&baseClass=ilrepositorygui ''NCANALYSE - Grundlagen am Beispiel der Analyse FRQW (Harmonische Analyse des Wasserstands)''];
** 2021-03-08: [https://izw-campus.baw.de/goto.php?target=cat_2224&client_id=iliasclient ''NCANALYSE - Grundlagen am Beispiel der Analyse FRQW (Harmonische Analyse des Wasserstands)''];
** 2021-02-08: [https://izw-campus.baw.de/ilias.php?ref_id=1940&cmd=render&cmdClass=ilrepositorygui&cmdNode=uj&baseClass=ilrepositorygui ''NCANALYSE - Grundlagen am Beispiel der Analyse TDKV (Tidekennwerte der Strömungsgeschwindigkeit)''];
** 2021-02-08: https://izw-campus.baw.de/goto.php?target=cat_1940&client_id=iliasclient ''NCANALYSE - Grundlagen am Beispiel der Analyse TDKV (Tidekennwerte der Strömungsgeschwindigkeit)''];
** 2021-01-11: [https://izw-campus.baw.de/ilias.php?ref_id=1853&cmd=render&cmdClass=ilrepositorygui&cmdNode=uj&baseClass=ilrepositorygui ''NCANALYSE - Grundlagen am Beispiel der Analyse TDKW (Tidekennwerte des Wasserstands)''].
** 2021-01-11: [https://izw-campus.baw.de/goto.php?target=cat_1853&client_id=iliasclient ''NCANALYSE - Grundlagen am Beispiel der Analyse TDKW (Tidekennwerte des Wasserstands)''].
* Template input files:
* Template input files:
** template files available in '''$PROGHOME/examples/ncanalyse'''
** template files available in '''$PROGHOME/examples/ncanalyse'''
}}
}}

Revision as of 07:54, 7 November 2022

Basic Information

Name of Program

NCANALYSE

Version-Date

March 2022

Description-Date

September 2022

Catchwords

data analysis
postprocessor
synoptic data sets
measured time series data (optionally with flag variables for a more detailed qualification of data)
depth averaged (2D) and depth structured data (3D) with z-layers
tidal characteristic numbers of water level
tidal characteristic numbers of current, tidal characteristic numbers of water transport
tidal characteristic numbers of salinity, tidal characteristic numbers of salt transport
tidal characteristic numbers of temperature, tidal characteristic numbers of heat transport
tidal characteristic numbers of suspended sediment, tidal characteristic numbers of suspended load transport
tidal characteristic numbers of tracer load, tidal characteristic numbers of tracer load transport
tidal characteristic numbers of effective bed shear stress
tidal characteristic numbers of bed load transport
tidal characteristic numbers of potential energy anomaly
harmonic analysis of water level
harmonic analysis of current velocity
characteristic numbers of water level (independent of tides)
characteristic numbers of current velocity (independent of tides)
characteristic numbers of salinity (independent of tides)
characteristic numbers of temperature (independent of tides)
characteristic numbers of suspended sediment concentration (independent of tides)
characteristic numbers of tracer load (independent of tides)
characteristic numbers of oxygen concentration (independent of tides)
characteristic numbers of morphodynamics (independent of tides)
characteristic numbers of bedload transport (independent of tides)
characteristic numbers of effective bed shear stress (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)
characteristic numbers of sediment transport (independent of tides) (bed and suspended load at the bottom)
characteristic numbers of tidal energy transport
characteristic numbers of potential energy anomaly
characteristic numbers of meteorological data (wind speed)
characteristic numbers for wave and sea state (significant wave height)
CF NetCDF format for 2D/3D data
orthogonal unstructured grid model
orthogonal unstructured grid model with subgrid information
data at individual locations (Discrete Sampling Geometry featureType = timeSeriesProfile)
data at multiple locations along trajectories (Discrete Sampling Geometry featureType = trajectoryProfile)
parallelization using OpenMP and MPI
automatic quality assurance (value range)
automatic adjustment of number of READ data to chunk size of data
automatic setting of WRITE chunk sizes for written variables
Storage of the content of the ASCII input control files in netcdf.nc (as a variable)
Storage of MD5 hash values ​​of input files in netcdf.nc (as a variable)
optional closing of data gaps at reference positions by interpolation

Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).

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);
  3. for automatic quality assurance (file type bounds_verify.dat).

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:

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

BOE2NC, DATACONVERT, GRIDCONVERT, NCAGGREGATE, NCCHUNKIE, NCCUTOUT, NCDVAR, NCMERGE, NetCDF Operators, QUICKPLOT, UNTRIM2007, UNTRIM2

Program(s) to run after this Program

DAVIT, DISPLAY_CONTROL_VOLUMES, NCAGGREGATE, NCAUTO, NCCHUNKIE, NCCUTOUT, NCDELTA, NCDVAR, NCPLOT, NC2TABLE, PLOTPROFILZEIT, PLOTTS

Additional Information

Language

Fortran95

Additional software

---

Original Version

G. Lang

Maintenance

Working group POS

Documentation/Literature


back to Program Descriptions


Overview