PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
Namespaces | Functions
PIK.cc File Reference
#include "pism/coupler/atmosphere/PIK.hh"
#include "pism/geometry/Geometry.hh"
#include "pism/util/ConfigInterface.hh"
#include "pism/util/Grid.hh"
#include "pism/util/MaxTimestep.hh"
#include "pism/util/error_handling.hh"

Go to the source code of this file.

Namespaces

 pism
 
 pism::atmosphere
 Atmosphere models and modifiers: provide precipitation and temperature to a surface::SurfaceModel below.
 

Functions

static double pism::atmosphere::huybrechts_dewolde_mean_annual (double surface_elevation, double latitude)
 
static double pism::atmosphere::huybrechts_dewolde_mean_summer (double surface_elevation, double latitude)
 
static void pism::atmosphere::huybrechts_dewolde (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)
 
static void pism::atmosphere::era_interim (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)
 
static void pism::atmosphere::era_interim_sin (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)
 
static void pism::atmosphere::era_interim_lon (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)
 
static double pism::atmosphere::martin2011_mean_annual (double elevation, double latitude)
 
static void pism::atmosphere::martin2011 (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)
 
static void pism::atmosphere::martin_huybrechts_dewolde (const Geometry &geometry, array::Scalar &T_ma, array::Scalar &T_ms)