[1164] | 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 = .false. #.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 | # Planet with rings? |
---|
| 14 | rings_shadow = .false. |
---|
| 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 to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ? |
---|
| 22 | check_cpp_match=.false. |
---|
| 23 | |
---|
| 24 | ## Directory where external input files are |
---|
| 25 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 26 | #datadir = /san/home/spiga/DATAGENERIC |
---|
| 27 | #datadir = /san/home/spiga/COMMON/DATAGENERIC/ |
---|
| 28 | #datadir = /home/spiga/datagcm |
---|
| 29 | datadir = /san/common/umr8539/DATAGENERIC/ |
---|
| 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 = 40 |
---|
| 37 | # call multilayer correlated-k radiative transfer ? |
---|
| 38 | corrk = .true. |
---|
| 39 | # Include continuum absorption in radiative transfer (note CO2 is treated separately) ? |
---|
| 40 | continuum = .true. |
---|
| 41 | # folder in which correlated-k data is stored ? |
---|
| 42 | #corrkdir = CH4_C2H6_C2H2_Profils |
---|
| 43 | #corrkdir = CH4_C2H6_C2H2_T_70-400K |
---|
| 44 | #corrkdir = CH4_C2H6_C2H2_HITRAN2012 |
---|
| 45 | corrkdir = CH4_C2H6_C2H2_HITRAN2012_Karko |
---|
| 46 | # call visible gaseous absorption in radiative transfer ? |
---|
| 47 | callgasvis = .true. |
---|
| 48 | # Include Rayleigh scattering in the visible ? |
---|
| 49 | rayleigh = .true. |
---|
| 50 | # Uniform absorption coefficient in radiative transfer? |
---|
| 51 | graybody = .false. |
---|
| 52 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 53 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 54 | tplanet = 100. |
---|
| 55 | # Output spectral OLR in 1D/3D? |
---|
| 56 | specOLR = .false. |
---|
| 57 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
| 58 | meanOLR = .false. |
---|
| 59 | # Variable gas species: Radiatively active ? |
---|
| 60 | varactive = .false. |
---|
| 61 | # Variable gas species: Fixed vertical distribution ? |
---|
| 62 | # (not to be used in time integration mode) |
---|
| 63 | varfixed = .false. |
---|
| 64 | # Variable gas species: Saturation percentage value at ground ? |
---|
| 65 | satval = 0.0 |
---|
| 66 | # Force specific heat capacity and molecular mass values |
---|
| 67 | force_cpp = .true. |
---|
| 68 | # Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T] |
---|
| 69 | cpp = 11500. |
---|
| 70 | # Molecular mass in g mol-1 [only used if force_cpp = T] |
---|
| 71 | mugaz = 2.34 |
---|
| 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 = .false. |
---|
| 106 | # Internal heat flux (matters only if callsoil=F) |
---|
| 107 | intheat = 2.0 |
---|
| 108 | # Remove lower boundary (e.g. for gas giant sims) |
---|
| 109 | nosurf = .true. |
---|
| 110 | |
---|
| 111 | ######################################################################### |
---|
| 112 | ## extra non-standard definitions for Earth |
---|
| 113 | ######################################################################### |
---|
| 114 | |
---|
| 115 | ## Tracer and aerosol options |
---|
| 116 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 117 | #Ammonia cloud? |
---|
| 118 | aeronh3 = .false. |
---|
| 119 | # Radiatively active CO2 aerosol? |
---|
| 120 | aeroco2 = .false. |
---|
| 121 | # Fixed CO2 aerosol distribution? |
---|
| 122 | aerofixco2 = .false. |
---|
| 123 | # Radiatively active water aerosol? |
---|
| 124 | aeroh2o = .false. |
---|
| 125 | # Fixed water aerosol distribution? |
---|
| 126 | aerofixh2o = .false. |
---|
| 127 | # basic dust opacity |
---|
| 128 | dusttau = 0.0 |
---|
| 129 | # Varying H2O cloud fraction? |
---|
| 130 | CLFvarying = .false. |
---|
| 131 | # H2O cloud fraction if fixed? |
---|
| 132 | CLFfixval = 0.0 |
---|
| 133 | # fixed radii for cloud particles? |
---|
| 134 | radfixed=.false. |
---|
| 135 | # number mixing ratio of CO2 ice particles |
---|
| 136 | Nmix_co2 = 100000. |
---|
| 137 | # number mixing ratio of water particles (for rafixed=.false.) |
---|
| 138 | Nmix_h2o = 1.e7 |
---|
| 139 | # number mixing ratio of water ice particles (for rafixed=.false.) |
---|
| 140 | Nmix_h2o_ice = 5.e5 |
---|
| 141 | # radius of H2O water particles (for rafixed=.true.): |
---|
| 142 | rad_h2o=10.e-6 |
---|
| 143 | # radius of H2O ice particles (for rafixed=.true.): |
---|
| 144 | rad_h2o_ice=35.e-6 |
---|
| 145 | # atm mass update due to tracer evaporation/condensation? |
---|
| 146 | mass_redistrib = .false. |
---|
| 147 | |
---|
| 148 | |
---|
| 149 | # Radiatively active SATURN aerosol? |
---|
| 150 | aeroback2lay = .true. |
---|
| 151 | # Parametrization of SATURN aerosol? |
---|
| 152 | obs_tau_col_tropo = 8.0 |
---|
| 153 | size_tropo = 2.e-6 |
---|
| 154 | # To not call abort when temperature is outside boundaries: |
---|
| 155 | strictboundcorrk = .false. |
---|
| 156 | |
---|
| 157 | |
---|
| 158 | ## Water options |
---|
| 159 | ## ~~~~~~~~~~~~~ |
---|
| 160 | # Model water cycle |
---|
| 161 | water = .false. |
---|
| 162 | # Model water cloud formation |
---|
| 163 | watercond = .false. |
---|
| 164 | # Model water precipitation (including coagulation etc.) |
---|
| 165 | waterrain = .false. |
---|
| 166 | # Use simple precipitation scheme? |
---|
| 167 | precip_scheme=4 |
---|
| 168 | # multiplicative constant in Boucher 95 precip scheme |
---|
| 169 | Cboucher=1. |
---|
| 170 | # Include hydrology ? |
---|
| 171 | hydrology = .false. |
---|
| 172 | # H2O snow (and ice) albedo ? |
---|
| 173 | albedosnow = 0.6 |
---|
| 174 | # Maximum sea ice thickness ? |
---|
| 175 | maxicethick = 10. |
---|
| 176 | # Freezing point of seawater (degrees C) ? |
---|
| 177 | Tsaldiff = 0.0 |
---|
| 178 | # Evolve surface water sources ? |
---|
| 179 | sourceevol = .false. |
---|
| 180 | |
---|
| 181 | ## CO2 options |
---|
| 182 | ## ~~~~~~~~~~~ |
---|
| 183 | # call CO2 condensation ? |
---|
| 184 | co2cond = .false. |
---|
| 185 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
| 186 | nearco2cond = .false. |
---|