source: trunk/LMDZ.GENERIC/deftank/callphys.earth @ 524

Last change on this file since 524 was 253, checked in by emillour, 14 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   = .false.
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 = .false.
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     = 6
26# call multilayer correlated-k radiative transfer ?
27corrk      = .true.
28# folder in which correlated-k data is stored ?
29corrkdir   = N2CO2poor_H2Ovar
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 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 early Sun
62# 18.462 W m-2          The feeble Gl581
63Fat1AU = 1366.0
64
65## Tracer and aerosol options
66## ~~~~~~~~~~~~~~~~~~~~~~~~~~
67# Gravitational sedimentation of tracers (KEEP FALSE FOR NOW) ?
68sedimentation = .false.
69
70## Other physics options
71## ~~~~~~~~~~~~~~~~~~~~~
72# call turbulent vertical diffusion ?
73calldifv = .true.
74# call convective adjustment ?
75calladj  = .true.
76# call thermal conduction in the soil ?
77callsoil = .true.
78
79#########################################################################
80## extra non-standard definitions for Earth
81#########################################################################
82 
83## Tracer and aerosol options
84## ~~~~~~~~~~~~~~~~~~~~~~~~~~
85# Fixed aerosol distributions?
86aerofixed     = .false.
87# Varying H2O cloud fraction?
88CLFvarying    = .true.
89# H2O cloud fraction if fixed?
90CLFfixval     = 0.5
91# number mixing ratio of CO2 ice particles
92Nmix_co2      = 100000.
93# number mixing ratio of water ice particles
94Nmix_h2o      = 100000.
95
96## Water options
97## ~~~~~~~~~~~~~
98# Model water cycle
99water         = .true.
100# Model water cloud formation
101watercond     = .true.
102# Model water precipitation (including coagulation etc.)
103waterrain     = .true.
104# WATER: Precipitation threshold (simple scheme only) ?
105rainthreshold = 0.011
106# WATER: hydrology ?
107hydrology     = .true.
108
109## CO2 options
110## ~~~~~~~~~~~
111# gas is non-ideal CO2 ?
112nonideal      = .false.
113# call CO2 condensation ?
114co2cond       = .false.
115# Set initial temperature profile to 1 K above CO2 condensation everywhere?
116nearco2cond   = .false.
117
118## N2 options
119## ~~~~~~~~~~
120# include N2 in cp and Rayleigh scattering calculation ?
121addn2 = .false.
122# N2 mixing ratio
123n2mixratio = 0.0
124
125## H2 options
126## ~~~~~~~~~~
127# include H2 in cp and Rayleigh scattering calculation ?
128# for now we assume H2 dominant if included
129addh2 = .false.
Note: See TracBrowser for help on using the repository browser.