Changeset 5512 for LMDZ6/trunk/libf/phylmd/lmdz_thermcell_plume.f90
- Timestamp:
- Jan 28, 2025, 7:07:51 PM (2 days ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
LMDZ6/trunk/libf/phylmd/lmdz_thermcell_plume.f90
r5434 r5512 218 218 219 219 ztemp(:)=zpspsk(:,l)*ztla(:,l-1) 220 call thermcell_qsat(ngrid, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:))220 call thermcell_qsat(ngrid, 1, active,pplev(:,l),ztemp,zqta(:,l-1),zqsat(:)) 221 221 do ig=1,ngrid 222 222 ! print*,'active',active(ig),ig,l … … 351 351 352 352 ztemp(:)=zpspsk(:,l)*ztla(:,l) 353 call thermcell_qsat(ngrid, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l))353 call thermcell_qsat(ngrid, 1, activetmp,pplev(:,l),ztemp,zqta(:,l),zqsatth(:,l)) 354 354 do ig=1,ngrid 355 355 if (activetmp(ig)) then
Note: See TracChangeset
for help on using the changeset viewer.