#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.
|
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) |
|