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

Last change on this file since 591 was 591, checked in by aslmd, 13 years ago

LMDZ.GENERIC: sample files for 1D jupiter-like calculations in deftank. cleaned and compliant withy latest modifications.

  • Property svn:executable set to *
File size: 4.6 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# Fixed aerosol distributions?
105aerofixed     = .true.
106# Varying H2O cloud fraction?
107CLFvarying    = .false.
108# H2O cloud fraction?
109CLFfixval     = 0.0
110# number mixing ratio of CO2 ice particles
111Nmix_co2      = 100000.
112# number mixing ratio of water ice particles
113Nmix_h2o      = 100000.
114# basic dust opacity
115dusttau       = 0.0
116# water cloud pressure level (norm. by psurf)
117cloudlvl      = 0.0
118
119
120## Water options
121## ~~~~~~~~~~~~~
122# Model water cycle
123water         = .false.
124# Model water cloud formation
125watercond     = .false.
126# Model water precipitation (including coagulation etc.)
127waterrain     = .false.
128# Precipitation threshold (simple scheme only) ?
129rainthreshold = 0.011
130# Surface hydrology?
131hydrology     = .false.
132# H2O snow (and ice) albedo ?
133albedosnow    = 0.6
134# Maximum sea ice thickness (m) ?
135maxicethick   = 2.0
136# Freezing point of seawater (degrees C) ?
137Tsaldiff      = 0.0
138# Evolve surface water sources ?
139sourceevol    = .false.
140
141## CO2 options
142## ~~~~~~~~~~~
143# gas is non-ideal CO2 ?
144nonideal      = .false.
145# call CO2 condensation ?
146co2cond       = .false.
147# Set initial temperature profile to 1 K above CO2 condensation everywhere?
148nearco2cond   = .false.
Note: See TracBrowser for help on using the repository browser.