source: LMDZ5/branches/testing/libf/phylmd/compar1d.h @ 2212

Last change on this file since 2212 was 2187, checked in by Laurent Fairhead, 10 years ago

Merged trunk changes -r2158:2186 into testing branch.

File size: 1.1 KB
Line 
1!
2! $Id: compar1d.h 2010-08-04 17:02:56Z lahellec $
3!
4      integer :: forcing_type
5      integer :: iflag_nudge
6      real :: nat_surf
7      real :: tsurf
8      real :: rugos
9      real :: qsol(1:2)
10      real :: qsurf
11      real :: psurf
12      real :: zsurf
13      real :: albedo
14
15      real :: time
16      real :: time_ini
17      real :: xlat
18      real :: xlon
19      real :: airefi
20      real :: wtsurf
21      real :: wqsurf
22      real :: restart_runoff
23      real :: xagesno
24      real :: qsolinp
25      real :: zpicinp
26
27      logical :: restart
28      logical :: ok_old_disvert
29
30      common/com_par1d/                                                 &
31     & nat_surf,tsurf,rugos,                                            &
32     & qsol,qsurf,psurf,zsurf,albedo,time,time_ini,xlat,xlon,airefi,    &
33     & wtsurf,wqsurf,restart_runoff,xagesno,qsolinp,zpicinp,            &
34     & forcing_type,                                                    &
35     & iflag_nudge,                                                     &
36     & restart,ok_old_disvert
37
38!$OMP THREADPRIVATE(/com_par1d/)
39
40
41
42
43
44
45
46
47
48
Note: See TracBrowser for help on using the repository browser.