PISM, A Parallel Ice Sheet Model
stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900
|
◆ 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. |