Ignore:
Timestamp:
Jan 28, 2025, 7:07:51 PM (2 days ago)
Author:
yann meurdesoif
Message:

Implement GPU automatic port for :

  • Thermics
  • acama_gwd_rando
  • flott_gwd_rando

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/lmdz_thermcell_plume.f90

    r5434 r5512  
    218218
    219219   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(:))
    221221    do ig=1,ngrid
    222222!       print*,'active',active(ig),ig,l
     
    351351
    352352   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))
    354354   do ig=1,ngrid
    355355      if (activetmp(ig)) then
Note: See TracChangeset for help on using the changeset viewer.