Ignore:
Timestamp:
Dec 13, 2019, 2:06:35 PM (5 years ago)
Author:
mvals
Message:

Mars GCM:
Implementation of a new parametrization of the dust entrainment by slope winds above the sub-grid scale topography. The parametrization is activated with the flag slpwind=.true. (set to "false" by
default) in callphys.def. The new parametrization involves the new tracers topdust_mass and topdust_number.
MV

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/dyn1d/testphys1d.F

    r2167 r2199  
    556556      zsig(1)=0.E+0
    557557      zgam(1)=0.E+0
    558       zthe(1)=0.E+0     
     558      zthe(1)=0.E+0
     559c
     560c  for the slope wind scheme
     561c  ---------------------------------
     562
    559563      hmons(1)=0.E+0
     564      PRINT *,'hmons is initialized to ',hmons(1)
    560565      summit(1)=0.E+0
     566      PRINT *,'summit is initialized to ',summit(1)
    561567      base(1)=0.E+0
    562      
     568c
     569c  Default values initializing the coefficients calculated later
     570c  ---------------------------------
     571
     572      tauscaling(1)=1. ! calculated in aeropacity_mod.F
     573      totcloudfrac(1)=1. ! calculated in watercloud_mod.F     
     574
    563575c   Specific initializations for "physiq"
    564576c   -------------------------------------
Note: See TracChangeset for help on using the changeset viewer.