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";}
42 boost::ptr_vector<FieldL95>
traj_;
48 #endif // LORENZ95_MODELTRAJECTORY_H_