MPAS-JEDI
mpas_geom_mod.F90 File Reference
#include <oops/util/linkedList_i.f>
#include <oops/util/linkedList_c.f>
Include dependency graph for mpas_geom_mod.F90:

Go to the source code of this file.

Data Types

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

Modules

module  mpas_geom_mod
 

Macros

#define LISTED_TYPE   mpas_geom
 

Functions/Subroutines

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

Variables

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

Macro Definition Documentation

◆ LISTED_TYPE

#define LISTED_TYPE   mpas_geom