My Project
|
Public Member Functions | |
subroutine | infotrac_init |
subroutine | infotrac_init |
subroutine | infotrac_init |
Public Attributes | |
integer, save | nqtot |
integer, save | nbtr |
character(len=20), dimension(:), allocatable, save | tname |
character(len=23), dimension(:), allocatable, save | ttext |
integer, dimension(:), allocatable, save | iadv |
integer, dimension(:), allocatable, save | niadv |
integer, dimension(:), allocatable, save | conv_flg |
integer, dimension(:), allocatable, save | pbl_flg |
character(len=4), save | type_trac |
Definition at line 3 of file infotrac.F90.
subroutine infotrac::infotrac_init | ( | ) |
Definition at line 32 of file infotrac.F90.
subroutine infotrac::infotrac_init | ( | ) |
subroutine infotrac::infotrac_init | ( | ) |
integer, dimension(:), allocatable, save infotrac::conv_flg |
Definition at line 24 of file infotrac.F90.
integer, dimension(:), allocatable, save infotrac::iadv |
Definition at line 17 of file infotrac.F90.
integer save infotrac::nbtr |
Definition at line 10 of file infotrac.F90.
integer, dimension(:), allocatable, save infotrac::niadv |
Definition at line 21 of file infotrac.F90.
integer save infotrac::nqtot |
Definition at line 6 of file infotrac.F90.
integer, dimension(:), allocatable, save infotrac::pbl_flg |
Definition at line 26 of file infotrac.F90.
character(len=20), dimension(:), allocatable, save infotrac::tname |
Definition at line 13 of file infotrac.F90.
character(len=23), dimension(:), allocatable, save infotrac::ttext |
Definition at line 14 of file infotrac.F90.
character(len=4), save infotrac::type_trac |
Definition at line 28 of file infotrac.F90.