Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
character(len=*), | private, | parameter | :: | version | = | '$Id$' | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_GRID | = | ESMF_GeomType_Flag(1) | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_INVALID | = | ESMF_GeomType_Flag(-1) | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_LOCSTREAM | = | ESMF_GeomType_Flag(3) | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_MESH | = | ESMF_GeomType_Flag(2) | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_UNINIT | = | ESMF_GeomType_Flag(0) | |
type(ESMF_GeomType_Flag), | public, | parameter | :: | ESMF_GEOMTYPE_XGRID | = | ESMF_GeomType_Flag(4) |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Grid), | intent(in) | :: | grid | |||
type(ESMF_StaggerLoc), | intent(in), | optional | :: | staggerloc | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Mesh), | intent(in) | :: | mesh | |||
type(ESMF_MeshLoc), | intent(in), | optional | :: | meshLoc | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_LocStream), | intent(in) | :: | locstream | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_XGrid), | intent(in) | :: | xgrid | |||
type(ESMF_XGridSide_Flag), | intent(in), | optional | :: | xgridSide | ||
integer, | intent(in), | optional | :: | gridIndex | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType1 | |||
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType1 | |||
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType2 |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer(kind=ESMF_KIND_I8), | public | :: | isInit | = | 76838410 | ||
type(ESMF_GeomClass), | public, | pointer | :: | gbcp |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | xgridIndex | ||||
type(ESMF_GeomType_Flag), | public | :: | type | ||||
type(ESMF_Grid), | public | :: | grid | ||||
type(ESMF_LocStream), | public | :: | locstream | ||||
type(ESMF_Mesh), | public | :: | mesh | ||||
type(ESMF_MeshLoc), | public | :: | meshloc | ||||
type(ESMF_StaggerLoc), | public | :: | staggerloc | ||||
type(ESMF_XGrid), | public | :: | xgrid | ||||
type(ESMF_XGridSide_Flag), | public | :: | xgridside |
Type | Visibility | Attributes | Name | Initial | |||
---|---|---|---|---|---|---|---|
integer, | public | :: | type |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(in), | optional | :: | geom |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType1 | |||
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType1 | |||
type(ESMF_GeomType_Flag), | intent(in) | :: | GeomType2 |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Grid), | intent(in) | :: | grid | |||
type(ESMF_StaggerLoc), | intent(in), | optional | :: | staggerloc | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_LocStream), | intent(in) | :: | locstream | |||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Mesh), | intent(in) | :: | mesh | |||
type(ESMF_MeshLoc), | intent(in), | optional | :: | meshLoc | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_XGrid), | intent(in) | :: | xgrid | |||
type(ESMF_XGridSide_Flag), | intent(in), | optional | :: | xgridSide | ||
integer, | intent(in), | optional | :: | gridIndex | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
character(len=1), | pointer, dimension(:) | :: | buffer | |||
integer, | intent(inout) | :: | offset | |||
type(ESMF_AttReconcileFlag), | optional | :: | attreconflag | |||
logical, | intent(in), | optional | :: | skipGeomObj | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom) | :: | geom | ||||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(in) | :: | geom | |||
integer, | intent(out), | optional | :: | dimCount | ||
integer, | intent(out), | optional | :: | rank | ||
integer, | intent(out), | optional | :: | localDECount | ||
type(ESMF_DistGrid), | intent(out), | optional | :: | distgrid | ||
integer, | intent(out), | optional | :: | distgridToGridMap(:) | ||
type(ESMF_Index_Flag), | intent(out), | optional | :: | indexflag | ||
type(ESMF_GeomType_Flag), | intent(out), | optional | :: | geomtype | ||
type(ESMF_Grid), | intent(out), | optional | :: | grid | ||
type(ESMF_StaggerLoc), | intent(out), | optional | :: | staggerloc | ||
type(ESMF_Mesh), | intent(out), | optional | :: | mesh | ||
type(ESMF_MeshLoc), | intent(out), | optional | :: | meshloc | ||
type(ESMF_LocStream), | intent(out), | optional | :: | locstream | ||
type(ESMF_XGrid), | intent(out), | optional | :: | xgrid | ||
type(ESMF_XGridSide_Flag), | intent(out), | optional | :: | xgridside | ||
integer, | intent(out), | optional | :: | gridIndex | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(in) | :: | geom | |||
integer, | intent(in), | optional | :: | gridToFieldMap(:) | ||
integer, | intent(in), | optional | :: | ungriddedLBound(:) | ||
integer, | intent(in), | optional | :: | ungriddedUBound(:) | ||
type(ESMF_DistGrid), | intent(out), | optional | :: | distgrid | ||
integer, | intent(out) | :: | distgridToArrayMap(:) | |||
integer, | intent(out), | optional | :: | undistLBound(:) | ||
integer, | intent(out), | optional | :: | undistUBound(:) | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(in) | :: | geom | |||
integer, | intent(in) | :: | localDe | |||
integer, | intent(out), | optional | :: | exclusiveLBound(:) | ||
integer, | intent(out), | optional | :: | exclusiveUBound(:) | ||
integer, | intent(out), | optional | :: | exclusiveCount(:) | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(inout) | :: | geom | |||
character(len=1), | pointer, dimension(:) | :: | buffer | |||
integer, | intent(inout) | :: | length | |||
integer, | intent(inout) | :: | offset | |||
type(ESMF_AttReconcileFlag), | intent(in), | optional | :: | attreconflag | ||
type(ESMF_InquireFlag), | intent(in), | optional | :: | inquireflag | ||
logical, | intent(in), | optional | :: | skipGeomObj | ||
integer, | intent(out), | optional | :: | rc |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
type(ESMF_Geom), | intent(in) | :: | geom | |||
integer, | intent(out), | optional | :: | rc |