EMPIRE DA  v1.9.1
Data assimilation codes using EMPIRE communication
 All Classes Files Functions Variables Pages
traj_data Module Reference

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'
 

Detailed Description

module to hold data for trajectories

Definition at line 28 of file trajectories.f90.

Member Function/Subroutine Documentation

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.

Here is the caller graph for this function:

Member Data Documentation

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.


The documentation for this module was generated from the following file: