20 #ifndef POINITIALIZATION_H
21 #define POINITIALIZATION_H
23 #include "pism/coupler/OceanModel.hh"
High-level PISM I/O class.
const array::Scalar & shelf_base_mass_flux_impl() const
const array::Scalar & average_water_column_pressure_impl() const
void update_impl(const Geometry &geometry, double t, double dt)
std::shared_ptr< array::Scalar > m_shelf_base_mass_flux
void write_model_state_impl(const File &output) const
The default (empty implementation).
void init_impl(const Geometry &geometry)
void define_model_state_impl(const File &output) const
The default (empty implementation).
InitializationHelper(std::shared_ptr< const Grid > g, std::shared_ptr< OceanModel > in)
const array::Scalar & shelf_base_temperature_impl() const
std::shared_ptr< array::Scalar > m_shelf_base_temperature
A very rudimentary PISM ocean model.
bool ocean(int M)
An ocean cell (floating ice or ice-free).