Ignore:
Timestamp:
Mar 1, 2007, 11:28:53 AM (17 years ago)
Author:
lsce
Message:

ACo : correction pour le mode guide en parallele

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/V3_test/libf/dyn3dpar/leapfrog_p.F

    r743 r753  
    66#define IO_DEBUG
    77
    8 #undef CPP_IOIPSL
     8!#undef CPP_IOIPSL
    99
    1010      SUBROUTINE leapfrog_p(ucov,vcov,teta,ps,masse,phis,nq,q,clesphy0,
     
    231231#ifdef CPP_IOIPSL
    232232      if (ok_guide.and.(itaufin-itau-1)*dtvr.gt.21600) then
    233         call guide(itau,ucov,vcov,teta,q,masse,ps)
     233        call guide_pp(itau,ucov,vcov,teta,q,masse,ps)
    234234      else
    235235        IF(prt_level>9)WRITE(*,*)'attention on ne guide pas les ',
     
    552552       IF (offline) THEN
    553553Cmaf stokage du flux de masse pour traceurs OFF-LINE
    554 
     554#undef CPP_IOIPSL
    555555#ifdef CPP_IOIPSL
    556556           CALL fluxstokenc(pbaru,pbarv,masse,teta,phi,phis,
Note: See TracChangeset for help on using the changeset viewer.