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

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