| 1 | ############################################################################## |
|---|
| 2 | # PARAMETRES ET CLES DE CONFIGURATION LMDZ |
|---|
| 3 | ############################################################################## |
|---|
| 4 | # D: Valeur par default |
|---|
| 5 | # |
|---|
| 6 | # Controle des sorties |
|---|
| 7 | #********************* |
|---|
| 8 | OK_journe=y |
|---|
| 9 | OK_mensuel=y |
|---|
| 10 | ok_hf=n |
|---|
| 11 | OK_instan=n |
|---|
| 12 | #ok_regdyn : y/n calcul/non des regymes dynamiques sur regions pre-definies |
|---|
| 13 | ok_regdyn=n |
|---|
| 14 | # - ok_histNMC = y/n, y/n, y/n pour avoir les sorties NMC mensuelles, journalieres et haute frequence |
|---|
| 15 | ok_histNMC = n, n, n |
|---|
| 16 | #lev_histdayNMC: nombre de niveaux sur la verticale dans le fichier |
|---|
| 17 | # histdayNMC: 8 ou 17 |
|---|
| 18 | lev_histdayNMC=8 |
|---|
| 19 | # A transformer en la ligne ci-dessous quand ce sera compatible avec libIGCM |
|---|
| 20 | phys_out_regfkey=n n n n n n |
|---|
| 21 | phys_out_filekeys= y y n n n n |
|---|
| 22 | phys_out_filenames= histmth histday histhf histhf2h histLES histstn |
|---|
| 23 | phys_out_filelevels= 0 0 0 0 0 |
|---|
| 24 | phys_out_filetypes= ave(X) ave(X) ave(X) ave(X) ave(X) inst(X) |
|---|
| 25 | phys_out_filetimesteps= 30day 1day 6hr 2hr 6hr 6hr |
|---|
| 26 | |
|---|
| 27 | flag_flat = 1, 1, 0, 0, 0 |
|---|
| 28 | # |
|---|
| 29 | #Couplage avec autres modules |
|---|
| 30 | #****************************** |
|---|
| 31 | #option de couplage pour ocean (D:force) |
|---|
| 32 | type_ocean=force |
|---|
| 33 | version_ocean=nemo |
|---|
| 34 | #avec ou sans orchidee (D:n) |
|---|
| 35 | VEGET=y |
|---|
| 36 | #type_run=AMIP, ENSP, clim (D:AMIP) |
|---|
| 37 | type_run=CLIM |
|---|
| 38 | ## Soil Model ou non |
|---|
| 39 | soil_model=y |
|---|
| 40 | |
|---|
| 41 | #Code de transfert radiatif |
|---|
| 42 | #************************** |
|---|
| 43 | # ajout de ce flag pour activer/desactiver le rayonnement (MPL) |
|---|
| 44 | # 0 : pas de rayonnement. 1: on active le rayonnement (D=1) |
|---|
| 45 | iflag_radia=1 |
|---|
| 46 | ## Nombre appels des routines de rayonnements ( par jour) |
|---|
| 47 | nbapp_rad=16 |
|---|
| 48 | |
|---|
| 49 | # Parametres "orbitaux/ ere geologique" |
|---|
| 50 | ####################################### |
|---|
| 51 | #Parametres orbitaux |
|---|
| 52 | #excentricite |
|---|
| 53 | ### R_ecc = Excentricite |
|---|
| 54 | R_ecc = 0.016715 |
|---|
| 55 | ### R_peri = Equinoxe |
|---|
| 56 | R_peri = 102.7 |
|---|
| 57 | ### R_incl = Inclinaison |
|---|
| 58 | R_incl = 23.441 |
|---|
| 59 | ### solaire = Constante solaire |
|---|
| 60 | solaire = 1361.20 |
|---|
| 61 | ### constante solaire lue dans un fichier par defaut |
|---|
| 62 | ok_suntime_rrtm=n |
|---|
| 63 | |
|---|
| 64 | |
|---|
| 65 | |
|---|
| 66 | |
|---|
| 67 | |
|---|
| 68 | ## Facteur additif pour l albedo |
|---|
| 69 | pmagic=0.008 |
|---|
| 70 | # |
|---|
| 71 | # Taux gaz a effet de serre |
|---|
| 72 | ####################################### |
|---|
| 73 | #concentration des gaz (co2 ch4 n2o cfc11 cfc12) |
|---|
| 74 | # (D: 348. 1650. 306. 280. 484.) |
|---|
| 75 | ### co2_ppm = taux CO2 en ppm |
|---|
| 76 | co2_ppm = 0.36886500E+03 |
|---|
| 77 | ### CH4_ppb = taux CH4 en ppb |
|---|
| 78 | CH4_ppb = 0.17510225E+04 |
|---|
| 79 | ### N2O_ppb = taux N2O en ppb |
|---|
| 80 | N2O_ppb = 0.31585000E+03 |
|---|
| 81 | ### CFC11_ppt = taux CFC11eq CMIP6 en ppt |
|---|
| 82 | CFC11_ppt = 6.3990e+01 |
|---|
| 83 | ### CFC12_ppt = taux CFC12eq CMIP6 en ppt |
|---|
| 84 | CFC12_ppt = 1.0511e+03 |
|---|
| 85 | |
|---|
| 86 | # |
|---|
| 87 | # Parametres effets directs/indirects des "aerosols" |
|---|
| 88 | ####################################### |
|---|
| 89 | ### ok_alw flag for aerosol LW effect |
|---|
| 90 | ok_alw=y |
|---|
| 91 | ok_cdnc=y |
|---|
| 92 | ### ok_ade=y/n flag Aerosol direct effect |
|---|
| 93 | ok_ade=y |
|---|
| 94 | ### ok_aie=y/n flag Aerosol indirect effect |
|---|
| 95 | ok_aie=y |
|---|
| 96 | ### aer_type = Aerosol variation type : actuel / preind / scenario / annuel |
|---|
| 97 | aer_type=actuel |
|---|
| 98 | ### type of coupled aerosol =1 (default) =2 => bc only =3 => pom only =4 => seasalt only =5 => dust only =6 => all aerosol |
|---|
| 99 | flag_aerosol=6 |
|---|
| 100 | flag_aerosol_strat=0 |
|---|
| 101 | # |
|---|
| 102 | # Parametre de lecture de l'ozone |
|---|
| 103 | ####################################### |
|---|
| 104 | # Allowed values are 0, 1 and 2 |
|---|
| 105 | # 0: do not read an ozone climatology |
|---|
| 106 | # 1: read a single ozone climatology that will be used day and night |
|---|
| 107 | # 2: read two ozone climatologies, the average day and night climatology and the daylight climatology |
|---|
| 108 | read_climoz=0 |
|---|
| 109 | # |
|---|
| 110 | # Parametres simulateur COSP (CFMIP Observational Simulator Package) |
|---|
| 111 | ####################################### |
|---|
| 112 | ### ok_cosp=n |
|---|
| 113 | ok_cosp=n |
|---|
| 114 | ### freq_COSP = frequence d'appel de COSP en secondes |
|---|
| 115 | freq_COSP=10800. |
|---|
| 116 | cles_dbze94=n n n |
|---|
| 117 | ### ok_mensuelCOSP=y/n sortir fichier mensuel COSP histmthCOSP.nc, =n pas de fichier histmthCOSP.nc |
|---|
| 118 | ok_mensuelCOSP=y |
|---|
| 119 | ### ok_journeCOSP=y/n sortir fichier journalier histdayCOSP.nc, =n pas de fichier histdayCOSP.nc |
|---|
| 120 | ok_journeCOSP=n |
|---|
| 121 | ### ok_hfCOSP=y/n, ecrire sorties haute frequence histhfCOSP.nc, =n pas de fichier histhfCOSP.nc |
|---|
| 122 | ok_hfCOSP=n |
|---|
| 123 | # |
|---|
| 124 | # Parametres simulateur ISCCP |
|---|
| 125 | ####################################### |
|---|
| 126 | ### ok_isccp=y/n flag simulateur ISCCP |
|---|
| 127 | ok_isccp=n |
|---|
| 128 | ### top_height = flag choix calcul nuages par le simulateur en utilisant |
|---|
| 129 | # - les donnees IR et/ou VIS et l algorithme ISCCP-D1 |
|---|
| 130 | # - top_height = 1 -> algo IR-VIS |
|---|
| 131 | # - top_height = 2 -> identique a 1, mais "ptop(ibox)=pfull(ilev)" |
|---|
| 132 | # - top_height = 3 -> algo IR |
|---|
| 133 | top_height = 1 |
|---|
| 134 | ### overlap = Hypothese de Recouvrement (HR) utilisee pour le simulateur ISCCP |
|---|
| 135 | # - overlap=1 Max overlap |
|---|
| 136 | # - overlap=2 Random overlap |
|---|
| 137 | # - overlap=3 Max/Random overlap |
|---|
| 138 | overlap = 3 |
|---|
| 139 | # |
|---|
| 140 | |
|---|
| 141 | # Specifique aquaplanete |
|---|
| 142 | ######################## |
|---|
| 143 | |
|---|
| 144 | ok_all_xml=n |
|---|
| 145 | abs550aer,-1,10,10,10,10,10 |
|---|
| 146 | ages_lic,-1,10,10,10,10,10 |
|---|
| 147 | ages_sic,-1,10,10,10,10,10 |
|---|
| 148 | aire,-1,-1,10,10,10,10 |
|---|
| 149 | alb1,-1,10,10,10,10,10 |
|---|
| 150 | alb2,-1,10,10,10,10,10 |
|---|
| 151 | albe_lic,-1,10,10,10,10,10 |
|---|
| 152 | albe_oce,-1,10,10,10,10,10 |
|---|
| 153 | albe_sic,-1,10,10,10,10,10 |
|---|
| 154 | albe_ter,-1,10,10,10,10,10 |
|---|
| 155 | ave_t2m_daily_max,-1,10,10,10,10,10 |
|---|
| 156 | ave_t2m_daily_min,-1,10,10,10,10,10 |
|---|
| 157 | bils,-1,10,10,10,10,10 |
|---|
| 158 | cdrh,-1,10,10,10,10,10 |
|---|
| 159 | cdrm,-1,10,10,10,10,10 |
|---|
| 160 | cldh,-1,10,10,10,10,10 |
|---|
| 161 | cldicemxrat,-1,10,10,10,10,10 |
|---|
| 162 | cldl,-1,10,10,10,10,10 |
|---|
| 163 | cldm,-1,10,10,10,10,10 |
|---|
| 164 | cldq,-1,10,10,10,10,10 |
|---|
| 165 | cldt,-1,10,10,10,10,10 |
|---|
| 166 | cldwatmxrat,-1,10,10,10,10,10 |
|---|
| 167 | CO2,-1,10,10,10,10,10 |
|---|
| 168 | colO3_strat,-1,10,10,10,10,10 |
|---|
| 169 | colO3_trop,-1,10,10,10,10,10 |
|---|
| 170 | concbc,-1,10,10,10,10,10 |
|---|
| 171 | concdust,-1,10,10,10,10,10 |
|---|
| 172 | concno3,-1,10,10,10,10,10 |
|---|
| 173 | concoa,-1,10,10,10,10,10 |
|---|
| 174 | concso4,-1,10,10,10,10,10 |
|---|
| 175 | concss,-1,10,10,10,10,10 |
|---|
| 176 | contfracATM,10,-1,10,10,10,10 |
|---|
| 177 | contfracOR,10,-1,10,10,10,10 |
|---|
| 178 | crelt,-1,10,10,10,10,10 |
|---|
| 179 | crest,-1,10,10,10,10,10 |
|---|
| 180 | cret,-1,10,10,10,10,10 |
|---|
| 181 | cumCO2,-1,10,10,10,10,10 |
|---|
| 182 | dCO2_con,-1,10,10,10,10,10 |
|---|
| 183 | dCO2_the,-1,10,10,10,10,10 |
|---|
| 184 | dCO2_vdf,-1,10,10,10,10,10 |
|---|
| 185 | dqajs2d,-1,10,10,10,10,10 |
|---|
| 186 | dqcon2d,-1,10,10,10,10,10 |
|---|
| 187 | dqdyn2d,-1,10,10,10,10,10 |
|---|
| 188 | dqeva2d,-1,10,10,10,10,10 |
|---|
| 189 | dqldyn2d,-1,10,10,10,10,10 |
|---|
| 190 | dqlphy2d,-1,10,10,10,10,10 |
|---|
| 191 | dqlsc2d,-1,10,10,10,10,10 |
|---|
| 192 | dqphy2d,-1,10,10,10,10,10 |
|---|
| 193 | dqsdyn2d,-1,10,10,10,10,10 |
|---|
| 194 | dqsphy2d,-1,10,10,10,10,10 |
|---|
| 195 | dqthe2d,-1,10,10,10,10,10 |
|---|
| 196 | dqvdf2d,-1,10,10,10,10,10 |
|---|
| 197 | dqwak2d,-1,10,10,10,10,10 |
|---|
| 198 | dryod550aer,-1,10,10,10,10,10 |
|---|
| 199 | ec550aer,-1,10,10,10,10,10 |
|---|
| 200 | epmax,-1,10,10,10,10,10 |
|---|
| 201 | evap,-1,10,10,10,10,10 |
|---|
| 202 | evappot_lic,-1,10,10,10,10,10 |
|---|
| 203 | evappot_oce,-1,10,10,10,10,10 |
|---|
| 204 | evappot_sic,-1,10,10,10,10,10 |
|---|
| 205 | f0_th,-1,10,10,10,10,10 |
|---|
| 206 | fl,-1,-1,10,10,10,10 |
|---|
| 207 | flat,-1,-1,10,10,10,10 |
|---|
| 208 | ftime_con,-1,10,10,10,10,10 |
|---|
| 209 | ftime_deepcv,-1,10,10,10,10,10 |
|---|
| 210 | ftime_th,-1,10,10,10,10,10 |
|---|
| 211 | geop,-1,10,10,10,10,10 |
|---|
| 212 | geoph,-1,10,10,10,10,10 |
|---|
| 213 | hfls,-1,10,10,10,10,10 |
|---|
| 214 | hur,-1,10,10,10,10,10 |
|---|
| 215 | hus,-1,10,10,10,10,10 |
|---|
| 216 | iwp,-1,10,10,10,10,10 |
|---|
| 217 | LWdnSFC,-1,10,10,10,10,10 |
|---|
| 218 | LWdnSFCclr,-1,10,10,10,10,10 |
|---|
| 219 | lwp,-1,10,10,10,10,10 |
|---|
| 220 | LWupSFC,-1,10,10,10,10,10 |
|---|
| 221 | LWupSFCclr,-1,10,10,10,10,10 |
|---|
| 222 | mass,-1,10,10,10,10,10 |
|---|
| 223 | nettop,-1,10,10,10,10,10 |
|---|
| 224 | ocond,-1,10,10,10,10,10 |
|---|
| 225 | od550aer,-1,10,10,10,10,10 |
|---|
| 226 | od550lt1aer,-1,10,10,10,10,10 |
|---|
| 227 | od550_STRAT,-1,10,10,10,10,10 |
|---|
| 228 | od865aer,-1,10,10,10,10,10 |
|---|
| 229 | oliq,-1,10,10,10,10,10 |
|---|
| 230 | ovap,-1,10,10,10,10,10 |
|---|
| 231 | ozone,-1,10,10,10,10,10 |
|---|
| 232 | ozone_daylight,-1,10,10,10,10,10 |
|---|
| 233 | paprs,-1,10,10,10,10,10 |
|---|
| 234 | phis,-1,-1,10,10,10,10 |
|---|
| 235 | pluc,-1,-1,10,10,10,10 |
|---|
| 236 | plul,-1,-1,10,10,10,10 |
|---|
| 237 | plun,-1,-1,10,10,10,10 |
|---|
| 238 | pourc_lic,-1,10,10,10,10,10 |
|---|
| 239 | pourc_oce,-1,10,10,10,10,10 |
|---|
| 240 | pourc_sic,-1,10,10,10,10,10 |
|---|
| 241 | pourc_ter,-1,10,10,10,10,10 |
|---|
| 242 | pr,-1,-1,10,10,10,10 |
|---|
| 243 | pr_con_i,-1,10,10,10,10,10 |
|---|
| 244 | pr_con_l,-1,10,10,10,10,10 |
|---|
| 245 | precip,-1,-1,10,10,10,10 |
|---|
| 246 | pres,-1,10,10,10,10,10 |
|---|
| 247 | pr_lsc_i,-1,10,10,10,10,10 |
|---|
| 248 | pr_lsc_l,-1,10,10,10,10,10 |
|---|
| 249 | prlw,-1,10,10,10,10,10 |
|---|
| 250 | prsw,-1,10,10,10,10,10 |
|---|
| 251 | prw,-1,10,10,10,10,10 |
|---|
| 252 | psol,-1,-1,10,10,10,10 |
|---|
| 253 | q2m,-1,-1,10,10,10,10 |
|---|
| 254 | qsol,-1,10,10,10,10,10 |
|---|
| 255 | qsurf,-1,10,10,10,10,10 |
|---|
| 256 | radsol,-1,-1,10,10,10,10 |
|---|
| 257 | rain_con,-1,-1,10,10,10,10 |
|---|
| 258 | rain_fall,-1,-1,10,10,10,10 |
|---|
| 259 | re,-1,-1,10,10,10,10 |
|---|
| 260 | ref_liq,-1,10,10,10,10,10 |
|---|
| 261 | rh2m,-1,10,10,10,10,10 |
|---|
| 262 | rhum,-1,10,10,10,10,10 |
|---|
| 263 | rld,-1,10,10,10,10,10 |
|---|
| 264 | rlu,-1,10,10,10,10,10 |
|---|
| 265 | rlut,-1,10,10,10,10,10 |
|---|
| 266 | rlutcs,-1,10,10,10,10,10 |
|---|
| 267 | rneb,-1,10,10,10,10,10 |
|---|
| 268 | rsd,-1,10,10,10,10,10 |
|---|
| 269 | rsdt,-1,10,10,10,10,10 |
|---|
| 270 | rst,-1,10,10,10,10,10 |
|---|
| 271 | rsu,-1,10,10,10,10,10 |
|---|
| 272 | rsut,-1,10,10,10,10,10 |
|---|
| 273 | rsutcs,-1,10,10,10,10,10 |
|---|
| 274 | rt,-1,10,10,10,10,10 |
|---|
| 275 | rugs_lic,-1,10,10,10,10,10 |
|---|
| 276 | rugs_oce,-1,10,10,10,10,10 |
|---|
| 277 | rugs_sic,-1,10,10,10,10,10 |
|---|
| 278 | rugs_ter,-1,10,10,10,10,10 |
|---|
| 279 | runofflic,-1,10,10,10,10,10 |
|---|
| 280 | sconcbc,-1,10,10,10,10,10 |
|---|
| 281 | sconcoa,-1,10,10,10,10,10 |
|---|
| 282 | sconcso4,-1,10,10,10,10,10 |
|---|
| 283 | sens,-1,-1,10,10,10,10 |
|---|
| 284 | slp,-1,-1,10,10,10,10 |
|---|
| 285 | snow,-1,10,10,10,10,10 |
|---|
| 286 | snow_lic,-1,10,10,10,10,10 |
|---|
| 287 | snow_sic,-1,10,10,10,10,10 |
|---|
| 288 | soll,-1,-1,10,10,10,10 |
|---|
| 289 | soll0,-1,-1,10,10,10,10 |
|---|
| 290 | sols,-1,-1,10,10,10,10 |
|---|
| 291 | sols0,-1,-1,10,10,10,10 |
|---|
| 292 | SWdnSFC,-1,-1,10,10,10,10 |
|---|
| 293 | SWdnSFCclr,-1,10,10,10,10,10 |
|---|
| 294 | SWdnTOA,-1,10,10,10,10,10 |
|---|
| 295 | SWdnTOAclr,-1,10,10,10,10,10 |
|---|
| 296 | SWupSFC,-1,10,10,10,10,10 |
|---|
| 297 | SWupSFCclr,-1,10,10,10,10,10 |
|---|
| 298 | SWupTOA,-1,10,10,10,10,10 |
|---|
| 299 | SWupTOAclr,-1,10,10,10,10,10 |
|---|
| 300 | t2m,-1,-1,10,10,10,10 |
|---|
| 301 | t2m_max,10,-1,10,10,10,10 |
|---|
| 302 | t2m_min,10,-1,10,10,10,10 |
|---|
| 303 | ta,-1,-1,10,10,10,10 |
|---|
| 304 | taux,-1,10,10,10,10,10 |
|---|
| 305 | tauy,-1,10,10,10,10,10 |
|---|
| 306 | temp,-1,10,10,10,10,10 |
|---|
| 307 | theta,-1,10,10,10,10,10 |
|---|
| 308 | tke_max,-1,10,10,10,10,10 |
|---|
| 309 | topl,-1,-1,10,10,10,10 |
|---|
| 310 | topl0,-1,-1,10,10,10,10 |
|---|
| 311 | tops,-1,-1,10,10,10,10 |
|---|
| 312 | tops0,-1,-1,10,10,10,10 |
|---|
| 313 | tsol,-1,-1,10,10,10,10 |
|---|
| 314 | u10m,-1,-1,10,10,10,10 |
|---|
| 315 | ua,-1,10,10,10,10,10 |
|---|
| 316 | ustar,-1,-1,10,10,10,10 |
|---|
| 317 | v10m,-1,-1,10,10,10,10 |
|---|
| 318 | va,-1,10,10,10,10,10 |
|---|
| 319 | vitu,-1,10,10,10,10,10 |
|---|
| 320 | vitv,-1,10,10,10,10,10 |
|---|
| 321 | vitw,-1,10,10,10,10,10 |
|---|
| 322 | wake_dens,-1,10,10,10,10,10 |
|---|
| 323 | wake_h,-1,10,10,10,10,10 |
|---|
| 324 | wake_s,-1,10,10,10,10,10 |
|---|
| 325 | wap,-1,10,10,10,10,10 |
|---|
| 326 | water_budget,-1,10,10,10,10,10 |
|---|
| 327 | wind10m,-1,-1,10,10,10,10 |
|---|
| 328 | wind10max,10,-1,10,10,10,10 |
|---|
| 329 | wstar,-1,10,10,10,10,10 |
|---|
| 330 | wvapp,-1,10,10,10,10,10 |
|---|
| 331 | z0h_lic,-1,10,10,10,10,10 |
|---|
| 332 | z0h_oce,-1,10,10,10,10,10 |
|---|
| 333 | z0h_sic,-1,10,10,10,10,10 |
|---|
| 334 | z0h_ter,-1,10,10,10,10,10 |
|---|
| 335 | z0m_lic,-1,10,10,10,10,10 |
|---|
| 336 | z0m_oce,-1,10,10,10,10,10 |
|---|
| 337 | z0m_sic,-1,10,10,10,10,10 |
|---|
| 338 | z0m_ter,-1,10,10,10,10,10 |
|---|
| 339 | zfull,-1,10,10,10,10,10 |
|---|
| 340 | zg,-1,10,10,10,10,10 |
|---|
| 341 | zmax_th,-1,10,10,10,10,10 |
|---|