Ignore:
Timestamp:
Mar 6, 2019, 7:10:00 PM (6 years ago)
Author:
aboissinot
Message:

Add new formulae to compute vertical speed in thermcell_plume (only consistent with mix0=0)

Add pdt and pdq to pt and pq for computing zdttherm and zdqtherm in physiq_mod when water=false.
That in order to be consistent with the case water=true

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/LMDZ.GENERIC/libf/phystd/physiq_mod.F90

    r2107 r2113  
    11931193            CALL evap(ngrid,nlayer,nq,ptimestep,pt,pq,pdq,pdt,dqevap,dtevap,zqtherm,zttherm)
    11941194         ELSE
    1195             zttherm(:,:) = pt(:,:)
    1196             zqtherm(:,:,:) = pq(:,:,:)
     1195            zttherm(:,:)   = pt(:,:)   + pdt(:,:)
     1196            zqtherm(:,:,:) = pq(:,:,:) + pdq(:,:,:)
    11971197         ENDIF
    11981198         
Note: See TracChangeset for help on using the changeset viewer.