| 
    EMPIRE DA
    v1.9.1
    
   Data assimilation codes using EMPIRE communication 
   | 
 
module to hold data for trajectories More...
Public Member Functions | |
| subroutine | setup_traj | 
| subroutine to read in which trajectories are required  More... | |
| subroutine | deallocate_traj | 
Public Attributes | |
| integer | trajn | 
| integer, dimension(:), allocatable | trajvar | 
| character(28), parameter | traj_list ='traj_list.dat' | 
module to hold data for trajectories
Definition at line 28 of file trajectories.f90.
| subroutine traj_data::deallocate_traj | ( | ) | 
Definition at line 137 of file trajectories.f90.
| subroutine traj_data::setup_traj | ( | ) | 
subroutine to read in which trajectories are required
this requires that the directory traj/ exists before runtime.
Then this reads the file traj_list .
The format for traj_list is a list of K+1 integers,
where the first integer is K
and the following K integers are the index in the state dimension for which the trajectories are required.
Definition at line 45 of file trajectories.f90.

| character(28), parameter traj_data::traj_list ='traj_list.dat' | 
Definition at line 31 of file trajectories.f90.
| integer traj_data::trajn | 
Definition at line 29 of file trajectories.f90.
| integer, dimension(:), allocatable traj_data::trajvar | 
Definition at line 30 of file trajectories.f90.