Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

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