source: LMDZ5/trunk/libf/phylmd/compar1d.h @ 2181

Last change on this file since 2181 was 2181, checked in by jyg, 10 years ago

1/ Update of the loop on sub-surfaces in pbl_surface_mod.F90 : all initializations
are removed from the loop and put before the loop.
2/ The possibility of nudging RH, T, u, and v is added in lmdz1d.F90 (and in
1DUTILS.h).

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.