|
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) |
|