Changeset 1312 for trunk/LMDZ.COMMON
- Timestamp:
- Jul 11, 2014, 11:48:09 AM (10 years ago)
- Location:
- trunk/LMDZ.COMMON/libf
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.COMMON/libf/dyn3d/calfis.F
r1302 r1312 128 128 REAL,INTENT(IN) :: pp(iip1,jjp1,llmp1) ! pressure at mesh interfaces (Pa) 129 129 REAL,INTENT(IN) :: ppk(iip1,jjp1,llm) ! Exner at mid-layer 130 REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on dynamics grid130 REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0) 131 131 132 132 ! tendencies (in */s) from the physics -
trunk/LMDZ.COMMON/libf/dyn3dpar/calfis_p.F
r1302 r1312 138 138 REAL,INTENT(IN) :: pp(iip1,jjp1,llmp1) ! pressure at mesh interfaces (Pa) 139 139 REAL,INTENT(IN) :: ppk(iip1,jjp1,llm) ! Exner at mid-layer 140 REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on dynamics grid140 REAL,INTENT(IN) :: flxw(iip1,jjp1,llm) ! Vertical mass flux on lower mesh interfaces (kg/s) (on llm because flxw(:,:,llm+1)=0) 141 141 142 142 ! tendencies (in */s) from the physics
Note: See TracChangeset
for help on using the changeset viewer.