source:
LMDZ5/branches/IPSLCM6.0.10/libf/phymar/Mod_Atm_CP_RUN.f90
@
4778
Last change on this file since 4778 was 2160, checked in by , 10 years ago | |
---|---|
File size: 942 bytes |
Line | |
---|---|
1 | module Mod_Atm_CP_RUN |
2 | |
3 | !--------------------------------------------------------------------------+ |
4 | ! Mon 17-Jun-2013 MAR | |
5 | ! module Mod_Atm_CP_RUN contains local variables of PHY_Atm_CP_RUN | |
6 | ! | |
7 | ! version 3.p.4.1 created by H. Gallee, Mon 17-Jun-2013 | |
8 | ! Last Modification by H. Gallee, Mon 17-Jun-2013 | |
9 | ! | |
10 | !--------------------------------------------------------------------------+ |
11 | |
12 | |
13 | ! Global Variables |
14 | ! ================= |
15 | |
16 | use Mod_Real |
17 | |
18 | |
19 | |
20 | ! Internal Variables |
21 | ! ================== |
22 | |
23 | IMPLICIT NONE |
24 | |
25 | |
26 | real(kind=real8), SAVE, ALLOCATABLE, dimension(:,:) :: wa_ANA ! ANAbatic Wind Speed [m/s] |
27 | |
28 | |
29 | end module Mod_Atm_CP_RUN |
Note: See TracBrowser
for help on using the repository browser.