Changeset 1170


Ignore:
Timestamp:
Jun 8, 2009, 5:06:24 PM (15 years ago)
Author:
yann meurdesoif
Message:

Ajout du guide de F. Caudron, version séquentielle.
YM

Location:
LMDZ4/branches/LMDZ4-dev/libf/dyn3d
Files:
2 added
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ4/branches/LMDZ4-dev/libf/dyn3d/leapfrog.F

    r1143 r1170  
    1111#endif
    1212      USE infotrac
    13 
     13      USE guide_mod, ONLY : guide_main
     14      USE write_field
    1415      IMPLICIT NONE
    1516
     
    216217
    217218#ifdef CPP_IOIPSL
    218       if (ok_guide.and.(itaufin-itau-1)*dtvr.gt.21600) then
    219         call guide(itau,ucov,vcov,teta,q,masse,ps)
    220       else
    221         IF(prt_level>9)WRITE(lunout,*)'leapfrog: attention on ne ',
    222      .    'guide pas les 6 dernieres heures'
     219      if (ok_guide) then
     220        call guide_main(itau,ucov,vcov,teta,q,masse,ps)
    223221      endif
    224222#endif
     223
     224
    225225c
    226226c     IF( MOD( itau, 10* day_step ).EQ.0 )  THEN
     
    287287     $  ( itau,ucov,vcov,teta,ps,masse,pk,pkf,phis ,
    288288     $    phi,conser,du,dv,dteta,dp,w, pbaru,pbarv, time+iday-day_ini )
     289
    289290
    290291c-----------------------------------------------------------------------
Note: See TracChangeset for help on using the changeset viewer.