|
Last change
on this file since 826 was
97,
checked in by slebonnois, 15 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
|
| Line | |
|---|
| 1 | ! |
|---|
| 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) |
|---|
| 6 | ! |
|---|
| 7 | ! |
|---|
| 8 | !..include cles_phys.h |
|---|
| 9 | ! |
|---|
| 10 | LOGICAL cycle_diurne,soil_model |
|---|
| 11 | LOGICAL ok_orodr,ok_orolf,ok_gw_nonoro |
|---|
| 12 | INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs |
|---|
| 13 | REAL ecritphy |
|---|
| 14 | REAL solaire |
|---|
| 15 | REAL z0, lmixmin |
|---|
| 16 | REAL ksta, inertie |
|---|
| 17 | LOGICAL ok_kzmin |
|---|
| 18 | INTEGER lev_histhf, lev_histday, lev_histmth |
|---|
| 19 | |
|---|
| 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 |
|---|
| 26 | |
|---|
Note: See
TracBrowser
for help on using the repository browser.