Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderParam), | intent(in) | :: | param | |||
type(ESMF_Geom), | intent(in) | :: | geom_in | |||
type(ESMF_Geom), | intent(in) | :: | geom_out |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderSpec), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderSpec), | intent(in) | :: | this |
Type | Intent | Optional | Attributes | Name | ||
---|---|---|---|---|---|---|
class(RegridderSpec), | intent(in) | :: | this |
type :: RegridderSpec private class(RegridderParam), allocatable :: param type(ESMF_Geom) :: geom_in type(ESMF_Geom) :: geom_out contains procedure :: get_param procedure :: get_geom_in procedure :: get_geom_out end type RegridderSpec