Changeset 2258 for LMDZ5/branches/testing/libf/phymar
- Timestamp:
- Apr 13, 2015, 10:21:09 AM (10 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 1 deleted
- 2 edited
- 1 copied
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 2218,2221-2237
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phymar/physiq.F90
r2160 r2258 10 10 SUBROUTINE physiq (nlon,nlev, & 11 11 & debut,lafin,jD_cur, jH_cur,pdtphys, & 12 & paprs,pplay,pphi,pphis,ppresnivs, clesphy0,&12 & paprs,pplay,pphi,pphis,ppresnivs, & 13 13 & u,v,t,qx, & 14 14 & flxmass_w, & … … 118 118 real,intent(in) :: pphis(klon) ! surface geopotential 119 119 real,intent(in) :: ppresnivs(klev) ! pseudo-pressure (Pa) of mid-layers 120 integer,parameter :: longcles=20121 real,intent(in) :: clesphy0(longcles) ! Not used122 120 real,intent(in) :: u(klon,klev) ! eastward zonal wind (m/s) 123 121 real,intent(in) :: v(klon,klev) ! northward meridional wind (m/s)
Note: See TracChangeset
for help on using the changeset viewer.