|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include <FrontalMeltPhysics.hh>
Public Member Functions | |
| FrontalMeltPhysics (const Config &config) | |
| double | frontal_melt_from_undercutting (double ice_thickness, double discharge_flux, double potential_temperature) const |
| double | frontal_melt_from_ismip6 (double ice_thickness, double discharge_flux, double potential_temperature) const |
Private Attributes | |
| double | m_A |
| double | m_B |
| double | m_alpha |
| double | m_beta |
Definition at line 26 of file FrontalMeltPhysics.hh.