FV3-JEDI
fv3jedi_linvarcha_c2a_interface_mod Module Reference

Functions/Subroutines

subroutine c_fv3jedi_linvarcha_c2a_create (c_key_self, c_key_geom, c_key_bg, c_key_fg, c_conf)
 Linked list implementation. More...
 
subroutine c_fv3jedi_linvarcha_c2a_delete (c_key_self)
 
subroutine c_fv3jedi_linvarcha_c2a_multiply (c_key_self, c_key_geom, c_key_xctl, c_key_xana)
 
subroutine c_fv3jedi_linvarcha_c2a_multiplyadjoint (c_key_self, c_key_geom, c_key_xana, c_key_xctl)
 
subroutine c_fv3jedi_linvarcha_c2a_multiplyinverse (c_key_self, c_key_geom, c_key_xana, c_key_xctl)
 
subroutine c_fv3jedi_linvarcha_c2a_multiplyinverseadjoint (c_key_self, c_key_geom, c_key_xctl, c_key_xana)
 

Variables

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

Function/Subroutine Documentation

◆ c_fv3jedi_linvarcha_c2a_create()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_create ( integer(c_int), intent(inout)  c_key_self,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_bg,
integer(c_int), intent(in)  c_key_fg,
type(c_ptr), intent(in)  c_conf 
)
private

Linked list implementation.

Definition at line 47 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_linvarcha_c2a_delete()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_delete ( integer(c_int), intent(inout)  c_key_self)
private
Parameters
[in,out]c_key_selfChange variable structure

Definition at line 79 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_linvarcha_c2a_multiply()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_multiply ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_xctl,
integer(c_int), intent(in)  c_key_xana 
)
private

Definition at line 95 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_linvarcha_c2a_multiplyadjoint()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_multiplyadjoint ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_xana,
integer(c_int), intent(in)  c_key_xctl 
)
private

Definition at line 120 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_linvarcha_c2a_multiplyinverse()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_multiplyinverse ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_xana,
integer(c_int), intent(in)  c_key_xctl 
)
private

Definition at line 145 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

◆ c_fv3jedi_linvarcha_c2a_multiplyinverseadjoint()

subroutine fv3jedi_linvarcha_c2a_interface_mod::c_fv3jedi_linvarcha_c2a_multiplyinverseadjoint ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(in)  c_key_xctl,
integer(c_int), intent(in)  c_key_xana 
)
private

Definition at line 170 of file fv3jedi_linvarcha_c2a.interface.F90.

Here is the call graph for this function:

Variable Documentation

◆ fv3jedi_linvarcha_c2a_registry

type(registry_t), public fv3jedi_linvarcha_c2a_interface_mod::fv3jedi_linvarcha_c2a_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 34 of file fv3jedi_linvarcha_c2a.interface.F90.