Changeset 685
- Timestamp:
- Jun 1, 2012, 6:03:04 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/deftank/callphys.def.outliers
r677 r685 3 3 #Run with or without tracer transport ? 4 4 tracer=.true. 5 6 #Where are the external files (dust, topography; chemistry,...)7 #datadir=/u/forget/WWW/datagcm/datafile8 5 9 6 #Diurnal cycle ? if diurnal=False, diurnal averaged solar heating … … 22 19 calleofdump = .false. 23 20 21 #Directory where external input files are: 22 datadir=/users/forget/WWW/datagcm/datafile/ 23 24 24 ## Dust scenario. Used if the dust is prescribed (i.e. if tracer=F or active=F) 25 25 ## ~~~~~~~~~~~~~ … … 29 29 # =24 Mars Year 24 ; =25 Mars Year 25 (year with a global dust storm) ; ... 30 30 # =30 Mars Year 30 31 iaervar = 26 31 iaervar = 26 32 32 # Dust opacity at 610 Pa (when constant, i.e. for the iaervar=1 case) 33 33 tauvis=0.2 … … 59 59 # Impose polar cap surface albedos as observed by TES? 60 60 TESicealbedo = .true. 61 ## Coefficient for Northern cap albedoes 62 TESice_Ncoef=1.4 63 ## Coefficient for Southern cap albedoes 64 TESice_Scoef=1.4 65 61 66 62 67 ## Radiative transfer options : … … 83 88 # DUST: lifted by dust devils ? 84 89 callddevil = .false. 85 # DUST: Scavenging by CO2 snowfall ?86 scavenging = . false.90 # DUST: Scavenging by H2O/CO2 snowfall ? 91 scavenging = .true. 87 92 # DUST/WATERICE: Gravitationnal sedimentation ? 88 93 sedimentation = .true. … … 93 98 # WATER: Microphysical scheme for water-ice clouds? 94 99 microphys = .true. 100 # WATER: parameter contact 101 mteta = 0.95 95 102 # WATER: current permanent caps at both poles. True IS RECOMMENDED 96 103 # (with .true., North cap is a source of water and South pole 97 104 # is a cold trap) 98 105 caps = .true. 99 # WATER: water ice albedo ?100 albedo_h2o_ice = 0. 4101 # WATER: water ice thermal inertia (SI) ?102 inert_h2o_ice = 1000.103 # WATER: water ice frost minimal thickness (ie kg.m^-2, ie 0.92 mm)for albedo106 # WATER: Water ice albedo ? 107 albedo_h2o_ice = 0.35 108 # WATER: Water ice thermal inertia 109 inert_h2o_ice = 800 110 # WATER: Frost thickness threshold for albedo 104 111 frost_albedo_threshold = 0.005 112 # WATER: Effective variance for sedimentation for the log-normal 113 # distribution of ice particles ? 114 nuice_sed=0.1 105 115 # PHOTOCHEMISTRY: include chemical species 106 116 photochem = .false. 107 # WATER: parameter contact108 mteta = 0.95109 # WATER: Effective variance for sedimentation for the log-normal110 # distribution of ice particles ?111 nuice_sed = 0.5112 117 113 118 ## Thermospheric options (relevant if tracer=T) : … … 130 135 ## (Solar min=1996.4 ave=1993.4 max=1990.6) 131 136 solarcondate = 1993.4 137 138 ## Thermals 139 ## ~~~~~~~~ 140 calltherm = .true. 141 callrichsl = .true. 132 142 133 134 135
Note: See TracChangeset
for help on using the changeset viewer.