Ignore:
Timestamp:
Jul 30, 2008, 5:50:03 PM (16 years ago)
Author:
Laurent Fairhead
Message:

Mise a jour de dyn3dpar par rapport a dyn3d, inclusion OpenMP et filtre FFT YM
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/trunk/libf/dyn3dpar/guide_p.F

    r865 r985  
    128128      jjn=jj_nb
    129129     
    130       print*,'OK0'
    131130      CALL pression_p( ip1jmp1, ap, bp, ps, p )
    132131      call massdair_p(p,masse)
    133       print*,'OK1'
    134132      CALL exner_hyb_p(ip1jmp1,ps,p,alpha,beta,pks,pk,pkf)
    135       print*,'OK2'
    136133      tnat(ijb:ije,:)=pk(ijb:ije,:)*teta(ijb:ije,:)/cpp
    137       print*,'OK3'
    138134      unskap   = 1./ kappa
    139135      pres(ijb:ije,:)=preff*(pk(ijb:ije,:)/cpp)**unskap
    140       print*,'OK4'
    141136      call q_sat(iip1*jjn*llm,tnat(ijb:ije,:),pres(ijb:ije,:),
    142137     .            qsat(ijb:ije,:))
     
    151146c-----------------------------------------------------------------------
    152147
    153       print*,'ONLINE=',online
    154148      if(online.eq.-1) then
    155149          return
Note: See TracChangeset for help on using the changeset viewer.