Ignore:
Timestamp:
Jun 29, 2023, 3:03:15 AM (15 months ago)
Author:
fhourdin
Message:

Passage des thermiques a la nouvelle norme.

File:
1 edited

Legend:

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

    r4514 r4590  
    135135    USE print_control_mod, ONLY: lunout
    136136    USE aero_mod, ONLY : naero_grp
     137    USE lmdz_thermcell_dq, ONLY : thermcell_dq
    137138
    138139    USE tracco2i_mod
     
    249250    !----------
    250251    REAL,DIMENSION(klon,klev+1),INTENT(IN)   :: fm_therm
    251     REAL,DIMENSION(klon,klev),INTENT(IN)     :: entr_therm
     252    REAL,DIMENSION(klon,klev),INTENT(INOUT)     :: entr_therm
    252253    !
    253254    !Couche limite:
Note: See TracChangeset for help on using the changeset viewer.