Ignore:
Timestamp:
Mar 31, 2008, 6:14:45 PM (17 years ago)
Author:
lmdzadmin
Message:

Enleve prints par defaut
IM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/phylmd/cva_driver.F

    r879 r938  
    305305
    306306      logical ok_inhib  ! True => possible inhibition of convection by dryness
     307      logical, save :: debut=.true.
    307308
    308309      real plcl1(klon)
     
    507508
    508509      if (iflag_con.eq.3) then
    509    
    510        print*,'Emanuel version 3 nouvelle'
     510 
     511       if (debut) THEN
     512        print*,'Emanuel version 3 nouvelle'
     513       endif
     514
    511515       CALL cv3_prelim(len,nd,ndp1,t1,q1,p1,ph1      ! nd->na
    512516     o               ,lv1,cpn1,tv1,gz1,h1,hm1,th1)
     
    774778        ELSE
    775779         CALL cv3_mixscale(nloc,ncum,nd,ment,m)
    776          print *,' cv3_mixscale-> '
     780         if (debut) THEN
     781          print *,' cv3_mixscale-> '
     782         endif !(debut) THEN
    777783        ENDIF
    778784      endif
     
    785791      endif
    786792c
    787       print *,' cv_mixing ->'
     793      if (debut) THEN
     794       print *,' cv_mixing ->'
     795      endif !(debut) THEN
    788796c      do i = 1,klev
    789797c        print*,'cv_mixing-> i,ment ',i,(ment(1,i,j),j=1,klev)
     
    794802!-------------------------------------------------------------------
    795803      if (iflag_con.eq.3) then
    796       print *,' cva_driver -> cv3_unsat '
     804       if (debut) THEN
     805        print *,' cva_driver -> cv3_unsat '
     806       endif !(debut) THEN
    797807   
    798808       CALL cv3_unsat(nloc,ncum,nd,nd,ntra,icb,inb,iflag    ! na->nd
     
    810820      endif
    811821c
    812       print *,'cv_unsat-> '
     822      if (debut) THEN
     823       print *,'cv_unsat-> '
     824       debut=.FALSE.
     825      endif !(debut) THEN
    813826!
    814827c      print *,'cv_unsat-> mp ',mp
Note: See TracChangeset for help on using the changeset viewer.