PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ compute_horizontal_coordinates()
Compute horizontal spacing parameters The grid used in PISM, in particular the PETSc DAs used here, are periodic in x and y. This means that the ghosted values The upshot is that if one computes in a truly periodic way then the gap between the Definition at line 504 of file Grid.cc. References pism::Grid::cell_area(), pism::grid::CELL_CENTER, pism::compute_coordinates(), pism::compute_horizontal_spacing(), pism::Grid::dx(), pism::Grid::dy(), pism::Grid::Lx(), pism::Grid::Ly(), pism::Grid::Mx(), pism::Grid::My(), pism::Grid::registration(), pism::Grid::x(), pism::Grid::x0(), pism::Grid::y(), and pism::Grid::y0(). Referenced by pism::Grid::Grid(). |