LMDZ
|
#include "thermcell.h"
Go to the source code of this file.
Functions/Subroutines | |
subroutine | thermcell_closure (ngrid, nlay, r_aspect, ptimestep, rho, zlev, lalim, alim_star, f_star, zmax, wmax, f, lev_out) |
subroutine thermcell_closure | ( | integer | ngrid, |
integer | nlay, | ||
real | r_aspect, | ||
real | ptimestep, | ||
real, dimension(ngrid,nlay) | rho, | ||
real, dimension(ngrid,nlay) | zlev, | ||
integer, dimension(ngrid) | lalim, | ||
real, dimension(ngrid,nlay) | alim_star, | ||
real, dimension(ngrid,nlay+1) | f_star, | ||
real, dimension(ngrid) | zmax, | ||
real, dimension(ngrid) | wmax, | ||
real, dimension(ngrid) | f, | ||
integer | lev_out | ||
) |
Definition at line 6 of file thermcell_closure.F90.