source:
LMDZ4/branches/LMDZ4_V3_patches/libf/dyn3dpar/temps.h
@
876
| Last change on this file since 876 was 796, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 711 bytes | |
| Line | |
|---|---|
| 1 | ! |
| 2 | ! $Header$ |
| 3 | ! |
| 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) |
| 8 | ! |
| 9 | ! |
| 10 | !----------------------------------------------------------------------- |
| 11 | ! INCLUDE 'temps.h' |
| 12 | |
| 13 | COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref, & |
| 14 | & itau_dyn, itau_phy |
| 15 | |
| 16 | INTEGER itaufin |
| 17 | INTEGER*4 itau_dyn, itau_phy |
| 18 | INTEGER*4 day_ini, day_end, annee_ref, day_ref |
| 19 | REAL dt |
| 20 | |
| 21 | !----------------------------------------------------------------------- |
Note: See TracBrowser
for help on using the repository browser.
