PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
|
#include "pism/verification/tests/exactTestO.h"
Go to the source code of this file.
Functions | |
int | exactO_old (double z, double *TT, double *Tm, double *qice, double *qbed, double *bmelt) |
Implements an exact solution for basal melt rate. Utterly straightforward arithmetic. | |
struct TestOParameters | exactO (double z) |
Variables | |
static const double | beta_CC = 7.9e-8 |
static const double | T_triple = 273.15 |
static const double | L = 3.34e5 |
static const double | grav = 9.81 |
static const double | rho_ICE = 910.0 |
static const double | k_ICE = 2.10 |
static const double | k_BEDROCK = 3.0 |
static const double | H0 = 3000.0 |
static const double | Ts = 223.15 |
static const double | G = 0.042 |