FV3 Bundle
fv3jedi_getvalues_traj_mod Module Reference

Fortran module handling interpolation trajectory for the FV3 model. More...

Data Types

type  fv3jedi_getvalues_traj
 

Functions/Subroutines

subroutine, public c_fv3jedi_getvalues_traj_setup (c_key_self)
 Linked list implementation. More...
 
subroutine, public c_fv3jedi_getvalues_traj_delete (c_key_self)
 
subroutine dummy_final (self)
 

Variables

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

Detailed Description

Fortran module handling interpolation trajectory for the FV3 model.

Function/Subroutine Documentation

◆ c_fv3jedi_getvalues_traj_delete()

subroutine, public fv3jedi_getvalues_traj_mod::c_fv3jedi_getvalues_traj_delete ( integer(c_int), intent(inout)  c_key_self)

Definition at line 67 of file fv3jedi_getvalues_traj_mod.F90.

◆ c_fv3jedi_getvalues_traj_setup()

subroutine, public fv3jedi_getvalues_traj_mod::c_fv3jedi_getvalues_traj_setup ( integer(c_int), intent(inout)  c_key_self)

Linked list implementation.

Definition at line 46 of file fv3jedi_getvalues_traj_mod.F90.

◆ dummy_final()

subroutine fv3jedi_getvalues_traj_mod::dummy_final ( type(fv3jedi_getvalues_traj), intent(inout)  self)
private

Definition at line 89 of file fv3jedi_getvalues_traj_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ fv3jedi_getvalues_traj_registry

type(registry_t), public fv3jedi_getvalues_traj_mod::fv3jedi_getvalues_traj_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 35 of file fv3jedi_getvalues_traj_mod.F90.