|
PISM, A Parallel Ice Sheet Model stable 0.4.1779
|
Go to the source code of this file.
Namespaces | |
| namespace | exactV |
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" |
1.7.3