source: LMDZ.3.3/tags/IPSL-CM4_LJ29/libf/dyn3d/temps.inc @ 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: 412 bytes
Line 
1!
2! $Header$
3!
4!-----------------------------------------------------------------------
5! INCLUDE 'temps.h'
6
7      COMMON/temps/itaufin, dt, &
8     &  day_ini, day_end, annee_ref, day_ref, itau_dyn, itau_phy
9
10      INTEGER  itaufin
11      INTEGER*4 itau_dyn, itau_phy
12      INTEGER*4 day_ini, day_end, annee_ref, day_ref
13      REAL     dt
14
15!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.