Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
average_surf_var
Function
19 statements
Source File
surf_param_mod.F90
surf_param_mod
average_surf_var
Contents
public function average_surf_var(klon, nbtersurf, x, frac, hatype) result(x_avg)
Arguments
Type
Intent
Optional
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
Return Value
real, DIMENSION(klon)
Contents