source: LMDZ.3.3/branches/rel-LF/libf/dyn3d/temps.h @ 179

Last change on this file since 179 was 179, checked in by lmdzadmin, 23 years ago

Synchronisation avec version MAFO:

ajout sortie netcdf des champs echanges avec le coupleur
quelques save sur les variables (pb stack/static sur le nec)

LF

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