NC2TABLE
From BAWiki
Basic Information
Name of Program
NC2TABLE
Version-Date
July 2017
Description-Date
July 2017
Catchwords
data conversion
postprocessor
synoptic data sets
CF NetCDF format
CSV format (comma separated values)
tabular data
support of DMQS metadata and variables
Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).
Short Description of Functionality
Program NC2TABLE allows selective data extraction from CF NetCDF files to CSV files. Extracted data ares stored in tabular form and may be subsequently used in spread sheet programs like MS EXCEL.
Input-Files
- general input data (file type nc2table.dat);
- geophysical data (file type cf-netcdf.nc).
Output-Files
- ASCII tables (file type nc2table.csv) in CSV file format;
- Metadata (filetype nc2table.txt) in readable form (text file);
- (optional) informative printer file of program execution (file type nc2table.sdr)
- (optional) trace of program execution (file type nc2table.trc)
Methodology
Binary data are extracted an printed in tabular form according to the user requirements.
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
DATACONVERT, GRIDCONVERT, NCAGGREGATE, NCANALYSE, NCDELTA, UNTRIM2007, UNTRIM2
Program(s) to run after this Program
spread sheet program, text editor
Additional Information
Language
Fortran95
Additional software
---
Original Version
Maintenance
Documentation/Literature
template files available in $PROGHOME/examples/nc2table
back to Program Descriptions