Last change
on this file since 1920 was
1907,
checked in by lguez, 11 years ago
|
Added a copyright property to every file of the distribution, except
for the fcm files (which have their own copyright). Use svn propget on
a file to see the copyright. For instance:
$ svn propget copyright libf/phylmd/physiq.F90
Name of program: LMDZ
Creation date: 1984
Version: LMDZ5
License: CeCILL version 2
Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539
See the license file in the root directory
Also added the files defining the CeCILL version 2 license, in French
and English, at the top of the LMDZ tree.
|
-
Property copyright set to
Name of program: LMDZ Creation date: 1984 Version: LMDZ5 License: CeCILL version 2 Holder: Laboratoire de m\'et\'eorologie dynamique, CNRS, UMR 8539 See the license file in the root directory
|
File size:
854 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Id: compar1d.h 2010-08-04 17:02:56Z lahellec $ |
---|
3 | ! |
---|
4 | integer :: forcing_type |
---|
5 | real :: nat_surf |
---|
6 | real :: tsurf |
---|
7 | real :: rugos |
---|
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 |
---|
21 | real :: restart_runoff |
---|
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, & |
---|
30 | & qsol,qsurf,psurf,zsurf,albedo,time,time_ini,xlat,xlon,airefi, & |
---|
31 | & wtsurf,wqsurf,restart_runoff,xagesno,qsolinp,zpicinp, & |
---|
32 | & restart,ok_old_disvert |
---|
33 | |
---|
34 | !$OMP THREADPRIVATE(/com_par1d/) |
---|
35 | |
---|
36 | |
---|
37 | |
---|
38 | |
---|
39 | |
---|
40 | |
---|
41 | |
---|
42 | |
---|
43 | |
---|
44 | |
---|
Note: See
TracBrowser
for help on using the repository browser.