[283] | 1 | ##General options |
---|
| 2 | ##~~~~~~~~~~~~~~~ |
---|
| 3 | #Run with or without tracer transport ? |
---|
| 4 | tracer=.true. |
---|
| 5 | |
---|
| 6 | #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating |
---|
| 7 | diurnal=.true. |
---|
| 8 | |
---|
| 9 | #Seasonal cycle ? if season=False, Ls stays constant, to value set in "start" |
---|
| 10 | season = .true. |
---|
| 11 | |
---|
| 12 | #write some more output on the screen ? |
---|
| 13 | lwrite = .false. |
---|
| 14 | |
---|
| 15 | #Save statistics in file "stats.nc" ? |
---|
| 16 | callstats =.true. |
---|
| 17 | |
---|
| 18 | #Save EOF profiles in file "profiles" for Climate Database? |
---|
| 19 | calleofdump = .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 |
---|
| 28 | iaervar = 26 |
---|
[627] | 29 | # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) |
---|
[283] | 30 | tauvis=0.2 |
---|
| 31 | # Dust vertical distribution: |
---|
| 32 | # (=0: old distrib. (Pollack90), =1: top set by "topdustref", |
---|
| 33 | # =2: Viking scenario; =3 MGS scenario) |
---|
| 34 | iddist = 3 |
---|
| 35 | # Dust top altitude (km). (Matters only if iddist=1) |
---|
| 36 | topdustref = 55. |
---|
| 37 | |
---|
| 38 | ## Physical Parameterizations : |
---|
| 39 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 40 | # call radiative transfer ? |
---|
| 41 | callrad = .true. |
---|
| 42 | # call NLTE radiative schemes ? matters only if callrad=T |
---|
| 43 | callnlte = .true. |
---|
| 44 | # call CO2 NIR absorption ? matters only if callrad=T |
---|
| 45 | callnirco2 = .true. |
---|
| 46 | # call turbulent vertical diffusion ? |
---|
| 47 | calldifv = .true. |
---|
| 48 | # call convective adjustment ? |
---|
| 49 | calladj = .true. |
---|
| 50 | # call CO2 condensation ? |
---|
| 51 | callcond =.true. |
---|
| 52 | # call thermal conduction in the soil ? |
---|
| 53 | callsoil = .true. |
---|
| 54 | # call Lott's gravity wave/subgrid topography scheme ? |
---|
| 55 | calllott = .true. |
---|
| 56 | # Impose polar cap surface albedos as observed by TES? |
---|
| 57 | TESicealbedo = .true. |
---|
| 58 | |
---|
| 59 | ## Radiative transfer options : |
---|
| 60 | ## ~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 61 | # the rad.transfer is computed every "iradia" physical timestep |
---|
| 62 | iradia = 1 |
---|
| 63 | # Output of the exchange coefficient mattrix ? for diagnostic only |
---|
| 64 | callg2d = .false. |
---|
| 65 | # Rayleigh scattering : (should be .false. for now) |
---|
| 66 | rayleigh = .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) |
---|
| 71 | dustbin = 2 |
---|
| 72 | # DUST: Radiatively active dust ? (matters if dustbin>0) |
---|
| 73 | active = .true. |
---|
| 74 | # DUST: use mass and number mixing ratios to predict dust size ? |
---|
| 75 | doubleq = .true. |
---|
| 76 | # DUST: use a small population of dust particules (submicron dust)? |
---|
| 77 | submicron = .false. |
---|
| 78 | # DUST: lifted by GCM surface winds ? |
---|
| 79 | lifting = .true. |
---|
| 80 | # DUST: lifted by dust devils ? |
---|
| 81 | callddevil = .false. |
---|
| 82 | # DUST: Scavenging by CO2 snowfall ? |
---|
| 83 | scavenging = .false. |
---|
| 84 | # DUST/WATERICE: Gravitationnal sedimentation ? |
---|
| 85 | sedimentation = .true. |
---|
| 86 | # WATERICE: Radiatively active transported atmospheric water ice ? |
---|
| 87 | activice = .true. |
---|
| 88 | # WATER: Compute water cycle |
---|
| 89 | water = .true. |
---|
[520] | 90 | # WATER: Microphysical scheme for water-ice clouds? |
---|
| 91 | microphys = .true. |
---|
[283] | 92 | # WATER: current permanent caps at both poles. True IS RECOMMENDED |
---|
| 93 | # (with .true., North cap is a source of water and South pole |
---|
| 94 | # is a cold trap) |
---|
| 95 | caps = .true. |
---|
[626] | 96 | # WATER: water ice albedo ? |
---|
[283] | 97 | albedo_h2o_ice = 0.4 |
---|
[626] | 98 | # WATER: water ice thermal inertia (SI) ? |
---|
[283] | 99 | inert_h2o_ice = 1000. |
---|
| 100 | # WATER: water ice frost minimal thickness (ie kg.m^-2, ie 0.92 mm) for albedo |
---|
| 101 | frost_albedo_threshold = 0.005 |
---|
| 102 | # PHOTOCHEMISTRY: include chemical species |
---|
| 103 | photochem = .false. |
---|
[520] | 104 | # WATER: parameter contact |
---|
| 105 | mteta = 0.95 |
---|
| 106 | # WATER: Effective variance for sedimentation for the log-normal |
---|
| 107 | # distribution of ice particles ? |
---|
| 108 | nuice_sed = 0.5 |
---|
[283] | 109 | |
---|
| 110 | ## Thermospheric options (relevant if tracer=T) : |
---|
| 111 | ##~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ |
---|
| 112 | # call thermosphere ? |
---|
| 113 | callthermos = .false. |
---|
| 114 | # WATER: included without cycle (only if water=.false.) |
---|
| 115 | thermoswater = .false. |
---|
| 116 | # call thermal conduction ? (only if callthermos=.true.) |
---|
| 117 | callconduct = .false. |
---|
| 118 | # call EUV heating ? (only if callthermos=.true.) |
---|
| 119 | calleuv=.false. |
---|
| 120 | # call molecular viscosity ? (only if callthermos=.true.) |
---|
| 121 | callmolvis = .false. |
---|
| 122 | # call molecular diffusion ? (only if callthermos=.true.) |
---|
| 123 | callmoldiff = .false. |
---|
| 124 | # call thermospheric photochemistry ? (only if callthermos=.true.) |
---|
| 125 | thermochem = .false. |
---|
| 126 | # date for solar flux calculation: (1985 < date < 2002) |
---|
| 127 | ## (Solar min=1996.4 ave=1993.4 max=1990.6) |
---|
| 128 | solarcondate = 1993.4 |
---|
| 129 | |
---|
| 130 | |
---|
| 131 | |
---|
| 132 | |
---|