Changeset 1312 for trunk/LMDZ.COMMON


Ignore:
Timestamp:
Jul 11, 2014, 11:48:09 AM (10 years ago)
Author:
emillour
Message:

Generic and Mars GCM:
LMDZ.COMMON dynamics sends mass flux to physics and not vertical velocity.
Add the computation of vertical velocity from input mass flux in the physics,
and also modify "old" LMDZ.GENERIC and LMDZ.MARS dynamics to be consistent.
EM

Location:
trunk/LMDZ.COMMON/libf
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.COMMON/libf/dyn3d/calfis.F

    r1302 r1312  
    128128      REAL,INTENT(IN) :: pp(iip1,jjp1,llmp1) ! pressure at mesh interfaces (Pa)
    129129      REAL,INTENT(IN) :: ppk(iip1,jjp1,llm) ! Exner at mid-layer
    130       REAL,INTENT(IN) :: flxw(iip1,jjp1,llm)  ! Vertical mass flux on dynamics grid
     130      REAL,INTENT(IN) :: flxw(iip1,jjp1,llm)  ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0)
    131131
    132132      ! tendencies (in */s) from the physics
  • trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F

    r1302 r1312  
    138138      REAL,INTENT(IN) :: pp(iip1,jjp1,llmp1) ! pressure at mesh interfaces (Pa)
    139139      REAL,INTENT(IN) :: ppk(iip1,jjp1,llm) ! Exner at mid-layer
    140       REAL,INTENT(IN) :: flxw(iip1,jjp1,llm)  ! Vertical mass flux on dynamics grid
     140      REAL,INTENT(IN) :: flxw(iip1,jjp1,llm)  ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0)
    141141
    142142      ! tendencies (in */s) from the physics
Note: See TracChangeset for help on using the changeset viewer.