Changeset 594 for trunk/LMDZ.GENERIC/libf/phystd/vdifc.F
- Timestamp:
- Mar 22, 2012, 8:25:03 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.GENERIC/libf/phystd/vdifc.F
r586 r594 4 4 & pu,pv,ph,pq,ptsrf,pemis,pqsurf, 5 5 & pdufi,pdvfi,pdhfi,pdqfi,pfluxsrf, 6 & pdudif,pdvdif,pdhdif,pdtsrf, pq2,6 & pdudif,pdvdif,pdhdif,pdtsrf,sensibFlux,pq2, 7 7 & pdqdif,pdqsdif,lastcall) 8 8 … … 55 55 REAL pfluxsrf(ngrid) 56 56 REAL pdudif(ngrid,nlay),pdvdif(ngrid,nlay),pdhdif(ngrid,nlay) 57 REAL pdtsrf(ngrid), pcapcal(ngrid)57 REAL pdtsrf(ngrid),sensibFlux(ngrid),pcapcal(ngrid) 58 58 REAL pq2(ngrid,nlay+1) 59 59 … … 674 674 enddo 675 675 enddo 676 676 677 DO ig=1,ngrid ! computing sensible heat flux (atm => surface) 678 sensibFlux(ig)=cpp*zb(ig,1)/ptimestep*(zh(ig,1)-ztsrf2(ig)) 679 ENDDO 680 677 681 if (tracer) then 678 682 do iq = 1, nq
Note: See TracChangeset
for help on using the changeset viewer.