PISM, A Parallel Ice Sheet Model
|
Forcing using shelf base mass flux fractions (scalar, time-dependent). More...
#include <Frac_SMB.hh>
Public Member Functions | |
Frac_SMB (IceGrid::ConstPtr g, std::shared_ptr< OceanModel > in) | |
virtual | ~Frac_SMB () |
![]() | |
OceanModel (IceGrid::ConstPtr g, std::shared_ptr< OceanModel > input) | |
OceanModel (IceGrid::ConstPtr g) | |
virtual | ~OceanModel ()=default |
void | init (const Geometry &geometry) |
void | update (const Geometry &geometry, double t, double dt) |
const IceModelVec2S & | shelf_base_temperature () const |
const IceModelVec2S & | shelf_base_mass_flux () const |
const IceModelVec2S & | average_water_column_pressure () const |
![]() | |
Component (IceGrid::ConstPtr g) | |
virtual | ~Component ()=default |
DiagnosticList | diagnostics () const |
TSDiagnosticList | ts_diagnostics () const |
IceGrid::ConstPtr | grid () const |
void | define_model_state (const File &output) const |
Define model state variables in an output file. More... | |
void | write_model_state (const File &output) const |
Write model state variables to an output file. More... | |
MaxTimestep | max_timestep (double t) const |
Reports the maximum time-step the model can take at time t. More... | |
Private Member Functions | |
void | init_impl (const Geometry &geometry) |
void | update_impl (const Geometry &geometry, double t, double dt) |
const IceModelVec2S & | shelf_base_mass_flux_impl () const |
Private Attributes | |
IceModelVec2S::Ptr | m_shelf_base_mass_flux |
std::unique_ptr< ScalarForcing > | m_forcing |
Additional Inherited Members | |
![]() | |
enum | RegriddingFlag { REGRID_WITHOUT_REGRID_VARS , NO_REGRID_WITHOUT_REGRID_VARS } |
This flag determines whether a variable is read from the -regrid_file file even if it is not listed among variables in -regrid_vars . More... | |
![]() | |
virtual MaxTimestep | max_timestep_impl (double t) const |
virtual void | define_model_state_impl (const File &output) const |
The default (empty implementation). More... | |
virtual void | write_model_state_impl (const File &output) const |
The default (empty implementation). More... | |
virtual DiagnosticList | diagnostics_impl () const |
virtual TSDiagnosticList | ts_diagnostics_impl () const |
virtual const IceModelVec2S & | shelf_base_temperature_impl () const |
virtual const IceModelVec2S & | average_water_column_pressure_impl () const |
![]() | |
virtual void | regrid (const std::string &module_name, IceModelVec &variable, RegriddingFlag flag=NO_REGRID_WITHOUT_REGRID_VARS) |
![]() | |
static IceModelVec2S::Ptr | allocate_shelf_base_temperature (IceGrid::ConstPtr g) |
static IceModelVec2S::Ptr | allocate_shelf_base_mass_flux (IceGrid::ConstPtr g) |
static IceModelVec2S::Ptr | allocate_water_column_pressure (IceGrid::ConstPtr g) |
static void | compute_average_water_column_pressure (const Geometry &geometry, double ice_density, double water_density, double g, IceModelVec2S &result) |
![]() | |
std::shared_ptr< OceanModel > | m_input_model |
IceModelVec2S::Ptr | m_water_column_pressure |
![]() | |
const IceGrid::ConstPtr | m_grid |
grid used by this component More... | |
const Config::ConstPtr | m_config |
configuration database used by this component More... | |
const units::System::Ptr | m_sys |
unit system used by this component More... | |
const Logger::ConstPtr | m_log |
logger (for easy access) More... | |
Forcing using shelf base mass flux fractions (scalar, time-dependent).
Definition at line 31 of file Frac_SMB.hh.