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/dyn3d/guide.F

    r762 r938  
    122122c calcul de l'humidite saturante
    123123C-----------------------------------------------------------------------
    124       print*,'OK0'
     124c     print*,'OK0'
    125125      CALL pression( ip1jmp1, ap, bp, ps, p )
    126126      call massdair(p,masse)
    127       print*,'OK1'
     127c     print*,'OK1'
    128128      CALL exner_hyb(ip1jmp1,ps,p,alpha,beta,pks,pk,pkf)
    129       print*,'OK2'
     129c     print*,'OK2'
    130130      tnat(:,:)=pk(:,:)*teta(:,:)/cpp
    131       print*,'OK3'
     131c     print*,'OK3'
    132132      unskap   = 1./ kappa
    133133      pres(:,:)=preff*(pk(:,:)/cpp)**unskap
    134       print*,'OK4'
     134c     print*,'OK4'
    135135      call q_sat(iip1*jjp1*llm,tnat,pres,qsat)
    136136
     
    144144c-----------------------------------------------------------------------
    145145
    146       print*,'ONLINE=',online
     146c     print*,'ONLINE=',online
    147147      if(online.eq.-1) then
    148148          return
Note: See TracChangeset for help on using the changeset viewer.