FV3 Bundle
fv3jedi_geom_interface_mod Module Reference

Fortran module handling geometry for the FV3 model. More...

Functions/Subroutines

subroutine c_fv3jedi_geo_setup (c_key_self, c_conf)
 Linked list implementation. More...
 
subroutine c_fv3jedi_geo_clone (c_key_self, c_key_other)
 
subroutine c_fv3jedi_geo_delete (c_key_self)
 
subroutine c_fv3jedi_geo_info (c_key_self)
 

Variables

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

Detailed Description

Fortran module handling geometry for the FV3 model.

Function/Subroutine Documentation

◆ c_fv3jedi_geo_clone()

subroutine fv3jedi_geom_interface_mod::c_fv3jedi_geo_clone ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(inout)  c_key_other 
)
private

Definition at line 62 of file fv3jedi_geom_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geo_delete()

subroutine fv3jedi_geom_interface_mod::c_fv3jedi_geo_delete ( integer(c_int), intent(inout)  c_key_self)
private

Definition at line 82 of file fv3jedi_geom_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geo_info()

subroutine fv3jedi_geom_interface_mod::c_fv3jedi_geo_info ( integer(c_int), intent(in)  c_key_self)
private

Definition at line 101 of file fv3jedi_geom_interface_mod.F90.

Here is the call graph for this function:

◆ c_fv3jedi_geo_setup()

subroutine fv3jedi_geom_interface_mod::c_fv3jedi_geo_setup ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in)  c_conf 
)
private

Linked list implementation.

Definition at line 40 of file fv3jedi_geom_interface_mod.F90.

Here is the call graph for this function:

Variable Documentation

◆ fv3jedi_geom_registry

type(registry_t), public fv3jedi_geom_interface_mod::fv3jedi_geom_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 27 of file fv3jedi_geom_interface_mod.F90.