OOPS
qg_geom_mod Module Reference

Data Types

type  qg_geom
 

Functions/Subroutines

subroutine, public qg_geom_setup (self, f_conf)
 Linked list implementation. More...
 
subroutine, public qg_geom_set_atlas_lonlat (self, afieldset)
 Set ATLAS lon/lat field. More...
 
subroutine, public qg_geom_fill_atlas_fieldset (self, afieldset)
 Fill ATLAS fieldset. More...
 
subroutine, public qg_geom_clone (self, other)
 Clone geometry. More...
 
subroutine, public qg_geom_delete (self)
 Delete geometry. More...
 
subroutine, public qg_geom_info (self, nx, ny, nz, deltax, deltay)
 Get geometry info. More...
 

Variables

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

Function/Subroutine Documentation

◆ qg_geom_clone()

subroutine, public qg_geom_mod::qg_geom_clone ( type(qg_geom), intent(inout)  self,
type(qg_geom), intent(in)  other 
)

Clone geometry.

Parameters
[in,out]selfGeometry
[in]otherOther geometry

Definition at line 287 of file qg_geom_mod.F90.

Here is the caller graph for this function:

◆ qg_geom_delete()

subroutine, public qg_geom_mod::qg_geom_delete ( type(qg_geom), intent(inout)  self)

Delete geometry.

Parameters
[in,out]selfGeometry

Definition at line 332 of file qg_geom_mod.F90.

Here is the caller graph for this function:

◆ qg_geom_fill_atlas_fieldset()

subroutine, public qg_geom_mod::qg_geom_fill_atlas_fieldset ( type(qg_geom), intent(inout)  self,
type(atlas_fieldset), intent(inout)  afieldset 
)

Fill ATLAS fieldset.

Parameters
[in,out]selfGeometry
[in,out]afieldsetATLAS fieldset

Definition at line 251 of file qg_geom_mod.F90.

Here is the caller graph for this function:

◆ qg_geom_info()

subroutine, public qg_geom_mod::qg_geom_info ( type(qg_geom), intent(in)  self,
integer, intent(out)  nx,
integer, intent(out)  ny,
integer, intent(out)  nz,
real(kind_real), intent(out)  deltax,
real(kind_real), intent(out)  deltay 
)

Get geometry info.

Parameters
[in]selfGeometry
[out]nxNumber of points in the zonal direction
[out]nyNumber of points in the meridional direction
[out]nzNumber of vertical levels
[out]deltaxZonal cell size
[out]deltayMeridional cell size

Definition at line 355 of file qg_geom_mod.F90.

Here is the caller graph for this function:

◆ qg_geom_set_atlas_lonlat()

subroutine, public qg_geom_mod::qg_geom_set_atlas_lonlat ( type(qg_geom), intent(inout)  self,
type(atlas_fieldset), intent(inout)  afieldset 
)

Set ATLAS lon/lat field.

Parameters
[in,out]selfGeometry
[in,out]afieldsetATLAS fieldset

Definition at line 223 of file qg_geom_mod.F90.

Here is the caller graph for this function:

◆ qg_geom_setup()

subroutine, public qg_geom_mod::qg_geom_setup ( type(qg_geom), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf 
)

Linked list implementation.

Setup geometry

Parameters
[in,out]selfGeometry
[in]f_confFCKIT configuration

Definition at line 63 of file qg_geom_mod.F90.

Here is the call graph for this function:
Here is the caller graph for this function:

Variable Documentation

◆ qg_geom_registry

type(registry_t), public qg_geom_mod::qg_geom_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 53 of file qg_geom_mod.F90.