LMDZ
suecaesd.F90
Go to the documentation of this file.
1 SUBROUTINE suecaesd
2 
3 !** OPTICAL THICKNESS OF AEROSOLS OF SOIL-DUST ORIGIN
4 
5 ! PURPOSE.
6 ! --------
7 
8 !** INTERFACE.
9 ! ----------
10 ! CALL *SUECAESD* 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 suecaesd_01
46  call suecaesd_02
47  call suecaesd_03
48  call suecaesd_04
49  call suecaesd_05
50  call suecaesd_06
51  call suecaesd_07
52  call suecaesd_08
53  call suecaesd_09
54  call suecaesd_10
55  call suecaesd_11
56  call suecaesd_12
57 
58 !-----------------------------------------------------------------------
59 
60 RETURN
61 END SUBROUTINE suecaesd
subroutine suecaesd
Definition: suecaesd.F90:2
subroutine suecaesd_04
Definition: suecaesd_04.F90:2
subroutine suecaesd_08
Definition: suecaesd_08.F90:2
subroutine suecaesd_05
Definition: suecaesd_05.F90:2
subroutine suecaesd_09
Definition: suecaesd_09.F90:2
subroutine suecaesd_02
Definition: suecaesd_02.F90:2
subroutine suecaesd_12
Definition: suecaesd_12.F90:2
subroutine suecaesd_01
Definition: suecaesd_01.F90:2
subroutine suecaesd_06
Definition: suecaesd_06.F90:2
subroutine suecaesd_11
Definition: suecaesd_11.F90:2
subroutine suecaesd_07
Definition: suecaesd_07.F90:2
subroutine suecaesd_03
Definition: suecaesd_03.F90:2
subroutine suecaesd_10
Definition: suecaesd_10.F90:2