Ignore:
Timestamp:
May 19, 2015, 6:33:30 PM (9 years ago)
Author:
jyg
Message:

Bug fixing concerning aerosol scavenging (bugs in
cvltr_scav and in lsc_scav) and aerosol
concentration output (the values at beginning,
instead of end, of time step were output).

File:
1 edited

Legend:

Unmodified
Added
Removed
  • LMDZ5/trunk/libf/phylmd/phys_output_write_mod.F90

    r2282 r2284  
    215215         lcc, lcc3d, lcc3dcon, lcc3dstra, reffclwtop, &
    216216         ec550aer, flwc, fiwc, t_seri, theta, q_seri, &
    217          ql_seri, zphi, u_seri, v_seri, omega, cldfra, &
     217!jyg<
     218!!         ql_seri, zphi, u_seri, v_seri, omega, cldfra, &
     219         ql_seri, tr_seri, &
     220         zphi, u_seri, v_seri, omega, cldfra, &
     221!>jyg
    218222         rneb, rnebjn, zx_rh, d_t_dyn, d_q_dyn, &
    219223         d_u_dyn, d_v_dyn, d_t_con, d_t_ajsb, d_t_ajs, &
     
    14521456              IF (type_trac == 'lmdz' .OR. type_trac == 'repr') THEN
    14531457
    1454              CALL histwrite_phy(o_trac(iq-nqo), qx(:,:,iq))
     1458!jyg<
     1459!!             CALL histwrite_phy(o_trac(iq-nqo), qx(:,:,iq))
     1460             CALL histwrite_phy(o_trac(iq-nqo), tr_seri(:,:,iq-nqo))
     1461!>jyg
    14551462             CALL histwrite_phy(o_dtr_vdf(iq-nqo),d_tr_cl(:,:,iq-nqo))
    14561463             CALL histwrite_phy(o_dtr_the(iq-nqo),d_tr_th(:,:,iq-nqo))
     
    14691476             IF(vars_defined) THEN
    14701477                DO k=1,klev
    1471                    zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*qx(:,k,iq)
     1478!jyg<
     1479!!                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*qx(:,k,iq)
     1480                   zx_tmp_fi2d(:)=zx_tmp_fi2d(:)+zmasse(:,k)*tr_seri(:,k,iq-nqo)
     1481!>jyg
    14721482                ENDDO
    14731483             ENDIF
Note: See TracChangeset for help on using the changeset viewer.