19 #include "pism/coupler/ocean/Delta_T.hh"
20 #include "pism/util/ScalarForcing.hh"
33 "ice-shelf-base temperature offsets"));
47 "* Initializing ice shelf base temperature forcing using scalar offsets...\n");
const Logger::ConstPtr m_log
logger (for easy access)
std::unique_ptr< ScalarForcing > m_forcing
const array::Scalar & shelf_base_temperature_impl() const
void init_impl(const Geometry &geometry)
void update_impl(const Geometry &geometry, double t, double dt)
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).