|
LMDZ
|
#include "thermcell.h"Go to the source code of this file.
Functions/Subroutines | |
| subroutine | thermcell_init (ngrid, nlay, ztv, zlay, zlev, lalim, lmin, alim_star, alim_star_tot, lev_out) |
| subroutine thermcell_init | ( | integer | ngrid, |
| integer | nlay, | ||
| real, dimension(ngrid,nlay) | ztv, | ||
| real, dimension(ngrid,nlay) | zlay, | ||
| real, dimension(ngrid,nlay+1) | zlev, | ||
| integer, dimension(ngrid) | lalim, | ||
| integer, dimension(ngrid) | lmin, | ||
| real, dimension(ngrid,nlay) | alim_star, | ||
| real, dimension(ngrid) | alim_star_tot, | ||
| integer | lev_out | ||
| ) |
Definition at line 6 of file thermcell_init.F90.