Changeset 796 for LMDZ4/trunk/libf
- Timestamp:
- Jun 25, 2007, 2:28:01 PM (17 years ago)
- Location:
- LMDZ4/trunk/libf
- Files:
-
- 1 deleted
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ4/trunk/libf/dyn3dpar/temps.h
r774 r796 1 1 ! 2 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) 3 8 ! 4 9 ! … … 6 11 ! INCLUDE 'temps.h' 7 12 8 COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref, 9 .itau_dyn, itau_phy13 COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref, & 14 & itau_dyn, itau_phy 10 15 11 16 INTEGER itaufin … … 13 18 INTEGER*4 day_ini, day_end, annee_ref, day_ref 14 19 REAL dt 15 c$OMP THREADPRIVATE(/temps/) 20 16 21 !-----------------------------------------------------------------------
Note: See TracChangeset
for help on using the changeset viewer.