LMDZ
suecaesu.F90
Go to the documentation of this file.
1 SUBROUTINE suecaesu
2 
3 !** OPTICAL THICKNESS OF SULFATE-TYPE AEROSOLS
4 
5 ! PURPOSE.
6 ! --------
7 
8 !** INTERFACE.
9 ! ----------
10 ! CALL *SUECAESU* 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 suecaesu_01
46  call suecaesu_02
47  call suecaesu_03
48  call suecaesu_04
49  call suecaesu_05
50  call suecaesu_06
51  call suecaesu_07
52  call suecaesu_08
53  call suecaesu_09
54  call suecaesu_10
55  call suecaesu_11
56  call suecaesu_12
57 
58 !-----------------------------------------------------------------------
59 
60 RETURN
61 END SUBROUTINE suecaesu
subroutine suecaesu_08
Definition: suecaesu_08.F90:2
subroutine suecaesu_12
Definition: suecaesu_12.F90:2
subroutine suecaesu_09
Definition: suecaesu_09.F90:2
subroutine suecaesu_01
Definition: suecaesu_01.F90:2
subroutine suecaesu_02
Definition: suecaesu_02.F90:2
subroutine suecaesu_05
Definition: suecaesu_05.F90:2
subroutine suecaesu_11
Definition: suecaesu_11.F90:2
subroutine suecaesu_03
Definition: suecaesu_03.F90:2
subroutine suecaesu_04
Definition: suecaesu_04.F90:2
subroutine suecaesu
Definition: suecaesu.F90:2
subroutine suecaesu_06
Definition: suecaesu_06.F90:2
subroutine suecaesu_10
Definition: suecaesu_10.F90:2
subroutine suecaesu_07
Definition: suecaesu_07.F90:2