PISM, A Parallel Ice Sheet Model
stable v2.1-1-g6902d5502 committed by Ed Bueler on 2023-12-20 08:38:27 -0800
|
#include <AgeModel.hh>
Public Member Functions | |
AgeModelInputs () | |
AgeModelInputs (const array::Scalar *ice_thickness, const array::Array3D *u3, const array::Array3D *v3, const array::Array3D *w3) | |
void | check () const |
Public Attributes | |
const array::Scalar * | ice_thickness |
const array::Array3D * | u3 |
const array::Array3D * | v3 |
const array::Array3D * | w3 |
Definition at line 29 of file AgeModel.hh.