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