LMDZ
vlz_mod Module Reference

Functions/Subroutines

subroutine vlz_allocate
 
subroutine vlz_switch_vanleer (dist)
 

Variables

real, dimension(:,:,:), pointer, save wq
 
real, dimension(:,:), pointer, save dzq
 
real, dimension(:,:), pointer, save dzqw
 
real, dimension(:,:), pointer, save adzqw
 
real, dimension(:,:,:), pointer, save ratio
 

Function/Subroutine Documentation

subroutine vlz_mod::vlz_allocate ( )

Definition at line 14 of file vlz_mod.F90.

Here is the caller graph for this function:

subroutine vlz_mod::vlz_switch_vanleer ( type(distrib), intent(in)  dist)

Definition at line 35 of file vlz_mod.F90.

Here is the caller graph for this function:

Variable Documentation

real, dimension(:,:), pointer, save vlz_mod::adzqw

Definition at line 6 of file vlz_mod.F90.

real, dimension(:,:), pointer, save vlz_mod::dzq

Definition at line 4 of file vlz_mod.F90.

real, dimension(:,:), pointer, save vlz_mod::dzqw

Definition at line 5 of file vlz_mod.F90.

real, dimension(:,:,:), pointer, save vlz_mod::ratio

Definition at line 9 of file vlz_mod.F90.

real, dimension(:,:,:), pointer, save vlz_mod::wq

Definition at line 3 of file vlz_mod.F90.