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.
Arguments
| 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 |
|
|
integer,
|
intent(out), |
optional |
|
:: |
RC |
|