Changeset 3192 for trunk/LMDZ.MARS
- Timestamp:
- Jan 30, 2024, 11:05:21 AM (10 months ago)
- Location:
- trunk/LMDZ.MARS
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/changelog.txt
r3188 r3192 4457 4457 == 29/01/2024 == JBC 4458 4458 Addition of the parameter 'CO2cond_ps' (= 1 by default) for 1D. This coefficient controls the surface pressure change. If 'relaxcoef_ps = 1', then surface pressure varies normally. If 'relaxcoef_ps = 0', then surface pressure is kept constant. The ratio of polar cap surface over planetary surface is a typical value (8.3e-4) for tests. To be defined in "callphys.def" so that both PCM and PEM can read it. 4459 4460 == 30/01/2024 == CS 4461 Update of the reference to default values of coeff_detrainment, coeff_injection, ti_injection and tf_injection (following old revision r2639) in callphys.def.MCD6 -
trunk/LMDZ.MARS/deftank/callphys.def.MCD6
r3064 r3192 144 144 # DUST: dust injection scheme (if >0, use 'dustinjection') 145 145 dustinjection=1 146 # DUST: dust injection scheme coefficient (default =1.)146 # DUST: dust injection scheme coefficient (default = 0.25) 147 147 coeff_injection=0.25 148 # DUST: dust injection scheme initial local time (def : 10.)148 # DUST: dust injection scheme initial local time (default = 0.) 149 149 ti_injection=0. 150 # DUST: dust injection scheme final local time (def : 12.)150 # DUST: dust injection scheme final local time (default = 24.) 151 151 tf_injection=24. 152 152 # DUST: Rocket Dust Storm scheme 153 153 rdstorm=.true. 154 # DUST: RDS detrainment coefficient (def : 0.05)154 # DUST: RDS detrainment coefficient (default = 0.02) 155 155 coeff_detrainment=0.02 156 156 # DUST: Dust entrainment by subgrid-scale slope winds
Note: See TracChangeset
for help on using the changeset viewer.