source: LMDZ.3.3/tags/IPSL-CM4_LJ29/libf/dyn3d/temps.h @ 494

Last change on this file since 494 was 494, checked in by (none), 20 years ago

This commit was manufactured by cvs2svn to create tag
'IPSL-CM4_LJ29'.

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 421 bytes
Line 
1! $Header$
2!
3!-----------------------------------------------------------------------
4! INCLUDE 'temps.h'
5
6      COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref,
7     .             itau_dyn, itau_phy
8
9      INTEGER   itaufin
10      INTEGER*4 itau_dyn, itau_phy
11      INTEGER*4 day_ini, day_end, annee_ref, day_ref
12      REAL      dt
13
14!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.