Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
spla_neutral
Subroutine
32 statements
Source File
lmdz_spla_neutral.f90
lmdz_spla_neutral
spla_neutral
Contents
public subroutine spla_neutral(klon, u10_mps, ustar_mps, obklen_m, u10n_mps)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
klon
real,
intent(in),
dimension(klon)
::
u10_mps
real,
intent(in),
dimension(klon)
::
ustar_mps
real,
intent(in),
dimension(klon)
::
obklen_m
real,
intent(out),
dimension(klon)
::
u10n_mps
Contents