20#ifndef PISM_YACINTERPOLATION_H
21#define PISM_YACINTERPOLATION_H
26#include "pism/util/InputInterpolation.hh"
31class SpatialVariableMetadata;
50 const std::string &variable_name,
58 int record_index,
const Grid &target_grid,
petsc::Vec &output)
const;
62 static int define_field(
int component_id,
const std::vector<double> &x,
63 const std::vector<double> &y,
const std::string &proj_string,
64 const std::string &name);
65 static int define_grid(
const std::vector<double> &x,
const std::vector<double> &y,
66 const std::string &
grid_name,
const std::string &projection);
High-level PISM I/O class.
Describes the PISM grid and the distribution of data across processors.
std::string grid_name(const pism::File &file, const std::string &variable_name, pism::units::System::Ptr sys, bool piecewise_constant)