Last change
on this file since 5305 was
3327,
checked in by musat, 6 years ago
|
tau_gl declare dans clesphys.h et lu dans physiq_mod.
Par defaut tau_gl=86400.*5. pour coherence avec versions anciennes.
|
-
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
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Id
|
File size:
945 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Id: surface_data.F90 3327 2018-05-16 13:58:59Z abarral $ |
---|
3 | ! |
---|
4 | MODULE surface_data |
---|
5 | |
---|
6 | IMPLICIT NONE |
---|
7 | |
---|
8 | REAL, PARAMETER :: calice=1.0/(5.1444e+06*0.15) |
---|
9 | REAL, PARAMETER :: calsno=1./(2.3867e+06*.15) |
---|
10 | |
---|
11 | LOGICAL, SAVE :: ok_veget ! true for use of vegetation model ORCHIDEE |
---|
12 | !$OMP THREADPRIVATE(ok_veget) |
---|
13 | |
---|
14 | CHARACTER(len=10), SAVE :: type_veget ! orchidee/y/bucket/n/betaclim |
---|
15 | !$OMP THREADPRIVATE(type_veget) |
---|
16 | |
---|
17 | LOGICAL, SAVE :: ok_snow ! true for coupling to snow model SISVAT |
---|
18 | !$OMP THREADPRIVATE(ok_snow) |
---|
19 | |
---|
20 | CHARACTER(len=6), SAVE :: type_ocean ! force/slab/couple |
---|
21 | !$OMP THREADPRIVATE(type_ocean) |
---|
22 | |
---|
23 | ! if type_ocean=couple : version_ocean=opa8 ou nemo |
---|
24 | ! if type_ocean=slab : version_ocean=sicOBS or sicINT or sicNO |
---|
25 | CHARACTER(len=6), SAVE :: version_ocean |
---|
26 | !$OMP THREADPRIVATE(version_ocean) |
---|
27 | |
---|
28 | ! Pas de temps couplage atm/oce (en secondes) |
---|
29 | REAL, SAVE :: t_coupl |
---|
30 | !$OMP THREADPRIVATE(t_coupl) |
---|
31 | |
---|
32 | END MODULE surface_data |
---|
Note: See
TracBrowser
for help on using the repository browser.