Changeset 2639


Ignore:
Timestamp:
Mar 9, 2022, 4:37:25 PM (3 years ago)
Author:
abierjon
Message:

Mars GCM:
Following r2637, change default values for dust cycle parameters to make them
consistent with callphys.def.GCM6

AB

Location:
trunk/LMDZ.MARS
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2637 r2639  
    36463646Update .def* files in LMDZ.MARS/deftank/
    36473647*.def.GCM6 files are bound to change later but are ready to use.
     3648
     3649== 03/03/2022 == AB
     3650Following r2637, change default values for dust cycle parameters to make them
     3651consistent with callphys.def.GCM6
  • trunk/LMDZ.MARS/deftank/callphys.def.GCM6

    r2637 r2639  
    122122# DUST: dust injection scheme (if >0, use 'dustinjection')
    123123dustinjection=1
    124 # DUST: dust injection scheme coefficient (default=1.)
     124# DUST: dust injection scheme coefficient (default=0.25)
    125125coeff_injection=0.25
    126 # DUST: dust injection scheme initial local time (def : 10.)
     126# DUST: dust injection scheme initial local time (default=0.)
    127127ti_injection=0.
    128 # DUST: dust injection scheme final local time (def : 12.)
     128# DUST: dust injection scheme final local time (default=24.)
    129129tf_injection=24.
    130130# DUST: Rocket Dust Storm scheme
    131131rdstorm=.true.
    132 # DUST: RDS detrainment coefficient (def : 0.05)
     132# DUST: RDS detrainment coefficient (default=0.02)
    133133coeff_detrainment=0.02
    134134# DUST: Dust entrainment by subgrid-scale slope winds
     
    171171# WATER: Water ice thermal inertia (old ice and fresh frost)
    172172inert_h2o_ice = 800
    173 # Sublimation latent heat (def = T)
     173# Sublimation latent heat (default = .true.)
    174174latentheat_surfwater = .true.
    175175#WATER: subgrid clouds
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r2628 r2639  
    310310         write(*,*)" rdstorm = ",rdstorm
    311311! rocket dust storm detrainment coefficient       
    312         coeff_detrainment=0.05 ! default value
     312        coeff_detrainment=0.02 ! default value
    313313        call getin_p("coeff_detrainment",coeff_detrainment)
    314314        write(*,*)" coeff_detrainment = ",coeff_detrainment
     
    414414        write(*,*)" dustinjection = ",dustinjection
    415415! dust injection scheme coefficient       
    416         coeff_injection=1. ! default value
     416        coeff_injection=0.25 ! default value
    417417        call getin_p("coeff_injection",coeff_injection)
    418418        write(*,*)" coeff_in,jection = ",coeff_injection
    419419! timing for dust injection       
    420         ti_injection=10. ! default value
    421         tf_injection=12. ! default value
     420        ti_injection=0. ! default value
     421        tf_injection=24. ! default value
    422422        call getin_p("ti_injection",ti_injection)
    423423        write(*,*)" ti_injection = ",ti_injection
Note: See TracChangeset for help on using the changeset viewer.