Changeset 2411 for trunk


Ignore:
Timestamp:
Sep 25, 2020, 4:24:18 PM (4 years ago)
Author:
abierjon
Message:

Mars GCM:
In conf_phys.F :
Put the default value of rocketduststorm detrainment coefficient at 0.05 instead of 0. previously,
in order to have an column-integrated dust optical depth that better follows the scenario and doesn't
madly skyrocket in the dusty season.
+ correction of a comment for abort_physic

AB

Location:
trunk/LMDZ.MARS
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/README

    r2409 r2411  
    31453145and variables (and remove them from callkeys.h)
    31463146
     3147== 25/09/2020 == AB
     3148In conf_phys.F :
     3149Put the default value of rocketduststorm detrainment coefficient at 0.05 instead of 0. previously,
     3150in order to have an column-integrated dust optical depth that better follows the scenario and doesn't
     3151madly skyrocket in the dusty season.
     3152+ correction of a comment for abort_physic
  • trunk/LMDZ.MARS/libf/phymars/conf_phys.F

    r2409 r2411  
    302302         write(*,*)" rdstorm = ",rdstorm
    303303! rocket dust storm detrainment coefficient       
    304         coeff_detrainment=0. ! default value
     304        coeff_detrainment=0.05 ! default value
    305305        call getin_p("coeff_detrainment",coeff_detrainment)
    306306        write(*,*)" coeff_detrainment = ",coeff_detrainment
     
    437437             call abort_physic(modname,
    438438     &          "freedust option with dustinjection = 0"//
    439      &          " requires lifting",1)
     439     &          " requires lifting to be false",1)
    440440           endif
    441441         endif
Note: See TracChangeset for help on using the changeset viewer.