1 | ### Orbit / General options |
---|
2 | ### ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
3 | # Run with or without tracer transport ? |
---|
4 | tracer = .true. |
---|
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 | # Compute effective variations of gravity field with altitude in physics ? |
---|
24 | # Better be true if you run with chemistry |
---|
25 | eff_gz = .false. |
---|
26 | |
---|
27 | ### Directory where external input files are |
---|
28 | ### ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
29 | datadir = ../../datagcm |
---|
30 | |
---|
31 | |
---|
32 | ### Radiative transfer options |
---|
33 | ### ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
34 | # Call radiative transfer? |
---|
35 | callrad = .true. |
---|
36 | # The rad. transfer is computed every "iradia" physical timestep |
---|
37 | iradia = 4 |
---|
38 | # Use blackbody for stellar spectrum ? |
---|
39 | stelbbody = .false. |
---|
40 | # Stellar blackbody temperature ? |
---|
41 | stelTbb = 2000.000 |
---|
42 | # Call multilayer correlated-k radiative transfer ? |
---|
43 | corrk = .true. |
---|
44 | # Folder in which correlated-k data is stored ? |
---|
45 | corrkdir = recombin |
---|
46 | # Use corr-k recombination instead of pre-mixed ? |
---|
47 | corrk_recombin = .true. |
---|
48 | # Call visible gaseous absorption in radiative transfer ? |
---|
49 | callgasvis = .true. |
---|
50 | # Call continuum in radiative transfer ? |
---|
51 | Continuum = .true. |
---|
52 | # Allow temperatures above kmatrix tmax |
---|
53 | strictboundcorrk = .false. |
---|
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 = 0. |
---|
62 | # Constant absorption coefficient in IR |
---|
63 | # (in m^2/kg; only if graybody=true): |
---|
64 | kappa_IR = 0. |
---|
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 = 94. |
---|
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 | # Remove lower boundary (e.g. for gas giant sims) |
---|
79 | noradsurf = .false. |
---|
80 | # Output optical diagnostics (in otpcv & optci) ? |
---|
81 | diagdtau = .false. |
---|
82 | |
---|
83 | |
---|
84 | ### Chemistry |
---|
85 | ### ~~~~~~~~~ |
---|
86 | # Call chemistry ? (must have tracer = .true.) |
---|
87 | callchim = .true. |
---|
88 | # Activate zonal mean ? |
---|
89 | moyzon_ch = .true. |
---|
90 | # Chemistry is computed every "ichim" phys. timestep |
---|
91 | ichim = 20 |
---|
92 | # Infinite tank of CH4 ? (.false. == lakes at the poles) |
---|
93 | resCH4_inf = .false. |
---|
94 | |
---|
95 | |
---|
96 | ### Microphysics |
---|
97 | ### ~~~~~~~~~~~~ |
---|
98 | # Call microphysics ? (must have tracer = .true.) |
---|
99 | callmufi = .true. |
---|
100 | # Activate zonal mean ? (must be .true. if callmufi by now ?) |
---|
101 | moyzon_mu = .false. |
---|
102 | # If yes, compute clouds ? |
---|
103 | callclouds = .true. |
---|
104 | # If yes, number of ices ? (must be compatible with traceur.def AND microphysical model) |
---|
105 | nices = 4 |
---|
106 | # Use new optics for clouds ? |
---|
107 | opt4clouds = .true. |
---|
108 | # Cloudy fraction in the Clear / Dark column method ? |
---|
109 | Fcloudy = 0.2 |
---|
110 | # Adjustment of ssca albedo for cloudy dropplet ? |
---|
111 | Fssa = 0.90 |
---|
112 | # Adjustment of aerosol properties in the VIS ? |
---|
113 | FHVIS = 1.0 |
---|
114 | # Adjustment of aerosol properties in the IR ? |
---|
115 | FHIR = 1.0 |
---|
116 | # Desactivate radiative coupling of microphysics (i.e. use mean opacity profile) |
---|
117 | uncoupl_optic_haze = .false. |
---|
118 | # Use haze seasonal model ? (if you run without coupled microphysics) |
---|
119 | seashaze = .false. |
---|
120 | |
---|
121 | # ~~~~~ Parameters for microphysics ~~~~~ |
---|
122 | # Path to microphys. config file ? |
---|
123 | config_mufi = ../../datagcm/microphysics/config.ne15.cfg |
---|
124 | # Pressure level of aer. production (Pa) ? |
---|
125 | p_prod = 1.0 |
---|
126 | # Aer. production rate (kg.m-2.s-1) ? |
---|
127 | tx_prod = 3.5e-13 |
---|
128 | # Equivalent radius production (m) ? |
---|
129 | rc_prod = 1.0e-8 |
---|
130 | # Radius of air (nitrogen) molecule (m) ? |
---|
131 | air_rad = 1.75e-10 |
---|
132 | |
---|
133 | |
---|
134 | ### Star type |
---|
135 | ### ~~~~~~~~~ |
---|
136 | startype = 1 |
---|
137 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
138 | # The choices are: |
---|
139 | # |
---|
140 | # startype = 1 Sol (G2V-class main sequence) |
---|
141 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
142 | # Stellar flux at 1 AU. Examples: |
---|
143 | # 1366.0 W m-2 Sol today |
---|
144 | # 1024.5 W m-2 Sol today x 0.75 = weak early Sun |
---|
145 | Fat1AU = 1366.0 |
---|
146 | |
---|
147 | |
---|
148 | ### Other physics options |
---|
149 | ### ~~~~~~~~~~~~~~~~~~~~~ |
---|
150 | # Call turbulent vertical diffusion ? |
---|
151 | calldifv = .true. |
---|
152 | # Use turbdiff instead of vdifc ? |
---|
153 | UseTurbDiff = .true. |
---|
154 | # Call convective adjustment ? |
---|
155 | calladj = .true. |
---|
156 | # Call thermal conduction in the soil ? |
---|
157 | callsoil = .true. |
---|
158 | # Call nudging of zonal wind ? |
---|
159 | nudging_u = .true. |
---|
160 | # Nudging relaxation time (secondes) ? |
---|
161 | nudging_dt = 9.3e8 |
---|