LMDZ
yoerdu.F90
Go to the documentation of this file.
1 MODULE yoerdu
2 
3 
4 #include "tsmbkind.h"
5 
6 IMPLICIT NONE
7 
8 SAVE
9 
10 ! ------------------------------------------------------------------
11 !* ** *YOERDU* - CONTROL, PARAMETERS AND SECURITY IN RADIATION
12 ! ------------------------------------------------------------------
13 
14 integer_m :: nuaer
15 integer_m :: ntraer
16 integer_m :: nimp
17 integer_m :: nout
18 real_b :: rcday
19 real_b :: r10e
20 real_b :: replog
21 real_b :: repsc
22 real_b :: repsco
23 real_b :: repscq
24 real_b :: repsct
25 real_b :: repscw
26 real_b :: diff
27 
28 
29 ! * E.C.M.W.F. PHYSICS PACKAGE *
30 
31 ! J.-J. MORCRETTE E.C.M.W.F. 89/07/14
32 
33 ! NAME TYPE PURPOSE
34 ! ---- : ---- : ---------------------------------------------------
35 ! NUAER : INTEGER NUMBER OF ABSORBER AMOUNTS W OR W/O AEROSOLS
36 ! NTRAER : INTEGER NUMBER OF TRANSMISSION FUNCTIONS W OR W/O AEROSOLS
37 ! NIMP : INTEGER INDEX FOR EXTRA PRINTS WITHIN RADIATION CODE
38 ! NOUT : INTEGER UNIT NUMBER FOR THE EXTRA PRINTS
39 ! RCDAY : REAL
40 ! CCO2 : REAL CONVERSION COEFFICIENT FOR CO2 IN S.W. CODE
41 ! CH2O : REAL CONVERSION COEFFICIENT FOR H2O IN S.W. CODE
42 ! R10E : REAL DECIMAL/NATURAL LOG.FACTOR
43 ! DIFF : REAL DIFFUSIVITY FACTOR
44 !-SECURITY THRESHOLDS
45 ! REPLOG : REAL SEC. EPSILON FOR ABS.AMOUNT IN LAPLACE TRANSFORM
46 ! REPSC : REAL SEC. EPSILON FOR CLOUD COVER
47 ! REPSCO : REAL SEC. EPSILON FOR OZONE AMOUNT
48 ! REPSCQ : REAL SEC. EPSILON FOR WATER VAPOR
49 ! REPSCT : REAL SEC. EPSILON FOR SHORTWAVE OPTICAL THICKNESS
50 ! REPSCW : REAL SEC. EPSILON FOR CLOUD LIQUID WATER PATH
51 
52 ! -----------------------------------------------------------------
53 END MODULE yoerdu
real(kind=jprb) repsct
Definition: yoerdu.F90:23
real(kind=jprb) repscw
Definition: yoerdu.F90:24
integer(kind=jpim) nimp
Definition: yoerdu.F90:15
integer(kind=jpim) nuaer
Definition: yoerdu.F90:13
real(kind=jprb) rcday
Definition: yoerdu.F90:17
real(kind=jprb) r10e
Definition: yoerdu.F90:18
real(kind=jprb) replog
Definition: yoerdu.F90:19
real(kind=jprb) repscq
Definition: yoerdu.F90:22
integer(kind=jpim) nout
Definition: yoerdu.F90:16
integer(kind=jpim) ntraer
Definition: yoerdu.F90:14
real(kind=jprb) diff
Definition: yoerdu.F90:25
real(kind=jprb) repsc
Definition: yoerdu.F90:20
Definition: yoerdu.F90:1
real(kind=jprb) repsco
Definition: yoerdu.F90:21