Changeset 4618 for LMDZ6/trunk


Ignore:
Timestamp:
Jul 10, 2023, 12:38:18 AM (12 months ago)
Author:
yann meurdesoif
Message:

Fix compilation error when activating Dust compilation.
Variable entr_therm must have INTENT(INOUT), to be compliant with the declared interface of thermcell_dq recently introduced by the use of the module lmdz_thermcell_dq

YM

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ6/trunk/libf/phylmd/Dust/phytracr_spl_mod.F90

    r4593 r4618  
    804804
    805805      USE mod_phys_lmdz_transfert_para
    806 
    807   USE phys_cal_mod, only: jD_1jan,year_len, mth_len, days_elapsed, jh_1jan, year_cur, &
    808        mth_cur, phys_cal_update
     806      USE lmdz_thermcell_dq,  ONLY : thermcell_dq
     807      USE phys_cal_mod, only: jD_1jan,year_len, mth_len, days_elapsed, jh_1jan, year_cur, &
     808                              mth_cur, phys_cal_update
    809809
    810810!
     
    10701070!----------
    10711071      REAL,DIMENSION(klon,klev+1),INTENT(IN)   :: fm_therm
    1072       REAL,DIMENSION(klon,klev),INTENT(IN)     :: entr_therm
     1072      REAL,DIMENSION(klon,klev),INTENT(INOUT)     :: entr_therm
    10731073
    10741074
Note: See TracChangeset for help on using the changeset viewer.