source: trunk/LMDZ.PLUTO.old/libf/dyn3d/control.h @ 3436

Last change on this file since 3436 was 3175, checked in by emillour, 11 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

File size: 614 bytes
Line 
1!-----------------------------------------------------------------------
2! INCLUDE 'control.h'
3! For Fortran 77/Fortran 90 compliance always use line continuation
4! symbols '&' in columns 73 and 6
5!
6
7      COMMON/control/nday,day_step,                                     &
8     &              iperiod,iconser,idissip,iphysiq ,                   &
9     &              periodav,ecritphy,anneeref
10
11      INTEGER   nday,day_step,iperiod,iconser,                          &
12     &          idissip,iphysiq,anneeref
13      REAL periodav, ecritphy
14!-----------------------------------------------------------------------
Note: See TracBrowser for help on using the repository browser.