Ignore:
Timestamp:
Mar 8, 2021, 3:29:36 PM (3 years ago)
Author:
acozic
Message:

modify calcul of ch_in in physiq if there are 3 water tracers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/branches/IPSLCM6.0.15/libf/phylmd/phytrac_mod.F90

    r3419 r3860  
    141141    REAL,DIMENSION(klon,klev),INTENT(IN)   :: sh      ! humidite specifique
    142142    REAL,DIMENSION(klon,klev),INTENT(IN)   :: rh      ! humidite relative
    143     REAL,DIMENSION(klon,klev),INTENT(IN)   :: ch      ! eau liquide
     143    REAL,DIMENSION(klon,klev),INTENT(IN)   :: ch      ! eau liquide  (+ glace si le traceur existe)
    144144    REAL,DIMENSION(klon,klev+1),INTENT(IN) :: paprs   ! pression pour chaque inter-couche (en Pa)
    145145    REAL,DIMENSION(klon,klev),INTENT(IN)   :: pplay   ! pression pour le mileu de chaque couche (en Pa)
Note: See TracChangeset for help on using the changeset viewer.