Ignore:
Timestamp:
Mar 4, 2004, 4:11:16 PM (20 years ago)
Author:
lmdzadmin
Message:

Optimisation de differentes routines, IM, MAF, FH
LF

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ.3.3/branches/rel-LF/libf/dyn3d/gcm.F

    r477 r495  
    153153      LOGICAL ok_nudge
    154154      PARAMETER (ok_nudge = .false.)
     155c
    155156
    156157c-----------------------------------------------------------------------
     
    367368c   ----------------------------------
    368369
     370
    369371   1  CONTINUE
    370372
     
    449451         ELSE IF( iq.EQ. nqmx )   THEN
    450452c
    451             iapp_tracvl = 5
     453c           iapp_tracvl = 5
     454            iapp_tracvl = iperiod
     455            print*,'***WARNING***: iapp_tracvl = iperiod'
    452456c
    453457cccc     iapp_tracvl est la frequence en pas du groupement des flux
    454458cccc      de masse pour  Van-Leer dans la routine  tracvl  .
    455459c
    456             CALL vanleer(numvanle,iapp_tracvl,nqmx,q,pbaru,pbarv,
     460c            CALL vanleer(numvanle,iapp_tracvl,nqmx,q,pbaru,pbarv,
     461            CALL vanleer(numvanle,iapp_tracvl,2,q,pbaru,pbarv,
    457462     *                      p, masse, dq,  iadv(1), teta, pk     )
    458463c
     464            print*,'***WARNING***: Appel vanleer avec 2 traceurs'
     465            print*,'               et non nqmx'
    459466c                   ...  Modif  F.Codron  ....
    460467c
     
    483490     $         dv,du,dteta,dq,dp,vcov,ucov,teta,q,ps,masse,phis ,
    484491     $              finvmaold                                    )
     492
    485493
    486494c .P.Le Van (26/04/94  ajout de  finvpold dans l'appel d'integrd)
     
    660668            IF( itau. EQ. itaufinp1 ) then 
    661669
     670
    662671              abort_message = 'Simulation finished'
    663672              call abort_gcm(modname,abort_message,0)
Note: See TracChangeset for help on using the changeset viewer.