Changeset 4425


Ignore:
Timestamp:
Feb 9, 2023, 2:31:25 PM (15 months ago)
Author:
evignon
Message:

fin des commentaires de lscp a l'issue de l'atelier nuages, noms de variables de contrails (Olivier)

File:
1 edited

Legend:

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

    r4424 r4425  
    178178  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: rnebss           ! mesh fraction of ISSR [-] 
    179179  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: gamma_ss         ! coefficient governing the ice nucleation RHi threshold [-]     
    180   REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: Tcontr           ! ?
    181   REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: qcontr           ! ?
    182   REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: qcontr2          ! ?         
    183   REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: fcontrN          ! ?
    184   REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: fcontrP          ! ?
     180  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: Tcontr           ! threshold temperature for contrail formation [K]
     181  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: qcontr           ! threshold humidity for contrail formation [kg/kg]
     182  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: qcontr2          ! // (2nd expression more consistent with LMDZ expression of q)         
     183  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: fcontrN          ! fraction of grid favourable to non-persistent contrails
     184  REAL, DIMENSION(klon,klev),      INTENT(OUT)  :: fcontrP          ! fraction of grid favourable to persistent contrails
    185185 
    186186
Note: See TracChangeset for help on using the changeset viewer.