NCMERGE: Difference between revisions
From BAWiki
Günther Lang (talk | contribs) (working group POS) |
m (update version date) |
||
Line 2: | Line 2: | ||
|name_de=NCMERGE | |name_de=NCMERGE | ||
|name=NCMERGE | |name=NCMERGE | ||
|version= | |version=March 2024 | ||
|version_descr=September 2022 | |version_descr=September 2022 | ||
|catchwords= | |catchwords= |
Latest revision as of 13:04, 12 March 2024
Basic Information
Name of Program
NCMERGE
Version-Date
March 2024
Description-Date
September 2022
Catchwords
postprocessor
Merge contents of various netcdf.nc files
Change of time step for optional time-equidistant data records
Storage of the content of the ASCII input control files in netcdf.nc (as a variable)
Storage of the MD5 hash values of input files in netcdf.nc (as a variable)
optional use of Message Passing Interface (MPI, MPI Forum)
Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).
Short Description of Functionality
The program enables merging variables from multiple netcdf.nc input files into one single netcdf.nc output file.
Input-Files
- general input data (file type ncmerge.dat);
- Input data, multiple files (file type cf-netcdf.nc).
Output-Files
- Output data (file type netcdf.nc)
- (optional) informative printer file of program execution (file type ncmerge.sdr)
- (optional) trace of program execution (file type ncmerge.trc)
Methodology
The program is subdivided into the following sections:
- Read, check and print the control data of the user;
- Read metadata of the input data;
- Transfer metadata into internal data objects;
- Classification of all variables of the input files;
- Determine transfer operations for primary variables;
- Determine transfer operations for all other variables;
- Comparison of the input data specified by the user with the data available in the input file;
- Create common time coordinate variables for all output variables;
- (optional) Adjustment of MD5 hash values between all input data files;
- Copy the variables to be transferred from the input files to the output file.
Program(s) to run before this Program
DATACONVERT, BOE2NC, NCAGGREGATE, NCCHUNKIE, NCCUTOUT, NCRCATMAT, NetCDF Operators, UNK, UNTRIM2007, UNTRIM2
Program(s) to run after this Program
DAVIT, NCAUTO, NCAGGREGATE, NCANALYSE, NCCHUNKIE, NCCUTOUT, NCPLOT, NCPOLO, NC2TABLE, UNK, UNTRIM2007, UNTRIM2
Additional Information
Language
Fortran95
Additional software
none
Original Version
G. Lang, S. Spohr
Maintenance
Documentation/Literature
- IZW-Campus (Podcast, available in German only)
- 2022-02-14: NCMERGE - Anwendung, Struktur, Code-Beispiele.
- Template Files:
- template files available in $PROGHOME/examples/ncmerge
back to Program Descriptions