Ignore:
Timestamp:
Dec 13, 2019, 11:37:38 AM (5 years ago)
Author:
slebonnois
Message:

SL: ajustement commit precedent pour la microphysique de Sabrina

File:
1 edited

Legend:

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

    r2193 r2194  
    269269      end do
    270270
    271 !     liquid phase
     271!     liquid phase or moments
    272272
    273273      if (ok_cloud .and. cl_scheme == 1) then
     
    282282      end if
    283283
     284
     285      if (ok_cloud .and. cl_scheme == 2) then
     286         do iq = nqmax-nmicro+1,nqmax
     287            d_tr_chem(:,:,iq) = (ztrac(:,:,iq) - trac(:,:,iq))/pdtphys
     288         end do
     289      end if
     290
    284291      end subroutine phytrac_chimie
Note: See TracChangeset for help on using the changeset viewer.