NCAGGREGATE: Difference between revisions
From BAWiki
imported>Lang Guenther (NCDELTA added) |
imported>Lang Guenther (Acknowledgment added) |
||
Line 12: | Line 12: | ||
orthogonal unstructured grid model<br /> | orthogonal unstructured grid model<br /> | ||
support of computational results based on sub-grid bathymetry<br /> | support of computational results based on sub-grid bathymetry<br /> | ||
parallelization using [http://openmp.org/wp/ OpenMP] | parallelization using [http://openmp.org/wp/ OpenMP]<br /> | ||
Acknowledgment: ''This project took advantage of netCDF software developed by UCAR/Unidata ([http://www.unidata.ucar.edu/software/netcdf/ www.unidata.ucar.edu/software/netcdf/]).'' | |||
|shortdescription= | |shortdescription= | ||
Program NCAGGRGATE aggregates synoptic data stored in CF netCDF data files for different control volumes. | Program NCAGGRGATE aggregates synoptic data stored in CF netCDF data files for different control volumes. |
Revision as of 15:14, 7 May 2015
Basic Information
Name of Program
NCAGGREGATE
Version-Date
February 2015
Description-Date
May 2015
Catchwords
data analysis
postprocessor
synoptic data sets
CF NetCDF format for 2D/3D data
aggregated data for control volumes
orthogonal unstructured grid model
support of computational results based on sub-grid bathymetry
parallelization using OpenMP
Acknowledgment: This project took advantage of netCDF software developed by UCAR/Unidata (www.unidata.ucar.edu/software/netcdf/).
Short Description of Functionality
Program NCAGGRGATE aggregates synoptic data stored in CF netCDF data files for different control volumes.
Input-Files
- general input data (file type ncaggregate.dat);
- synoptic data sets (file type cf-netcdf.nc);
- control volumes (file type ipds.dat).
Output-Files
- data analysis result files (file type cf-netcdf.nc)
- (optional) informative printer file of program execution (file type ncaggregate.sdr)
- (optional) trace of program execution (file type ncaggregate.trc)
Methodology
Physical data, suitable for aggregation, are collected for different control volumes as well as exchanges between adjacent control volumes.
Program(s) to run before this Program
Program(s) to run after this Program
INSPECT_CONTROL_VOLUMES, NCANALYSE, NCDELTA, NCPLOT
Additional Information
Language
Fortran95
Additional software
---
Original Version
Maintenance
Documentation/Literature
template files available in $PROGHOME/examples/ncaggregate
back to Program Descriptions