[838] | 1 | ## Orbit / general options |
---|
| 2 | ## ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 3 | # Run with or without tracer transport ? |
---|
| 4 | tracer = .false. |
---|
| 5 | # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating |
---|
| 6 | diurnal = .true. |
---|
| 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. |
---|
| 19 | # Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ? |
---|
| 20 | check_cpp_match=.false. |
---|
| 21 | |
---|
| 22 | ## Directory where external input files are |
---|
| 23 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 24 | datadir = /san/home/spiga/DATAGENERIC |
---|
| 25 | datadir = /home/spiga/datagcm |
---|
| 26 | |
---|
| 27 | ## Radiative transfer options |
---|
| 28 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 29 | # call radiative transfer? |
---|
| 30 | callrad = .true. |
---|
| 31 | # the rad. transfer is computed every "iradia" physical timestep |
---|
| 32 | iradia = 6 |
---|
| 33 | # call multilayer correlated-k radiative transfer ? |
---|
| 34 | corrk = .true. |
---|
| 35 | # Include continuum absorption in radiative transfer (note CO2 is treated separately) ? |
---|
| 36 | continuum = .false. |
---|
| 37 | # folder in which correlated-k data is stored ? |
---|
| 38 | corrkdir = null |
---|
| 39 | # call visible gaseous absorption in radiative transfer ? |
---|
| 40 | callgasvis = .true. |
---|
| 41 | # Include Rayleigh scattering in the visible ? |
---|
| 42 | rayleigh = .false. |
---|
| 43 | # Uniform absorption coefficient in radiative transfer? |
---|
| 44 | graybody = .true. |
---|
| 45 | # Constant absorption coefficient in visible |
---|
| 46 | # (in m^2/kg; only if graybody=true): |
---|
| 47 | # tau_surf= kappa*P/g |
---|
| 48 | kappa_VI = 5.e-5 |
---|
| 49 | kappa_VI = 1.e-20 |
---|
| 50 | # Constant absorption coefficient in IR |
---|
| 51 | # (in m^2/kg; only if graybody=true): |
---|
| 52 | kappa_IR = 1.e-4 |
---|
| 53 | kappa_IR = 1.e-5 |
---|
| 54 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 55 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 56 | tplanet = 215. |
---|
| 57 | # Output spectral OLR in 3D? |
---|
| 58 | specOLR = .false. |
---|
| 59 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
| 60 | meanOLR = .false. |
---|
| 61 | # Variable gas species: Radiatively active ? |
---|
| 62 | varactive = .false. |
---|
| 63 | # Variable gas species: Fixed vertical distribution ? |
---|
| 64 | # (not to be used in time integration mode) |
---|
| 65 | varfixed = .false. |
---|
| 66 | # Variable gas species: Saturation percentage value at ground ? |
---|
| 67 | satval = 0.0 |
---|
| 68 | # Force specific heat capacity and molecular mass values |
---|
| 69 | force_cpp = .false. |
---|
| 70 | # Remove lower boundary (e.g. for gas giant sims) |
---|
| 71 | noradsurf = .false. |
---|
| 72 | |
---|
| 73 | ## Star type |
---|
| 74 | ## ~~~~~~~~~ |
---|
| 75 | startype = 1 |
---|
| 76 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 77 | # The choices are: |
---|
| 78 | # |
---|
| 79 | # startype = 1 Sol (G2V-class main sequence) |
---|
| 80 | # startype = 2 Ad Leo (M-class, synthetic) |
---|
| 81 | # startype = 3 GJ644 |
---|
| 82 | # startype = 4 HD128167 |
---|
| 83 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 84 | # Stellar flux at 1 AU. Examples: |
---|
| 85 | # 1366.0 W m-2 Sol today |
---|
| 86 | # 1024.5 W m-2 Sol today x 0.75 = weak early Sun |
---|
| 87 | # 18.462 W m-2 The feeble Gl581 |
---|
| 88 | # 19.960 W m-2 Gl581 with e=0.38 orbital average |
---|
| 89 | Fat1AU = 1366.0 |
---|
| 90 | |
---|
| 91 | ## Tracer and aerosol options |
---|
| 92 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 93 | # Gravitational sedimentation of tracers (just H2O ice for now) ? |
---|
| 94 | sedimentation = .false. |
---|
| 95 | |
---|
| 96 | ## Other physics options |
---|
| 97 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 98 | # call turbulent vertical diffusion ? |
---|
| 99 | calldifv = .true. |
---|
| 100 | # use turbdiff instead of vdifc ? |
---|
| 101 | UseTurbDiff = .true. |
---|
| 102 | # call convective adjustment ? |
---|
| 103 | calladj = .true. |
---|
| 104 | # call thermal conduction in the soil ? |
---|
| 105 | callsoil = .true. |
---|
| 106 | |
---|
| 107 | ######################################################################### |
---|
| 108 | ## extra non-standard definitions for Earth |
---|
| 109 | ######################################################################### |
---|
| 110 | |
---|
| 111 | ## Tracer and aerosol options |
---|
| 112 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 113 | # Radiatively active CO2 aerosol? |
---|
| 114 | aeroco2 = .false. |
---|
| 115 | # Fixed CO2 aerosol distribution? |
---|
| 116 | aerofixco2 = .false. |
---|
| 117 | # Radiatively active water aerosol? |
---|
| 118 | aeroh2o = .false. |
---|
| 119 | # Fixed water aerosol distribution? |
---|
| 120 | aerofixh2o = .false. |
---|
| 121 | # basic dust opacity |
---|
| 122 | dusttau = 0.0 |
---|
| 123 | # Varying H2O cloud fraction? |
---|
| 124 | CLFvarying = .true. |
---|
| 125 | # H2O cloud fraction if fixed? |
---|
| 126 | CLFfixval = 0.5 |
---|
| 127 | # fixed radii for cloud particles? |
---|
| 128 | radfixed=.false. |
---|
| 129 | # number mixing ratio of CO2 ice particles |
---|
| 130 | Nmix_co2 = 100000. |
---|
| 131 | # number mixing ratio of water particles (for rafixed=.false.) |
---|
| 132 | Nmix_h2o = 1.e7 |
---|
| 133 | # number mixing ratio of water ice particles (for rafixed=.false.) |
---|
| 134 | Nmix_h2o_ice = 5.e5 |
---|
| 135 | # radius of H2O water particles (for rafixed=.true.): |
---|
| 136 | rad_h2o=10.e-6 |
---|
| 137 | # radius of H2O ice particles (for rafixed=.true.): |
---|
| 138 | rad_h2o_ice=35.e-6 |
---|
| 139 | # atm mass update due to tracer evaporation/condensation? |
---|
| 140 | mass_redistrib = .false. |
---|
| 141 | |
---|
| 142 | ## Water options |
---|
| 143 | ## ~~~~~~~~~~~~~ |
---|
| 144 | # Model water cycle |
---|
| 145 | water = .false. |
---|
| 146 | # Model water cloud formation |
---|
| 147 | watercond = .false. |
---|
| 148 | # Model water precipitation (including coagulation etc.) |
---|
| 149 | waterrain = .false. |
---|
| 150 | # Use simple precipitation scheme? |
---|
| 151 | precip_scheme=4 |
---|
| 152 | # multiplicative constant in Boucher 95 precip scheme |
---|
| 153 | Cboucher=1. |
---|
| 154 | # WATER: hydrology ? |
---|
| 155 | hydrology = .false. |
---|
| 156 | # H2O snow (and ice) albedo ? |
---|
| 157 | albedosnow = 0.6 |
---|
| 158 | # Maximum sea ice thickness ? |
---|
| 159 | maxicethick = 10. |
---|
| 160 | # Freezing point of seawater (degrees C) ? |
---|
| 161 | Tsaldiff = 0.0 |
---|
| 162 | # Evolve surface water sources ? |
---|
| 163 | sourceevol = .false. |
---|
| 164 | |
---|
| 165 | ## CO2 options |
---|
| 166 | ## ~~~~~~~~~~~ |
---|
| 167 | # gas is non-ideal CO2 ? |
---|
| 168 | nonideal = .false. |
---|
| 169 | # call CO2 condensation ? |
---|
| 170 | co2cond = .false. |
---|
| 171 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
| 172 | nearco2cond = .false. |
---|