Changeset 2056 for LMDZ5/branches/testing/libf/dyn3d/guide_mod.F90
- Timestamp:
- Jun 11, 2014, 3:46:46 PM (11 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1998,2000-2023,2025-2029,2032,2034,2036-2049,2051-2055
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/dyn3d/guide_mod.F90
r2024 r2056 593 593 SUBROUTINE guide_interp(psi,teta) 594 594 595 use exner_hyb_m, only: exner_hyb 596 use exner_milieu_m, only: exner_milieu 595 597 IMPLICIT NONE 596 598 … … 614 616 REAL, DIMENSION (iip1,jjm,llm) :: pbary 615 617 ! Variables pour fonction Exner (P milieu couche) 616 REAL, DIMENSION (iip1,jjp1,llm) :: pk, pkf 617 REAL, DIMENSION (iip1,jjp1,llm) :: alpha, beta 618 REAL, DIMENSION (iip1,jjp1,llm) :: pk 618 619 REAL, DIMENSION (iip1,jjp1) :: pks 619 620 REAL :: prefkap,unskap … … 680 681 CALL pression( ip1jmp1, ap, bp, psi, p ) 681 682 if (pressure_exner) then 682 CALL exner_hyb(ip1jmp1,psi,p, alpha,beta,pks,pk,pkf)683 CALL exner_hyb(ip1jmp1,psi,p,pks,pk) 683 684 else 684 CALL exner_milieu(ip1jmp1,psi,p, beta,pks,pk,pkf)685 CALL exner_milieu(ip1jmp1,psi,p,pks,pk) 685 686 endif 686 687 ! .... Calcul de pls , pression au milieu des couches ,en Pascals
Note: See TracChangeset
for help on using the changeset viewer.