PISM, A Parallel Ice Sheet Model  stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800

◆ set_name()

void pism::array::Array::set_name ( const std::string &  name)

Sets the variable name to name.

This is the "overall" name of a field. This is not the same as the NetCDF variable name. Use metadata(...).set_name(...) to set that.

Definition at line 371 of file Array.cc.

References m_impl, and pism::array::Array::Impl::name.

Referenced by pism::energy::CHSystem::CHSystem(), pism::energy::compute_cts(), pism::energy::compute_liquid_water_fraction(), pism::energy::EnergyModel::init_enthalpy(), and pism::array::Vector::Vector().