Toggle navigation
Fortran Program
Contents
Source Files
Modules
Procedures
Derived Types
Programs
Source Files
Modules
Procedures
Derived Types
Programs
ocean_slab_frac
Subroutine
10 statements
Source File
ocean_slab_mod.f90
ocean_slab_mod
ocean_slab_frac
Contents
public subroutine ocean_slab_frac(itime, dtime, jour, pctsrf_chg, is_modified)
Arguments
Type
Intent
Optional
Attributes
Name
integer,
intent(in)
::
itime
real,
intent(in)
::
dtime
integer,
intent(in)
::
jour
real,
intent(inout),
DIMENSION(klon,nbsrf)
::
pctsrf_chg
logical,
intent(out)
::
is_modified
Contents