OOPS
qg_geom_interface Module Reference

Functions/Subroutines

subroutine qg_geom_setup_c (c_key_self, c_conf)
 Setup geometry. More...
 
subroutine qg_geom_set_atlas_lonlat_c (c_key_self, c_afieldset)
 Set ATLAS lon/lat field. More...
 
subroutine qg_geom_set_atlas_functionspace_pointer_c (c_key_self, c_afunctionspace)
 Set ATLAS function space pointer. More...
 
subroutine qg_geom_fill_atlas_fieldset_c (c_key_self, c_afieldset)
 Fill ATLAS fieldset. More...
 
subroutine qg_geom_clone_c (c_key_self, c_key_other)
 Clone geometry. More...
 
subroutine qg_geom_delete_c (c_key_self)
 Delete geometry. More...
 
subroutine qg_geom_info_c (c_key_self, c_nx, c_ny, c_nz, c_deltax, c_deltay)
 Get geometry info. More...
 
subroutine qg_geom_dimensions_c (lonmin, lonmax, latmin, latmax, zmax)
 Get dimensions of computational domain. More...
 

Function/Subroutine Documentation

◆ qg_geom_clone_c()

subroutine qg_geom_interface::qg_geom_clone_c ( integer(c_int), intent(inout)  c_key_self,
integer(c_int), intent(in)  c_key_other 
)
private

Clone geometry.

Parameters
[in,out]c_key_selfGeometry
[in]c_key_otherOther geometry

Definition at line 106 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_delete_c()

subroutine qg_geom_interface::qg_geom_delete_c ( integer(c_int), intent(inout)  c_key_self)
private

Delete geometry.

Parameters
[in,out]c_key_selfGeometry

Definition at line 127 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_dimensions_c()

subroutine qg_geom_interface::qg_geom_dimensions_c ( real(c_double), intent(inout)  lonmin,
real(c_double), intent(inout)  lonmax,
real(c_double), intent(inout)  latmin,
real(c_double), intent(inout)  latmax,
real(c_double), intent(inout)  zmax 
)
private

Get dimensions of computational domain.

Parameters
[in,out]lonminlongitude min
[in,out]lonmaxlongitude max
[in,out]latminlatitude min
[in,out]latmaxlatitude max
[in,out]zmaxvertical max

Definition at line 169 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_fill_atlas_fieldset_c()

subroutine qg_geom_interface::qg_geom_fill_atlas_fieldset_c ( integer(c_int), intent(in)  c_key_self,
type(c_ptr), intent(in), value  c_afieldset 
)
private

Fill ATLAS fieldset.

Parameters
[in]c_key_selfGeometry
[in]c_afieldsetATLAS fieldset pointer

Definition at line 85 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_info_c()

subroutine qg_geom_interface::qg_geom_info_c ( integer(c_int), intent(in)  c_key_self,
integer(c_int), intent(inout)  c_nx,
integer(c_int), intent(inout)  c_ny,
integer(c_int), intent(inout)  c_nz,
real(c_double), intent(inout)  c_deltax,
real(c_double), intent(inout)  c_deltay 
)
private

Get geometry info.

Parameters
[in]c_key_selfGeometry
[in,out]c_nxNumber of points in the zonal direction
[in,out]c_nyNumber of points in the meridional direction
[in,out]c_nzNumber of vertical levels
[in,out]c_deltaxZonal cell size
[in,out]c_deltayMeridional cell size

Definition at line 147 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_set_atlas_functionspace_pointer_c()

subroutine qg_geom_interface::qg_geom_set_atlas_functionspace_pointer_c ( integer(c_int), intent(in)  c_key_self,
type(c_ptr), intent(in), value  c_afunctionspace 
)
private

Set ATLAS function space pointer.

Parameters
[in]c_key_selfGeometry
[in]c_afunctionspaceATLAS function space pointer

Definition at line 68 of file qg_geom_interface.F90.

◆ qg_geom_set_atlas_lonlat_c()

subroutine qg_geom_interface::qg_geom_set_atlas_lonlat_c ( integer(c_int), intent(in)  c_key_self,
type(c_ptr), intent(in), value  c_afieldset 
)
private

Set ATLAS lon/lat field.

Parameters
[in]c_key_selfGeometry
[in]c_afieldsetATLAS fieldset pointer

Definition at line 48 of file qg_geom_interface.F90.

Here is the call graph for this function:

◆ qg_geom_setup_c()

subroutine qg_geom_interface::qg_geom_setup_c ( integer(c_int), intent(inout)  c_key_self,
type(c_ptr), intent(in), value  c_conf 
)
private

Setup geometry.

Parameters
[in,out]c_key_selfGeometry
[in]c_confConfiguration

Definition at line 26 of file qg_geom_interface.F90.

Here is the call graph for this function: