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