Ignore:
Timestamp:
Nov 22, 2023, 3:46:17 PM (11 months ago)
Author:
lebasn
Message:

Methox: Update comments to correct units + bugfix on output variable

File:
1 edited

Legend:

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

    r4745 r4755  
    50255025    !DC Calcul de la tendance due au methane
    50265026    IF (ok_qch4) THEN
    5027 !      d_q_ch4: H2O source in ppmv/sec
     5027!      d_q_ch4: H2O source from CH4 in MMR/s (mass mixing ratio/s or kg H2O/kg air/s)
    50285028#ifdef CPP_StratAer
    50295029       CALL stratH2O_methox(debut,paprs,d_q_ch4)
    50305030#else
    5031 !      ecmwf routine METHOX
     5031!      ECMWF routine METHOX
    50325032       CALL METHOX(1,klon,klon,klev,q_seri,d_q_ch4,pplay)
    50335033#endif
    5034        ! ajout de la tendance d'humidite due au methane
     5034       ! add humidity tendency due to methane
    50355035       d_q_ch4_dtime(:,:) = d_q_ch4(:,:)*phys_tstep
    50365036       CALL add_phys_tend(du0, dv0, dt0, d_q_ch4_dtime, dql0, dqi0, dqbs0, paprs, &
    50375037            'q_ch4', abortphy,flag_inhib_tend,itap,0)
    5038        d_q_ch4(:,:) = d_q_ch4_dtime(:,:)/phys_tstep
     5038       d_q_ch4(:,:) = d_q_ch4_dtime(:,:)/phys_tstep ! update with H2O conserv done in add_phys_tend
    50395039    ENDIF
    50405040    !
     
    50505050       
    50515051       SELECT CASE(flag_emit)
    5052        CASE(1) ! emission volc H2O dans LMDZ
     5052       CASE(1) ! emission volc H2O in LMDZ
    50535053          DO ieru=1, nErupt
    50545054             IF (year_cur==year_emit_vol(ieru).AND.&
     
    50585058               
    50595059                IF(flag_verbose_strataer) print *,'IN physiq_mod: date=',year_cur,mth_cur,day_cur
    5060                 ! initialisation tendance q emission
     5060                ! initialisation of q tendency emission
    50615061                d_q_emiss(:,:)=0.
    50625062                ! daily injection mass emission - NL
Note: See TracChangeset for help on using the changeset viewer.