Read in the grid dimensions info from the weights file.
The weights file should have the source and destination grid information
provided.
Read in the grid info from the weights file.
The weights file should have the source and destination grid information
provided.
Subroutines
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
weightFile |
|
type(ESMF_KeywordEnforcer),
|
|
optional |
|
:: |
keywordEnforcer |
|
type(ESMF_RWGCheckMethod_Flag),
|
intent(in), |
optional |
|
:: |
checkMethod |
|
integer,
|
intent(out), |
optional |
|
:: |
rc |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
weightFile |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
src_lat(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
src_lon(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
src_area(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
src_mask(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
src_frac(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
dst_lat(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
dst_lon(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
dst_area(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
dst_mask(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
dst_frac(:) |
|
integer,
|
intent(out), |
optional |
|
:: |
rc |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
character(len=*),
|
intent(in) |
|
|
:: |
weightFile |
|
character(len=*),
|
intent(out) |
|
|
:: |
title |
|
type(ESMF_NormType_Flag),
|
intent(out) |
|
|
:: |
normType |
|
integer,
|
intent(out) |
|
|
:: |
src_dim |
|
integer,
|
intent(out) |
|
|
:: |
dst_dim |
|
type(ESMF_RegridMethod_Flag),
|
intent(out) |
|
|
:: |
regridmethod |
|
integer,
|
intent(out), |
optional |
|
:: |
rc |
|
Arguments
Type |
Intent | Optional | Attributes |
|
Name |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
lons(:) |
|
real(kind=ESMF_KIND_R8),
|
|
|
pointer
|
:: |
lats(:) |
|
character(len=*)
|
|
|
|
:: |
units |
|