[1403] | 1 | |
---|
[524] | 2 | ! |
---|
[1279] | 3 | ! $Id: clesphys.h 1421 2010-07-28 13:28:42Z evignon $ |
---|
[524] | 4 | ! |
---|
[793] | 5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
| 6 | ! veillez à n'utiliser que des ! pour les commentaires |
---|
| 7 | ! et à bien positionner les & des lignes de continuation |
---|
| 8 | ! (les placer en colonne 6 et en colonne 73) |
---|
| 9 | ! |
---|
| 10 | !..include cles_phys.h |
---|
| 11 | ! |
---|
[524] | 12 | LOGICAL cycle_diurne,soil_model,new_oliq,ok_orodr,ok_orolf |
---|
| 13 | LOGICAL ok_limitvrai |
---|
| 14 | INTEGER nbapp_rad, iflag_con |
---|
[1279] | 15 | REAL co2_ppm, co2_ppm0, solaire |
---|
| 16 | REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 |
---|
| 17 | REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt |
---|
[766] | 18 | |
---|
[793] | 19 | !OM ---> correction du bilan d'eau global |
---|
| 20 | !OM Correction sur precip KE |
---|
[766] | 21 | REAL cvl_corr |
---|
[793] | 22 | !OM Fonte calotte dans bilan eau |
---|
[766] | 23 | LOGICAL ok_lic_melt |
---|
| 24 | |
---|
[793] | 25 | !IM simulateur ISCCP |
---|
[524] | 26 | INTEGER top_height, overlap |
---|
[793] | 27 | !IM seuils cdrm, cdrh |
---|
[524] | 28 | REAL cdmmax, cdhmax |
---|
[793] | 29 | !IM param. stabilite s/ terres et en dehors |
---|
[524] | 30 | REAL ksta, ksta_ter |
---|
[793] | 31 | !IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH |
---|
[524] | 32 | LOGICAL ok_kzmin |
---|
[900] | 33 | !IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - |
---|
| 34 | ! pour regler l albedo sur ocean |
---|
| 35 | REAL fmagic, pmagic |
---|
[889] | 36 | ! Hauteur (imposee) du contenu en eau du sol |
---|
| 37 | REAL qsol0 |
---|
[1279] | 38 | ! Frottement au sol (Cdrag) |
---|
| 39 | Real f_cdrag_ter,f_cdrag_oce |
---|
| 40 | ! Rugoro |
---|
| 41 | Real f_rugoro |
---|
| 42 | |
---|
[793] | 43 | !IM lev_histhf : niveau sorties 6h |
---|
| 44 | !IM lev_histday : niveau sorties journalieres |
---|
| 45 | !IM lev_histmth : niveau sorties mensuelles |
---|
[1352] | 46 | !IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien |
---|
| 47 | ! sur 17 niveaux de pression |
---|
[524] | 48 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
[1352] | 49 | INTEGER lev_histdayNMC |
---|
[1279] | 50 | Integer lev_histins, lev_histLES |
---|
[1403] | 51 | |
---|
| 52 | |
---|
[1374] | 53 | !IM ok_histNMC : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC) |
---|
[1352] | 54 | !IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC) |
---|
| 55 | !IM freq_calNMC : frequences de calcul fis. hist*NMC.nc |
---|
| 56 | !IM pasphys : pas de temps de physique (secondes) |
---|
| 57 | REAL pasphys |
---|
[1374] | 58 | LOGICAL ok_histNMC(3) |
---|
[1352] | 59 | REAL freq_outNMC(3) , freq_calNMC(3) |
---|
[1403] | 60 | |
---|
[1279] | 61 | CHARACTER(len=4) type_run |
---|
| 62 | ! aer_type: pour utiliser un fichier constant dans readaerosol |
---|
[1146] | 63 | CHARACTER*8 :: aer_type |
---|
[644] | 64 | LOGICAL ok_isccp, ok_regdyn |
---|
| 65 | REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins |
---|
[684] | 66 | REAL ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day |
---|
| 67 | REAL ecrit_mth, ecrit_tra, ecrit_reg |
---|
[1054] | 68 | REAL ecrit_LES |
---|
[828] | 69 | REAL freq_ISCCP, ecrit_ISCCP |
---|
[1279] | 70 | REAL freq_COSP |
---|
[1368] | 71 | LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP |
---|
[998] | 72 | INTEGER :: ip_ebil_phy, iflag_rrtm |
---|
[1001] | 73 | LOGICAL :: ok_strato |
---|
| 74 | LOGICAL :: ok_hines |
---|
[524] | 75 | |
---|
[793] | 76 | COMMON/clesphys/cycle_diurne, soil_model, new_oliq, & |
---|
| 77 | & ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con & |
---|
| 78 | & , co2_ppm, solaire, RCO2, RCH4, RN2O, RCFC11, RCFC12 & |
---|
| 79 | & , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt & |
---|
| 80 | & , top_height, overlap, cdmmax, cdhmax, ksta, ksta_ter & |
---|
[900] | 81 | & , ok_kzmin, fmagic, pmagic & |
---|
[1279] | 82 | & , f_cdrag_ter,f_cdrag_oce,f_rugoro & |
---|
[900] | 83 | & , lev_histhf, lev_histday, lev_histmth & |
---|
[1403] | 84 | |
---|
[1352] | 85 | & , lev_histins, lev_histLES, lev_histdayNMC & |
---|
[1374] | 86 | & , pasphys, ok_histNMC, freq_outNMC, freq_calNMC & |
---|
[1279] | 87 | & , type_run, ok_isccp, ok_regdyn, ok_cosp & |
---|
[1368] | 88 | & , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP & |
---|
[793] | 89 | & , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins & |
---|
| 90 | & , ecrit_ins, ecrit_hf, ecrit_hf2mth, ecrit_day & |
---|
| 91 | & , ecrit_mth, ecrit_tra, ecrit_reg & |
---|
[1279] | 92 | & , freq_ISCCP, ecrit_ISCCP, freq_COSP, ip_ebil_phy & |
---|
[1146] | 93 | & , ok_lic_melt, cvl_corr, aer_type & |
---|
[1279] | 94 | & , qsol0, iflag_rrtm, ok_strato,ok_hines,ecrit_LES & |
---|
[1421] | 95 | & , co2_ppm0 |
---|
[766] | 96 | |
---|
[793] | 97 | !$OMP THREADPRIVATE(/clesphys/) |
---|
[766] | 98 | |
---|