FV3-JEDI
fv3jedi_traj_interface_mod Module Reference

Functions/Subroutines

subroutine c_fv3jedi_traj_set (c_key_self, c_key_state)
 Linked list implementation. More...
 
subroutine c_fv3jedi_traj_wipe (c_key_self)
 

Variables

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

Function/Subroutine Documentation

◆ c_fv3jedi_traj_set()

subroutine fv3jedi_traj_interface_mod::c_fv3jedi_traj_set ( integer(c_int), intent(inout)  c_key_self,
integer(c_int), intent(in)  c_key_state 
)
private

Linked list implementation.

Parameters
[in,out]c_key_selftraj
[in]c_key_stateState

Definition at line 37 of file Traj.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_traj_wipe()

subroutine fv3jedi_traj_interface_mod::c_fv3jedi_traj_wipe ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 59 of file Traj.interface.F90.

Here is the call graph for this function:

Variable Documentation

◆ fv3jedi_traj_registry

type(registry_t), public fv3jedi_traj_interface_mod::fv3jedi_traj_registry

Linked list interface - defines registry_t type.

Definition at line 24 of file Traj.interface.F90.