NetCdf2GriddedData
This program converts a COARDS compliant NetCDF file into an outputfileGriddedData. If no specific input variableNameData are selected all suitable data are used.
If the NETCDF file contains a time axis (variableNameData) an specific epoch can be selected with time. The nearest epoch in file is used.
See also NetCdfInfo, GriddedData2NetCdf, NetCdf2GriddedDataTimeSeries.
Name | Type | Annotation |
---|---|---|
outputfileGriddedData | filename | |
inputfileNetCdf | filename | |
variableNameLongitude | string | name of NetCDF variable |
variableNameLatitude | string | name of NetCDF variable |
variableNameTime | string | if with time axis: name of NetCDF variable |
variableNameData | string | data variables, otherwise all suitable data are used |
time | time | if with time axis: nearest epoch is used |
R | double | reference radius for ellipsoidal coordinates |
inverseFlattening | double | reference flattening for ellipsoidal coordinates |