Changeset 1750 for LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90
- Timestamp:
- Apr 25, 2013, 5:27:27 PM (12 years ago)
- Location:
- LMDZ5/branches/testing
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ5/branches/testing
- Property svn:mergeinfo changed
/LMDZ5/trunk merged: 1711-1716,1718,1720-1725,1727-1729,1732-1742,1744-1745
- Property svn:mergeinfo changed
-
LMDZ5/branches/testing/libf/phylmd/thermcellV0_main.F90
r1403 r1750 519 519 !------------------------------------------------------------------ 520 520 521 call thermcell_dq(ngrid,nlay, ptimestep,fm0,entr0,masse, &521 call thermcell_dq(ngrid,nlay,1,ptimestep,fm0,entr0,masse, & 522 522 & zthl,zdthladj,zta,lev_out) 523 call thermcell_dq(ngrid,nlay, ptimestep,fm0,entr0,masse, &523 call thermcell_dq(ngrid,nlay,1,ptimestep,fm0,entr0,masse, & 524 524 & po,pdoadj,zoa,lev_out) 525 525 … … 561 561 562 562 ! calcul purement conservatif pour le transport de V 563 call thermcell_dq(ngrid,nlay, ptimestep,fm0,entr0,masse &563 call thermcell_dq(ngrid,nlay,1,ptimestep,fm0,entr0,masse & 564 564 & ,zu,pduadj,zua,lev_out) 565 call thermcell_dq(ngrid,nlay, ptimestep,fm0,entr0,masse &565 call thermcell_dq(ngrid,nlay,1,ptimestep,fm0,entr0,masse & 566 566 & ,zv,pdvadj,zva,lev_out) 567 567 endif
Note: See TracChangeset
for help on using the changeset viewer.