[135] | 1 | ## Orbit / general options |
---|
| 2 | ## ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 3 | # Run with or without tracer transport ? |
---|
| 4 | tracer = .true. |
---|
| 5 | # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating |
---|
[3100] | 6 | diurnal = .true. |
---|
[135] | 7 | # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" |
---|
| 8 | season = .true. |
---|
| 9 | # Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart |
---|
| 10 | tlocked = .false. |
---|
| 11 | # Tidal resonance ratio ? ratio T_orbit to T_rotation |
---|
| 12 | nres = 1 |
---|
| 13 | # Write some more output on the screen ? |
---|
| 14 | lwrite = .false. |
---|
| 15 | # Save statistics in file "stats.nc" ? |
---|
| 16 | callstats = .false. |
---|
| 17 | # Test energy conservation of model physics ? |
---|
| 18 | enertest = .false. |
---|
[3100] | 19 | # check if cpp and mugaz from start.nc are consistent with values computed by comp_cpp_mugaz with gases.def |
---|
| 20 | check_cpp_match = .false. |
---|
| 21 | # Check if physics inputs and outputs are ok |
---|
| 22 | check_physics_inputs = .true. |
---|
| 23 | check_physics_outputs = .true. |
---|
[135] | 24 | |
---|
[3100] | 25 | ## Directory where external input files are |
---|
| 26 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 27 | datadir = datadir |
---|
| 28 | |
---|
[135] | 29 | ## Radiative transfer options |
---|
| 30 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 31 | # call radiative transfer? |
---|
| 32 | callrad = .true. |
---|
| 33 | # the rad. transfer is computed every "iradia" physical timestep |
---|
[253] | 34 | iradia = 6 |
---|
[3100] | 35 | # Use blackbody for stellar spectrum ? |
---|
| 36 | stelbbody = .false. |
---|
| 37 | # Stellar blackbody temperature ? |
---|
| 38 | stelTbb = 2000.000 |
---|
[135] | 39 | # call multilayer correlated-k radiative transfer ? |
---|
| 40 | corrk = .true. |
---|
| 41 | # folder in which correlated-k data is stored ? |
---|
[3100] | 42 | corrkdir = Earth_JL13_extend |
---|
| 43 | # corrkdir = Earth_110-710K |
---|
| 44 | # corrkdir = N2CO2poor_H2Ovar |
---|
| 45 | # corrkdir = megaCO2 |
---|
| 46 | # corrkdir = null |
---|
[135] | 47 | # call visible gaseous absorption in radiative transfer ? |
---|
| 48 | callgasvis = .true. |
---|
[3100] | 49 | # call continuum in radiative transfer ? |
---|
| 50 | Continuum = .true. |
---|
[135] | 51 | # Include Rayleigh scattering in the visible ? |
---|
| 52 | rayleigh = .true. |
---|
[3100] | 53 | # Uniform absorption coefficient in radiative transfer? |
---|
| 54 | graybody = .false. |
---|
| 55 | # Constant absorption coefficient in visible |
---|
| 56 | # (in m^2/kg; only if graybody=true): |
---|
| 57 | # tau_surf= kappa*P/g |
---|
| 58 | kappa_VI = 1.e-4 |
---|
| 59 | # Constant absorption coefficient in IR |
---|
| 60 | # (in m^2/kg; only if graybody=true): |
---|
| 61 | kappa_IR = 5.e-1 |
---|
| 62 | # Use Newtonian cooling in place of radiative transfer ? |
---|
| 63 | newtonian = .false. |
---|
| 64 | # Radiative timescale for Newtonian cooling ? [only if newtonian = T] |
---|
| 65 | tau_relax = 30.00000 |
---|
| 66 | # Test physics timescale in 1D ? |
---|
| 67 | testradtimes = .false. |
---|
[135] | 68 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 69 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 70 | tplanet = 215. |
---|
[3100] | 71 | # Output spectral OLR in 1D/3D? |
---|
[135] | 72 | specOLR = .false. |
---|
[253] | 73 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
[3100] | 74 | meanOLR = .false. |
---|
[135] | 75 | # Variable gas species: Radiatively active ? |
---|
[253] | 76 | varactive = .true. |
---|
[135] | 77 | # Variable gas species: Fixed vertical distribution ? |
---|
[3100] | 78 | # (not to be used in time integration mode) |
---|
[253] | 79 | varfixed = .false. |
---|
[135] | 80 | # Variable gas species: Saturation percentage value at ground ? |
---|
[3100] | 81 | satval = .8 |
---|
| 82 | # Use fixed vertical profile, 1 step, no iteration ? |
---|
| 83 | kastprof = .false. |
---|
| 84 | # Remove lower boundary (e.g. for gas giant sims) |
---|
| 85 | noradsurf = .false. |
---|
[135] | 86 | |
---|
| 87 | ## Star type |
---|
| 88 | ## ~~~~~~~~~ |
---|
| 89 | startype = 1 |
---|
| 90 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 91 | # The choices are: |
---|
| 92 | # |
---|
| 93 | # startype = 1 Sol (G2V-class main sequence) |
---|
| 94 | # startype = 2 Ad Leo (M-class, synthetic) |
---|
| 95 | # startype = 3 GJ644 |
---|
| 96 | # startype = 4 HD128167 |
---|
| 97 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 98 | # Stellar flux at 1 AU. Examples: |
---|
[253] | 99 | # 1366.0 W m-2 Sol today |
---|
| 100 | # 1024.5 W m-2 Sol today x 0.75 = weak early Sun |
---|
[135] | 101 | # 18.462 W m-2 The feeble Gl581 |
---|
[3100] | 102 | # 19.960 W m-2 Gl581 with e=0.38 orbital average |
---|
[253] | 103 | Fat1AU = 1366.0 |
---|
[135] | 104 | |
---|
[3100] | 105 | |
---|
[135] | 106 | ## Tracer and aerosol options |
---|
| 107 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
[3100] | 108 | # Gravitational sedimentation of tracers (just H2O ice for now) ? |
---|
| 109 | sedimentation = .true. |
---|
[135] | 110 | |
---|
| 111 | ## Other physics options |
---|
| 112 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 113 | # call turbulent vertical diffusion ? |
---|
| 114 | calldifv = .true. |
---|
[727] | 115 | # use turbdiff instead of vdifc ? |
---|
| 116 | UseTurbDiff = .true. |
---|
[135] | 117 | # call convective adjustment ? |
---|
| 118 | calladj = .true. |
---|
| 119 | # call thermal conduction in the soil ? |
---|
| 120 | callsoil = .true. |
---|
| 121 | |
---|
| 122 | ######################################################################### |
---|
[253] | 123 | ## extra non-standard definitions for Earth |
---|
[135] | 124 | ######################################################################### |
---|
| 125 | |
---|
| 126 | ## Tracer and aerosol options |
---|
| 127 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
[2972] | 128 | # Number of radiatively active aerosols |
---|
[3100] | 129 | naerkind = 1 |
---|
| 130 | # Varying H2O cloud fraction? |
---|
| 131 | CLFvarying = .true. |
---|
| 132 | # H2O cloud fraction? |
---|
| 133 | CLFfixval = 1. |
---|
| 134 | # number mixing ratio of CO2 ice particles |
---|
| 135 | Nmix_co2 = 1.e5 |
---|
| 136 | # basic dust opacity |
---|
| 137 | dusttau = 0.0 |
---|
| 138 | # water cloud pressure level (norm. by psurf) |
---|
| 139 | cloudlvl = 0.0 |
---|
| 140 | # atm mass update due to tracer evaporation/condensation? |
---|
| 141 | mass_redistrib = .true. |
---|
[727] | 142 | # Radiatively active CO2 aerosol? |
---|
| 143 | aeroco2 = .false. |
---|
| 144 | # Fixed CO2 aerosol distribution? |
---|
| 145 | aerofixco2 = .false. |
---|
| 146 | # Radiatively active water aerosol? |
---|
[839] | 147 | aeroh2o = .true. |
---|
[727] | 148 | # Fixed water aerosol distribution? |
---|
| 149 | aerofixh2o = .false. |
---|
[3100] | 150 | # Radiatively active sulfur aersol? |
---|
| 151 | aeroh2so4 = .false. |
---|
| 152 | # fixed radii for h2o cloud particles? |
---|
| 153 | radfixed=.true. |
---|
[729] | 154 | # number mixing ratio of water particles (for rafixed=.false.) |
---|
[3100] | 155 | Nmix_h2o = 4e6 |
---|
[729] | 156 | # number mixing ratio of water ice particles (for rafixed=.false.) |
---|
[3100] | 157 | Nmix_h2o_ice = 2.e4 |
---|
| 158 | # radius of H2O water particles (for rafixed=.true.): (CHANGED FROM 10 TO 12 AFTER BENJAMIN) |
---|
| 159 | rad_h2o=12.e-6 |
---|
[729] | 160 | # radius of H2O ice particles (for rafixed=.true.): |
---|
| 161 | rad_h2o_ice=35.e-6 |
---|
[135] | 162 | |
---|
| 163 | ## Water options |
---|
| 164 | ## ~~~~~~~~~~~~~ |
---|
| 165 | # Model water cycle |
---|
| 166 | water = .true. |
---|
| 167 | # Model water cloud formation |
---|
| 168 | watercond = .true. |
---|
| 169 | # Model water precipitation (including coagulation etc.) |
---|
| 170 | waterrain = .true. |
---|
[3100] | 171 | # Moist adjustment |
---|
| 172 | moistadjustment = .true. |
---|
[729] | 173 | # Use simple precipitation scheme? |
---|
| 174 | precip_scheme=4 |
---|
| 175 | # multiplicative constant in Boucher 95 precip scheme |
---|
[3100] | 176 | Cboucher=0.6 |
---|
| 177 | # Include hydrology ? |
---|
[839] | 178 | hydrology = .true. |
---|
[3100] | 179 | # active runoff ? |
---|
| 180 | activerunoff = .true. |
---|
[729] | 181 | # H2O snow (and ice) albedo ? |
---|
[3100] | 182 | albedosnow = 0.65 |
---|
[729] | 183 | # Maximum sea ice thickness ? |
---|
| 184 | maxicethick = 10. |
---|
| 185 | # Freezing point of seawater (degrees C) ? |
---|
| 186 | Tsaldiff = 0.0 |
---|
| 187 | # Evolve surface water sources ? |
---|
| 188 | sourceevol = .false. |
---|
[3100] | 189 | # compute lightning rate ? |
---|
| 190 | compute_lightning = .true. |
---|
[135] | 191 | |
---|
| 192 | ## CO2 options |
---|
| 193 | ## ~~~~~~~~~~~ |
---|
| 194 | # call CO2 condensation ? |
---|
| 195 | co2cond = .false. |
---|
| 196 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
[253] | 197 | nearco2cond = .false. |
---|
| 198 | |
---|
[3100] | 199 | ## Subsurface options |
---|
| 200 | ## ~~~~~~~~~~~~~~~~~~ |
---|
| 201 | # Number of subsurface layers (For Earth 14 is OK; for Mars 18) |
---|
| 202 | nsoilmx=14 |
---|
| 203 | # Thickness of topmost soil layer (m) (For Earth 0.03 is OK; for Mars 0.0002) |
---|
| 204 | lay1_soil=0.03 |
---|
| 205 | #Coefficient for soil layer thickness distribution (default is 2) |
---|
| 206 | alpha_soil=2 |
---|
| 207 | |
---|
| 208 | ## Ocean options |
---|
| 209 | ## ~~~~~~~~~~~~~ |
---|
| 210 | # Model slab-ocean (Main flag for slab ocean) |
---|
| 211 | ok_slab_ocean = .true. |
---|
| 212 | # The following flags can only be set to true if ok_slab_ocean is true |
---|
| 213 | # Ekman transport |
---|
| 214 | slab_ekman = .true. |
---|
| 215 | # Ekman zonal advection |
---|
| 216 | slab_ekman_zonadv = .true. |
---|
| 217 | # Horizontal diffusion (default coef_hdiff=25000., can be changed) |
---|
| 218 | slab_hdiff = .true. |
---|
| 219 | # Slab-ocean timestep (in physics timesteps) |
---|
| 220 | cpl_pas = 1 |
---|
| 221 | # sea-ice |
---|
| 222 | #ok_slab_sic = .true. |
---|
| 223 | # Gent-McWilliams Scheme (can only be true if slab_ekman is true) |
---|
| 224 | slab_gm = .true. |
---|
| 225 | # Slab convective adjustment? 0 - no, 1 - yes |
---|
| 226 | slab_cadj = 1 |
---|
| 227 | # H2O snow (and ice) albedo for sea ? |
---|
| 228 | #albedosnowsea = 0.65 |
---|
| 229 | |
---|