PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include "pism/util/ConfigInterface.hh"
#include "pism/util/error_handling.hh"
Go to the source code of this file.
Classes | |
class | pism::GeometryCalculator |
Namespaces | |
pism | |
pism::array | |
pism::mask | |
Enumerations | |
enum | pism::MaskValue { pism::MASK_UNKNOWN = -1 , pism::MASK_ICE_FREE_BEDROCK = 0 , pism::MASK_GROUNDED = 2 , pism::MASK_FLOATING = 3 , pism::MASK_ICE_FREE_OCEAN = 4 } |
Functions | |
bool | pism::mask::ocean (int M) |
An ocean cell (floating ice or ice-free). More... | |
bool | pism::mask::grounded (int M) |
Grounded cell (grounded ice or ice-free). More... | |
bool | pism::mask::icy (int M) |
Ice-filled cell (grounded or floating). More... | |
bool | pism::mask::grounded_ice (int M) |
bool | pism::mask::floating_ice (int M) |
bool | pism::mask::ice_free (int M) |
Ice-free cell (grounded or ocean). More... | |
bool | pism::mask::ice_free_ocean (int M) |
bool | pism::mask::ice_free_land (int M) |