Last change
on this file since 1125 was
985,
checked in by Laurent Fairhead, 16 years ago
|
Mise a jour de dyn3dpar par rapport a dyn3d, inclusion OpenMP et filtre FFT YM
LF
|
-
Property svn:eol-style set to
native
-
Property svn:keywords set to
Author Date Id Revision
|
File size:
1004 bytes
|
Rev | Line | |
---|
[630] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
[792] | 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' |
---|
[630] | 12 | |
---|
[792] | 13 | COMMON/control/nday,day_step, & |
---|
| 14 | & iperiod,iapp_tracvl,iconser,iecri,idissip,iphysiq , & |
---|
[985] | 15 | & periodav,iecrimoy,dayref,anneeref, & |
---|
[960] | 16 | & raz_date,offline,ip_ebil_dyn,config_inca |
---|
[630] | 17 | |
---|
[792] | 18 | INTEGER nday,day_step,iperiod,iapp_tracvl,iconser,iecri, & |
---|
| 19 | & idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date & |
---|
| 20 | & ,ip_ebil_dyn |
---|
[985] | 21 | REAL periodav |
---|
[630] | 22 | logical offline |
---|
[960] | 23 | CHARACTER*4 config_inca |
---|
[792] | 24 | !----------------------------------------------------------------------- |
---|
Note: See
TracBrowser
for help on using the repository browser.