source: trunk/LMDZ.MARS/libf/dyn3d/temps.h @ 759

Last change on this file since 759 was 340, checked in by acolaitis, 13 years ago

Minor commit: realigned a few commons

File size: 338 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE 'temps.h'
3
4      COMMON/temps_i/itaufin,
5     s  day_ini,day_end,anne_ini
6      COMMON/temps_r/dt
7
8      INTEGER  itaufin
9      INTEGER*4 day_ini,day_end,anne_ini
10      REAL     dt
11
12c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.