1 | ## Directory where external input files are |
---|
2 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
3 | datadir = /d5/aslmd/DATAGENERIC |
---|
4 | |
---|
5 | ## Orbit / general options |
---|
6 | ## ~~~~~~~~~~~~~~~~~~~~~~~ |
---|
7 | # Run with or without tracer transport ? |
---|
8 | tracer = .false. |
---|
9 | # Diurnal cycle ? if diurnal=false, diurnally averaged solar heating |
---|
10 | diurnal = .false. |
---|
11 | # Seasonal cycle ? if season=false, Ls stays constant, to value set in "start" |
---|
12 | season = .false. |
---|
13 | # Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart |
---|
14 | tlocked = .false. |
---|
15 | # Tidal resonance ratio ? ratio T_orbit to T_rotation |
---|
16 | nres = 1 |
---|
17 | # Write some more output on the screen ? |
---|
18 | lwrite = .false. |
---|
19 | # Save statistics in file "stats.nc" ? |
---|
20 | callstats = .false. |
---|
21 | # Test energy conservation of model physics ? |
---|
22 | enertest = .true. |
---|
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 = 1 |
---|
30 | # Use blackbody for stellar spectrum ? |
---|
31 | stelbbody = .false. |
---|
32 | # Stellar blackbody temperature ? |
---|
33 | stelTbb = 5800.000 |
---|
34 | # call multilayer correlated-k radiative transfer ? |
---|
35 | corrk = .true. |
---|
36 | # folder in which correlated-k data is stored ? |
---|
37 | corrkdir = null |
---|
38 | # call visible gaseous absorption in radiative transfer ? |
---|
39 | callgasvis = .true. |
---|
40 | # Include Rayleigh scattering in the visible ? |
---|
41 | rayleigh = .true. |
---|
42 | # Uniform absorption coefficient in IR ? |
---|
43 | graybody = .false. |
---|
44 | # Use Newtonian cooling in place of radiative transfer ? |
---|
45 | newtonian = .false. |
---|
46 | # Radiative timescale for Newtonian cooling ? [only if newtonian = T] |
---|
47 | tau_relax = 30.00000 |
---|
48 | # Test physics timescale in 1D ? |
---|
49 | testradtimes = .false. |
---|
50 | # Output spectral OLR in 1D/3D? |
---|
51 | specOLR = .true. |
---|
52 | # Output global radiative balance in file 'rad_bal.out' - slow for 1D!! |
---|
53 | meanOLR = .false. |
---|
54 | # Variable gas species: Radiatively active ? |
---|
55 | varactive = .false. |
---|
56 | # Variable gas species: Fixed vertical distribution ? |
---|
57 | varfixed = .false. |
---|
58 | # Variable gas species: Saturation percentage value at ground ? |
---|
59 | satval = 1.0 |
---|
60 | # Use fixed vertical profile, 1 step, no iteration ? |
---|
61 | kastprof = .false. |
---|
62 | # Remove lower boundary (e.g. for gas giant sims) |
---|
63 | noradsurf = .true. |
---|
64 | noradsurf = .false. |
---|
65 | |
---|
66 | ## Star type |
---|
67 | ## ~~~~~~~~~ |
---|
68 | startype = 1 |
---|
69 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
70 | # The choices are: |
---|
71 | # |
---|
72 | # startype = 1 Sol (G2V-class main sequence) |
---|
73 | # startype = 2 Ad Leo (M-class, synthetic) |
---|
74 | # startype = 3 GJ644 |
---|
75 | # startype = 4 HD128167 |
---|
76 | # ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
77 | # Stellar flux at 1 AU. Examples: |
---|
78 | # 1366.0 W m-2 Sol today |
---|
79 | # 1024.5 W m-2 Sol today x 0.75 = weak Sun 3.8 GYa |
---|
80 | # 18.462 W m-2 The feeble GJ581 |
---|
81 | # 19.960 W m-2 GJ581 with e=0.38 orbital average |
---|
82 | Fat1AU = 1366.0 |
---|
83 | |
---|
84 | ## Tracer and aerosol options |
---|
85 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
86 | # Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ? |
---|
87 | sedimentation = .false. |
---|
88 | |
---|
89 | ## Other physics options |
---|
90 | ## ~~~~~~~~~~~~~~~~~~~~~ |
---|
91 | # call turbulent vertical diffusion ? |
---|
92 | calldifv = .true. |
---|
93 | # call convective adjustment ? |
---|
94 | calladj = .true. |
---|
95 | # call thermal conduction in the soil ? |
---|
96 | callsoil = .false. |
---|
97 | |
---|
98 | ######################################################################### |
---|
99 | ## extra non-standard definitions for Gliese 581d / Early Mars |
---|
100 | ######################################################################### |
---|
101 | |
---|
102 | ## Tracer and aerosol options |
---|
103 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
104 | # Radiatively active CO2 aerosol? |
---|
105 | aeroco2 = .false. |
---|
106 | # Fixed CO2 aerosol distribution? |
---|
107 | aerofixco2 = .false. |
---|
108 | # Radiatively active water aerosol? |
---|
109 | aeroh2o = .true. |
---|
110 | # Fixed water aerosol distribution? |
---|
111 | aerofixh2o = .true. |
---|
112 | # basic dust opacity |
---|
113 | dusttau = 0.0 |
---|
114 | # Varying H2O cloud fraction? |
---|
115 | CLFvarying = .false. |
---|
116 | # H2O cloud fraction? |
---|
117 | CLFfixval = 0.0 |
---|
118 | # number mixing ratio of CO2 ice particles |
---|
119 | Nmix_co2 = 100000. |
---|
120 | # number mixing ratio of water ice particles |
---|
121 | Nmix_h2o = 100000. |
---|
122 | # basic dust opacity |
---|
123 | dusttau = 0.0 |
---|
124 | # water cloud pressure level (norm. by psurf) |
---|
125 | cloudlvl = 0.0 |
---|
126 | |
---|
127 | |
---|
128 | ## Water options |
---|
129 | ## ~~~~~~~~~~~~~ |
---|
130 | # Model water cycle |
---|
131 | water = .false. |
---|
132 | # Model water cloud formation |
---|
133 | watercond = .false. |
---|
134 | # Model water precipitation (including coagulation etc.) |
---|
135 | waterrain = .false. |
---|
136 | # Precipitation threshold (simple scheme only) ? |
---|
137 | rainthreshold = 0.011 |
---|
138 | # Surface hydrology? |
---|
139 | hydrology = .false. |
---|
140 | # H2O snow (and ice) albedo ? |
---|
141 | albedosnow = 0.6 |
---|
142 | # Maximum sea ice thickness (m) ? |
---|
143 | maxicethick = 2.0 |
---|
144 | # Freezing point of seawater (degrees C) ? |
---|
145 | Tsaldiff = 0.0 |
---|
146 | # Evolve surface water sources ? |
---|
147 | sourceevol = .false. |
---|
148 | |
---|
149 | ## CO2 options |
---|
150 | ## ~~~~~~~~~~~ |
---|
151 | # call CO2 condensation ? |
---|
152 | co2cond = .false. |
---|
153 | # Set initial temperature profile to 1 K above CO2 condensation everywhere? |
---|
154 | nearco2cond = .false. |
---|