YAC 3.14.0
Yet Another Coupler
Loading...
Searching...
No Matches
yac_fieldMetadata Struct Reference

#include <read_woa_data.h>

Collaboration diagram for yac_fieldMetadata:
Collaboration graph

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
 

Detailed Description

Definition at line 31 of file read_woa_data.h.

Field Documentation

◆ latDimIdx

int yac_fieldMetadata::latDimIdx

dimension index from NetCDF containing the latitude

Definition at line 39 of file read_woa_data.h.

◆ levelDimIdx

int yac_fieldMetadata::levelDimIdx

dimension index from NetCDF containing the vertical

Definition at line 38 of file read_woa_data.h.

◆ lonDimIdx

int yac_fieldMetadata::lonDimIdx

dimension index from NetCDF containing the longitude

Definition at line 40 of file read_woa_data.h.

◆ nbrLatPoints

size_t yac_fieldMetadata::nbrLatPoints

number of latitude cells contained in the NetCDF file

Definition at line 35 of file read_woa_data.h.

◆ nbrLevels

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.

◆ nbrLonPoints

size_t yac_fieldMetadata::nbrLonPoints

number of longitude cells contained in the NetCDF file

Definition at line 36 of file read_woa_data.h.

◆ nbrTimeSteps

size_t yac_fieldMetadata::nbrTimeSteps

number of timesteps contained in the NetCDF file

Definition at line 33 of file read_woa_data.h.

◆ timeDimIdx

int yac_fieldMetadata::timeDimIdx

dimension index from NetCDF containing the time

Definition at line 37 of file read_woa_data.h.

◆ varId

int yac_fieldMetadata::varId

NetCDF variable ID.

Definition at line 32 of file read_woa_data.h.


The documentation for this struct was generated from the following file: