MPAS-JEDI
mpas_trajectories Module Reference

Data Types

type  mpas_trajectory
 Fortran derived type to hold the model trajectory. More...
 

Functions/Subroutines

subroutine, public set_traj (self, state)
 Linked list implementation. More...
 
subroutine, public delete_traj (self)
 

Variables

type(registry_t), public mpas_traj_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ delete_traj()

subroutine, public mpas_trajectories::delete_traj ( type(mpas_trajectory), intent(inout)  self)

Definition at line 67 of file mpas_trajectories.F90.

◆ set_traj()

subroutine, public mpas_trajectories::set_traj ( type(mpas_trajectory), intent(inout)  self,
type(mpas_fields), intent(in)  state 
)

Linked list implementation.

Definition at line 49 of file mpas_trajectories.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ mpas_traj_registry

type(registry_t), public mpas_trajectories::mpas_traj_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 39 of file mpas_trajectories.F90.