Changeset 1909


Ignore:
Timestamp:
Nov 27, 2013, 11:13:29 AM (11 years ago)
Author:
acozic
Message:

Fix a bug in calcul of tr_seri for the injection of source in the first model layer

File:
1 edited

Legend:

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

    r1907 r1909  
    590590    DO it=1,nbtr
    591591       d_tr_cl(:,1,it)=source(:,it)*rg/delp(:,1)*pdtphys
     592       tr_seri(:,1,it)=tr_seri(:,1,it)+d_tr_cl(:,1,it)
    592593    ENDDO
    593     tr_seri(:,1,it)=tr_seri(:,1,it)+d_tr_cl(:,1,it)
    594594    d_tr_cl(:,2:klev,1:nbtr)=0.
    595595  ELSE IF (iflag_vdf_trac==-1) THEN
Note: See TracChangeset for help on using the changeset viewer.