source: trunk/LMDZ.GENERIC/deftank/saturn1d/callphys.def @ 989

Last change on this file since 989 was 976, checked in by aslmd, 12 years ago

LMDZ.GENERIC. def files for 1D saturn with internal heat flux.

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