PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ AxisType

enum pism::AxisType : int

Axis corresponding to dimensions (and coordinate variables) in a NetCDF file.

These values are also used as indexes in start and count arrays – this is why they have consecutive values starting from 0.

Enumerator
T_AXIS 
X_AXIS 
Y_AXIS 
Z_AXIS 
UNKNOWN_AXIS 

Definition at line 33 of file IO_Flags.hh.