Ignore:
Timestamp:
Apr 20, 2022, 11:44:24 PM (2 years ago)
Author:
fhourdin
Message:

Corrections thermiques pour replay

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/thermcell_main.F90

    r4129 r4133  
    6161!    15 and 17 correspond to the activation of the stratocumulus "bidouille"
    6262!
     63! Using
     64!    abort_physic
     65!    iso_verif_aberrant_encadre
     66!    iso_verif_egalite
     67!    test_ltherm
     68!    thermcell_closure
     69!    thermcell_dq
     70!    thermcell_dry
     71!    thermcell_dv2
     72!    thermcell_env
     73!    thermcell_flux2
     74!    thermcell_height
     75!    thermcell_plume
     76!    thermcell_plume_5B
     77!    thermcell_plume_6A
     78!
    6379!=======================================================================
    6480
     
    7591      real, intent(in), dimension(ngrid,nlay)    :: pt,pu,pv,po,pplay,pphi,zpspsk
    7692      real, intent(in), dimension(ngrid,nlay+1)  :: pplev
     93      integer, intent(out), dimension(ngrid) :: lmax
    7794      real, intent(out), dimension(ngrid,nlay)   :: pdtadj,pduadj,pdvadj,pdoadj,entr0,detr0
    7895      real, intent(out), dimension(ngrid,nlay)   :: ztla,zqla,zqta,zqsatth,zthl
    7996      real, intent(out), dimension(ngrid,nlay+1) :: fm0,zw2,fraca
    80       real, intent(out), dimension(ngrid) :: zmax0,f0
     97      real, intent(inout), dimension(ngrid) :: zmax0,f0
    8198      real, intent(out), dimension(ngrid,nlay) :: ztva,ztv
    8299      logical, intent(in) :: debut
     100      real,intent(out), dimension(ngrid,nlay) :: ratqscth,ratqsdiff
    83101
    84102      real, intent(out), dimension(ngrid) :: pcon
     
    105123      logical sorties
    106124      real, dimension(ngrid) :: linter,zmix, zmax_sec
    107       integer,dimension(ngrid) :: lmax,lmin,lmix,lmix_bis,nivcon
     125      integer,dimension(ngrid) :: lmin,lmix,lmix_bis,nivcon
    108126      real, dimension(ngrid,nlay) :: ztva_est
    109127      real, dimension(ngrid,nlay) :: deltaz,zlay,zh,zdthladj,zu,zv,zo,zl,zva,zua,zoa
    110128      real, dimension(ngrid,nlay) :: zta,zha,q2,wq,wthl,wthv,thetath2,wth2
    111       real, dimension(ngrid,nlay) :: ratqscth,ratqsdiff,rho,masse
     129      real, dimension(ngrid,nlay) :: rho,masse
    112130      real, dimension(ngrid,nlay+1) :: zw_est,zlev
    113131      real, dimension(ngrid) :: wmax,wmax_tmp
     
    136154!   ---------------
    137155!
    138 
    139156   fm=0. ; entr=0. ; detr=0.
    140157
     
    706723      real seuil
    707724      character*21 comment
     725
    708726      seuil=0.25
    709727
Note: See TracChangeset for help on using the changeset viewer.