Actions

NCAUTO

From BAWiki

Revision as of 12:43, 5 October 2016 by imported>Lang Guenther (version date changed)

Basic Information

Name of Program

NCAUTO

Version-Date

October 2016

Description-Date

October 2016

Catchwords

data analysis
postprocessor
classification of variables in cf-netcdf.nc data files
minimum, mean and maximum value as well as number of valid data

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

Short Description of Functionality

Program NCAUTO classifies and determines extreme and mean values for data stored in cf-netcdf.nc files:

  1. classification of (geophysical) variables based on dimension name as well as dependence on time (as defined in CF attribute cell_methods);
  2. minimum, mean and maximum value as well as number of valid data for all variables (all time steps);
  3. time serie of minimum, mean and maximum values as well as number of valid data for all time-dependent variables.

Input-Files

  1. UGRID CF NetCDF data set (file type CF-NETCDF.NC)

Output-Files

  1. classification of variables (file type all_class.<nc-inputfilename>.sdr)
  2. (optional) file with minimum, mean and maximum value for all variables (file type all_stats.<nc-inputfilename>.sdr)
  3. (optional) file with time serie of minimum, mean and maximum values as well as number of valid data for each variable (and fraction) of a file (file type var_stats.<nc-inputfilename>.<fraction-name>.sdr)
  4. informative printer file of program execution (file type ncauto.sdr)
  5. trace of program execution (file type ncauto.trc)

Methodology

All variables contained in a file are read (time step by time step). Minimum, mean and maximum values as well as number of valid data are determined. Furthermore a classification for all geophysical variables is performed based on dimension names as well as their dependence on the time coordinate.

Program(s) to run before this Program

DATACONVERT, GRIDCONVERT, NCANALYSE, NCAGGREGATE, NCDELTA, NetCDF Operators, UNTRIM2007, UNTRIM2

Program(s) to run after this Program

text editor

Additional Information

Language

Fortran95

Additional software

---

Original Version

G. Lang

Maintenance

G. Lang, S. Spohr

Documentation/Literature

template files available in $PROGHOME/examples/ncauto


back to Program Descriptions


Overview