My Project
 All Classes Files Functions Variables Macros
compar1d.h
Go to the documentation of this file.
1 !
2 ! $Id: compar1d.h 2010-08-04 17:02:56Z lahellec $
3 !
4  integer :: forcing_type
8  real :: qsol(1:2)
9  real :: qsurf
10  real :: psurf
11  real :: zsurf
12  real :: albedo
13 
14  real :: time
15  real :: time_ini
16  real :: xlat
17  real :: xlon
18  real :: airefi
19  real :: wtsurf
20  real :: wqsurf
22  real :: xagesno
23  real :: qsolinp
24  real :: zpicinp
25 
26  logical :: restart
27  logical :: ok_old_disvert
28 
29  common/com_par1d/forcing_type,nat_surf,tsurf,rugos, &
32  & restart,ok_old_disvert
33 
34 !$OMP THREADPRIVATE(/com_par1d/)
35 
36 
37 
38 
39 
40 
41 
42 
43 
44