GriddedDataTimeSeries2NetCdf
Read a inputfileGriddedDataTimeSeries and converts it to a COARDS compliant NetCDF file.
The output data can be defined with dataVariable.
You should add at least the attributes units
, long_name
, and maybe _FillValue
to the variables. The dataVariable:inputColumn selects the data from the input file.
If timeSeries is not set the temporal nodal points from the inputfile are used.
See also NetCdfInfo, GriddedData2NetCdf, NetCdf2GriddedDataTimeSeries.
Name | Type | Annotation |
---|---|---|
outputfileNetCdf | filename | file name of NetCDF output |
inputfileGriddedDataTimeSeries | filename | |
timeSeries | timeSeries | otherwise times from inputfile are used |
dataVariable | sequence | metadata for data variables |
name | string | netCDF variable name |
inputColumn | uint | input data column |
dataType | choice | |
double | ||
float | ||
int | ||
attribute | choice | netCDF attributes |
text | sequence | |
name | string | |
value | string | |
value | sequence | |
name | string | |
value | double | |
dataType | choice | |
double | ||
float | ||
int | ||
globalAttribute | choice | additional meta data |
text | sequence | |
name | string | |
value | string | |
value | sequence | |
name | string | |
value | double | |
dataType | choice | |
double | ||
float | ||
int |