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

Last change on this file since 2468 was 1678, checked in by sglmd, 8 years ago

Input files for running a jupiter-like model (.def files for 1d runs and initial temperature profile).

File size: 6.4 KB
Line 
1## Directory where external input files are
2levels## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
3#datadir      = /d5/aslmd/DATAGENERIC
4datadir      = /planeto/sglmd/datagcm
5
6## Orbit / general options
7## ~~~~~~~~~~~~~~~~~~~~~~~
8# Run with or without tracer transport ?
9tracer       = .false.
10# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
11diurnal      = .false.
12# Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
13season       = .true.
14# Tidally resonant orbit ? must have diurnal=false, correct rotation rate in newstart
15tlocked      = .false.
16# Tidal resonance ratio ? ratio T_orbit to T_rotation
17nres         = 1
18# Planet with rings?
19rings_shadow = .false.
20# Compute latitude-dependent gravity field??
21oblate = .true.
22# Flattening (a-b)/a
23flatten =  0.06487
24# Needed if oblate=.true.: J2
25J2 = 0.01470
26# Needed if oblate=.true.: Planet mean radius (m)
27Rmean = 69911000.
28# Needed if oblate=.true.: Mass of the planet (*1e24 kg)
29MassPlanet = 1898.3
30# Write some more output on the screen ?
31lwrite       = .false.
32# Save statistics in file "stats.nc" ?
33callstats    = .false.
34# Test energy conservation of model physics ?
35enertest     = .true.
36# Check to see if cpp, mugaz values used match gas mixture defined in gases.def (recommended) ?
37check_cpp_match=.false.
38#
39## Radiative transfer options
40## ~~~~~~~~~~~~~~~~~~~~~~~~~~
41# call radiative transfer?
42callrad      = .true.
43# the rad. transfer is computed every "iradia" physical timestep
44iradia       =  8
45# call multilayer correlated-k radiative transfer ?
46corrk        = .true.
47# Include continuum absorption in radiative transfer (note CO2 is treated separately) ?
48continuum  = .true.
49# folder in which correlated-k data is stored ?
50corrkdir     = Jupiter_NewMOSES_NH3_HITRAN2012_REY_ISO_ge-12_NoKarko
51# call visible gaseous absorption in radiative transfer ?
52callgasvis   = .true.
53# Include Rayleigh scattering in the visible ?
54rayleigh     = .true.
55# Uniform absorption coefficient in IR ?
56graybody     = .false.
57# Characteristic planetary equilibrium (black body) temperature
58# This is used only in the aerosol radiative transfer setup. (see aerave.F)
59tplanet    = 100.
60# Use Newtonian cooling in place of radiative transfer ?
61newtonian    = .false.
62# Radiative timescale for Newtonian cooling ? [only if newtonian = T]
63tau_relax    = 30.00000
64# Test physics timescale in 1D ?
65testradtimes = .false.
66# Output spectral OLR in 1D/3D?
67specOLR      = .true.
68# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
69meanOLR      = .false.
70# Variable gas species: Radiatively active ?
71varactive    = .false.
72# Variable gas species: Fixed vertical distribution ?
73varfixed     = .false.
74# Variable gas species: Saturation percentage value at ground ?
75satval       = 0.0
76# Use fixed vertical profile, 1 step, no iteration ?
77kastprof     = .false.
78# Use blackbody for stellar spectrum ?
79stelbbody    = .false.
80# Stellar blackbody temperature ?
81stelTbb      = 5800.000
82# Force specific heat capacity and molecular mass values
83force_cpp      = .true.
84# Specific heat capacity in J K-1 kg-1 [only used if force_cpp = T]
85cpp            = 11500
86# Molecular mass in g mol-1 [only used if force_cpp = T]
87mugaz          = 2.343
88#Call conduction in upper atmosphere?
89callconduc = .false.
90#Flux from thermosphere (if callconduc)?
91phitop = 1.e-3
92
93## Star type
94## ~~~~~~~~~
95startype     = 1
96# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97# The choices are:
98#
99#       startype = 1            Sol        (G2V-class main sequence)
100#       startype = 2            Ad Leo     (M-class, synthetic)
101#       startype = 3            GJ644
102#       startype = 4            HD128167
103# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
104# Stellar flux at 1 AU. Examples:
105# 1366.0 W m-2                Sol today
106# 1024.5 W m-2                Sol today x 0.75 = weak Sun 3.8 GYa
107# 18.462 W m-2                The feeble GJ581
108# 19.960 W m-2                GJ581 with e=0.38 orbital average
109Fat1AU       = 1366.0
110
111## Tracer and aerosol options
112## ~~~~~~~~~~~~~~~~~~~~~~~~~~
113# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
114sedimentation = .false.
115
116## Other physics options
117## ~~~~~~~~~~~~~~~~~~~~~
118# call turbulent vertical diffusion ?
119calldifv     = .true.
120# use turbdiff instead of vdifc ?
121UseTurbDiff = .true.
122# call convective adjustment ?
123calladj      = .true.
124# call thermal conduction in the soil ?
125callsoil = .false.
126# Internal heat flux (matters only if callsoil=F)
127intheat =  5.44
128# Remove lower boundary (e.g. for gas giant sims)
129nosurf = .true.
130
131#########################################################################
132## extra non-standard definitions for Gliese 581d / Early Mars
133#########################################################################
134 
135## Tracer and aerosol options
136## ~~~~~~~~~~~~~~~~~~~~~~~~~~
137# Radiatively active CO2 aerosol?
138aeroco2       = .false.
139
140# Ammonia cloud (Saturn/Jupiter)?
141aeronh3      = .true.
142size_nh3_cloud = 15.e-6
143pres_nh3_cloud = 80000
144tau_nh3_cloud = 7.0
145# Radiatively active aerosol (Saturn/Jupiter)?
146aeroback2lay   = .true.
147obs_tau_col_tropo= 2.0
148size_tropo= 1.e-6
149pres_bottom_tropo=80000.
150pres_top_tropo=18000.
151obs_tau_col_strato= 0.1D0
152
153# Auroral aerosols (Saturn/Jupiter)?
154aeroaurora    = .true.
155
156# Fixed CO2 aerosol distribution?
157aerofixco2    = .false.
158# Radiatively active water aerosol?
159aeroh2o       = .false.
160# Fixed water aerosol distribution?
161aerofixh2o  = .false.
162# Varying H2O cloud fraction?
163CLFvarying    = .false.
164# H2O cloud fraction?
165CLFfixval     = 0.0
166# number mixing ratio of CO2 ice particles
167Nmix_co2      = 100000.
168# number mixing ratio of water ice particles
169Nmix_h2o      = 100000.
170# basic dust opacity
171dusttau       = 0.0
172# water cloud pressure level (norm. by psurf)
173cloudlvl      = 0.0
174
175
176## Water options
177## ~~~~~~~~~~~~~
178# Model water cycle
179water         = .false.
180# Model water cloud formation
181watercond     = .false.
182# Model water precipitation (including coagulation etc.)
183waterrain     = .false.
184# Precipitation threshold (simple scheme only) ?
185rainthreshold = 0.011
186# Surface hydrology?
187hydrology     = .false.
188# H2O snow (and ice) albedo ?
189albedosnow    = 0.6
190# Maximum sea ice thickness (m) ?
191maxicethick   = 2.0
192# Freezing point of seawater (degrees C) ?
193Tsaldiff      = 0.0
194# Evolve surface water sources ?
195sourceevol    = .false.
196
197## CO2 options
198## ~~~~~~~~~~~
199# call CO2 condensation ?
200co2cond       = .false.
201# Set initial temperature profile to 1 K above CO2 condensation everywhere?
202nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.