LMDZ
vertical_layers_mod Module Reference

Functions/Subroutines

subroutine init_vertical_layers (nlayer, preff_, scaleheight_, ap_, bp_, presnivs_, pseudoalt_)
 

Variables

real, save preff
 
real, save scaleheight
 
real, dimension(:), allocatable, save ap
 
real, dimension(:), allocatable, save bp
 
real, dimension(:), allocatable, save presnivs
 
real, dimension(:), allocatable, save pseudoalt
 

Function/Subroutine Documentation

subroutine vertical_layers_mod::init_vertical_layers ( integer, intent(in)  nlayer,
real, intent(in)  preff_,
real, intent(in)  scaleheight_,
real, dimension(nlayer+1), intent(in)  ap_,
real, dimension(nlayer+1), intent(in)  bp_,
real, dimension(nlayer), intent(in)  presnivs_,
real, dimension(nlayer), intent(in)  pseudoalt_ 
)

Definition at line 23 of file vertical_layers_mod.F90.

Here is the caller graph for this function:

Variable Documentation

real, dimension(:), allocatable, save vertical_layers_mod::ap

Definition at line 7 of file vertical_layers_mod.F90.

real, dimension(:), allocatable, save vertical_layers_mod::bp

Definition at line 9 of file vertical_layers_mod.F90.

real, save vertical_layers_mod::preff

Definition at line 5 of file vertical_layers_mod.F90.

real, dimension(:), allocatable, save vertical_layers_mod::presnivs

Definition at line 11 of file vertical_layers_mod.F90.

real, dimension(:), allocatable, save vertical_layers_mod::pseudoalt

Definition at line 13 of file vertical_layers_mod.F90.

real, save vertical_layers_mod::scaleheight

Definition at line 6 of file vertical_layers_mod.F90.