Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
water_int_mod
Module
19 statements
Source File
water_int.f90
water_int_mod
Contents
Subroutines
water_int
Contents
Subroutines
water_int
Subroutines
public subroutine
water_int
(klon, klev, field3d, mass, field2d)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
klon
integer,
intent(in)
::
klev
real,
intent(in),
DIMENSION(klon,klev)
::
field3d
real,
intent(in),
DIMENSION(klon,klev)
::
mass
real,
intent(out),
DIMENSION(klon)
::
field2d