MPAS-JEDI
|
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... | |
|
private |
Definition at line 789 of file mpas_geom_mod.F90.
|
private |
Definition at line 754 of file mpas_geom_mod.F90.
|
private |
subroutine, public mpas_geom_mod::geo_delete | ( | type(mpas_geom), intent(inout) | self | ) |
subroutine, public mpas_geom_mod::geo_fill_atlas_fieldset | ( | type(mpas_geom), intent(inout) | self, |
type(atlas_fieldset), intent(inout) | afieldset | ||
) |
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 | ||
) |
subroutine, public mpas_geom_mod::geo_set_atlas_lonlat | ( | type(mpas_geom), intent(inout) | self, |
type(atlas_fieldset), intent(inout) | afieldset | ||
) |
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.
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.
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.
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.
|
private |
Definition at line 808 of file mpas_geom_mod.F90.
|
private |
whether horizontal dimension name is decomposed across MPI tasks
Definition at line 864 of file mpas_geom_mod.F90.
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.
|
private |
Definition at line 772 of file mpas_geom_mod.F90.
|
private |
Definition at line 1062 of file mpas_geom_mod.F90.
|
private |
|
private |
Definition at line 111 of file mpas_geom_mod.F90.
|
private |
Definition at line 113 of file mpas_geom_mod.F90.
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.
|
private |
Definition at line 115 of file mpas_geom_mod.F90.