eff_surf_param Function

public function eff_surf_param(klon, nbtersurf, x, frac, hatype, Zref) result(eff_param)

Arguments

Type IntentOptional Attributes Name
integer, intent(in) :: klon
integer, intent(in) :: nbtersurf
real, intent(in), DIMENSION(klon, nbtersurf) :: x
real, intent(in), DIMENSION(klon, nbtersurf) :: frac
character(len=3), intent(in) :: hatype
real, intent(in), optional, DIMENSION(klon) :: Zref

Return Value real, DIMENSION(klon)


Contents