Ignore:
Timestamp:
Jul 13, 2023, 2:14:39 PM (16 months ago)
Author:
dcugnet
Message:

StratAer? fix: stratH2O_methox needs aerophys, located in the StratAer? folder and needing strataer_local_var_mod
=> moved to StratAer/? ; the CALL in physiq_mod is now between CPP keys.
To be changed soon to allow stratH2O_methox usage without StratAer?.

Location:
LMDZ6/trunk/libf/phylmd
Files:
1 edited
1 moved

Legend:

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

    r4625 r4626  
    48474847    !DC Calcul de la tendance due au methane
    48484848    IF (ok_qch4) THEN
     4849!      d_q_ch4: H2O source in ppmv/sec
     4850#ifdef CPP_StratAer
    48494851       CALL stratH2O_methox(debut,paprs,d_q_ch4)
    4850 !      d_q_ch4: H2O source in ppmv/sec - ecmwf routine METHOX
    4851 !       CALL METHOX(1,klon,klon,klev,q_seri,d_q_ch4,pplay)
     4852#else
     4853!      ecmwf routine METHOX
     4854       CALL METHOX(1,klon,klon,klev,q_seri,d_q_ch4,pplay)
     4855#end if
    48524856       ! ajout de la tendance d'humidite due au methane
    48534857       d_q_ch4_dtime(:,:) = d_q_ch4(:,:)*phys_tstep
Note: See TracChangeset for help on using the changeset viewer.