Last change
on this file since 773 was
135,
checked in by aslmd, 14 years ago
|
CHANGEMENT ARBORESCENCE ETAPE 2 -- NON COMPLET
|
File size:
615 bytes
|
Rev | Line | |
---|
[135] | 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 | |
---|
| 15 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.