source: trunk/LMDZ.PLUTO.old/deftank/testphys1d/callphys.def @ 3555

Last change on this file since 3555 was 3175, checked in by emillour, 11 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: 3.4 KB
Line 
1## Datagcm path
2datadir=/home/tanguy/SIMUS/datagcm
3## Orbit / general options
4## ~~~~~~~~~~~~~~~~~~~~~~~
5# Run with or without tracer transport ?
6tracer    = .true.
7# Diurnal cycle ?  if diurnal=false, diurnally averaged solar heating
8diurnal   = .false.
9# Seasonal cycle ? if season=false, Ls stays constant, to value set in "start"
10season    = .false.
11# Run 1D or 3D version (false) / fast version volatile transport (true)
12fast    = .false.
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# run with triton orbit ?
20triton = .false.
21# specific paleo run ?
22paleo = .true.
23# nb Earth years as paleoclimate step ? (if paleo = true)
24paleoyears = 1.
25# conservation of nitrogen
26conservn2 = .false.
27
28## Radiative transfer options
29## ~~~~~~~~~~~~~~~~~~~~~~~~~~
30# call radiative transfer?
31callrad    = .true.
32# the rad. transfer is computed every "iradia" physical timestep
33iradia     = 1
34# call multilayer correlated-k radiative transfer ?
35corrk      = .true.
36ch4fix = .false.
37vmrch4fix = 0.5
38nlte=.false.
39cooling=.false.
40# folder in which correlated-k data is stored ?
41corrkdir   = pluton_ch4var_COfix
42# call visible gaseous absorption in radiative transfer ?
43callgasvis = .true.
44# Output spectral OLR in 3D?
45specOLR    = .false.
46# Output global radiative balance in file 'olr.txt' - slow for 1D!!
47meanOLR    = .false.
48
49# Star type (inherited from generic model)
50startype = 1
51Fat1AU = 1366.0
52
53## Tracer and aerosol options
54## ~~~~~~~~~~~~~~~~~~~~~~~~~~
55# Call N2 condensation ?
56N2cond       = .false.
57# N2 condensation subtimestep ?
58nbcond = 20
59# Gravitational sedimentation of tracers ?
60sedimentation = .false.
61# Compute methane cycle ?
62methane = .true.
63condmetsurf=.true.
64# Compute CO cycle ?
65carbox = .true.
66condcosurf=.true.
67# Compute methane clouds ?
68metcloud = .false.
69# Compute CO clouds ?
70monoxcloud = .false.
71# Haze production ?
72haze          = .true.
73hazeconservch4    = .true.
74# Fast haze production (with option fast=.true.) ?
75fasthaze          = .true.
76# number mixing ratio of haze particles for ch4 clouds
77Nmix_ch4      = 100000.
78# number mixing ratio of haze particles for co clouds
79Nmix_co      = 100000.
80# Radiatively active haze ?
81aerohaze=.false.
82proffix = .true.
83# fractal particle ?
84fractal=.false.
85# geothermal flux at the bottom layer
86fluxgeo = 0.
87patchflux=0  ! Warm patch of flux in soil.F
88
89## Surface properties
90## ~~~~~~~~~~~~~~~~~~~~~~~~~~
91# options to change albedo with time
92mode_n2=0     ! 0=fixed, 1=change w thickness, 2=special for SP
93deltab=0.    ! if mod_n2=1, difference of albedo depending of thickness
94metlateq=35  ! latitude separating dark/bright methane
95tholateq=25  ! latitude separating eq/pole tholins
96mode_ch4=1
97specalb=.true.
98
99alb_n2b=0.7
100alb_n2a=0.7
101alb_ch4=0.5
102alb_ch4_eq=0.5
103alb_ch4_s=0.5
104alb_co=0.4
105alb_tho=0.2
106alb_tho_eq=0.1
107emis_n2b=0.8
108emis_n2a=0.8
109emis_ch4=0.8
110emis_co=0.8
111emis_tho=1.0
112emis_tho_eq=1.0
113
114# Change TI with time
115changeti=.true.
116ITCH4=800.
117ITN2=800
118ITH2O=2000.
119
120## Other physics options
121## ~~~~~~~~~~~~~~~~~~~~
122# call turbulent vertical diffusion ?
123calldifv = .true.
124# call convective adjustment ?
125calladj  = .true.
126# call thermal conduction in the soil ?
127callsoil = .true.
128# call thermal conduction
129callconduct=.true.
130# call molecular viscosity 3D only
131callmolvis=.false.
132# call molecular diffusion
133callmoldiff=.false.
134# flux qui arrive au-dessus de latmosphere
135phitop=0.
136
Note: See TracBrowser for help on using the repository browser.