source: trunk/LMDZ.GENERIC/deftank/callphys.earlymars @ 2890

Last change on this file since 2890 was 1784, checked in by mturbet, 7 years ago

add Proxima Cen and TRAPPIST-1 stellar spectra

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