source: trunk/LMDZ.GENERIC/deftank/callphys.earlymars @ 357

Last change on this file since 357 was 253, checked in by emillour, 13 years ago

Generic GCM

  • Massive update to version 0.7

EM+RW

File size: 3.9 KB
Line 
1## Orbit / general options
2## ~~~~~~~~~~~~~~~~~~~~~~~
3# Run with or without tracer transport ?
4tracer    = .true.
5# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
6diurnal   = .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# Write some more output on the screen ?
14lwrite    = .false.
15# Save statistics in file "stats.nc" ?
16callstats = .true.
17# Test energy conservation of model physics ?
18enertest  = .false.
19
20## Radiative transfer options
21## ~~~~~~~~~~~~~~~~~~~~~~~~~~
22# call radiative transfer?
23callrad    = .true.
24# the rad. transfer is computed every "iradia" physical timestep
25iradia     = 4
26# call multilayer correlated-k radiative transfer ?
27corrk      = .true.
28# folder in which correlated-k data is stored ?
29corrkdir   = earlymars
30# call visible gaseous absorption in radiative transfer ?
31callgasvis = .true.
32# Include Rayleigh scattering in the visible ?
33rayleigh   = .true.
34# Characteristic planetary equilibrium (black body) temperature
35# This is used only in the aerosol radiative transfer setup. (see aerave.F)
36tplanet    = 215.
37# Output spectral OLR in 1D/3D?
38specOLR    = .false.
39# Output global radiative balance in file 'rad_bal.out' - slow for 1D!!
40meanOLR    = .true.
41# Variable gas species: Radiatively active ?
42varactive  = .true.
43# Variable gas species: Fixed vertical distribution ?
44varfixed   = .false.
45# Variable gas species: Saturation percentage value at ground ?
46satval     = 0.0
47
48## Star type
49## ~~~~~~~~~
50startype = 1
51# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
52# The choices are:
53#
54#       startype = 1            Sol        (G2V-class main sequence)
55#       startype = 2            Ad Leo     (M-class, synthetic)
56#       startype = 3            GJ644
57#       startype = 4            HD128167
58# ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
59# Stellar flux at 1 AU. Examples:
60# 1366.0 W m-2          Sol today
61# 1024.5 W m-2          Sol today x 0.75 = weak Sun 3.8 GYa
62# 18.462 W m-2          The feeble GJ581
63# 19.960 W m-2          GJ581 with e=0.38 orbital average
64Fat1AU = 1024.5
65
66## Tracer and aerosol options
67## ~~~~~~~~~~~~~~~~~~~~~~~~~~
68# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
69sedimentation = .false.
70
71## Other physics options
72## ~~~~~~~~~~~~~~~~~~~~~
73# call turbulent vertical diffusion ?
74calldifv = .true.
75# call convective adjustment ?
76calladj  = .true.
77# call thermal conduction in the soil ?
78callsoil = .true.
79
80#########################################################################
81## extra non-standard definitions for Gliese 581d
82#########################################################################
83
84## Tracer and aerosol options
85## ~~~~~~~~~~~~~~~~~~~~~~~~~~
86# Fixed aerosol distributions?
87aerofixed     = .false.
88# Varying H2O cloud fraction?
89CLFvarying    = .false.
90# H2O cloud fraction?
91CLFfixval     = 0.5
92# number mixing ratio of CO2 ice particles
93Nmix_co2      = 100000.
94# number mixing ratio of water ice particles
95Nmix_h2o      = 100000.
96
97## Water options
98## ~~~~~~~~~~~~~
99# Model water cycle
100water         = .true.
101# Model water cloud formation
102watercond     = .true.
103# Model water precipitation (including coagulation etc.)
104waterrain     = .true.
105# WATER: Precipitation threshold (simple scheme only) ?
106rainthreshold = 0.011
107# WATER: hydrology ?
108hydrology     = .true.
109
110## CO2 options
111## ~~~~~~~~~~~
112# gas is non-ideal CO2 ?
113nonideal      = .false.
114# call CO2 condensation ?
115co2cond       = .true.
116# Set initial temperature profile to 1 K above CO2 condensation everywhere?
117nearco2cond   = .false.
118
119## N2 options
120## ~~~~~~~~~~
121# include N2 in cp and Rayleigh scattering calculation ?
122addn2 = .false.
123# N2 mixing ratio
124n2mixratio = 0.0
125
126## H2 options
127## ~~~~~~~~~~
128# include H2 in cp and Rayleigh scattering calculation ?
129# for now we assume H2 dominant if included
130addh2 = .false.
Note: See TracBrowser for help on using the repository browser.