Changeset 3192 for trunk/LMDZ.MARS


Ignore:
Timestamp:
Jan 30, 2024, 11:05:21 AM (10 months ago)
Author:
csegonne
Message:

MARS PCM
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

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/changelog.txt

    r3188 r3192  
    44574457== 29/01/2024 == JBC
    44584458Addition 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
     4461Update 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  
    144144# DUST: dust injection scheme (if >0, use 'dustinjection')
    145145dustinjection=1
    146 # DUST: dust injection scheme coefficient (default=1.)
     146# DUST: dust injection scheme coefficient (default = 0.25)
    147147coeff_injection=0.25
    148 # DUST: dust injection scheme initial local time (def : 10.)
     148# DUST: dust injection scheme initial local time (default = 0.)
    149149ti_injection=0.
    150 # DUST: dust injection scheme final local time (def : 12.)
     150# DUST: dust injection scheme final local time (default = 24.)
    151151tf_injection=24.
    152152# DUST: Rocket Dust Storm scheme
    153153rdstorm=.true.
    154 # DUST: RDS detrainment coefficient (def : 0.05)
     154# DUST: RDS detrainment coefficient (default = 0.02)
    155155coeff_detrainment=0.02
    156156# DUST: Dust entrainment by subgrid-scale slope winds
Note: See TracChangeset for help on using the changeset viewer.