NCAUTO: Difference between revisions
From BAWiki
imported>Lang Guenther (first version) |
imported>Lang Guenther m (version date changed) |
||
Line 2: | Line 2: | ||
|name_de=NCAUTO | |name_de=NCAUTO | ||
|name=NCAUTO | |name=NCAUTO | ||
|version= | |version=October 2016 | ||
|version_descr= | |version_descr=October 2016 | ||
|catchwords= | |catchwords= | ||
data analysis<br /> | data analysis<br /> |
Revision as of 12:43, 5 October 2016
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:
- classification of (geophysical) variables based on dimension name as well as dependence on time (as defined in CF attribute cell_methods);
- minimum, mean and maximum value as well as number of valid data for all variables (all time steps);
- time serie of minimum, mean and maximum values as well as number of valid data for all time-dependent variables.
Input-Files
- UGRID CF NetCDF data set (file type CF-NETCDF.NC)
Output-Files
- classification of variables (file type all_class.<nc-inputfilename>.sdr)
- (optional) file with minimum, mean and maximum value for all variables (file type all_stats.<nc-inputfilename>.sdr)
- (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)
- informative printer file of program execution (file type ncauto.sdr)
- 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
Maintenance
Documentation/Literature
template files available in $PROGHOME/examples/ncauto
back to Program Descriptions