Last change
on this file since 1251 was
1208,
checked in by Ehouarn Millour, 15 years ago
|
Missing OMP instruction.
EM
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
934 bytes
|
Rev | Line | |
---|
[630] | 1 | ! |
---|
[1201] | 2 | ! $Id: temps.h 1208 2009-07-10 08:12:17Z ymeurdesoif $ |
---|
[630] | 3 | ! |
---|
[796] | 4 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 5 | ! veillez n'utiliser que des ! pour les commentaires |
---|
| 6 | ! et bien positionner les & des lignes de continuation |
---|
| 7 | ! (les placer en colonne 6 et en colonne 73) |
---|
[630] | 8 | ! |
---|
[796] | 9 | ! |
---|
[1201] | 10 | ! jD_ref = jour julien de la date de reference (lancement de l'experience) |
---|
| 11 | ! hD_ref = "heure" julienne de la date de reference |
---|
[630] | 12 | !----------------------------------------------------------------------- |
---|
| 13 | ! INCLUDE 'temps.h' |
---|
| 14 | |
---|
[796] | 15 | COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref, & |
---|
[1201] | 16 | & itau_dyn, itau_phy, jD_ref, jH_ref, calend |
---|
[630] | 17 | |
---|
| 18 | INTEGER itaufin |
---|
[1201] | 19 | INTEGER itau_dyn, itau_phy |
---|
| 20 | INTEGER day_ini, day_end, annee_ref, day_ref |
---|
| 21 | REAL dt, jD_ref, jH_ref |
---|
| 22 | CHARACTER (len=10) :: calend |
---|
| 23 | |
---|
[1208] | 24 | !$OMP THREADPRIVATE(/temps/) |
---|
[1201] | 25 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.