Ignore:
Timestamp:
Apr 15, 2011, 3:44:44 PM (14 years ago)
Author:
slebonnois
Message:

SL: corrections de bugs suite a compilations venus et titan de la version 109.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libf/dyn3dpar/disvert_noterre.F

    r109 r110  
    199199c     Specifique.  Ce choix est spécifié ici ET dans exner_hyb.F
    200200
    201       DO l = 1, llm
     201      DO l = 1, llm-1
    202202       aps(l) =  0.5 *( ap(l) +ap(l+1))
    203203       bps(l) =  0.5 *( bp(l) +bp(l+1))
    204204      ENDDO
    205205     
    206       if (hybrid) then
     206c     if (hybrid) then
    207207         aps(llm) = aps(llm-1)**2 / aps(llm-2)
    208208         bps(llm) = 0.5*(bp(llm) + bp(llm+1))
    209       else
    210          bps(llm) = bps(llm-1)**2 / bps(llm-2)
    211          aps(llm) = 0.
    212       end if
     209c     else
     210c        bps(llm) = bps(llm-1)**2 / bps(llm-2)
     211c        aps(llm) = 0.
     212c     end if
    213213
    214214      PRINT *,' BPs '
Note: See TracChangeset for help on using the changeset viewer.