11 #ifndef OOPS_BASE_ACCUMULATOR_H_ 12 #define OOPS_BASE_ACCUMULATOR_H_ 16 #include "oops/util/DateTime.h" 22 template <
typename MODEL,
typename ACC,
typename FLDS>
class Accumulator :
public ACC {
26 const util::DateTime &
vt)
30 void accumul(
const double & zz,
const FLDS & xx) {ACC::accumul(zz, xx);}
37 #endif // OOPS_BASE_ACCUMULATOR_H_
Geometry< MODEL > Geometry_
The namespace for the main oops code.
real(double), parameter zero
real, dimension(:,:,:), allocatable vt
void accumul(const double &zz, const FLDS &xx)
Accumulator(const Geometry_ &resol, const Variables &vars, const util::DateTime &vt)