Last change
on this file since 1822 was
1724,
checked in by musat, 12 years ago
|
Ajout coefficient beta (=Evap/Evap? potentielle) fonction de la latitude
et de la saison (voir these AbdulKhadre? Traore).
Frederic Hourdin
IM
|
-
Property svn:eol-style set to
native
-
Property svn:executable set to
*
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
693 bytes
|
Rev | Line | |
---|
[781] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | MODULE surface_data |
---|
| 5 | |
---|
| 6 | REAL, PARAMETER :: calice=1.0/(5.1444e+06*0.15) |
---|
| 7 | REAL, PARAMETER :: tau_gl=86400.*5. |
---|
| 8 | REAL, PARAMETER :: calsno=1./(2.3867e+06*.15) |
---|
| 9 | |
---|
[996] | 10 | LOGICAL, SAVE :: ok_veget ! true for use of vegetation model ORCHIDEE |
---|
[1724] | 11 | CHARACTER(len=10), SAVE :: type_veget ! orchidee/y/bucket/n/betaclim |
---|
[781] | 12 | !$OMP THREADPRIVATE(ok_veget) |
---|
| 13 | |
---|
[996] | 14 | CHARACTER(len=6), SAVE :: type_ocean ! force/slab/couple |
---|
| 15 | !$OMP THREADPRIVATE(type_ocean) |
---|
| 16 | |
---|
| 17 | ! if type_ocean=couple : version_ocean=opa8 ou nemo |
---|
| 18 | ! if type_ocean=slab : version_ocean=sicOBS |
---|
| 19 | CHARACTER(len=6), SAVE :: version_ocean |
---|
| 20 | !$OMP THREADPRIVATE(version_ocean) |
---|
| 21 | |
---|
[781] | 22 | END MODULE surface_data |
---|
Note: See
TracBrowser
for help on using the repository browser.