PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
◆ LocalInterpCtx() [2/2]
Construct a local interpolation context. The essential quantities to compute are where each processor should start within the NetCDF file grid ( We make conservative choices about Note this constructor doesn't extract new information from the NetCDF file or do communication. The information from the NetCDF file must already be extracted, validly stored in a grid_info structure The Definition at line 83 of file LocalInterpCtx.cc. References count, pism::LINEAR, pism::array::max(), pism::NEAREST, PISM_ERROR_LOCATION, start, pism::grid::InputGridInfo::z, z, and pism::Z_AXIS. |