source: trunk/LMDZ.UNIVERSAL/deftank/PROTO_Saturn_Article/callphys.def @ 1165

Last change on this file since 1165 was 1165, checked in by aslmd, 11 years ago

LMDZ.UNIVERSAL. simplified and merged def files around the reference PROTO_Saturn_Article

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