20#ifndef PISM_INPUT_INTERPOLATION_H
21#define PISM_INPUT_INTERPOLATION_H
26#include "pism/util/Interpolation1D.hh"
31class SpatialVariableMetadata;
47 static std::shared_ptr<InputInterpolation>
48 create(
const Grid &target_grid,
const std::vector<double> &levels,
const File &input_file,
74 const File &input_file,
const std::string &variable_name,
High-level PISM I/O class.
Describes the PISM grid and the distribution of data across processors.