[1403] | 1 | |
---|
[524] | 2 | ! |
---|
[1279] | 3 | ! $Id: clesphys.h 2254 2015-04-03 10:16:36Z jyg $ |
---|
[524] | 4 | ! |
---|
[793] | 5 | ! ATTENTION!!!!: ce fichier include est compatible format fixe/format libre |
---|
[2110] | 6 | ! veillez \`a n'utiliser que des ! pour les commentaires |
---|
| 7 | ! et \`a bien positionner les & des lignes de continuation |
---|
[793] | 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 |
---|
[2114] | 14 | LOGICAL ok_all_xml |
---|
[1753] | 15 | INTEGER nbapp_rad, iflag_con,iflag_ener_conserv |
---|
[1279] | 16 | REAL co2_ppm, co2_ppm0, solaire |
---|
| 17 | REAL(kind=8) RCO2, RCH4, RN2O, RCFC11, RCFC12 |
---|
[1539] | 18 | REAL(kind=8) RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act |
---|
[1279] | 19 | REAL(kind=8) CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt |
---|
[1539] | 20 | !IM ajout CFMIP2/CMIP5 |
---|
[1737] | 21 | LOGICAL ok_4xCO2atm |
---|
[1539] | 22 | REAL(kind=8) RCO2_per,RCH4_per,RN2O_per,RCFC11_per,RCFC12_per |
---|
| 23 | REAL(kind=8) CH4_ppb_per,N2O_ppb_per,CFC11_ppt_per,CFC12_ppt_per |
---|
[766] | 24 | |
---|
[793] | 25 | !OM ---> correction du bilan d'eau global |
---|
| 26 | !OM Correction sur precip KE |
---|
[766] | 27 | REAL cvl_corr |
---|
[793] | 28 | !OM Fonte calotte dans bilan eau |
---|
[766] | 29 | LOGICAL ok_lic_melt |
---|
| 30 | |
---|
[793] | 31 | !IM simulateur ISCCP |
---|
[524] | 32 | INTEGER top_height, overlap |
---|
[793] | 33 | !IM seuils cdrm, cdrh |
---|
[524] | 34 | REAL cdmmax, cdhmax |
---|
[793] | 35 | !IM param. stabilite s/ terres et en dehors |
---|
[2126] | 36 | REAL ksta, ksta_ter, f_ri_cd_min |
---|
[793] | 37 | !IM ok_kzmin : clef calcul Kzmin dans la CL de surface cf FH |
---|
[524] | 38 | LOGICAL ok_kzmin |
---|
[900] | 39 | !IM, MAFo fmagic, pmagic : parametres - additionnel et multiplicatif - |
---|
| 40 | ! pour regler l albedo sur ocean |
---|
| 41 | REAL fmagic, pmagic |
---|
[889] | 42 | ! Hauteur (imposee) du contenu en eau du sol |
---|
[1894] | 43 | REAL qsol0,albsno0,evap0 |
---|
[1279] | 44 | ! Frottement au sol (Cdrag) |
---|
| 45 | Real f_cdrag_ter,f_cdrag_oce |
---|
[2254] | 46 | REAL min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce |
---|
[2243] | 47 | REAL z0m_seaice,z0h_seaice |
---|
| 48 | INTEGER iflag_gusts,iflag_z0_oce |
---|
[2240] | 49 | |
---|
[1279] | 50 | ! Rugoro |
---|
[2243] | 51 | Real f_rugoro,z0min |
---|
[1279] | 52 | |
---|
[793] | 53 | !IM lev_histhf : niveau sorties 6h |
---|
| 54 | !IM lev_histday : niveau sorties journalieres |
---|
| 55 | !IM lev_histmth : niveau sorties mensuelles |
---|
[1352] | 56 | !IM lev_histdayNMC : on peut sortir soit sur 8 (comme AR5) ou bien |
---|
| 57 | ! sur 17 niveaux de pression |
---|
[524] | 58 | INTEGER lev_histhf, lev_histday, lev_histmth |
---|
[1352] | 59 | INTEGER lev_histdayNMC |
---|
[1279] | 60 | Integer lev_histins, lev_histLES |
---|
[1374] | 61 | !IM ok_histNMC : sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC) |
---|
[1352] | 62 | !IM freq_outNMC : frequences de sortie fichiers niveaux de pression (histmthNMC, histdayNMC, histhfNMC) |
---|
| 63 | !IM freq_calNMC : frequences de calcul fis. hist*NMC.nc |
---|
| 64 | !IM pasphys : pas de temps de physique (secondes) |
---|
| 65 | REAL pasphys |
---|
[1374] | 66 | LOGICAL ok_histNMC(3) |
---|
[1828] | 67 | INTEGER levout_histNMC(3) |
---|
[1352] | 68 | REAL freq_outNMC(3) , freq_calNMC(3) |
---|
[1279] | 69 | CHARACTER(len=4) type_run |
---|
| 70 | ! aer_type: pour utiliser un fichier constant dans readaerosol |
---|
[1938] | 71 | CHARACTER(len=8) :: aer_type |
---|
[1877] | 72 | LOGICAL ok_regdyn |
---|
[644] | 73 | REAL lonmin_ins, lonmax_ins, latmin_ins, latmax_ins |
---|
[1563] | 74 | REAL ecrit_ins, ecrit_hf, ecrit_day |
---|
[684] | 75 | REAL ecrit_mth, ecrit_tra, ecrit_reg |
---|
[1054] | 76 | REAL ecrit_LES |
---|
[828] | 77 | REAL freq_ISCCP, ecrit_ISCCP |
---|
[1279] | 78 | REAL freq_COSP |
---|
[1368] | 79 | LOGICAL :: ok_cosp,ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP |
---|
[2227] | 80 | INTEGER :: ip_ebil_phy, iflag_rrtm, iflag_ice_thermo, NSW, iflag_albedo |
---|
| 81 | LOGICAL :: ok_chlorophyll |
---|
[1001] | 82 | LOGICAL :: ok_strato |
---|
[1938] | 83 | LOGICAL :: ok_hines, ok_gwd_rando |
---|
[2136] | 84 | LOGICAL :: ok_qch4 |
---|
[2007] | 85 | LOGICAL :: ok_conserv_q |
---|
[524] | 86 | |
---|
[1961] | 87 | COMMON/clesphys/ & |
---|
| 88 | ! REAL FIRST |
---|
[2007] | 89 | & co2_ppm, solaire & |
---|
[1539] | 90 | & , RCO2, RCH4, RN2O, RCFC11, RCFC12 & |
---|
| 91 | & , RCO2_act, RCH4_act, RN2O_act, RCFC11_act, RCFC12_act & |
---|
| 92 | & , RCO2_per, RCH4_per, RN2O_per, RCFC11_per, RCFC12_per & |
---|
[793] | 93 | & , CH4_ppb, N2O_ppb, CFC11_ppt, CFC12_ppt & |
---|
[1539] | 94 | & , CH4_ppb_per, N2O_ppb_per, CFC11_ppt_per, CFC12_ppt_per & |
---|
[2126] | 95 | & , cdmmax, cdhmax, ksta, ksta_ter, f_ri_cd_min & |
---|
[1961] | 96 | & , fmagic, pmagic & |
---|
[2243] | 97 | & , f_cdrag_ter,f_cdrag_oce,f_rugoro,z0min & |
---|
[2254] | 98 | & , min_wind_speed,f_gust_wk,f_gust_bl,f_qsat_oce,f_z0qh_oce & |
---|
[2243] | 99 | & , z0m_seaice,z0h_seaice & |
---|
[1961] | 100 | & , pasphys , freq_outNMC, freq_calNMC & |
---|
| 101 | & , lonmin_ins, lonmax_ins, latmin_ins, latmax_ins & |
---|
| 102 | & , freq_ISCCP, ecrit_ISCCP, freq_COSP & |
---|
| 103 | & , cvl_corr & |
---|
| 104 | & , qsol0,albsno0,evap0 & |
---|
| 105 | & , co2_ppm0 & |
---|
| 106 | & , ecrit_LES & |
---|
| 107 | & , ecrit_ins, ecrit_hf, ecrit_day & |
---|
| 108 | & , ecrit_mth, ecrit_tra, ecrit_reg & |
---|
| 109 | ! THEN INTEGER AND LOGICALS |
---|
| 110 | & , top_height & |
---|
| 111 | & , cycle_diurne, soil_model, new_oliq & |
---|
| 112 | & ,ok_orodr, ok_orolf, ok_limitvrai, nbapp_rad, iflag_con & |
---|
| 113 | & , iflag_ener_conserv & |
---|
| 114 | & , ok_4xCO2atm & |
---|
| 115 | & , overlap & |
---|
| 116 | & , ok_kzmin & |
---|
[900] | 117 | & , lev_histhf, lev_histday, lev_histmth & |
---|
[1828] | 118 | & , lev_histins, lev_histLES, lev_histdayNMC, levout_histNMC & |
---|
[1961] | 119 | & , ok_histNMC & |
---|
[1877] | 120 | & , type_run, ok_regdyn, ok_cosp & |
---|
[1368] | 121 | & , ok_mensuelCOSP,ok_journeCOSP,ok_hfCOSP & |
---|
[1961] | 122 | & , ip_ebil_phy & |
---|
[2243] | 123 | & , iflag_gusts ,iflag_z0_oce & |
---|
[1961] | 124 | & , ok_lic_melt, aer_type & |
---|
[2136] | 125 | & , iflag_rrtm, ok_strato,ok_hines, ok_qch4 & |
---|
[2227] | 126 | & , iflag_ice_thermo, ok_gwd_rando, NSW, iflag_albedo & |
---|
| 127 | & , ok_chlorophyll,ok_conserv_q, ok_all_xml |
---|
[766] | 128 | |
---|
[1572] | 129 | save /clesphys/ |
---|
[793] | 130 | !$OMP THREADPRIVATE(/clesphys/) |
---|
[1877] | 131 | |
---|