source:
LMDZ4/branches/V3_test/libf/dyn3dpar/control.h
@
726
Last change on this file since 726 was 709, checked in by , 18 years ago | |
---|---|
|
|
File size: 621 bytes |
Rev | Line | |
---|---|---|
[630] | 1 | ! |
2 | ! $Header$ | |
3 | ! | |
4 | c----------------------------------------------------------------------- | |
5 | c INCLUDE 'control.h' | |
6 | ||
7 | COMMON/control/nday,day_step, | |
8 | . iperiod,iapp_tracvl,iconser,iecri,idissip,iphysiq , | |
9 | . periodav,ecritphy,iecrimoy,dayref,anneeref, | |
[709] | 10 | . raz_date,offline,ip_ebil_dyn |
[630] | 11 | |
12 | INTEGER nday,day_step,iperiod,iapp_tracvl,iconser,iecri, | |
[709] | 13 | . idissip,iphysiq,iecrimoy,dayref,anneeref, raz_date, |
14 | . ip_ebil_dyn | |
[630] | 15 | REAL periodav, ecritphy |
16 | logical offline | |
17 | ||
18 | c----------------------------------------------------------------------- |
Note: See TracBrowser
for help on using the repository browser.