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_;
 
Class to represent fields for the L95 model.
 
static const std::string classname()
 
void set(const FieldL95 &)
Save trajectory.
 
const FieldL95 & get(const int) const
Get trajectory.
 
boost::ptr_vector< FieldL95 > traj_
 
ModelTrajectory(const bool ltraj=true)
Constructor, destructor.
 
The namespace for the L95 model.