Last change
on this file since 838 was
815,
checked in by Laurent Fairhead, 17 years ago
|
Mise a jour des routines de phytherm vers la version V3 de LMDZ4
LF
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
459 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | ! |
---|
4 | MODULE surface_data |
---|
5 | |
---|
6 | USE dimphy, ONLY : klon |
---|
7 | |
---|
8 | REAL, PARAMETER :: calice=1.0/(5.1444e+06*0.15) |
---|
9 | REAL, PARAMETER :: tau_gl=86400.*5. |
---|
10 | REAL, PARAMETER :: calsno=1./(2.3867e+06*.15) |
---|
11 | |
---|
12 | LOGICAL, SAVE :: ok_veget ! true for use of vegetation model ORCHIDEE |
---|
13 | !$OMP THREADPRIVATE(ok_veget) |
---|
14 | CHARACTER(len=6), SAVE :: ocean ! force/slab/couple |
---|
15 | !$OMP THREADPRIVATE(ocean) |
---|
16 | |
---|
17 | END MODULE surface_data |
---|
Note: See
TracBrowser
for help on using the repository browser.