BISICLES AMR ice sheet model
0.9
|
Calve ice based on proximity to the grounding line. More...
#include <CalvingModel.H>
Public Member Functions | |
ProximityCalvingModel (const Real &a_proximity, const Real &a_velocity, const Real &a_startTime, const Real &a_endTime) | |
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) |
virtual CalvingModel * | new_CalvingModel () |
factory method More... | |
![]() | |
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... | |
Additional Inherited Members | |
![]() | |
enum | Stage { Initialization, PostVelocitySolve, PostThicknessAdvection, PostRegrid, MAX_STAGE } |
![]() | |
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 CalvingModel * | parseCalvingModel (const char *a_prefix) |
Calve ice based on proximity to the grounding line.
|
inline |
References CalvingModel::applyCriterion().
|
virtual |
Implements CalvingModel.
References AmrIce::geometry(), LevelSigmaCS::getFloatingMask(), LevelSigmaCS::grids(), AmrIce::groundingLineProximity(), AmrIce::time(), CalvingModel::updateCalvedIce(), and AmrIce::velocity().
Referenced by DomainEdgeCalvingModel::applyCriterion().
|
inlinevirtual |
factory method
Implements CalvingModel.