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

Last change on this file since 685 was 677, checked in by emillour, 13 years ago

Mars GCM:

  • Added the possibility to use the "cold" (iaervar=6) or "warm" (iaervar=7) dust scenarios (derived from the 7 MY24 to MY30 scenarios) in aeropacity.F and read_dust_scenario.F

EM

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