REMORA
Regional Modeling of Oceans Refined Adaptively
Loading...
Searching...
No Matches
ncutils::NCDim Struct Reference

Representation of NetCDF dimension. More...

#include <REMORA_NCInterface.H>

Collaboration diagram for ncutils::NCDim:

Public Member Functions

std::string name () const
 Name of this dimension.
 
MPI_Offset len () const
 Length of this dimension.
 

Public Attributes

const int ncid
 File/Group Identifier.
 
const int dimid
 Dimension ID used with NetCDF API.
 

Detailed Description

Representation of NetCDF dimension.

Definition at line 35 of file REMORA_NCInterface.H.

Member Function Documentation

◆ len()

MPI_Offset ncutils::NCDim::len ( ) const

Length of this dimension.

Definition at line 28 of file REMORA_NCInterface.cpp.

◆ name()

std::string ncutils::NCDim::name ( ) const

Name of this dimension.

Definition at line 23 of file REMORA_NCInterface.cpp.

Member Data Documentation

◆ dimid

const int ncutils::NCDim::dimid

Dimension ID used with NetCDF API.

Definition at line 41 of file REMORA_NCInterface.H.

Referenced by ncutils::NCFile::def_array(), ncutils::NCFile::def_array_fill(), len(), and name().

◆ ncid

const int ncutils::NCDim::ncid

File/Group Identifier.

Definition at line 38 of file REMORA_NCInterface.H.

Referenced by len(), and name().


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