Changeset 2130 for trunk/LMDZ.GENERIC


Ignore:
Timestamp:
Apr 29, 2019, 1:55:57 PM (6 years ago)
Author:
aboissinot
Message:

More satisfiying initialisations in thermcell_env.F90
Add new informations about some variables in thermcell_plume.F90

Location:
trunk/LMDZ.GENERIC/libf/phystd
Files:
2 edited

Legend:

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

    r2127 r2130  
    7676      zhl(:,:) = pt(:,:) / zpopsk(:,:)
    7777     
    78       zqt(:,:) = pq(:,:,igcm_h2o_vap)
    79      
    8078!===============================================================================
    8179! Condensation and latent heat release
     
    8381     
    8482      IF (water) THEN
     83         
     84         zqt(:,:) = pq(:,:,igcm_h2o_vap)
    8585         
    8686         DO l=1,nlay
     
    101101      ELSE
    102102         
     103         zqt(:,:) = 0.
     104         zql(:,:) = 0.
    103105         zt(:,:) = pt(:,:)
    104          ztv(:,:) = pt(:,:) / zpopsk(:,:)
     106         ztv(:,:) = zhl(:,:)
    105107         
    106108      ENDIF
  • trunk/LMDZ.GENERIC/libf/phystd/thermcell_plume.F90

    r2127 r2130  
    6262     
    6363      REAL ztva(ngrid,nlay)                     ! TRPV plume (after mixing)
    64       REAL zhla(ngrid,nlay)                     ! TP   plume ?
     64      REAL zhla(ngrid,nlay)                     ! TP   plume (after mixing)
    6565      REAL zqla(ngrid,nlay)                     ! ql   plume (after mixing)
    66       REAL zqta(ngrid,nlay)                     ! qt   plume ?
     66      REAL zqta(ngrid,nlay)                     ! qt   plume (after mixing)
    6767      REAL zqsa(ngrid,nlay)                     ! qsat plume (after mixing)
    68       REAL zw2(ngrid,nlay+1)                    ! w    plume (after mixing)
     68      REAL zw2(ngrid,nlay+1)                    ! w2   plume (after mixing)
    6969     
    7070!     Local:
     
    7777      REAL zta_est(ngrid,nlay)                  ! TR   plume (before mixing)
    7878      REAL zqsa_est(ngrid)                      ! qsat plume (before mixing)
    79       REAL zw2_est(ngrid,nlay+1)                ! w    plume (before mixing)
     79      REAL zw2_est(ngrid,nlay+1)                ! w2   plume (before mixing)
    8080     
    8181      REAL zta(ngrid,nlay)                      ! TR   plume (after mixing)
Note: See TracChangeset for help on using the changeset viewer.