FV3-JEDI
fv3jedi_geos_interface_mod Module Reference

Functions/Subroutines

subroutine c_fv3jedi_geos_create (c_conf, c_key_geom, c_key_self)
 Linked list implementation. More...
 
subroutine c_fv3jedi_geos_delete (c_key_self)
 
subroutine c_fv3jedi_geos_initialize (c_key_self, c_key_state)
 
subroutine c_fv3jedi_geos_step (c_key_self, c_key_state, c_dt)
 
subroutine c_fv3jedi_geos_finalize (c_key_self, c_key_state)
 

Variables

type(registry_t), public fv3jedi_geos_registry
 Linked list interface. More...
 

Function/Subroutine Documentation

◆ c_fv3jedi_geos_create()

subroutine fv3jedi_geos_interface_mod::c_fv3jedi_geos_create ( type(c_ptr), intent(in)  c_conf,
integer(c_int), intent(in)  c_key_geom,
integer(c_int), intent(inout)  c_key_self 
)
private

Linked list implementation.

Parameters
[in,out]c_key_selfKey to model data
[in]c_key_geomGeometry
[in]c_confpointer to object of class Config

Definition at line 42 of file fv3jedi_geos_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geos_delete()

subroutine fv3jedi_geos_interface_mod::c_fv3jedi_geos_delete ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 66 of file fv3jedi_geos_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geos_finalize()

subroutine fv3jedi_geos_interface_mod::c_fv3jedi_geos_finalize ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_state 
)
private
Parameters
[in]c_key_selfModel
[in]c_key_stateModel state

Definition at line 123 of file fv3jedi_geos_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geos_initialize()

subroutine fv3jedi_geos_interface_mod::c_fv3jedi_geos_initialize ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_state 
)
private
Parameters
[in]c_key_selfModel
[in]c_key_stateModel state

Definition at line 82 of file fv3jedi_geos_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geos_step()

subroutine fv3jedi_geos_interface_mod::c_fv3jedi_geos_step ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(in)  c_key_state,
type(c_ptr), intent(inout)  c_dt 
)
private
Parameters
[in]c_key_selfModel
[in]c_key_stateModel state
[in,out]c_dtDateTime

Definition at line 100 of file fv3jedi_geos_interface_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ fv3jedi_geos_registry

type(registry_t), public fv3jedi_geos_interface_mod::fv3jedi_geos_registry

Linked list interface.

Definition at line 29 of file fv3jedi_geos_interface_mod.F90.