source: trunk/LMDZ.TITAN/deftank/callphys.def @ 1777

Last change on this file since 1777 was 1681, checked in by jvatant, 8 years ago

Update deftank + correct a bug in extrapolation in haze opacity table routine

File size: 3.5 KB
RevLine 
[1681]1## Orbit / general options
2## ~~~~~~~~~~~~~~~~~~~~~~~
3# Run with or without tracer transport ?
4tracer    = .false.
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 = .false.
17# Test energy conservation of model physics ?
18enertest  = .true.
19# check if cpp matches gases.def (should be false in 1d)
20check_cpp_match = .false.
21# force cpp and mugaz values from gases.def (should be false in 1d)
22force_cpp = .false.
23
24## Directory where external input files are
25## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
26datadir     = ../../datagcm
27
28## Radiative transfer options
29## ~~~~~~~~~~~~~~~~~~~~~~~~~~
30# call radiative transfer?
31callrad    = .true.
32# the rad. transfer is computed every "iradia" physical timestep
33iradia     = 5
34# Use blackbody for stellar spectrum ?
35stelbbody    = .false.
36# Stellar blackbody temperature ?
37stelTbb      = 2000.000
38# call multilayer correlated-k radiative transfer ?
39corrk      = .true.
40# folder in which correlated-k data is stored ?
41  corrkdir   = 23x23_nocia_z55_T220
42# call visible gaseous absorption in radiative transfer ?
43callgasvis = .true.
44# call continuum in radiative transfer ?
45Continuum = .true.
46# Allow temperatures above kmatrix tmax
47strictboundcorrk = .false.
48# Include Rayleigh scattering in the visible ?
49rayleigh   = .true.
50# Uniform absorption coefficient in radiative transfer?
51graybody     = .false.
52# Constant absorption coefficient in visible
53#      (in m^2/kg; only if graybody=true):
54#      tau_surf= kappa*P/g
55kappa_VI = 0.
56# Constant absorption coefficient in IR
57#      (in m^2/kg; only if graybody=true):
58kappa_IR = 0.
59# Use Newtonian cooling in place of radiative transfer ?
60newtonian    = .false.
61# Radiative timescale for Newtonian cooling ? [only if newtonian = T]
62tau_relax    = 30.00000
63# Test physics timescale in 1D ?
64testradtimes = .false.
65# Characteristic planetary equilibrium (black body) temperature
66# This is used only in the aerosol radiative transfer setup. (see aerave.F)
67tplanet    = 94.
68# Output spectral OLR in 1D/3D?
69specOLR    = .false.
70# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
71meanOLR    = .false.
72# Remove lower boundary (e.g. for gas giant sims)
73noradsurf    = .false.
74
75## Chemistry
76## ~~~~~~~~~
77# call chemistry ? (must have tracer=true)
78callchim = .false.
79# chemistry is computed every "ichim" phys. timestep
80ichim = 20
81# Activate zonal mean ? (must match callchim)
82moyzon_ch = .false.
83
84## Star type
85## ~~~~~~~~~
86startype = 1
87# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
88# The choices are:
89#
90#       startype = 1            Sol        (G2V-class main sequence)
91# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
92# Stellar flux at 1 AU. Examples:
93# 1366.0 W m-2          Sol today
94# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
95Fat1AU = 1366.0
96
97## Tracer and aerosol options
98## ~~~~~~~~~~~~~~~~~~~~~~~~~~
99# Gravitational sedimentation of tracers (just H2O ice for now) ?
100sedimentation = .false.
101
102## Other physics options
103## ~~~~~~~~~~~~~~~~~~~~~
104# call turbulent vertical diffusion ?
105calldifv = .true.
106# use turbdiff instead of vdifc ?
107UseTurbDiff = .true.
108# call convective adjustment ?
109calladj  = .true.
110# call thermal conduction in the soil ?
111callsoil = .true.
Note: See TracBrowser for help on using the repository browser.