source: LMDZ4/branches/LMDZ4_par_0/libf/dyn3d/control.h @ 3128

Last change on this file since 3128 was 633, checked in by (none), 19 years ago

This commit was manufactured by cvs2svn to create branch 'LMDZ4_par_0'.

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
File size: 579 bytes
RevLine 
[524]1!
2! $Header$
3!
4c-----------------------------------------------------------------------
5c INCLUDE 'control.h'
6
7      COMMON/control/nday,day_step,
[541]8     .              iperiod,iapp_tracvl,iconser,iecri,idissip,iphysiq ,
9     .              periodav,ecritphy,iecrimoy,dayref,anneeref,
10     .              raz_date,offline
[524]11
12      INTEGER   nday,day_step,iperiod,iapp_tracvl,iconser,iecri,
[541]13     .          idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date
[524]14      REAL periodav, ecritphy
[541]15      logical offline
[524]16
17c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.