LMDZ
yoesrtop.F90
Go to the documentation of this file.
1 MODULE yoesrtop
2 
3 USE parkind1 ,ONLY : jprb
4 
5 IMPLICIT NONE
6 
7 SAVE
8 
9 ! -----------------------------------------------------------------
10 !* ** *YOESRTOP* - SRTM CLOUD OPTICAL PROPERTIES
11 ! OVER BANDS 16 to 29: 2600-50000, then 800-2600 cm-1
12 ! -----------------------------------------------------------------
13 
14 REAL(KIND=JPRB) :: extliq1(58,16:29), ssaliq1(58,16:29), asyliq1(58,16:29)
15 REAL(KIND=JPRB) :: extice2(43,16:29), ssaice2(43,16:29), asyice2(43,16:29)
16 REAL(KIND=JPRB) :: extice3(46,16:29), ssaice3(46,16:29), asyice3(46,16:29)
17 REAL(KIND=JPRB) :: fdlice3(46,16:29), fdelta(16:29)
18 REAL(KIND=JPRB) :: abscld1
19 
20 REAL(KIND=JPRB) :: abscoice(16:29), extcoice(16:29), gice(16:29), ssacoice(16:29), forwice(16:29)
21 REAL(KIND=JPRB) :: abscoliq(16:29), extcoliq(16:29), gliq(16:29), ssacoliq(16:29), forwliq(16:29)
22 
23 ! -----------------------------------------------------------------
24 ! * E.C.M.W.F. PHYSICS PACKAGE ** RRTM SW RADIATION **
25 
26 ! J.-J. MORCRETTE E.C.M.W.F. 02/10/29
27 ! J. DELAMERE/M. IACONO AER 08/01/2005
28 
29 ! NAME TYPE PURPOSE
30 ! ---- : ---- : ---------------------------------------------------
31 ! xxxLIQ1 : REAL : OPTICAL PROPERTIES (EXTINCTION COEFFICIENT, SINGLE
32 ! SCATTERING ALBEDO, ASSYMETRY FACTOR) FROM
33 ! HU & STAMNES, 1993, J. CLIM., 6, 728-742
34 ! xxxICE2 : REAL : OPTICAL PROPERTIES (EXTINCTION COEFFICIENT, SINGLE
35 ! SCATTERING ALBEDO, ASSYMETRY FACTOR) FROM STREAMER V3.0,
36 ! KEY, J., STREAMER USER'S GUIDE, COOPERATIVE INSTITUDE
37 ! FOR METEOROLOGICAL STUDIES, 2001, 95 PP.
38 ! xxxICE3 : REAL : OPTICAL PROPERTIES (EXTINCTION COEFFICIENT, SINGLE
39 ! SCATTERING ALBEDO, ASSYMETRY FACTOR) FROM
40 ! FU, 1996, J. CLIM., 9,
41 ! -----------------------------------------------------------------
42 !$OMP THREADPRIVATE(abscld1,abscoice,abscoliq,asyice2,asyice3,asyliq1,extcoice)
43 !$OMP THREADPRIVATE(extcoliq,extice2,extice3,extliq1,fdelta,fdlice3,forwice,forwliq)
44 !$OMP THREADPRIVATE(gice,gliq,ssacoice,ssacoliq,ssaice2,ssaice3,ssaliq1)
45 END MODULE yoesrtop
46 
real(kind=jprb), dimension(43, 16:29) extice2
Definition: yoesrtop.F90:15
real(kind=jprb), dimension(46, 16:29) asyice3
Definition: yoesrtop.F90:16
real(kind=jprb), dimension(16:29) ssacoliq
Definition: yoesrtop.F90:21
real(kind=jprb), dimension(46, 16:29) extice3
Definition: yoesrtop.F90:16
real(kind=jprb), dimension(58, 16:29) ssaliq1
Definition: yoesrtop.F90:14
real(kind=jprb), dimension(16:29) forwliq
Definition: yoesrtop.F90:21
real(kind=jprb), dimension(46, 16:29) ssaice3
Definition: yoesrtop.F90:16
real(kind=jprb), dimension(16:29) extcoliq
Definition: yoesrtop.F90:21
real(kind=jprb), dimension(46, 16:29) fdlice3
Definition: yoesrtop.F90:17
integer, parameter jprb
Definition: parkind1.F90:31
real(kind=jprb), dimension(16:29) fdelta
Definition: yoesrtop.F90:17
real(kind=jprb), dimension(58, 16:29) asyliq1
Definition: yoesrtop.F90:14
real(kind=jprb), dimension(16:29) ssacoice
Definition: yoesrtop.F90:20
real(kind=jprb), dimension(16:29) abscoice
Definition: yoesrtop.F90:20
real(kind=jprb), dimension(16:29) abscoliq
Definition: yoesrtop.F90:21
real(kind=jprb), dimension(43, 16:29) asyice2
Definition: yoesrtop.F90:15
real(kind=jprb), dimension(43, 16:29) ssaice2
Definition: yoesrtop.F90:15
real(kind=jprb), dimension(16:29) gliq
Definition: yoesrtop.F90:21
real(kind=jprb), dimension(16:29) gice
Definition: yoesrtop.F90:20
real(kind=jprb) abscld1
Definition: yoesrtop.F90:18
real(kind=jprb), dimension(16:29) forwice
Definition: yoesrtop.F90:20
real(kind=jprb), dimension(58, 16:29) extliq1
Definition: yoesrtop.F90:14
real(kind=jprb), dimension(16:29) extcoice
Definition: yoesrtop.F90:20