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

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