|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Bed-related models: bed deformation (provide bed elevation and uplift) and (soon) bed erosion. More...
Classes | |
| class | BedDef |
| PISM bed deformation model (base class). More... | |
| struct | ge_data |
| Parameters used to access elastic Green's function from the [Farrell] earth model. More... | |
| class | Given |
| class | greens_elastic |
| class | LingleClark |
| A wrapper class around LingleClarkSerial. More... | |
| class | LingleClarkSerial |
| Class implementing the bed deformation model described in [BLKfastearth]. More... | |
| class | Null |
| class | PointwiseIsostasy |
| Point-wise isostasy bed deformation model. More... | |
| struct | vd_params |
| Parameters used to describe the response of the viscous half-space model to a disc load. More... | |
Functions | |
| double | compute_load (double bed, double ice_thickness, double sea_level, double ice_density, double ocean_density) |
| void | accumulate_load (const array::Scalar &bed_elevation, const array::Scalar &ice_thickness, const array::Scalar &sea_level_elevation, double C, array::Scalar &result) |
| double | ge_integrand (unsigned ndim, const double *args, void *data) |
| The integrand in defining the elastic Green's function from the [Farrell] earth model. | |
| double | vd_integrand (double kappa, void *parameters) |
| Integrand defining the response of the viscous half-space model to a disc load. | |
| double | viscDisc (double t, double H0, double R0, double r, double rho, double rho_ice, double grav, double D, double eta) |
| Actually compute the response of the viscous half-space model in LingleClark, to a disc load. | |
Bed-related models: bed deformation (provide bed elevation and uplift) and (soon) bed erosion.