Last change
on this file since 1242 was
1160,
checked in by slebonnois, 11 years ago
|
SL: update for tracers management in phytrac, Venus
|
File size:
1.1 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 |
---|
[1160] | 12 | LOGICAL ok_kzmin |
---|
[97] | 13 | INTEGER nbapp_rad, nbapp_chim, iflag_con, iflag_ajs |
---|
[1160] | 14 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
| 15 | INTEGER tr_scheme |
---|
[1120] | 16 | REAL ecriphy |
---|
[3] | 17 | REAL solaire |
---|
[97] | 18 | REAL z0, lmixmin |
---|
| 19 | REAL ksta, inertie |
---|
[3] | 20 | |
---|
[1160] | 21 | COMMON/clesphys_l/cycle_diurne, soil_model, & |
---|
| 22 | & ok_orodr, ok_orolf, ok_gw_nonoro, ok_kzmin |
---|
[3] | 23 | |
---|
[1160] | 24 | COMMON/clesphys_i/nbapp_rad, nbapp_chim, & |
---|
| 25 | & iflag_con, iflag_ajs, & |
---|
| 26 | & lev_histhf, lev_histday, lev_histmth, tr_scheme |
---|
| 27 | |
---|
| 28 | COMMON/clesphys_r/ecriphy, solaire, z0, lmixmin, & |
---|
| 29 | & ksta, inertie |
---|
| 30 | |
---|
Note: See
TracBrowser
for help on using the repository browser.