[1681] | 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 = .true. |
---|
| 19 | # check if cpp matches gases.def (should be false in 1d) |
---|
| 20 | check_cpp_match = .false. |
---|
| 21 | # force cpp and mugaz values from gases.def (should be false in 1d) |
---|
| 22 | force_cpp = .false. |
---|
| 23 | |
---|
| 24 | ## Directory where external input files are |
---|
| 25 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 26 | datadir = ../../datagcm |
---|
| 27 | |
---|
| 28 | ## Radiative transfer options |
---|
| 29 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 30 | # call radiative transfer? |
---|
| 31 | callrad = .true. |
---|
| 32 | # the rad. transfer is computed every "iradia" physical timestep |
---|
| 33 | iradia = 5 |
---|
| 34 | # Use blackbody for stellar spectrum ? |
---|
| 35 | stelbbody = .false. |
---|
| 36 | # Stellar blackbody temperature ? |
---|
| 37 | stelTbb = 2000.000 |
---|
| 38 | # call multilayer correlated-k radiative transfer ? |
---|
| 39 | corrk = .true. |
---|
| 40 | # folder in which correlated-k data is stored ? |
---|
[1795] | 41 | corrkdir = 23x23 |
---|
[2241] | 42 | # use corr-k recombination instead of pre-mixed ? |
---|
| 43 | corrk_recombin = .false. |
---|
[1681] | 44 | # call visible gaseous absorption in radiative transfer ? |
---|
| 45 | callgasvis = .true. |
---|
| 46 | # call continuum in radiative transfer ? |
---|
| 47 | Continuum = .true. |
---|
| 48 | # Allow temperatures above kmatrix tmax |
---|
| 49 | strictboundcorrk = .false. |
---|
| 50 | # Include Rayleigh scattering in the visible ? |
---|
| 51 | rayleigh = .true. |
---|
| 52 | # Uniform absorption coefficient in radiative transfer? |
---|
| 53 | graybody = .false. |
---|
| 54 | # Constant absorption coefficient in visible |
---|
| 55 | # (in m^2/kg; only if graybody=true): |
---|
| 56 | # tau_surf= kappa*P/g |
---|
| 57 | kappa_VI = 0. |
---|
| 58 | # Constant absorption coefficient in IR |
---|
| 59 | # (in m^2/kg; only if graybody=true): |
---|
| 60 | kappa_IR = 0. |
---|
| 61 | # Use Newtonian cooling in place of radiative transfer ? |
---|
| 62 | newtonian = .false. |
---|
| 63 | # Radiative timescale for Newtonian cooling ? [only if newtonian = T] |
---|
| 64 | tau_relax = 30.00000 |
---|
| 65 | # Test physics timescale in 1D ? |
---|
| 66 | testradtimes = .false. |
---|
| 67 | # Characteristic planetary equilibrium (black body) temperature |
---|
| 68 | # This is used only in the aerosol radiative transfer setup. (see aerave.F) |
---|
| 69 | tplanet = 94. |
---|
| 70 | # Output spectral OLR in 1D/3D? |
---|
| 71 | specOLR = .false. |
---|
| 72 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
| 73 | meanOLR = .false. |
---|
| 74 | # Remove lower boundary (e.g. for gas giant sims) |
---|
| 75 | noradsurf = .false. |
---|
| 76 | |
---|
[1948] | 77 | |
---|
| 78 | # Compute effective variations of gravity field with altitude in physics ? |
---|
| 79 | ## Better be true if you run with chemistry |
---|
| 80 | eff_gz = .true. |
---|
| 81 | |
---|
[1681] | 82 | ## Chemistry |
---|
| 83 | ## ~~~~~~~~~ |
---|
| 84 | # call chemistry ? (must have tracer=true) |
---|
| 85 | callchim = .false. |
---|
[1926] | 86 | # Activate zonal mean ? |
---|
[1795] | 87 | moyzon_ch = .false. |
---|
[1681] | 88 | # chemistry is computed every "ichim" phys. timestep |
---|
[1795] | 89 | ichim = 200 |
---|
[1681] | 90 | |
---|
[1795] | 91 | ## Microphysics |
---|
| 92 | ## ~~~~~~~~~~~~ |
---|
[2241] | 93 | # use haze seasonal model ? ( if you run without coupled microphysics ) |
---|
| 94 | seashaze = .false. |
---|
[1795] | 95 | # call microphysics ? (must have tracer=true) |
---|
| 96 | callmufi = .false. |
---|
[1926] | 97 | ## If yes, compute clouds ? |
---|
[1795] | 98 | callclouds = .false. |
---|
| 99 | ### If yes, number of ices ? (must be compatible with traceur.def AND microphysical model ) |
---|
| 100 | nices = 3 |
---|
[1926] | 101 | # Desactivate radiative coupling of microphysics ( i.e. use mean opacity profile ) |
---|
| 102 | uncoupl_optic_haze = .true. |
---|
[1795] | 103 | # ~~~~~ Parameters for microphysics ~~~~~ |
---|
| 104 | # Path to microphys. config file ? |
---|
| 105 | config_mufi = ../../datagcm/microphysics/config.ne15.cfg |
---|
| 106 | # Pressure level of aer. production (Pa) ? |
---|
| 107 | p_prod = 1.0 |
---|
| 108 | # Aer. production rate (kg.m-2.s-1) ? |
---|
| 109 | tx_prod = 3.5e-13 |
---|
| 110 | # Equivalent radius production (m) ? |
---|
| 111 | rc_prod = 2.0e-8 |
---|
| 112 | # Radius of air (nitrogen) molecule (m) ? |
---|
| 113 | air_rad = 1.75e-10 |
---|
| 114 | |
---|
| 115 | |
---|
[1681] | 116 | ## Star type |
---|
| 117 | ## ~~~~~~~~~ |
---|
| 118 | startype = 1 |
---|
| 119 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 120 | # The choices are: |
---|
| 121 | # |
---|
| 122 | # startype = 1 Sol (G2V-class main sequence) |
---|
| 123 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 124 | # Stellar flux at 1 AU. Examples: |
---|
| 125 | # 1366.0 W m-2 Sol today |
---|
| 126 | # 1024.5 W m-2 Sol today x 0.75 = weak early Sun |
---|
| 127 | Fat1AU = 1366.0 |
---|
| 128 | |
---|
| 129 | ## Other physics options |
---|
| 130 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
| 131 | # call turbulent vertical diffusion ? |
---|
| 132 | calldifv = .true. |
---|
| 133 | # use turbdiff instead of vdifc ? |
---|
| 134 | UseTurbDiff = .true. |
---|
| 135 | # call convective adjustment ? |
---|
| 136 | calladj = .true. |
---|
| 137 | # call thermal conduction in the soil ? |
---|
| 138 | callsoil = .true. |
---|