Last change
on this file since 97 was
97,
checked in by slebonnois, 14 years ago
|
Serie de modifs SL pour homogeneisation des phytitan et phyvenus
Ca touche aussi aux liens phy/dyn (surtout a propos de clesphy0),
a verifier avec les autres, donc...
|
File size:
1.0 KB
|
Rev | Line | |
---|
[3] | 1 | ! |
---|
[97] | 2 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 3 | ! veillez n'utiliser que des ! pour les commentaires |
---|
| 4 | ! et bien positionner les & des lignes de continuation |
---|
| 5 | ! (les placer en colonne 6 et en colonne 73) |
---|
[3] | 6 | ! |
---|
[97] | 7 | ! |
---|
| 8 | !..include cles_phys.h |
---|
| 9 | ! |
---|
| 10 | LOGICAL cycle_diurne,soil_model |
---|
[3] | 11 | LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro |
---|
[97] | 12 | INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs |
---|
| 13 | REAL ecritphy |
---|
[3] | 14 | REAL solaire |
---|
[97] | 15 | REAL z0, lmixmin |
---|
| 16 | REAL ksta, inertie |
---|
[3] | 17 | LOGICAL ok_kzmin |
---|
[97] | 18 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
[3] | 19 | |
---|
[97] | 20 | COMMON/clesphys/cycle_diurne, soil_model, & |
---|
| 21 | & ok_orodr, ok_orolf, ok_gw_nonoro, nbapp_rad, nbapp_chim & |
---|
| 22 | & , ecritphy & |
---|
| 23 | & , iflag_con, iflag_ajs, solaire, z0, lmixmin, ksta & |
---|
| 24 | & , ok_kzmin, lev_histhf, lev_histday, lev_histmth & |
---|
| 25 | & , inertie |
---|
[3] | 26 | |
---|
Note: See
TracBrowser
for help on using the repository browser.