source: trunk/LMDZ.GENERIC/deftank/jupiter1d.callphys.def @ 2890

Last change on this file since 2890 was 727, checked in by jleconte, 12 years ago

updated deftank files for new aerosol scheme

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