source: LMDZ.3.3/branches/rel-LF/libf/dyn3d/control.h @ 431

Last change on this file since 431 was 431, checked in by lmdzadmin, 21 years ago

Convergence avec la version de Ionela Musat

bilan_dyn.F : correction bug dimension (PF)
conf_gcm.F : remize a zero de la date initiale (LF)
control.h : remize a zero de la date initiale (LF)
diagedyn.F : correction bug dimension (IM)
etat0_netcdf.F : lecture de co2_ppm & solaire ds physiq.def
gcm.F : remize a zero de la date initiale (LF)

  • Property svn:eol-style set to native
  • Property svn:executable set to *
  • Property svn:keywords set to Author Date Id Revision
File size: 510 bytes
Line 
1c-----------------------------------------------------------------------
2c INCLUDE 'control.h'
3
4      COMMON/control/nday,day_step,
5     $              iperiod,iconser,iecri,idissip,iphysiq ,
6     $              periodav,ecritphy,iecrimoy,dayref,anneeref,
7     $              raz_date
8
9      INTEGER   nday,day_step,iperiod,iconser,iecri,
10     $          idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date
11      REAL periodav, ecritphy
12
13c-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.