LMDZ
suecaeor.F90
Go to the documentation of this file.
1 SUBROUTINE suecaeor
2 
3 !** OPTICAL THICKNESS OF ORGANIC-TYPE AEROSOLS
4 
5 ! PURPOSE.
6 ! --------
7 
8 !** INTERFACE.
9 ! ----------
10 ! CALL *SUECAEOR* FROM *SUECRAD*
11 
12 ! EXPLICIT ARGUMENTS :
13 ! --------------------
14 ! ==== INPUTS ===
15 ! ==== OUTPUTS ===
16 
17 ! IMPLICIT ARGUMENTS : NONE
18 ! --------------------
19 
20 ! METHOD.
21 ! -------
22 
23 
24 ! EXTERNALS.
25 ! ----------
26 
27 ! NONE
28 
29 ! REFERENCE.
30 ! ----------
31 
32 ! SEE RADIATION'S PART OF THE MODEL'S DOCUMENTATION AND
33 ! ECMWF RESEARCH DEPARTMENT DOCUMENTATION OF THE "I.F.S"
34 
35 ! AUTHOR.
36 ! -------
37 ! J.-J. MORCRETTE E.C.M.W.F. 98/12/21
38 
39 ! MODIFICATIONS.
40 ! --------------
41 ! H. GALLEE L.G.G.E. 04/01/15: split for the NEC SX5
42 
43 !-----------------------------------------------------------------------
44 
45  call suecaeor_01
46  call suecaeor_02
47  call suecaeor_03
48  call suecaeor_04
49  call suecaeor_05
50  call suecaeor_06
51  call suecaeor_07
52  call suecaeor_08
53  call suecaeor_09
54  call suecaeor_10
55  call suecaeor_11
56  call suecaeor_12
57 
58 !-----------------------------------------------------------------------
59 
60 RETURN
61 END SUBROUTINE suecaeor
subroutine suecaeor_11
Definition: suecaeor_11.F90:2
subroutine suecaeor_05
Definition: suecaeor_05.F90:2
subroutine suecaeor_07
Definition: suecaeor_07.F90:2
subroutine suecaeor_10
Definition: suecaeor_10.F90:2
subroutine suecaeor_09
Definition: suecaeor_09.F90:2
subroutine suecaeor_02
Definition: suecaeor_02.F90:2
subroutine suecaeor_06
Definition: suecaeor_06.F90:2
subroutine suecaeor_04
Definition: suecaeor_04.F90:2
subroutine suecaeor_01
Definition: suecaeor_01.F90:2
subroutine suecaeor
Definition: suecaeor.F90:2
subroutine suecaeor_12
Definition: suecaeor_12.F90:2
subroutine suecaeor_08
Definition: suecaeor_08.F90:2
subroutine suecaeor_03
Definition: suecaeor_03.F90:2