MODD_SFX_GRID_n Module



Contents


Derived Types

type, public :: GRID_t

Components

TypeVisibility AttributesNameInitial
integer, public :: NDIM
character(len=10), public :: CGRID
integer, public :: NGRID_PAR
real, public, POINTER, DIMENSION(:):: XGRID_PAR
real, public, POINTER, DIMENSION(:):: XLAT
real, public, POINTER, DIMENSION(:):: XLON
real, public, POINTER, DIMENSION(:):: XMESH_SIZE

type, public :: GRID_NP_t

Components

TypeVisibility AttributesNameInitial
type(GRID_t), public, DIMENSION(:), POINTER:: AL=> NULL()

Subroutines

public subroutine GRID_INIT(G)

Arguments

Type IntentOptional AttributesName
type(GRID_t), intent(inout) :: G

public subroutine GRID_NP_INIT(GP, KPATCH)

Arguments

Type IntentOptional AttributesName
type(GRID_NP_t), intent(inout) :: GP
integer, intent(in) :: KPATCH