PISM, A Parallel Ice Sheet Model  stable v2.1.1 committed by Constantine Khrulev on 2024-12-04 13:36:58 -0900

◆ temp_time_series()

void pism::atmosphere::AtmosphereModel::temp_time_series ( int  i,
int  j,
std::vector< double > &  result 
) const

Sets a pre-allocated N-element array "result" to the time-series of near-surface air temperature (degrees Kelvin) at the point i,j on the grid. Times (in years) are specified in ts. NB! Has to be surrounded by begin_pointwise_access() and end_pointwise_access()

Definition at line 98 of file AtmosphereModel.cc.

References m_ts_times, and temp_time_series_impl().