|
YAC 3.14.0
Yet Another Coupler
|
#include <read_woa_data.h>

Data Fields | |
| int | varId |
| NetCDF variable ID. | |
| size_t | nbrTimeSteps |
| number of timesteps contained in the NetCDF file | |
| size_t | nbrLevels |
| number of vertical levels/layers contained in the NetCDF file | |
| size_t | nbrLatPoints |
| number of latitude cells contained in the NetCDF file | |
| size_t | nbrLonPoints |
| number of longitude cells contained in the NetCDF file | |
| int | timeDimIdx |
| dimension index from NetCDF containing the time | |
| int | levelDimIdx |
| dimension index from NetCDF containing the vertical | |
| int | latDimIdx |
| dimension index from NetCDF containing the latitude | |
| int | lonDimIdx |
| dimension index from NetCDF containing the longitude | |
Definition at line 31 of file read_woa_data.h.
| int yac_fieldMetadata::latDimIdx |
dimension index from NetCDF containing the latitude
Definition at line 39 of file read_woa_data.h.
| int yac_fieldMetadata::levelDimIdx |
dimension index from NetCDF containing the vertical
Definition at line 38 of file read_woa_data.h.
| int yac_fieldMetadata::lonDimIdx |
dimension index from NetCDF containing the longitude
Definition at line 40 of file read_woa_data.h.
| size_t yac_fieldMetadata::nbrLatPoints |
number of latitude cells contained in the NetCDF file
Definition at line 35 of file read_woa_data.h.
| size_t yac_fieldMetadata::nbrLevels |
number of vertical levels/layers contained in the NetCDF file
Definition at line 34 of file read_woa_data.h.
| size_t yac_fieldMetadata::nbrLonPoints |
number of longitude cells contained in the NetCDF file
Definition at line 36 of file read_woa_data.h.
| size_t yac_fieldMetadata::nbrTimeSteps |
number of timesteps contained in the NetCDF file
Definition at line 33 of file read_woa_data.h.
| int yac_fieldMetadata::timeDimIdx |
dimension index from NetCDF containing the time
Definition at line 37 of file read_woa_data.h.
| int yac_fieldMetadata::varId |
NetCDF variable ID.
Definition at line 32 of file read_woa_data.h.