LMDZ
bands Module Reference

Functions/Subroutines

subroutine allocatebands
 
subroutine read_distrib
 
subroutine set_bands
 
subroutine adjustbands_caldyn (new_dist)
 
subroutine adjustbands_vanleer (new_dist)
 
subroutine adjustbands_dissip (new_dist)
 
subroutine adjustbands_physic
 
subroutine writebands
 
subroutine adjustbands_caldyn
 
subroutine adjustbands_vanleer
 
subroutine adjustbands_dissip
 

Variables

integer, parameter bands_caldyn =1
 
integer, parameter bands_vanleer =2
 
integer, parameter bands_dissip =3
 
integer, dimension(:), allocatable jj_nb_caldyn
 
integer, dimension(:), allocatable jj_nb_vanleer
 
integer, dimension(:), allocatable jj_nb_vanleer2
 
integer, dimension(:), allocatable jj_nb_dissip
 
integer, dimension(:), allocatable jj_nb_physic
 
integer, dimension(:), allocatable jj_nb_physic_bis
 
type(distrib), target, save distrib_caldyn
 
type(distrib), target, save distrib_vanleer
 
type(distrib), target, save distrib_vanleer2
 
type(distrib), target, save distrib_dissip
 
type(distrib), target, save distrib_physic
 
type(distrib), target, save distrib_physic_bis
 
integer, dimension(:), allocatable distrib_phys
 

Function/Subroutine Documentation

subroutine bands::adjustbands_caldyn ( )

Definition at line 142 of file bands.F90.

Here is the call graph for this function:

subroutine bands::adjustbands_caldyn ( type(distrib), intent(inout)  new_dist)

Definition at line 177 of file bands.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine bands::adjustbands_dissip ( )

Definition at line 273 of file bands.F90.

Here is the call graph for this function:

subroutine bands::adjustbands_dissip ( type(distrib), intent(inout)  new_dist)

Definition at line 313 of file bands.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine bands::adjustbands_physic ( )

Definition at line 382 of file bands.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine bands::adjustbands_vanleer ( )

Definition at line 207 of file bands.F90.

Here is the call graph for this function:

subroutine bands::adjustbands_vanleer ( type(distrib), intent(inout)  new_dist)

Definition at line 244 of file bands.F90.

Here is the call graph for this function:

subroutine bands::allocatebands ( )

Definition at line 29 of file bands.F90.

Here is the caller graph for this function:

subroutine bands::read_distrib ( )

Definition at line 43 of file bands.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine bands::set_bands ( )

Definition at line 106 of file bands.F90.

Here is the call graph for this function:

Here is the caller graph for this function:

subroutine bands::writebands ( )

Definition at line 438 of file bands.F90.

Here is the caller graph for this function:

Variable Documentation

integer parameter bands::bands_caldyn =1

Definition at line 6 of file bands.F90.

integer parameter bands::bands_dissip =3

Definition at line 8 of file bands.F90.

integer parameter bands::bands_vanleer =2

Definition at line 7 of file bands.F90.

type(distrib), target, save bands::distrib_caldyn

Definition at line 17 of file bands.F90.

type(distrib), target, save bands::distrib_dissip

Definition at line 20 of file bands.F90.

integer, dimension(:), allocatable bands::distrib_phys

Definition at line 24 of file bands.F90.

type(distrib), target, save bands::distrib_physic

Definition at line 21 of file bands.F90.

type(distrib), target, save bands::distrib_physic_bis

Definition at line 22 of file bands.F90.

type(distrib), target, save bands::distrib_vanleer

Definition at line 18 of file bands.F90.

type(distrib), target, save bands::distrib_vanleer2

Definition at line 19 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_caldyn

Definition at line 10 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_dissip

Definition at line 13 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_physic

Definition at line 14 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_physic_bis

Definition at line 15 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_vanleer

Definition at line 11 of file bands.F90.

integer, dimension(:), allocatable bands::jj_nb_vanleer2

Definition at line 12 of file bands.F90.