Ignore:
Timestamp:
Oct 10, 2011, 4:16:09 PM (13 years ago)
Author:
acolaitis
Message:

Tuning of thermals parameters and a bit of cleaning.

File:
1 edited

Legend:

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

    r313 r314  
    886886! autres corrections.
    887887
    888       do l=1,nlayermx
    889          do ig=1,ngridmx
    890             if (detr(ig,l).gt.fm(ig,l)) then
    891                ncorecfm8=ncorecfm8+1
    892             endif
    893          enddo
    894       enddo
     888!      do l=1,nlayermx
     889!         do ig=1,ngridmx
     890!            if (detr(ig,l).gt.fm(ig,l)) then
     891!               ncorecfm8=ncorecfm8+1
     892!            endif
     893!         enddo
     894!      enddo
    895895
    896896!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!
     
    986986! Dans le cas ou on est au dessus de la couche d'alimentation et que le
    987987! detrainement est plus fort que le flux de masse, on stope le thermique.
    988             endif
    989 
    990             if(l.gt.lmax(ig)) then
     988!            endif
     989
     990!            if(l.gt.lmax(ig)) then
     991            if(l.gt.lalim(ig)) then
    991992               detr(ig,l)=0.
    992993               fm(ig,l+1)=0.
    993994               entr(ig,l)=0.
    994995            endif
     996           
     997            endif
     998
    995999         enddo
    9961000
Note: See TracChangeset for help on using the changeset viewer.