Changeset 2639 for trunk/LMDZ.MARS/libf


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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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.