Changeset 4684


Ignore:
Timestamp:
Sep 11, 2023, 3:18:47 PM (8 months ago)
Author:
fhourdin
Message:

Noms de variables plus explicites

File:
1 edited

Legend:

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

    r4682 r4684  
    88      subroutine thermcell_main(itap,ngrid,nlay,ptimestep  &
    99     &                  ,pplay,pplev,pphi,debut  &
    10      &                  ,pu,pv,pt,p_o  &
     10     &                  ,puwind,pvwind,ptemp,p_o  &
    1111     &                  ,pduadj,pdvadj,pdtadj,pdoadj  &
    1212     &                  ,fm0,entr0,detr0,zqta,zqla,lmax  &
     
    105105      integer, intent(in) :: itap,ngrid,nlay
    106106      real, intent(in) ::  ptimestep
    107       real, intent(in), dimension(ngrid,nlay)    :: pt,pu,pv,pplay,pphi
     107      real, intent(in), dimension(ngrid,nlay)    :: ptemp,puwind,pvwind,pplay,pphi
    108108! ATTENTION : zpspsk est inout et out mais c'est pas forcement pour de bonnes raisons (FH, 2023)
    109109      real, intent(in), dimension(ngrid,nlay)    :: p_o
     
    186186      ENDIF
    187187!
     188print*,'thermcell_main debut'
    188189!     write(lunout,*)'WARNING thermcell_main f0=max(f0,1.e-2)'
    189190     do ig=1,ngrid
     
    202203!   --------------------------------------------------------------------
    203204!
    204       CALL thermcell_env(ngrid,nlay,p_o,pt,pu,pv,pplay,  &
     205      CALL thermcell_env(ngrid,nlay,p_o,ptemp,puwind,pvwind,pplay,  &
    205206     &           pplev,z_o,zh,zl,ztv,zthl,zu,zv,zpspsk,zqsat,lev_out)
    206207       
     
    743744      if (prt_level.ge.1) print*,'thermcell_main FIN  OK'
    744745
     746print*,'thermcell_main fin'
    745747 RETURN
    746748      end subroutine thermcell_main
Note: See TracChangeset for help on using the changeset viewer.