- Timestamp:
- Apr 15, 2025, 11:56:45 AM (2 months ago)
- Location:
- LMDZ6/branches/contrails
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/branches/contrails
- Property svn:mergeinfo changed
/LMDZ6/trunk merged: 5451,5458,5460,5463,5468-5487,5490-5496,5499-5520,5524-5526,5528,5531,5544,5554-5557,5559-5562,5569-5572,5578,5582-5585,5597
- Property svn:mergeinfo changed
-
LMDZ6/branches/contrails/libf/phylmd/lmdz_thermcell_plume_6A.f90
r5450 r5618 216 216 217 217 ztemp(:)=zpspsk(:,l)*ztla(:,l-1) 218 call thermcell_qsat(ngrid, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:))218 call thermcell_qsat(ngrid, 1, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:)) 219 219 do ig=1,ngrid 220 220 ! print*,'active',active(ig),ig,l … … 556 556 557 557 ztemp(:)=zpspsk(:,l)*ztla(:,l) 558 call thermcell_qsat(ngrid, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l))558 call thermcell_qsat(ngrid, 1, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l)) 559 559 do ig=1,ngrid 560 560 if (activetmp(ig)) then … … 917 917 918 918 ztemp(:)=zpspsk(:,l)*ztla(:,l-1) 919 call thermcell_qsat(ngrid, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:))919 call thermcell_qsat(ngrid, 1, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:)) 920 920 921 921 do ig=1,ngrid … … 1005 1005 1006 1006 ztemp(:)=zpspsk(:,l)*ztla(:,l) 1007 call thermcell_qsat(ngrid, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l))1007 call thermcell_qsat(ngrid, 1, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l)) 1008 1008 1009 1009 do ig=1,ngrid
Note: See TracChangeset
for help on using the changeset viewer.