source: LMDZ.3.3/tags/IPSL-CM4_IPCC_v0x9/libf/dyn3d/temps.inc @ 538

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

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

  • 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.