BISICLES AMR ice sheet model  0.9
Public Member Functions | Protected Attributes | List of all members
CliffCollapseCalvingModel Class Reference

A calving model which implements the Pollard and DeConto cliff-collapse mechanism using the ice mask. More...

#include <CalvingModel.H>

Inheritance diagram for CliffCollapseCalvingModel:
Inheritance graph
[legend]
Collaboration diagram for CliffCollapseCalvingModel:
Collaboration graph
[legend]

Public Member Functions

virtual void applyCriterion (LevelData< FArrayBox > &a_thickness, LevelData< FArrayBox > &a_calvedIce, LevelData< FArrayBox > &a_addedIce, LevelData< FArrayBox > &a_removedIce, LevelData< FArrayBox > &a_iceFrac, const AmrIce &a_amrIce, int a_level, Stage a_stage)
 
 CliffCollapseCalvingModel (const Real &a_maxCliffThickness, const Real &a_recessionRate, const Real &a_startTime, const Real &a_endTime)
 
virtual CalvingModelnew_CalvingModel ()
 factory method More...
 
- Public Member Functions inherited from CalvingModel
virtual ~CalvingModel ()
 
virtual void getCalvingRate (LevelData< FArrayBox > &a_calvingRate, const AmrIce &a_amrIce, int a_level)
 frontal ablation rate. More...
 
virtual void getWaterDepth (LevelData< FArrayBox > &a_waterDepth, const AmrIce &a_amrIce, int a_level)
 water depth for crevasse calving. More...
 

Protected Attributes

Real m_maxCliffThickness
 
Real m_recessionRate
 
Real m_startTime
 
Real m_endTime
 

Additional Inherited Members

- Public Types inherited from CalvingModel
enum  Stage {
  Initialization, PostVelocitySolve, PostThicknessAdvection, PostRegrid,
  MAX_STAGE
}
 
- Static Public Member Functions inherited from CalvingModel
static void updateCalvedIce (const Real &a_thck, const Real a_prevThck, const int a_mask, Real &a_added, Real &a_calved, Real &a_removed)
 
static CalvingModelparseCalvingModel (const char *a_prefix)
 

Detailed Description

A calving model which implements the Pollard and DeConto cliff-collapse mechanism using the ice mask.

uses real-valued ice mask in AmrIce to account for partial cells using the scheme described in the "Notes on MISOMIP Thickness-driven Calving Law" in the doc directory – recession due to cliff collapse is implemented by removing cell-averaged thickness along with cell area

Constructor & Destructor Documentation

◆ CliffCollapseCalvingModel()

CliffCollapseCalvingModel::CliffCollapseCalvingModel ( const Real &  a_maxCliffThickness,
const Real &  a_recessionRate,
const Real &  a_startTime,
const Real &  a_endTime 
)
inline

Member Function Documentation

◆ applyCriterion()

void CliffCollapseCalvingModel::applyCriterion ( LevelData< FArrayBox > &  a_thickness,
LevelData< FArrayBox > &  a_calvedIce,
LevelData< FArrayBox > &  a_addedIce,
LevelData< FArrayBox > &  a_removedIce,
LevelData< FArrayBox > &  a_iceFrac,
const AmrIce a_amrIce,
int  a_level,
Stage  a_stage 
)
virtual

◆ new_CalvingModel()

virtual CalvingModel* CliffCollapseCalvingModel::new_CalvingModel ( )
inlinevirtual

factory method

Implements CalvingModel.

Member Data Documentation

◆ m_endTime

Real CliffCollapseCalvingModel::m_endTime
protected

◆ m_maxCliffThickness

Real CliffCollapseCalvingModel::m_maxCliffThickness
protected

◆ m_recessionRate

Real CliffCollapseCalvingModel::m_recessionRate
protected

◆ m_startTime

Real CliffCollapseCalvingModel::m_startTime
protected

The documentation for this class was generated from the following files: