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/dyn3d/top_bound.F

    r108 r110  
    1       SUBROUTINE top_bound( vcov,ucov,teta,masse, du,dv,dh )
     1      SUBROUTINE top_bound( vcov,ucov,teta,phi,masse, du,dv,dh )
    22      IMPLICIT NONE
    33c
     
    3535
    3636      REAL ucov(iip1,jjp1,llm),vcov(iip1,jjm,llm),teta(iip1,jjp1,llm)
     37      REAL phi(iip1,jjp1,llm)                  ! geopotentiel
    3738      REAL masse(iip1,jjp1,llm)
    3839      REAL dv(iip1,jjm,llm),du(iip1,jjp1,llm),dh(iip1,jjp1,llm)
     
    7778         print*,'TOP_BOUND mode',mode_top_bound
    7879         print*,'Coeffs pour la couche eponge a l equateur'
    79          print*,'p (Pa)  z(km)  tau (s)   dt*rdamp'
     80         print*,'p (Pa)  z(km)  tau (s)'
    8081         do l=1,llm
    8182           if (rdamp(l).ne.0.) then
    8283            zkm        = phi(iip1/2,jjp1/2,l)/(1000*g)
    83           print*,presnivs(l),zkm,
    84      .          1./rdamp(l),
    85      .          dt*rdamp(l)
     84          print*,presnivs(l),zkm,1./rdamp(l)
    8685           endif
    8786         enddo
Note: See TracChangeset for help on using the changeset viewer.