Ignore:
Timestamp:
Aug 8, 2013, 6:39:43 PM (11 years ago)
Author:
Laurent Fairhead
Message:

Suppressions print de debuggage
LF


Getting rid of some debugging prints
LF

File:
1 edited

Legend:

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

    r1822 r1836  
    578578  IF (iflag_vdf_trac==1) THEN
    579579     DO it=1, nbtr
    580         print*,'trac pbl ',it,pbl_flg(it)
     580        if (prt_level > 20) write(lunout,*)'trac pbl ',it,pbl_flg(it)
    581581        IF( pbl_flg(it) /= 0 ) THEN
    582582           CALL cltrac(pdtphys, coefh,t_seri,       &
Note: See TracChangeset for help on using the changeset viewer.