source: trunk/LMDZ.MARS/deftank/callphys.def @ 134

Last change on this file since 134 was 38, checked in by emillour, 14 years ago

Ajout du modè Martien (mon LMDZ.MARS.BETA, du 28/01/2011) dans le rértoire mars, pour pouvoir suivre plus facilement les modifs.
EM

File size: 3.8 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Run with or without tracer transport ?
4tracer=.false.
5
6#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
7diurnal=.true.
8
9#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
10season = .true.   
11
12#write some more output on the screen ?
13lwrite = .false.   
14
15#Save statistics in file "stats.nc" ?
16callstats =.true.
17
18#Save EOF profiles in file "profiles" for Climate Database?
19calleofdump = .false.
20
21## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
22## ~~~~~~~~~~~~~
23#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
24#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
25#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
26#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
27#  =26 Mars Year 26 from TES assimilation
28iaervar = 24
29# Dust opacity at 700 Pa (when constant, i.e. for the iaervar=1 case)
30tauvis=0.2
31# Dust vertical distribution:
32# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
33#  =2: Viking scenario; =3 MGS scenario)
34iddist  = 3
35# Dust top altitude (km). (Matters only if iddist=1)
36topdustref = 55.
37
38## Physical Parameterizations :
39## ~~~~~~~~~~~~~~~~~~~~~~~~~~
40# call radiative transfer ?
41callrad   = .true.
42# call NLTE radiative schemes ?   matters only if callrad=T
43callnlte = .true.
44# call CO2 NIR absorption ?   matters only if callrad=T
45callnirco2 = .true.
46# call turbulent vertical diffusion ?
47calldifv  = .true.
48# call convective adjustment ?
49calladj  = .true.
50# call CO2 condensation ?
51callcond =.true.
52# call thermal conduction in the soil ?
53callsoil = .true.
54# call Lott's gravity wave/subgrid topography scheme ?
55calllott  = .true.
56# Impose polar cap surface albedos as observed by TES?
57TESicealbedo = .true.
58
59## Radiative transfer options :
60## ~~~~~~~~~~~~~~~~~~~~~~~~~~
61# the rad.transfer is computed every "iradia" physical timestep
62iradia    = 1
63# Output of the exchange coefficient mattrix ? for diagnostic only
64callg2d  = .false.
65# Rayleigh scattering : (should be .false. for now)
66rayleigh  = .false.
67
68## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
69## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
70# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
71dustbin    = 0
72# DUST: Radiatively active dust ? (matters if dustbin>0)
73active  = .false.
74# DUST: use mass and number mixing ratios to predict dust size ?
75doubleq   = .false.
76# DUST: lifted by GCM surface winds ?
77lifting = .false.
78# DUST: lifted by dust devils ?
79callddevil = .false.
80# DUST: Scavenging by CO2 snowfall ?
81scavenging = .false.
82# DUST/WATERICE: Gravitationnal sedimentation ?
83sedimentation = .false.
84# WATERICE: Radiatively active transported atmospheric water ice ?
85activice   = .false.
86# WATER: Compute water cycle
87water = .false.
88# WATER: current permanent caps at both poles. True IS RECOMMENDED
89#        (with .true., North cap is a source of water and South pole
90#         is a cold trap)
91caps  = .true.
92# PHOTOCHEMISTRY: include chemical species
93photochem  = .false.
94
95## Thermospheric options (relevant if tracer=T) :
96##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
97# call thermosphere ?
98callthermos = .false.
99# WATER: included without cycle (only if water=.false.)
100thermoswater = .false.
101# call thermal conduction ? (only if callthermos=.true.)
102callconduct = .false.
103# call EUV heating ? (only if callthermos=.true.)
104calleuv=.false.
105# call molecular viscosity ? (only if callthermos=.true.)
106callmolvis = .false.
107# call molecular diffusion ? (only if callthermos=.true.)
108callmoldiff = .false.
109# call thermospheric photochemistry ? (only if callthermos=.true.)
110thermochem = .false.
111# date for solar flux calculation: (1985 < date < 2002)
112## (Solar min=1996.4 ave=1993.4 max=1990.6)
113solarcondate = 1993.4
114       
115
116
Note: See TracBrowser for help on using the repository browser.