source: trunk/LMDZ.PLUTO.old/deftank/nogcm_simple/callphys.def @ 3594

Last change on this file since 3594 was 3175, checked in by emillour, 12 months ago

Pluto PCM:
Add the old Pluto LMDZ for reference (required prior step to making
an LMDZ.PLUTO using the same framework as the other physics packages).
TB+EM

File size: 2.0 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# Run 3D version (false) / fast version (true)
10fast    = .true.
11# Save statistics in file "stats.nc" ?
12callstats = .false.
13# specific paleo run ?
14paleo = .false.
15# nb Earth years as paleoclimate step ? (if paleo = true)
16paleoyears = 50000.
17
18## Radiative transfer options
19## ~~~~~~~~~~~~~~~~~~~~~~~~~~
20# call radiative transfer?
21callrad    = .true.
22# the rad. transfer is computed every "iradia" physical timestep
23iradia     = 1
24# call multilayer correlated-k radiative transfer ?
25corrk      = .false.
26# folder in which correlated-k data is stored ?
27corrkdir   = pluton_ch4var_COfix
28
29## Star type (inherited from generic model)
30startype = 1
31## Tracer and aerosol options
32## ~~~~~~~~~~~~~~~~~~~~~~~~~~
33# Call N2 condensation ?
34N2cond       = .true.
35# Gravitational sedimentation of tracers ?
36sedimentation = .false.
37# Compute glacial flow (for fast option only)?
38glaflow = .true.
39# Compute methane cycle ?
40methane = .true.
41# Compute CO cycle ?
42carbox = .false.
43# Fast haze production (with option fast=.true.) ?
44fasthaze          = .false.
45# atmospheric redistribution : spring constant (s)
46tau_n2 = 1.
47tau_ch4 = 1.E6
48tau_co = 1. !E5
49# day fraction for blocking CH4/CO condensation in SP (0 by default) (with methane or carbox=.true.)
50dayfrac=1.0
51
52## Surface properties
53## ~~~~~~~~~~~~~~~~~~~~~~~~~~
54# constant albedo with time
55constalb=.false.
56
57alb_n2b=0.7
58alb_n2a=0.7
59alb_ch4_eq=0.5
60alb_ch4=0.5
61alb_co=0.4
62alb_tho=0.1
63alb_tho_eq=0.1
64emis_n2b=0.8
65emis_n2a=0.8
66emis_ch4=0.8
67emis_co=0.8
68emis_tho=0.8
69emis_tho_eq=0.8
70
71# Change TI with time
72changeti=.false.
73ITCH4=800.
74ITN2=800
75ITH2O=800.
76
77## Other physics options
78## ~~~~~~~~~~~~~~~~~~~~~
79# call thermal conduction in the soil ?
80callsoil = .true.
81
Note: See TracBrowser for help on using the repository browser.