[524] | 1 | ! |
---|
| 2 | ! $Header$ |
---|
| 3 | ! |
---|
| 4 | c..include cles_phys.h |
---|
| 5 | c |
---|
| 6 | LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf |
---|
| 7 | LOGICAL ok_limitvrai |
---|
[652] | 8 | LOGICAL bug_ozone |
---|
[524] | 9 | INTEGER nbapp_rad, iflag_con |
---|
| 10 | REAL co2_ppm, solaire |
---|
| 11 | REAL*8 RCO2, RCH4, RN2O, RCFC11, RCFC12 |
---|
| 12 | REAL*8 CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt |
---|
| 13 | cIM simulateur ISCCP |
---|
| 14 | INTEGER top_height, overlap |
---|
| 15 | cIM seuils cdrm, cdrh |
---|
| 16 | REAL cdmmax, cdhmax |
---|
| 17 | cIM param. stabilite s/ terres et en dehors |
---|
| 18 | REAL ksta, ksta_ter |
---|
| 19 | cIM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH |
---|
| 20 | LOGICAL ok_kzmin |
---|
| 21 | cIM lev_histhf : niveau sorties 6h |
---|
| 22 | cIM lev_histday : niveau sorties journalieres |
---|
| 23 | cIM lev_histmth : niveau sorties mensuelles |
---|
| 24 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
[644] | 25 | CHARACTER*4 type_run |
---|
[740] | 26 | LOGICAL ok_isccp |
---|
[644] | 27 | REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins |
---|
[723] | 28 | REAL ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day |
---|
[740] | 29 | REAL ecrit_mth, ecrit_tra, ecrit_reg, ecrit_ISCCP |
---|
[524] | 30 | |
---|
| 31 | COMMON/clesphys/cycle_diurne, soil_model, new_oliq, |
---|
[652] | 32 | S ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con |
---|
| 33 | S , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12 |
---|
| 34 | S , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt |
---|
| 35 | S , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter |
---|
| 36 | S , ok_kzmin, lev_histhf, lev_histday, lev_histmth |
---|
[740] | 37 | S , type_run, ok_isccp |
---|
[652] | 38 | S , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins |
---|
| 39 | S , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day |
---|
[740] | 40 | S , ecrit_mth, ecrit_tra, ecrit_reg, ecrit_ISCCP, bug_ozone |
---|