|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Public Member Functions | |
| Impl (std::shared_ptr< const Grid > g) | |
Public Attributes | |
| GeometryCalculator | gc |
| double | ice_density |
| bool | use_bmr |
| True if the basal melt rate contributes to geometry evolution. | |
| bool | use_part_grid |
| True if the part-grid scheme is enabled. | |
| array::Scalar | flux_divergence |
| Flux divergence (used to track thickness changes due to flow). | |
| array::Scalar | conservation_error |
| array::Scalar | effective_SMB |
| Effective surface mass balance. | |
| array::Scalar | effective_BMB |
| Effective basal mass balance. | |
| array::Scalar | thickness_change |
| Change in ice thickness due to flow during the last time step. | |
| array::Scalar | ice_area_specific_volume_change |
| Change in the ice area-specific volume due to flow during the last time step. | |
| array::Staggered1 | flux_staggered |
| Flux through cell interfaces. Ghosted. | |
| array::Vector1 | input_velocity |
| array::Scalar1 | bed_elevation |
| array::Scalar1 | sea_level |
| array::Scalar1 | ice_thickness |
| array::Scalar1 | area_specific_volume |
| array::Scalar1 | surface_elevation |
| array::CellType1 | cell_type |
| array::Scalar1 | residual |
| array::Scalar1 | thickness |
Definition at line 47 of file GeometryEvolution.cc.