|
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
Atmosphere models and modifiers: provide precipitation and temperature to a surface::SurfaceModel below. More...
Namespaces | |
| namespace | diagnostics |
Classes | |
| class | Anomaly |
| Reads and uses air_temp and precipitation anomalies from a file. More... | |
| class | AtmosphereModel |
| A purely virtual class defining the interface of a PISM Atmosphere Model. More... | |
| class | CosineYearlyCycle |
| class | Delta_P |
| class | Delta_T |
| class | ElevationChange |
| class | Factory |
| class | Frac_P |
| class | Given |
| class | OrographicPrecipitation |
| class | OrographicPrecipitationSerial |
| class | PIK |
| class | PrecipitationScaling |
| class | SeaRISEGreenland |
| A modification of YearlyCycle tailored for the SeaRISE-Greenland assessment. Uses the Fausto [Faustoetal2009] present-day temperature parameterization and stored precipitation data. More... | |
| class | Uniform |
| class | WeatherStation |
| class | YearlyCycle |
Functions | |
| static double | huybrechts_dewolde_mean_annual (double surface_elevation, double latitude) |
| static double | huybrechts_dewolde_mean_summer (double surface_elevation, double latitude) |
| static void | huybrechts_dewolde (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
| static void | era_interim (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
| static void | era_interim_sin (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
| static void | era_interim_lon (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
| static double | martin2011_mean_annual (double elevation, double latitude) |
| static void | martin2011 (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
| static void | martin_huybrechts_dewolde (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms) |
Atmosphere models and modifiers: provide precipitation and temperature to a surface::SurfaceModel below.