#include <NetCDF_CDMWriter.h>
MetNoFimex::NetCDF_CDMWriter::NetCDF_CDMWriter |
( |
const boost::shared_ptr< CDMReader > |
cdmReader, |
|
|
const std::string & |
outputFile, |
|
|
std::string |
configFile = "" , |
|
|
int |
version = 3 |
|
) |
| |
- Parameters
-
cdmReader | dataSource |
outputFile | file-name to write to |
configFile | xml-configuration |
version | netcdf version, can be 3 or 4; 4 requires compilation against netcdf-4.0 or higher |
virtual MetNoFimex::NetCDF_CDMWriter::~NetCDF_CDMWriter |
( |
| ) |
|
|
virtual |
- Warning
- only public for testing
- Parameters
-
varName | original variable name (before config: newname) |
attName | original attribute name (before config: newname) |
- Returns
- an attribute contained in the writers attribute, possibly added by config
- Warning
- only public for testing
- Returns
- the new name of a dimension, eventually changed by the writers config
- Warning
- only public for testing
- Returns
- the new name of a variable, eventually changed by the writers config
The documentation for this class was generated from the following file: