Changeset 619 for trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90
- Timestamp:
- Apr 13, 2012, 3:15:09 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/libf/phymars/thermcell_main_mars.F90
r616 r619 271 271 272 272 do l=2,nlayermx 273 rhobarz(:,l)=0.5*(rho(:,l)+rho(:,l-1)) 273 ! rhobarz(:,l)=0.5*(rho(:,l)+rho(:,l-1)) 274 rhobarz(:,l)=pplev(:,l)/(r*0.5*(pt(:,l)+pt(:,l-1))) 274 275 enddo 275 276 … … 1533 1534 modname='tracer' 1534 1535 call thermcell_dqup(ngridmx,nlayermx,ptimestep & 1535 & ,fm,entr, detr, &1536 & ,fm,entr,fraca, & 1536 1537 & masse,pq(:,:,ico2),pdqadj(:,:,ico2),modname,zdzfull) 1537 1538 ! endif
Note: See TracChangeset
for help on using the changeset viewer.