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

◆ read_layer_thickness()

static std::shared_ptr<array::Array3D> pism::details::read_layer_thickness ( std::shared_ptr< const Grid grid,
const File input_file,
int  record 
)
static

Read layer thickness from an input_file (without interpolation).

Definition at line 279 of file Isochrones.cc.

References allocate_layer_thickness(), and deposition_times().

Referenced by pism::Isochrones::initialize().