PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
Loading...
Searching...
No Matches

◆ check_grid_overlap()

static void pism::io::check_grid_overlap ( const grid::InputGridInfo input,
const grid::DistributedGridInfo internal,
const std::vector< double > &  z_internal 
)
static

Check the overlap of the input grid and the internal grid.

Set allow_extrapolation to true to "extend" the vertical grid during "bootstrapping".

Definition at line 737 of file input_helpers.cc.

References pism::grid::InputGridInfo::filename, pism::RuntimeError::formatted(), pism::grid::GridInfo::Lx, pism::grid::GridInfo::Ly, PISM_ERROR_LOCATION, pism::vector_max(), pism::vector_min(), pism::grid::GridInfo::x0, pism::grid::GridInfo::y0, and pism::grid::InputGridInfo::z.

Referenced by check_input_grid().