source:
LMDZ4/branches/LMDZ4_V3_patches/libf/dyn3dpar/control.h
@
5718
| Last change on this file since 5718 was 935, checked in by , 18 years ago | |
|---|---|
|
|
| File size: 1007 bytes | |
| Line | |
|---|---|
| 1 | ! |
| 2 | ! $Header$ |
| 3 | ! |
| 4 | ! |
| 5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
| 6 | ! veillez à n'utiliser que des ! pour les commentaires |
| 7 | ! et à bien positionner les & des lignes de continuation |
| 8 | ! (les placer en colonne 6 et en colonne 73) |
| 9 | ! |
| 10 | !----------------------------------------------------------------------- |
| 11 | ! INCLUDE 'control.h' |
| 12 | |
| 13 | COMMON/control/nday,day_step, & |
| 14 | & iperiod,iapp_tracvl,iconser,iecri,idissip,iphysiq , & |
| 15 | & periodav,ecritphy,iecrimoy,dayref,anneeref, & |
| 16 | & raz_date,offline,ip_ebil_dyn,ok_dynzon |
| 17 | |
| 18 | INTEGER nday,day_step,iperiod,iapp_tracvl,iconser,iecri, & |
| 19 | & idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date & |
| 20 | & ,ip_ebil_dyn |
| 21 | REAL periodav, ecritphy |
| 22 | logical offline |
| 23 | logical ok_dynzon |
| 24 | |
| 25 | !----------------------------------------------------------------------- |
Note: See TracBrowser
for help on using the repository browser.
