Actions

NCDELTA: Difference between revisions

From BAWiki

imported>Lang Guenther
(Link to "Differences of Calculated Results added")
imported>Lang Guenther
(text for section methodology added)
Line 25: Line 25:


|methodology=
|methodology=
See [[Differences of Calculated Results|differences of calculated results]].
The program is subdivided into the following sections:
# read, check and print steering data prescribed by the user;
# read metadata for ''reference data'';
# read metadata for ''variant data'';
# copy metadata for reference as well as variant data to program specific data structures;
# compare metadata for substantial discrepancies (e. g. reference locations) between data sets;
# classify all reference as well as variant data;
# find primary variable pairs: each variant variable has one partner reference variable; primary computational results will be later derived from primary variable pairs;
# derive variables to be copied from reference as well as variant data file into the result file;
# compute interpolation matrices required for interpolation between reference data locations and variant data locations;
# create all metadat for the result file; essentially they stom 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;
# copy selceted variables from reference as well as variant file to the result file;
# compute all primary variables, (new) time and vertical coordinate variables, as wellas weights and auxiliary variables.


|preprocessor=[[DATACONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]
|preprocessor=[[DATACONVERT]], [[NCAGGREGATE]], [[NCANALYSE]], [[UNK]], [[UNTRIM2007]], [[UNTRIM2]]

Revision as of 07:58, 6 May 2015

Basic Information

Name of Program

NCDELTA

Version-Date

not yet available

Description-Date

May 2015

Catchwords

postprocessor
differences of synoptic data
differences of characteristic numbers
input data for Taylor diagram
median, percentiles (Q01, Q05, Q95, Q99)

Short Description of Functionality

No text available yet.

Input-Files

  1. general input data (file type ncdelta.dat)
  2. reference data (file type CF-NETCDF.NC)
  3. variant data (file type CF-NETCDF.NC)

Output-Files

  1. results (file type CF-NETCDF.NC)
  2. (optional) informative printer file of program execution (file type ncdelta.sdr)
  3. (optional) trace of program execution (file type ncdelta.trc)

Methodology

The program is subdivided into the following sections:

  1. read, check and print steering data prescribed by the user;
  2. read metadata for reference data;
  3. read metadata for variant data;
  4. copy metadata for reference as well as variant data to program specific data structures;
  5. compare metadata for substantial discrepancies (e. g. reference locations) between data sets;
  6. classify all reference as well as variant data;
  7. find primary variable pairs: each variant variable has one partner reference variable; primary computational results will be later derived from primary variable pairs;
  8. derive variables to be copied from reference as well as variant data file into the result file;
  9. compute interpolation matrices required for interpolation between reference data locations and variant data locations;
  10. create all metadat for the result file; essentially they stom 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;
  11. copy selceted variables from reference as well as variant file to the result file;
  12. compute all primary variables, (new) time and vertical coordinate variables, as wellas weights and auxiliary variables.

Program(s) to run before this Program

DATACONVERT, NCAGGREGATE, NCANALYSE, UNK, UNTRIM2007, UNTRIM2

Program(s) to run after this Program

DAVIT, NCPLOT

Additional Information

Language

Fortran95

Additional software

GKS (by GTS-Gral)

Original Version

G. Lang, S. Spohr

Maintenance

G. Lang, S. SPohr

Documentation/Literature

template files available in $PROGHOME/examples/ncdelta


back to Program Descriptions


Overview