source: trunk/LMDZ.GENERIC/deftank/def_generic_giants/PROTO_Saturn_Article/callphys.def @ 2468

Last change on this file since 2468 was 1351, checked in by aslmd, 10 years ago

LMDZ.GENERIC. updated def files for saturn (dynamical tests).

File size: 6.1 KB
Line 
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   = .false. #.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# Planet with rings?
14rings_shadow = .true.
15# Compute latitude-dependent gravity field??
16oblate = .true.
17# Flattening (a-b)/a
18flatten = 0.09796
19# Needed if oblate=.true.: J2
20J2 = 0.01629
21# Needed if oblate=.true.: Planet mean radius (m)
22Rmean = 58210000.
23# Needed if oblate=.true.: Mass of the planet (*1e24 kg)
24MassPlanet = 568.5
25# Write some more output on the screen ?
26lwrite    = .false.
27# Save statistics in file "stats.nc" ?
28callstats = .false.
29# Test energy conservation of model physics ?
30enertest  = .false.
31# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
32check_cpp_match=.false.
33
34## Directory where external input files are
35## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
36datadir     = /home/spiga/datagcm
37#datadir     = /d5/aslmd/datagcm/
38#datadir = /san/common/umr8539/DATAGENERIC/
39
40## Radiative transfer options
41## ~~~~~~~~~~~~~~~~~~~~~~~~~~
42# call radiative transfer?
43callrad    = .true.
44# the rad. transfer is computed every "iradia" physical timestep
45#iradia     = 160
46iradia     = 40
47# call multilayer correlated-k radiative transfer ?
48corrk      = .true.
49# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
50continuum  = .true.
51# folder in which correlated-k data is stored ?
52#corrkdir   = CH4_C2H6_C2H2_Profils
53#corrkdir   = CH4_C2H6_C2H2_T_70-400K
54#corrkdir   = CH4_C2H6_C2H2_HITRAN2012
55corrkdir   = CH4_C2H6_C2H2_HITRAN2012_Karko
56# call visible gaseous absorption in radiative transfer ?
57callgasvis = .true.
58# Include Rayleigh scattering in the visible ?
59rayleigh   = .true.
60# Uniform absorption coefficient in radiative transfer?
61graybody     = .false.
62# Characteristic planetary equilibrium (black body) temperature
63# This is used only in the aerosol radiative transfer setup. (see aerave.F)
64tplanet    = 100.
65# Output spectral OLR in 1D/3D?
66specOLR    = .false.
67# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
68meanOLR    = .false.
69# Variable gas species: Radiatively active ?
70varactive  = .false.
71# Variable gas species: Fixed vertical distribution ?
72#   (not to be used in time integration mode)
73varfixed   = .false.
74# Variable gas species: Saturation percentage value at ground ?
75satval     = 0.0
76# Force specific heat capacity and molecular mass values
77force_cpp      = .true.
78# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
79cpp            = 11500.
80# Molecular mass in g mol-1 [only used if force_cpp = T]
81mugaz          = 2.34
82
83## Star type
84## ~~~~~~~~~
85startype = 1
86# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
87# The choices are:
88#
89#       startype = 1            Sol        (G2V-class main sequence)
90#       startype = 2            Ad Leo     (M-class, synthetic)
91#       startype = 3            GJ644
92#       startype = 4            HD128167
93# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
94# Stellar flux at 1 AU. Examples:
95# 1366.0 W m-2          Sol today
96# 1024.5 W m-2          Sol today x 0.75 = weak early Sun
97# 18.462 W m-2          The feeble Gl581
98# 19.960 W m-2          Gl581 with e=0.38 orbital average
99Fat1AU = 1366.0
100
101## Tracer and aerosol options
102## ~~~~~~~~~~~~~~~~~~~~~~~~~~
103# Gravitational sedimentation of tracers (just H2O ice for now) ?
104sedimentation = .false.
105
106## Other physics options
107## ~~~~~~~~~~~~~~~~~~~~~
108# call turbulent vertical diffusion ?
109calldifv = .true.
110# use turbdiff instead of vdifc ?
111UseTurbDiff = .true.
112# call convective adjustment ?
113calladj  = .true.
114# call thermal conduction in the soil ?
115callsoil = .false.
116# Internal heat flux (matters only if callsoil=F)
117intheat = 2.6
118# Remove lower boundary (e.g. for gas giant sims)
119nosurf = .true.
120
121#########################################################################
122## extra non-standard definitions for Earth
123#########################################################################
124 
125## Tracer and aerosol options
126## ~~~~~~~~~~~~~~~~~~~~~~~~~~
127#Ammonia cloud?
128aeronh3       = .false.
129# Radiatively active CO2 aerosol?
130aeroco2       = .false.
131# Fixed CO2 aerosol distribution?
132aerofixco2    = .false.
133# Radiatively active water aerosol?
134aeroh2o       = .false.
135# Fixed water aerosol distribution?
136aerofixh2o    = .false.
137# basic dust opacity
138dusttau       = 0.0
139# Varying H2O cloud fraction?
140CLFvarying    = .false.
141# H2O cloud fraction if fixed?
142CLFfixval     = 0.0
143# fixed radii for cloud particles?
144radfixed=.false.
145# number mixing ratio of CO2 ice particles
146Nmix_co2      = 100000.
147# number mixing ratio of water particles (for rafixed=.false.)
148Nmix_h2o      = 1.e7
149# number mixing ratio of water ice particles (for rafixed=.false.)
150Nmix_h2o_ice  = 5.e5
151# radius of H2O water particles (for rafixed=.true.):
152rad_h2o=10.e-6
153# radius of H2O ice particles (for rafixed=.true.):
154rad_h2o_ice=35.e-6
155# atm mass update due to tracer evaporation/condensation?
156mass_redistrib = .false.
157
158
159# Radiatively active SATURN aerosol?
160aeroback2lay       = .true.
161# Parametrization of SATURN aerosol?
162obs_tau_col_tropo = 8.0
163size_tropo = 2.e-6
164# To not call abort when temperature is outside boundaries:
165strictboundcorrk = .false.
166
167
168## Water options
169## ~~~~~~~~~~~~~
170# Model water cycle
171water         = .false.
172# Model water cloud formation
173watercond     = .false.
174# Model water precipitation (including coagulation etc.)
175waterrain     = .false.
176# Use simple precipitation scheme?
177precip_scheme=4
178# multiplicative constant in Boucher 95 precip scheme
179Cboucher=1.
180# Include hydrology ?
181hydrology     = .false.
182# H2O snow (and ice) albedo ?
183albedosnow    = 0.6
184# Maximum sea ice thickness ?
185maxicethick   = 10.
186# Freezing point of seawater (degrees C) ?
187Tsaldiff      = 0.0
188# Evolve surface water sources ?
189sourceevol    = .false.
190
191## CO2 options
192## ~~~~~~~~~~~
193# call CO2 condensation ?
194co2cond       = .false.
195# Set initial temperature profile to 1 K above CO2 condensation everywhere?
196nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.