source: trunk/LMDZ.MARS/deftank/callphys.def.co2clouds.GCM5 @ 3441

Last change on this file since 3441 was 3369, checked in by emillour, 19 months ago

Mars PCM:
Change the way the rate of outputs for diagfi.nc files is specified:
IMPORTANT: Specifying "ecritphy" no longer possible and will trigger an error.
Use "outputs_per_sol" to specify output rate instead.
This should makes things (hopefully) clearer for users and also better
enforces a cleaner and clearer separation between dynamics and physics.
EM

File size: 5.6 KB
RevLine 
[1649]1##General options
2##~~~~~~~~~~~~~~~
3#Run with or without tracer transport ?
4tracer=.true.
5
[3369]6# Number of outputs per sol for diagfi.nc files
7outputs_per_sol=4
8
[2541]9# check input fields when entering physics?
10check_physics_inputs=.false.
11# check fields at the end of physics?
12check_physics_outputs=.false.
13
[1649]14#Directory where external input files are:
15datadir=/home/audouard/GCM_MARS/datadir
16
17#Diurnal cycle ?  if diurnal=False, diurnal averaged solar heating
18diurnal=.true.
19
20#Seasonal cycle ? if season=False, Ls stays constant, to value set in "start"
21season = .true.   
22
23#write some more output on the screen ?
24lwrite = .false.   
25
26#Save statistics in file "stats.nc" ?
27callstats =.true.
28
29## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F)
30## ~~~~~~~~~~~~~
31#  =1 Dust opt.deph read in startfi; =2 Viking scenario; =3 MGS scenario,
32#  =4 Mars Year 24 from TES assimilation (old version of MY24; dust_tes.nc file)
33#  =6 "cold" (low dust) scenario ; =7 "warm" (high dust) scenario
34#  =24 Mars Year 24  ; =25 Mars Year 25 (year with a global dust storm) ; ...
35#  =30 Mars Year 30
36iaervar = 24
37# Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case)
38tauvis=0.1
39# Dust vertical distribution:
40# (=0: old distrib. (Pollack90), =1: top set by "topdustref",
41#  =2: Viking scenario; =3 MGS scenario)
42iddist  = 1
43# Dust top altitude (km). (Matters only if iddist=1)
44topdustref = 130.
45
46## Physical Parameterizations :
47## ~~~~~~~~~~~~~~~~~~~~~~~~~~
48# call radiative transfer ?
49callrad   = .true.
50# call NLTE radiative schemes ?   matters only if callrad=T
51callnlte = .true.
52# NLTE 15um scheme to use.
53# 0-> Old scheme, static oxygen
54# 1-> Old scheme, dynamic oxygen
55# 2-> New scheme
56nltemodel = 0
57# call CO2 NIR absorption ?   matters only if callrad=T
58callnirco2 = .true.
59# NIR NLTE correction ? matters only if callnirco2=T
60nircorr=0
61# call turbulent vertical diffusion ?
62calldifv  = .true.
63# call convective adjustment ?
64calladj  = .true.
65# Thermals
66calltherm = .true.
67callrichsl = .true.
68# call CO2 condensation ?
69callcond =.true.
70# call thermal conduction in the soil ?
71callsoil = .true.
72# call Lott's gravity wave/subgrid topography scheme ?
73calllott  = .true.
74# Impose polar cap surface albedos as observed by TES?
75TESicealbedo = .true.
76## Coefficient for Northern cap albedoes
77TESice_Ncoef=1.6
78## Coefficient for Southern cap albedoes
79TESice_Scoef=1.6
80
81
82## Radiative transfer options :
83## ~~~~~~~~~~~~~~~~~~~~~~~~~~
84# the rad.transfer is computed every "iradia" physical timestep
85iradia    = 1
86# Output of the exchange coefficient mattrix ? for diagnostic only
87callg2d  = .false.
88# Rayleigh scattering : (should be .false. for now)
89rayleigh  = .false.
90
91## Tracer (dust water, ice and/or chemical species) options (used if tracer=T):
92## ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
93# DUST: Transported dust ? (if >0, use 'dustbin' dust bins)
94dustbin    = 2
95# DUST: Radiatively active dust ? (matters if dustbin>0)
96active  = .true.
97# DUST: use mass and number mixing ratios to predict dust size ?
98doubleq   = .true.
99# DUST: lifted by GCM surface winds ?
100lifting = .false.
101# DUST: lifted by dust devils ?
102callddevil = .false.
103# DUST: Scavenging by H2O/CO2 snowfall ?
104scavenging = .true.
105# DUST/WATERICE: Gravitationnal sedimentation ?
106sedimentation = .true.
107# WATERICE: Radiatively active transported atmospheric water ice ?
108activice   = .false.
109# WATER: Compute water cycle
110water = .true.
111# WATER: Microphysical scheme for water-ice clouds?
112microphys = .true.
113# WATER: parameter contact
114mteta = 0.95
115# WATER: Effective variance for sedimentation for the log-normal
116#        distribution of ice particles ?
117nuice_sed=0.1
118# WATER: current permanent caps at both poles. True IS RECOMMENDED
119#        (with .true., North cap is a source of water and South pole
120#         is a cold trap)
121caps  = .true.
122# WATER: Water ice albedo ?
123albedo_h2o_ice = 0.35
124# WATER: Water ice thermal inertia
125inert_h2o_ice = 800
126# WATER: Frost thickness threshold for albedo
127frost_albedo_threshold = 0.005
128# PHOTOCHEMISTRY: include chemical species
129photochem  = .false.
130
131# SCATTERERS: set number of scatterers. must be compliant with preceding options.
132naerkind = 1
133
[1651]134imicro=30
[1649]135#include co2 clouds scheme?
136co2clouds=.true.
137# Microphysical scheme for co2 clouds?
138microphysco2 = .true.
139#Effective variance for sedimentation for the log-normal
140#        distribution of CO2 clouds particles ?
141nuiceco2_sed=0.1
142
143## Thermospheric options (relevant if tracer=T) :
144##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
145# call thermosphere ?
146callthermos = .false.
147# WATER: included without cycle (only if water=.false.)
148thermoswater = .false.
149# call thermal conduction ? (only if callthermos=.true.)
150callconduct = .false.
151# call molecular viscosity ? (only if callthermos=.true.)
152callmolvis = .false.
153# call molecular diffusion ? (only if callthermos=.true.)
154callmoldiff = .false.
155# call thermospheric photochemistry ? (only if callthermos=.true.)
156thermochem = .false.
157# call EUV heating ? (only if callthermos=.true.)
158calleuv=.false.
159#Method to include solar variability?
160#0-> Old method (fixed EUV input)  1-> Variability with E10.7 as observed
161solvarmod=1
162# date for solar flux calculation: (1985 < date < 2002)
163## (Solar min=1996.4 ave=1993.4 max=1990.6) ; Only used if solvarmod=0
164solarcondate = 1993.4
165#Solar variability as observed for MY? (must bebetween MY23 and MY30)
166# (only matters if solvarmod=1)
167solvaryear=24
168# value for the UV heating efficiency
169##(experimental values between 0.19 and 0.23, lower values may
170## be used to compensate for low 15 um cooling)
171euveff = 0.21       
[1651]172#meteoritic flux of dust
173meteo_flux_mass=2.21938e-14
174meteo_flux_number=  2.11935e+09
175meteo_alt= 90
[1649]176
177
178
Note: See TracBrowser for help on using the repository browser.