FV3 Bundle
fv3jedi_model_interface_mod Module Reference

Functions/Subroutines

subroutine c_fv3jedi_model_create (c_conf, c_key_geom, c_key_self)
 Linked list implementation. More...
 
subroutine c_fv3jedi_model_delete (c_key_self)
 
subroutine c_fv3jedi_model_initialize (c_key_self, c_key_state)
 
subroutine c_fv3jedi_model_step (c_key_self, c_key_state, c_dt)
 
subroutine c_fv3jedi_model_finalize (c_key_self, c_key_state)
 

Variables

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

Function/Subroutine Documentation

◆ c_fv3jedi_model_create()

subroutine fv3jedi_model_interface_mod::c_fv3jedi_model_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_model_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_model_delete()

subroutine fv3jedi_model_interface_mod::c_fv3jedi_model_delete ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 63 of file fv3jedi_model_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_model_finalize()

subroutine fv3jedi_model_interface_mod::c_fv3jedi_model_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 120 of file fv3jedi_model_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_model_initialize()

subroutine fv3jedi_model_interface_mod::c_fv3jedi_model_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 79 of file fv3jedi_model_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_model_step()

subroutine fv3jedi_model_interface_mod::c_fv3jedi_model_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 97 of file fv3jedi_model_interface_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ fv3jedi_model_registry

type(registry_t), public fv3jedi_model_interface_mod::fv3jedi_model_registry

Linked list interface.

Definition at line 28 of file fv3jedi_model_interface_mod.F90.