Ignore:
Timestamp:
Nov 2, 2011, 2:20:54 PM (13 years ago)
Author:
acolaitis
Message:
  1. Corrected error introduced in a previous commit that broke mass conservation in thermals. 2. Modified nsplit parameters.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90

    r314 r336  
    182182!   ---------------
    183183
     184      entr(:,:)=0.
     185      detr(:,:)=0.
     186      fm(:,:)=0.
    184187      zu(:,:)=pu(:,:)
    185188      zv(:,:)=pv(:,:)
     
    927930               detr(ig,l)=detr(ig,l)+fm(ig,l+1)
    928931               fm(ig,l+1)=0.
     932               entr(ig,l+1)=0.
    929933               ncorecfm2=ncorecfm2+1
    930934               else
     
    988992!            endif
    989993
    990 !            if(l.gt.lmax(ig)) then
    991             if(l.gt.lalim(ig)) then
     994            if(l.gt.lmax(ig)) then
     995!            if(l.gt.lalim(ig)) then
    992996               detr(ig,l)=0.
    993997               fm(ig,l+1)=0.
Note: See TracChangeset for help on using the changeset viewer.