|
PISM, A Parallel Ice Sheet Model 2.3.0-79cae578d committed by Constantine Khrulev on 2026-03-22
|
◆ grid_name()
Return the string that describes a 2D grid present in a NetCDF file. Here We assume that a file may contain more than one grid, so the file name alone is not sufficient. Appends ":piecewise_constant" if The output has the form "input_file.nc:y:x". Definition at line 208 of file projection.cc. References pism::File::dimension_type(), pism::File::dimensions(), pism::RuntimeError::formatted(), pism::File::name(), PISM_ERROR_LOCATION, pism::File::read_text_attribute(), split(), X_AXIS, and Y_AXIS. Referenced by pism::InputInterpolationYAC::define_grid(), pism::YacOutputWriter::define_yac_grid(), pism::Grid::get_interpolation(), pism::YacOutputWriter::initialize_impl(), pism::InputInterpolation3D::InputInterpolation3D(), and pism::InputInterpolationYAC::InputInterpolationYAC(). |