GeomAspect Interface

public interface GeomAspect

Module Procedures

private function new_GeomAspect(geom, regridder_param, horizontal_dims_spec, is_time_dependent) result(aspect)

Arguments

Type IntentOptional Attributes Name
type(ESMF_Geom), intent(in), optional :: geom
type(EsmfRegridderParam), intent(in), optional :: regridder_param
type(HorizontalDimsSpec), intent(in), optional :: horizontal_dims_spec
logical, intent(in), optional :: is_time_dependent

Return Value type(GeomAspect)