source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/tests_newphysfast/callphys.def @ 1440

Last change on this file since 1440 was 228, checked in by aslmd, 13 years ago

MESOSCALE: corrected the diagfi bug. updated test case and check those are still working OK. other changes are cosmetic

File size: 3.8 KB
Line 
1##General options
2##~~~~~~~~~~~~~~~
3#Directory where external input files are
4datadir=/u/forget/WWW/datagcm/datafile/
5
6#Run with or without tracer transport ?
7tracer=.false.
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 =.false.
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 (same as =24 for now)
28#  =24 Mars Year 24 from TES assimilation (ie: MCD reference case)
29#  =25 Mars Year 25 from TES assimilation (ie: a year with a global dust storm)
30#  =26 Mars Year 26 from TES assimilation
31iaervar = 1
32# Dust opacity at 700 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 = .false.
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  = .false.
59
60## Radiative transfer options :
61## ~~~~~~~~~~~~~~~~~~~~~~~~~~
62# the rad.transfer is computed every "iradia" physical timestep
63iradia    = 10
64# Output of the exchange coefficient mattrix ? for diagnostic only
65callg2d  = .false.
66# Rayleigh scattering : (should be .false. for now)
67rayleigh  = .false.
68
69## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
70## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
71# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
72dustbin    = 0
73# DUST: Radiatively active dust ? (matters if dustbin>0)
74active  = .false.
75# DUST: use mass and number mixing ratios to predict dust size ?
76# (must also have dustbin=1)
77doubleq   = .false.
78# DUST: lifted by GCM surface winds ?
79lifting = .false.
80# DUST: lifted by dust devils ?
81callddevil = .false.
82# DUST: Scavenging by CO2 snowfall ?
83scavenging = .false.
84# DUST/WATERICE: Gravitationnal sedimentation ?
85sedimentation = .false.
86# WATERICE: Radiatively active transported atmospheric water ice ?
87activice   = .false.
88# WATER: Compute water cycle
89water = .false.
90# WATER: current permanent caps at both poles. True IS RECOMMENDED
91#        (with .true., North cap is a source of water and South pole
92#         is a cold trap)
93caps  = .false. 
94# PHOTOCHEMISTRY: include chemical species
95photochem  = .false.
96
97## Thermospheric options (relevant if tracer=T) :
98##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
99# call thermosphere ?
100callthermos = .false.
101# WATER: included without cycle (only if water=.false.)
102thermoswater = .false.
103# call thermal conduction ? (only if callthermos=.true.)
104callconduct = .false.
105# call EUV heating ? (only if callthermos=.true.)
106calleuv=.false.
107# call molecular viscosity ? (only if callthermos=.true.)
108callmolvis = .false.
109# call molecular diffusion ? (only if callthermos=.true.)
110callmoldiff = .false.
111# call thermospheric photochemistry ? (only if callthermos=.true.)
112thermochem = .false.
113# date for solar flux calculation: (1985 < date < 2002)
114## (Solar min=1996.4 ave=1993.4 max=1990.6)
115solarcondate = 1993.4
116       
117
118
Note: See TracBrowser for help on using the repository browser.