LMDZ
|
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 |
subroutine bands::adjustbands_caldyn | ( | ) |
subroutine bands::adjustbands_caldyn | ( | type(distrib), intent(inout) | new_dist | ) |
subroutine bands::adjustbands_dissip | ( | ) |
subroutine bands::adjustbands_dissip | ( | type(distrib), intent(inout) | new_dist | ) |
subroutine bands::adjustbands_physic | ( | ) |
subroutine bands::adjustbands_vanleer | ( | ) |
subroutine bands::adjustbands_vanleer | ( | type(distrib), intent(inout) | new_dist | ) |
subroutine bands::allocatebands | ( | ) |
subroutine bands::read_distrib | ( | ) |
subroutine bands::set_bands | ( | ) |
subroutine bands::writebands | ( | ) |