LMDZ
Main Page
Modules
Data Types List
Files
File List
File Members
infotrac_phy.F90
Go to the documentation of this file.
1
2
! $Id: $
3
4
MODULE
infotrac_phy
5
6
! Infotrac for physics; for now contains the same information as infotrac for
7
! the dynamics (could be further cleaned) and is initialized using values
8
! provided by the dynamics
9
10
! nqtot : total number of tracers and higher order of moment, water vapor and liquid included
11
INTEGER
,
SAVE
::
nqtot
12
!$OMP THREADPRIVATE(nqtot)
13
14
CONTAINS
15
16
SUBROUTINE
init_infotrac_phy
(nqtot_)
17
! transfer information on tracers from dynamics to physics
18
USE
print_control_mod
, ONLY
:
prt_level
,
lunout
19
IMPLICIT NONE
20
INTEGER
,
INTENT(IN)
:: nqtot_
21
22
CHARACTER(LEN=30)
:: modname=
"init_infotrac_phy"
23
24
nqtot
=nqtot_
25
26
IF
(
prt_level
.ge.1)
THEN
27
write
(
lunout
,*) trim(modname)//
": nqtot"
,
nqtot
28
ENDIF
29
30
END SUBROUTINE
init_infotrac_phy
31
32
END MODULE
infotrac_phy
infotrac_phy
Definition:
infotrac_phy.F90:4
infotrac_phy::nqtot
integer, save nqtot
Definition:
infotrac_phy.F90:8
prt_level
!FH On elimine toutes les clefs physiques dans la dynamique prt_level
Definition:
write_paramLMDZ_dyn.h:9
print_control_mod
Definition:
print_control_mod.F90:2
infotrac_phy::init_infotrac_phy
subroutine init_infotrac_phy(nqtot_, type_trac_)
Definition:
infotrac_phy.F90:17
lunout
!$Header!gestion des impressions de sorties et de débogage la sortie standard prt_level COMMON comprint lunout
Definition:
iniprint.h:7
libf
phymar
infotrac_phy.F90
Generated on Wed Dec 2 2015 16:27:06 for LMDZ by
1.8.9.1