PISM, A Parallel Ice Sheet Model  stable v0.5
Functions | Variables
exactV Namespace Reference

Functions

def permute
def H
def v
def x_c
def plot_xc
def run_pismv
def plot_pism_results

Variables

float secpera = 3.15569259747e7
 Setup.
float rho_sw = 1028.0
float rho_ice = 910.0
float standard_gravity = 9.81
float B0 = 1.9e8
tuple C = (rho_ice * standard_gravity * (1.0 - rho_ice/rho_sw) / (4 * B0))
float H0 = 600.0
float v0 = 300.0
 Q0 = H0*v0;
int Mx = 201
tuple x = linspace(0, 400e3, Mx)
string options = "-ssa_method fd -cfbc -part_grid -Lx 250"

Function Documentation

def exactV::H (   x)
def exactV::permute (   variable,
  output_order = ('t', 'z',
  zb,
  y,
  x 
)
Permute dimensions of a NetCDF variable to match the output storage order.

Definition at line 14 of file exactV.py.

Referenced by plot_pism_results().

def exactV::plot_pism_results (   figure_number,
  filename,
  figure_title,
  color 
)

Definition at line 78 of file exactV.py.

References H(), permute(), plot_xc(), and v().

def exactV::plot_xc (   t_years)
Plot the location of the calving front.

Definition at line 65 of file exactV.py.

References x_c().

Referenced by plot_pism_results().

def exactV::run_pismv (   Mx,
  run_length,
  options,
  output 
)

Definition at line 75 of file exactV.py.

def exactV::v (   x)
def exactV::x_c (   t)
Location of the calving front.

Definition at line 61 of file exactV.py.

Referenced by plot_xc().


Variable Documentation

float B0 = 1.9e8

Definition at line 37 of file exactV.py.

tuple C = (rho_ice * standard_gravity * (1.0 - rho_ice/rho_sw) / (4 * B0))
float H0 = 600.0

Definition at line 44 of file exactV.py.

int Mx = 201
string options = "-ssa_method fd -cfbc -part_grid -Lx 250"

Definition at line 114 of file exactV.py.

Q0 = H0*v0;

Definition at line 48 of file exactV.py.

Referenced by IceCompModel::computeGeometryErrors().

float rho_ice = 910.0

Definition at line 35 of file exactV.py.

Referenced by exactJ(), and POConstantPIK::shelf_base_mass_flux().

float rho_sw = 1028.0

Definition at line 34 of file exactV.py.

Referenced by exactJ().

float secpera = 3.15569259747e7

Setup.

Definition at line 33 of file exactV.py.

float standard_gravity = 9.81
float v0 = 300.0

Definition at line 46 of file exactV.py.

Referenced by IceCompModel::computeGeometryErrors().

tuple x = linspace(0, 400e3, Mx)
 All Classes Namespaces Files Functions Variables Typedefs Friends Defines