Changeset 2197 for trunk/LMDZ.VENUS


Ignore:
Timestamp:
Dec 13, 2019, 1:07:28 PM (5 years ago)
Author:
flefevre
Message:

initialisation des moments dans la microphysique de Sabrina

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.VENUS/libf/phyvenus/phytrac_chimie.F

    r2194 r2197  
    187187!===================================================================
    188188!     microphysics: detailed scheme (phd sabrina guilbon)
     189!     !!! to be confirmed whether mad_muphy expects mmr or vmr for h2o and h2so4
    189190!===================================================================
    190191
    191192      if (ok_cloud .and. cl_scheme == 2) then
     193
     194         do iq = nqmax-nmicro+1,nqmax
     195            ztrac(:,:,iq) = trac(:,:,iq)
     196         end do
    192197
    193198         do ilon = 1,nlon       
Note: See TracChangeset for help on using the changeset viewer.