Loading [MathJax]/extensions/tex2jax.js
PISM, A Parallel Ice Sheet Model 2.2.2-d6b3a29ca committed by Constantine Khrulev on 2025-03-28
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages

◆ n_active_layers()

static size_t pism::details::n_active_layers ( std::vector< double deposition_times,
double  current_time 
)
static

Compute the number of "active" layers in deposition_times.

A layer is "active" if the model reached its deposition time.

Definition at line 293 of file Isochrones.cc.

References deposition_times().

Referenced by pism::Isochrones::Isochrones().