MPAS-JEDI
mpas_geom_mod Module Reference

Data Types

type  templated_field
 
type  mpas_geom
 Fortran derived type to hold geometry definition. More...
 
type  idcounter
 

Functions/Subroutines

subroutine, public geo_setup (self, f_conf, f_comm)
 Linked list implementation. More...
 
subroutine, public geo_set_atlas_lonlat (self, afieldset)
 
subroutine, public geo_fill_atlas_fieldset (self, afieldset)
 
subroutine geo_deallocate_nonda_fields (domain)
 
subroutine, public geo_clone (self, other)
 
subroutine, public geo_delete (self)
 
subroutine, public geo_is_equal (is_equal, self, other)
 
subroutine, public geo_info (self, nCellsGlobal, nCells, nCellsSolve, nEdgesGlobal, nEdges, nEdgesSolve, nVertLevels, nVertLevelsP1)
 
logical function field_is_templated (self, fieldname)
 
character(len=maxvarlen) function template_fieldname (self, fieldname)
 
logical function field_has_identity (self, fieldname)
 
character(len=maxvarlen) function identity_fieldname (self, fieldname)
 
logical function, public pool_has_field (pool, field)
 Check for presence of field in pool. More...
 
logical function isdecomposed (dimName)
 whether horizontal dimension name is decomposed across MPI tasks More...
 
character(len=strkind) function, dimension(:), allocatable, public getsolvedimnames (pool, key)
 Returns an array with the dimension names of a pool field member. More...
 
integer function, dimension(:), allocatable, public getsolvedimsizes (pool, key, dimPool)
 Returns an array with the dimension sizes of a pool field member. More...
 
integer function, public getvertlevels (pool, key, dimPool)
 Returns the number of vertical levels for a pool field member. More...
 
subroutine var_nlevels (self, var, nlevels)
 
subroutine variables_nlevels (self, vars, nv, nlevels)
 

Variables

type(idcounter), dimension(:), allocatable geom_count
 
character(len=1024) message
 
character(len=maxvarlen), dimension(6), parameter mpasverticalcoordinates = [character(len=MAXVARLEN) :: 'nVertLevels', 'nVertLevelsP1', 'nVertLevelsP2', 'nSoilLevels', 'nOznLevels', 'nAerLevels']
 
type(registry_t), public mpas_geom_registry
 Linked list interface - defines registry_t type. More...
 

Function/Subroutine Documentation

◆ field_has_identity()

logical function mpas_geom_mod::field_has_identity ( class(mpas_geom), intent(in)  self,
character(len=*), intent(in)  fieldname 
)
private

Definition at line 789 of file mpas_geom_mod.F90.

◆ field_is_templated()

logical function mpas_geom_mod::field_is_templated ( class(mpas_geom), intent(in)  self,
character(len=*), intent(in)  fieldname 
)
private

Definition at line 754 of file mpas_geom_mod.F90.

◆ geo_clone()

subroutine, public mpas_geom_mod::geo_clone ( type(mpas_geom), intent(inout)  self,
type(mpas_geom), intent(in)  other 
)

Definition at line 562 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_deallocate_nonda_fields()

subroutine mpas_geom_mod::geo_deallocate_nonda_fields ( type (domain_type), intent(inout), pointer  domain)
private

Definition at line 436 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_delete()

subroutine, public mpas_geom_mod::geo_delete ( type(mpas_geom), intent(inout)  self)

Definition at line 655 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_fill_atlas_fieldset()

subroutine, public mpas_geom_mod::geo_fill_atlas_fieldset ( type(mpas_geom), intent(inout)  self,
type(atlas_fieldset), intent(inout)  afieldset 
)

Definition at line 397 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_info()

subroutine, public mpas_geom_mod::geo_info ( type(mpas_geom), intent(in)  self,
integer, intent(inout)  nCellsGlobal,
integer, intent(inout)  nCells,
integer, intent(inout)  nCellsSolve,
integer, intent(inout)  nEdgesGlobal,
integer, intent(inout)  nEdges,
integer, intent(inout)  nEdgesSolve,
integer, intent(inout)  nVertLevels,
integer, intent(inout)  nVertLevelsP1 
)

Definition at line 727 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_is_equal()

subroutine, public mpas_geom_mod::geo_is_equal ( logical*1, intent(inout)  is_equal,
type(mpas_geom), intent(in)  self,
type(mpas_geom), intent(in)  other 
)

Definition at line 710 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_set_atlas_lonlat()

subroutine, public mpas_geom_mod::geo_set_atlas_lonlat ( type(mpas_geom), intent(inout)  self,
type(atlas_fieldset), intent(inout)  afieldset 
)

Definition at line 376 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ geo_setup()

subroutine, public mpas_geom_mod::geo_setup ( type(mpas_geom), intent(inout)  self,
type(fckit_configuration), intent(in)  f_conf,
type(fckit_mpi_comm), intent(in)  f_comm 
)

Linked list implementation.

Definition at line 135 of file mpas_geom_mod.F90.

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

◆ getsolvedimnames()

character (len=strkind) function, dimension(:), allocatable, public mpas_geom_mod::getsolvedimnames ( type(mpas_pool_type), intent(in), pointer  pool,
character(len=*), intent(in)  key 
)

Returns an array with the dimension names of a pool field member.

Definition at line 891 of file mpas_geom_mod.F90.

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

◆ getsolvedimsizes()

integer function, dimension(:), allocatable, public mpas_geom_mod::getsolvedimsizes ( type (mpas_pool_type), intent(in), pointer  pool,
character(len=*), intent(in)  key,
type (mpas_pool_type), intent(in), optional, pointer  dimPool 
)

Returns an array with the dimension sizes of a pool field member.

Definition at line 977 of file mpas_geom_mod.F90.

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

◆ getvertlevels()

integer function, public mpas_geom_mod::getvertlevels ( type (mpas_pool_type), intent(in), pointer  pool,
character(len=*), intent(in)  key,
type (mpas_pool_type), intent(in), optional, pointer  dimPool 
)

Returns the number of vertical levels for a pool field member.

Definition at line 1029 of file mpas_geom_mod.F90.

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

◆ identity_fieldname()

character(len=maxvarlen) function mpas_geom_mod::identity_fieldname ( class(mpas_geom), intent(in)  self,
character(len=*), intent(in)  fieldname 
)
private

Definition at line 808 of file mpas_geom_mod.F90.

◆ isdecomposed()

logical function mpas_geom_mod::isdecomposed ( character(len=*), intent(in)  dimName)
private

whether horizontal dimension name is decomposed across MPI tasks

Definition at line 864 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ pool_has_field()

logical function, public mpas_geom_mod::pool_has_field ( type(mpas_pool_type), intent(in), pointer  pool,
character(len=*), intent(in)  field 
)

Check for presence of field in pool.

Definition at line 832 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

◆ template_fieldname()

character(len=maxvarlen) function mpas_geom_mod::template_fieldname ( class(mpas_geom), intent(in)  self,
character(len=*), intent(in)  fieldname 
)
private

Definition at line 772 of file mpas_geom_mod.F90.

◆ var_nlevels()

subroutine mpas_geom_mod::var_nlevels ( class(mpas_geom), intent(in)  self,
character(len=*), intent(in)  var,
integer, intent(out)  nlevels 
)
private

Definition at line 1062 of file mpas_geom_mod.F90.

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

◆ variables_nlevels()

subroutine mpas_geom_mod::variables_nlevels ( class(mpas_geom), intent(in)  self,
type(oops_variables), intent(in)  vars,
integer(c_size_t), intent(in)  nv,
integer(c_size_t), dimension(nv), intent(inout)  nlevels 
)
private

Definition at line 1096 of file mpas_geom_mod.F90.

Here is the caller graph for this function:

Variable Documentation

◆ geom_count

type(idcounter), dimension(:), allocatable mpas_geom_mod::geom_count
private

Definition at line 111 of file mpas_geom_mod.F90.

◆ message

character(len=1024) mpas_geom_mod::message
private

Definition at line 113 of file mpas_geom_mod.F90.

◆ mpas_geom_registry

type(registry_t), public mpas_geom_mod::mpas_geom_registry

Linked list interface - defines registry_t type.

Global registry

Definition at line 126 of file mpas_geom_mod.F90.

◆ mpasverticalcoordinates

character(len=maxvarlen), dimension(6), parameter mpas_geom_mod::mpasverticalcoordinates = [character(len=MAXVARLEN) :: 'nVertLevels', 'nVertLevelsP1', 'nVertLevelsP2', 'nSoilLevels', 'nOznLevels', 'nAerLevels']
private

Definition at line 115 of file mpas_geom_mod.F90.