source: LMDZ.3.3/tags/IPSL-CM4_LJ29_OPT/libf/dyn3d/temps.h @ 497

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

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

  • 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
RevLine 
[179]1! $Header$
2!
[99]3!-----------------------------------------------------------------------
4! INCLUDE 'temps.h'
[2]5
[353]6      COMMON/temps/itaufin, dt, day_ini, day_end, annee_ref, day_ref,
7     .             itau_dyn, itau_phy
[2]8
[353]9      INTEGER   itaufin
10      INTEGER*4 itau_dyn, itau_phy
11      INTEGER*4 day_ini, day_end, annee_ref, day_ref
12      REAL      dt
[2]13
[99]14!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.