19#include "pism/coupler/ocean/Delta_T.hh"
20#include "pism/util/ScalarForcing.hh"
21#include "pism/util/Logger.hh"
34 "ice-shelf-base temperature offsets"));
48 "* Initializing ice shelf base temperature forcing using scalar offsets...\n");
std::shared_ptr< const Logger > m_log
logger (for easy access)
std::unique_ptr< ScalarForcing > m_forcing
void update_impl(const Inputs &inputs, double t, double dt)
const array::Scalar & shelf_base_temperature_impl() const
void init_impl(const Geometry &geometry)
std::shared_ptr< array::Scalar > m_shelf_base_temperature
Delta_T(std::shared_ptr< const Grid > g, std::shared_ptr< OceanModel > in)
std::shared_ptr< OceanModel > m_input_model
static std::shared_ptr< array::Scalar > allocate_shelf_base_temperature(std::shared_ptr< const Grid > g)
A very rudimentary PISM ocean model.
bool ocean(int M)
An ocean cell (floating ice or ice-free).