PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ 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.