MAPL
Source Files
Modules
Procedures
Abstract Interfaces
Derived Types
Programs
LatLonToLatLonRegridder
Interface
3 statements
Source File
MAPL_LatLonToLatLonRegridder.F90
MAPL_LatLonToLatLonRegridderMod
LatLonToLatLonRegridder
Contents
Module Procedures
newLatLonToLatLonRegridder
public interface LatLonToLatLonRegridder
Module Procedures
private function newLatLonToLatLonRegridder(grid_in, grid_out, regrid_method, unusable, rc) result(regridder)
Arguments
Type
Intent
Optional
Attributes
Name
type(
ESMF_Grid
),
intent(in)
::
grid_in
type(
ESMF_Grid
),
intent(in)
::
grid_out
integer
::
regrid_method
class(
KeywordEnforcer
),
intent(in),
optional
::
unusable
integer,
intent(out),
optional
::
rc
Return Value
type(
LatLonToLatLonRegridder
)