MAPL_LocStreamMod
Author: GMAO SI-Team
The module MAPL_LocStreamMod
manipulates location streams.
Creates a location stream from a file. This does not decompose the location stream; so the global stream is described in each processor. The stream can be decomposed later in various ways. Currently we only decompose it by “attaching” it to a decomposed grid.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(out) | :: | LocStream | |||
type(ESMF_DELayout), | intent(in) | :: | LAYOUT | |||
character(len=*), | intent(in) | :: | FILENAME | |||
character(len=*), | intent(in) | :: | NAME | |||
integer, | intent(in), | optional | :: | MASK(:) | ||
type(ESMF_Grid), | intent(inout), | optional | :: | GRID | ||
logical, | intent(in), | optional | :: | NewGridNames | ||
logical, | intent(in), | optional | :: | use_pfaf | ||
integer, | intent(out), | optional | :: | RC |
Creates a location stream as a subset of another according to mask.
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(out) | :: | LocStreamOut | |||
type(MAPL_LocStream), | intent(in) | :: | LocStreamIn | |||
character(len=*), | intent(in) | :: | NAME | |||
integer, | intent(in), | optional | :: | MASK(:) | ||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
type(ESMF_Field), | intent(out) | :: | OUTPUT | |||
type(ESMF_Field), | intent(inout) | :: | INPUT | |||
integer, | intent(in), | optional | :: | MASK(:) | ||
integer, | intent(in), | optional | :: | GRID_ID | ||
logical, | intent(in), | optional | :: | GLOBAL | ||
logical, | intent(in), | optional | :: | ISMINE(:) | ||
logical, | intent(in), | optional | :: | INTERP | ||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
real, | intent(inout) | :: | OUTPUT(:,:) | |||
real, | intent(inout) | :: | INPUT(:) | |||
logical, | intent(in), | optional | :: | MASK(:) | ||
logical, | intent(in), | optional | :: | SAMPLE | ||
logical, | intent(in), | optional | :: | TRANSPOSE | ||
logical, | intent(in), | optional | :: | variance | ||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
real, | intent(inout) | :: | OUTPUT(:) | |||
real, | intent(inout) | :: | INPUT(:,:) | |||
logical, | intent(in), | optional | :: | MASK(:) | ||
integer, | intent(in), | optional | :: | GRID_ID | ||
logical, | intent(in), | optional | :: | GLOBAL | ||
logical, | intent(in), | optional | :: | ISMINE(:) | ||
logical, | intent(in), | optional | :: | INTERP | ||
logical, | intent(in), | optional | :: | TRANSPOSE | ||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(out) | :: | OUTPUT(:) | |||
type(MAPL_LocStreamXform), | intent(in) | :: | XFORM | |||
real, | intent(in) | :: | INPUT(:) | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real(kind=ESMF_KIND_R8), | intent(out) | :: | OUTPUT(:) | |||
type(MAPL_LocStreamXform), | intent(in) | :: | XFORM | |||
real, | intent(in) | :: | INPUT(:) | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
real, | intent(out) | :: | OUTPUT(:) | |||
type(MAPL_LocStreamXform), | intent(in) | :: | XFORM | |||
real(kind=ESMF_KIND_R8), | intent(in) | :: | INPUT(:) | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStreamXform), | intent(in) | :: | Xform | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Grid), | intent(inout) | :: | Grid | |||
type(MAPL_LocStream), | intent(in) | :: | Locstream | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(inout) | :: | LocStream | |||
integer, | intent(in) | :: | NSUBTILES | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStreamXform), | intent(out) | :: | Xform | |||
type(MAPL_LocStream), | intent(in) | :: | LocStreamOut | |||
type(MAPL_LocStream), | intent(in) | :: | LocStreamIn | |||
character(len=*), | intent(in) | :: | NAME | |||
logical, | intent(in), | optional | :: | MASK_OUT(:) | ||
logical, | intent(in), | optional | :: | UseFCollect | ||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
integer, | intent(in) | :: | TYPE | |||
real, | intent(out) | :: | AREA(:,:) | |||
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
integer, | intent(out), | optional | :: | NT_LOCAL | ||
integer, | intent(out), | optional | :: | nt_global | ||
integer, | optional, | pointer | :: | TILETYPE(:) | ||
integer, | optional, | pointer | :: | TILEKIND(:) | ||
real, | optional, | pointer | :: | TILELONS(:) | ||
real, | optional, | pointer | :: | TILELATS(:) | ||
real, | optional, | pointer | :: | TILEAREA(:) | ||
type(ESMF_Grid), | intent(out), | optional | :: | TILEGRID | ||
integer, | optional, | pointer | :: | GRIDIM(:) | ||
integer, | optional, | pointer | :: | GRIDJM(:) | ||
character(len=*), | optional, | pointer | :: | GRIDNAMES(:) | ||
type(ESMF_Grid), | intent(out), | optional | :: | ATTACHEDGRID | ||
integer, | optional, | pointer | :: | LOCAL_ID(:) | ||
integer, | intent(out), | optional, | pointer | :: | local_i(:) | |
integer, | intent(out), | optional, | pointer | :: | local_j(:) | |
integer, | intent(out), | optional | :: | RC |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(MAPL_LocStream), | intent(in) | :: | LocStream | |||
real, | intent(out) | :: | OUTPUT(:) | |||
real, | intent(in) | :: | INPUT(:,:) | |||
integer, | intent(out), | optional | :: | RC |