| 1 | ## $Header$ |
|---|
| 2 | # |
|---|
| 3 | ## Include diurnal cycle or not |
|---|
| 4 | cycle_diurne=y |
|---|
| 5 | ## Include soil model or not |
|---|
| 6 | soil_model=y |
|---|
| 7 | ## Use orodr or not for orography |
|---|
| 8 | ok_orodr=n |
|---|
| 9 | ## Use orolf or not for orography |
|---|
| 10 | ok_orolf=n |
|---|
| 11 | ## Use non-orographic Gravity Waves of not |
|---|
| 12 | ok_gw_nonoro=n |
|---|
| 13 | ## Number of calls to the radiative transfer (per day) |
|---|
| 14 | nbapp_rad=24000 |
|---|
| 15 | ## Number of calls to the chemistry routines (per day) |
|---|
| 16 | nbapp_chim=1 |
|---|
| 17 | ## Flag for convection : 1 pour LMD, 2 pour Tiedtke, 3 KE(new version JYG), 30 KE(version IPCC AR4), 4 KE vect |
|---|
| 18 | iflag_con=0 |
|---|
| 19 | # |
|---|
| 20 | # orbital parameters |
|---|
| 21 | ##~~~~~~~~~~~~~~~~~~ |
|---|
| 22 | # |
|---|
| 23 | # VENUS ## |
|---|
| 24 | # R_ecc = 0.006787 |
|---|
| 25 | R_ecc = 0. |
|---|
| 26 | R_peri = 0. |
|---|
| 27 | # R_incl = 177.4 |
|---|
| 28 | R_incl = 0. |
|---|
| 29 | # solar: effective flux, given at 1 UA |
|---|
| 30 | solaire = 328. |
|---|
| 31 | # |
|---|
| 32 | # parameters for the tracers |
|---|
| 33 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 34 | # |
|---|
| 35 | # 0: nothing (passive tracers) |
|---|
| 36 | # 1: pseudo-chemistry relaxation (phytrac_relax) |
|---|
| 37 | # 2: surface emission (phytrac_emiss) |
|---|
| 38 | # 3: full chemistry (phytrac_chem) |
|---|
| 39 | tr_scheme = 0 |
|---|
| 40 | # |
|---|
| 41 | # Reinitialization of tracer abundances |
|---|
| 42 | reinit_trac=n |
|---|
| 43 | # |
|---|
| 44 | # parameters for chemistry and microphysics |
|---|
| 45 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 46 | # |
|---|
| 47 | # use chemistry ? |
|---|
| 48 | ok_chem=n |
|---|
| 49 | # use clouds ? (needed for chemistry) |
|---|
| 50 | ok_cloud=n |
|---|
| 51 | # if yes, which scheme: |
|---|
| 52 | # 1 => simple scheme (Aurelien Stolzenbach) |
|---|
| 53 | # 2 => full microphysical scheme (Sabrina Guilbon) |
|---|
| 54 | cl_scheme=1 |
|---|
| 55 | # use sedimentation (goes with clouds) |
|---|
| 56 | ok_sedim=n |
|---|
| 57 | nb_mode=3 |
|---|
| 58 | # |
|---|
| 59 | # parameters for the boundary layer |
|---|
| 60 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 61 | # |
|---|
| 62 | iflag_pbl=8 |
|---|
| 63 | z0 = 0.01 |
|---|
| 64 | lmixmin = 35. |
|---|
| 65 | ksta = 1.e-7 |
|---|
| 66 | ok_kzmin=n |
|---|
| 67 | # |
|---|
| 68 | # Surface thermal inertia |
|---|
| 69 | inertie=2000 |
|---|
| 70 | # |
|---|
| 71 | # dry convection parameters |
|---|
| 72 | ##~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 73 | # |
|---|
| 74 | iflag_ajs = 1 |
|---|
| 75 | # |
|---|
| 76 | # Thermosphere and nlte parameters |
|---|
| 77 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 78 | # |
|---|
| 79 | ## Compute non-LTE or not |
|---|
| 80 | callnlte=n |
|---|
| 81 | ## choice of species profile to use |
|---|
| 82 | nltemodel=2 |
|---|
| 83 | ## Compute CO2 IR absorption or not |
|---|
| 84 | callnirco2=n |
|---|
| 85 | ##CO2 IR Absorption model |
|---|
| 86 | nircorr=0 |
|---|
| 87 | ##include thermosphere or not |
|---|
| 88 | callthermos=n |
|---|
| 89 | |
|---|
| 90 | ## Thermospheric options |
|---|
| 91 | ##~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 92 | #Method to include solar variability? |
|---|
| 93 | #0-> Old method 1-> Variability with E10.7 as observed |
|---|
| 94 | solvarmod=0 |
|---|
| 95 | |
|---|
| 96 | ## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0 |
|---|
| 97 | solarcondate = 1993.4 |
|---|
| 98 | |
|---|
| 99 | # value for the UV heating efficiency |
|---|
| 100 | ##(experimental values between 0.19 and 0.23, lower values may |
|---|
| 101 | ## be used to compensate for low 15 um cooling) |
|---|
| 102 | euveff = 0.21 |
|---|
| 103 | # |
|---|
| 104 | # |
|---|
| 105 | # |
|---|
| 106 | # |
|---|
| 107 | # Parameters for IOIPSL output files |
|---|
| 108 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
|---|
| 109 | ## OLD. Now we use XIOS => see context_lmdz_physics.xml to taylor the output files |
|---|
| 110 | # |
|---|
| 111 | ### OK_journe= y for daily output file histday.nc, =n no histday.nc output |
|---|
| 112 | ### Meaningless for Venus |
|---|
| 113 | OK_journe=n |
|---|
| 114 | ### OK_mensuel= y for monthly output file histmth.nc, =n no histmth.nc |
|---|
| 115 | ### For Venus, only these averaged outputs |
|---|
| 116 | OK_mensuel=n |
|---|
| 117 | ## rate (in days) at which the Venus histmth file is to be written |
|---|
| 118 | # sets the output rate in histmth and/or histins |
|---|
| 119 | ecritphy=0.1 |
|---|
| 120 | ### OK_instan=y, make some "instantaneous" outputs (same rate as histmth) |
|---|
| 121 | OK_instan=n |
|---|
| 122 | # |
|---|
| 123 | # Output levels for the various output files |
|---|
| 124 | # |
|---|
| 125 | # output level for "day" lev_histday |
|---|
| 126 | # - lev_hist*=1 => baseline 2D fields |
|---|
| 127 | # - lev_hist*=2 => baseline 3D fields (default) |
|---|
| 128 | # - lev_hist*=3 => radiative transfert |
|---|
| 129 | # - lev_hist*=4 => 3D tendencies |
|---|
| 130 | # - lev_hist*=5 => tracers and others |
|---|
| 131 | lev_histday=2 |
|---|
| 132 | #output level for "mth" lev_histmth |
|---|
| 133 | lev_histmth=2 |
|---|
| 134 | #output level for "ins" lev_histins |
|---|
| 135 | lev_histins=2 |
|---|
| 136 | |
|---|