Last change
on this file since 5305 was
1279,
checked in by Laurent Fairhead, 15 years ago
|
Merged LMDZ4-dev branch changes r1241:1278 into the trunk
Running trunk and LMDZ4-dev in LMDZOR configuration on local
machine (sequential) and SX8 (4-proc) yields identical results
(restart and restartphy are identical binarily)
Log history from r1241 to r1278 is available by switching to
source:LMDZ4/branches/LMDZ4-dev-20091210
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
827 bytes
|
Line | |
---|
1 | ! |
---|
2 | ! $Header$ |
---|
3 | ! |
---|
4 | ! |
---|
5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
6 | ! veillez à n'utiliser que des ! pour les commentaires |
---|
7 | ! et à bien positionner les & des lignes de continuation |
---|
8 | ! (les placer en colonne 6 et en colonne 73) |
---|
9 | ! |
---|
10 | ! |
---|
11 | INTEGER nbsrf |
---|
12 | PARAMETER (nbsrf=4) ! nombre de sous-fractions pour une maille |
---|
13 | ! |
---|
14 | INTEGER is_oce |
---|
15 | PARAMETER (is_oce=3) ! ocean |
---|
16 | INTEGER is_sic |
---|
17 | PARAMETER (is_sic=4) ! glace de mer |
---|
18 | INTEGER is_ter |
---|
19 | PARAMETER (is_ter=1) ! terre |
---|
20 | INTEGER is_lic |
---|
21 | PARAMETER (is_lic=2) ! glacier continental |
---|
22 | ! |
---|
23 | REAL epsfra |
---|
24 | PARAMETER (epsfra=1.0E-05) |
---|
25 | ! |
---|
26 | CHARACTER(len=3) clnsurf(nbsrf) |
---|
27 | DATA clnsurf/'ter', 'lic', 'oce', 'sic'/ |
---|
28 | SAVE clnsurf |
---|
29 | !$OMP THREADPRIVATE(clnsurf) |
---|
Note: See
TracBrowser
for help on using the repository browser.