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

◆ allocate()

void pism::ocean::PyOceanModel::allocate ( std::shared_ptr< const Grid grid)

Allocate data members. We need this to be able to test a Python implementation of an ocean model without the rest of PISM.

Definition at line 30 of file PyOceanModel.cc.

References pism::ocean::OceanModel::allocate_shelf_base_mass_flux(), pism::ocean::OceanModel::allocate_shelf_base_temperature(), pism::ocean::OceanModel::allocate_water_column_pressure(), shelf_base_mass_flux, shelf_base_temperature, and water_column_pressure.