Changeset 2221 for LMDZ5/trunk/libf/phymar
- Timestamp:
- Mar 9, 2015, 7:38:03 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/trunk/libf/phymar/physiq.F90
r2104 r2221 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.