11 #ifndef LORENZ95_MODELTRAJECTORY_H_ 12 #define LORENZ95_MODELTRAJECTORY_H_ 16 #include <boost/ptr_container/ptr_vector.hpp> 18 #include "oops/util/ObjectCounter.h" 28 static const std::string
classname() {
return "lorenz95::ModelTrajectory";}
38 const FieldL95 &
get(
const int)
const;
42 boost::ptr_vector<FieldL95>
traj_;
48 #endif // LORENZ95_MODELTRAJECTORY_H_ ModelTrajectory(const bool ltraj=true)
Constructor, destructor.
The namespace for the L95 model.
static const std::string classname()
boost::ptr_vector< FieldL95 > traj_
Class to represent fields for the L95 model.