[135] | 1 | ## Orbit / general options |
---|
| 2 | ## ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 3 | # Run with or without tracer transport ? |
---|
| 4 | tracer = .true. |
---|
[3725] | 5 | # rate of outputs for diagfi files (in physics steps, default: 24) |
---|
| 6 | diagfi_output_rate = 6 |
---|
[135] | 7 | # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating |
---|
[253] | 8 | diurnal = .true. |
---|
[135] | 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" ? |
---|
[253] | 18 | callstats = .true. |
---|
[135] | 19 | # Test energy conservation of model physics ? |
---|
| 20 | enertest = .false. |
---|
[539] | 21 | # Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ? |
---|
| 22 | check_cpp_match=.true. |
---|
[135] | 23 | |
---|
| 24 | ## Radiative transfer options |
---|
| 25 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 26 | # call radiative transfer? |
---|
| 27 | callrad = .true. |
---|
| 28 | # the rad. transfer is computed every "iradia" physical timestep |
---|
| 29 | iradia = 4 |
---|
| 30 | # call multilayer correlated-k radiative transfer ? |
---|
| 31 | corrk = .true. |
---|
[539] | 32 | # Include continuum absorption in radiative transfer (note CO2 is treated separately) ? |
---|
| 33 | continuum = .true. |
---|
[135] | 34 | # folder in which correlated-k data is stored ? |
---|
| 35 | corrkdir = earlymars |
---|
| 36 | # call visible gaseous absorption in radiative transfer ? |
---|
| 37 | callgasvis = .true. |
---|
| 38 | # Include Rayleigh scattering in the visible ? |
---|
| 39 | rayleigh = .true. |
---|
| 40 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 41 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 42 | tplanet = 215. |
---|
[253] | 43 | # Output spectral OLR in 1D/3D? |
---|
[135] | 44 | specOLR = .false. |
---|
[253] | 45 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
| 46 | meanOLR = .true. |
---|
[135] | 47 | # Variable gas species: Radiatively active ? |
---|
[253] | 48 | varactive = .true. |
---|
[135] | 49 | # Variable gas species: Fixed vertical distribution ? |
---|
[253] | 50 | varfixed = .false. |
---|
[135] | 51 | # Variable gas species: Saturation percentage value at ground ? |
---|
[253] | 52 | satval = 0.0 |
---|
[135] | 53 | |
---|
| 54 | ## Star type |
---|
| 55 | ## ~~~~~~~~~ |
---|
| 56 | startype = 1 |
---|
| 57 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 58 | # The choices are: |
---|
| 59 | # |
---|
| 60 | # startype = 1 Sol (G2V-class main sequence) |
---|
| 61 | # startype = 2 Ad Leo (M-class, synthetic) |
---|
| 62 | # startype = 3 GJ644 |
---|
| 63 | # startype = 4 HD128167 |
---|
[1784] | 64 | # startype = 9 TRAPPIST-1 |
---|
| 65 | # startype = 10 Proxima Centauri |
---|
[135] | 66 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 67 | # Stellar flux at 1 AU. Examples: |
---|
[253] | 68 | # 1366.0 W m-2 Sol today |
---|
| 69 | # 1024.5 W m-2 Sol today x 0.75 = weak Sun 3.8 GYa |
---|
| 70 | # 18.462 W m-2 The feeble GJ581 |
---|
| 71 | # 19.960 W m-2 GJ581 with e=0.38 orbital average |
---|
| 72 | Fat1AU = 1024.5 |
---|
[135] | 73 | |
---|
| 74 | ## Tracer and aerosol options |
---|
| 75 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 76 | # Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ? |
---|
| 77 | sedimentation = .false. |
---|
| 78 | |
---|
[2972] | 79 | |
---|
[135] | 80 | ## Other physics options |
---|
| 81 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 82 | # call turbulent vertical diffusion ? |
---|
| 83 | calldifv = .true. |
---|
[727] | 84 | # use turbdiff instead of vdifc ? |
---|
| 85 | UseTurbDiff = .true. |
---|
[135] | 86 | # call convective adjustment ? |
---|
| 87 | calladj = .true. |
---|
| 88 | # call thermal conduction in the soil ? |
---|
| 89 | callsoil = .true. |
---|
| 90 | |
---|
| 91 | ######################################################################### |
---|
[539] | 92 | ## extra non-standard definitions for Early Mars |
---|
[135] | 93 | ######################################################################### |
---|
| 94 | |
---|
| 95 | ## Tracer and aerosol options |
---|
| 96 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
[2972] | 97 | # Number of radiatively active aerosols |
---|
| 98 | naerkind=2 |
---|
[727] | 99 | # Radiatively active CO2 aerosol? |
---|
| 100 | aeroco2 = .true. |
---|
| 101 | # Fixed CO2 aerosol distribution? |
---|
| 102 | aerofixco2 = .false. |
---|
| 103 | # Radiatively active water aerosol? |
---|
| 104 | aeroh2o = .true. |
---|
| 105 | # Fixed water aerosol distribution? |
---|
| 106 | aerofixh2o = .false. |
---|
| 107 | # basic dust opacity |
---|
| 108 | dusttau = 0.0 |
---|
[253] | 109 | # Varying H2O cloud fraction? |
---|
| 110 | CLFvarying = .false. |
---|
| 111 | # H2O cloud fraction? |
---|
| 112 | CLFfixval = 0.5 |
---|
[729] | 113 | # fixed radii for cloud particles? |
---|
| 114 | radfixed=.false. |
---|
[135] | 115 | # number mixing ratio of CO2 ice particles |
---|
| 116 | Nmix_co2 = 100000. |
---|
[729] | 117 | # number mixing ratio of water particles (for rafixed=.false.) |
---|
| 118 | Nmix_h2o = 1.e7 |
---|
| 119 | # number mixing ratio of water ice particles (for rafixed=.false.) |
---|
| 120 | Nmix_h2o_ice = 5.e5 |
---|
| 121 | # radius of H2O water particles (for rafixed=.true.): |
---|
| 122 | rad_h2o=10.e-6 |
---|
| 123 | # radius of H2O ice particles (for rafixed=.true.): |
---|
| 124 | rad_h2o_ice=35.e-6 |
---|
| 125 | # atm mass update due to tracer evaporation/condensation? |
---|
| 126 | mass_redistrib = .false. |
---|
[135] | 127 | |
---|
| 128 | ## Water options |
---|
| 129 | ## ~~~~~~~~~~~~~ |
---|
| 130 | # Model water cycle |
---|
| 131 | water = .true. |
---|
| 132 | # Model water cloud formation |
---|
| 133 | watercond = .true. |
---|
| 134 | # Model water precipitation (including coagulation etc.) |
---|
| 135 | waterrain = .true. |
---|
[729] | 136 | # Use simple precipitation scheme? |
---|
| 137 | precip_scheme=4 |
---|
| 138 | # multiplicative constant in Boucher 95 precip scheme |
---|
| 139 | Cboucher=1. |
---|
[539] | 140 | # Include hydrology ? |
---|
[253] | 141 | hydrology = .true. |
---|
[1498] | 142 | # Spectral Dependant Albedo ? |
---|
| 143 | albedo_spectral_mode=.false. |
---|
| 144 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 145 | # If albedo_spectral_mode=.true., albedosnow becomes the 0.5 micron snow albedo. |
---|
| 146 | # |
---|
| 147 | # albedosnow = 0.95 (0.73 Sun-integrated) for fresh snow. |
---|
| 148 | # = 0.50 (0.39 Sun-integrated) for dirty snow. |
---|
| 149 | # = 0.645 (0.50 Sun-integrated) for 'realistic' snow. |
---|
| 150 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
[539] | 151 | # H2O snow (and ice) albedo ? |
---|
[1498] | 152 | albedosnow = 0.50 |
---|
[539] | 153 | # Maximum sea ice thickness ? |
---|
| 154 | maxicethick = 0.05 |
---|
| 155 | # Freezing point of seawater (degrees C) ? |
---|
| 156 | Tsaldiff = 0.0 |
---|
| 157 | # Evolve surface water sources ? |
---|
| 158 | sourceevol = .true. |
---|
| 159 | # Ice evolution timestep ? |
---|
| 160 | icetstep = 10 |
---|
[135] | 161 | |
---|
| 162 | ## CO2 options |
---|
| 163 | ## ~~~~~~~~~~~ |
---|
[1498] | 164 | # Co2 ice albedo ? |
---|
| 165 | albedoco2ice = 0.5 |
---|
[135] | 166 | # gas is non-ideal CO2 ? |
---|
| 167 | nonideal = .false. |
---|
| 168 | # call CO2 condensation ? |
---|
| 169 | co2cond = .true. |
---|
| 170 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
[253] | 171 | nearco2cond = .false. |
---|
| 172 | |
---|