Changeset 256 in lmdz_wrf for trunk/WRFV3


Ignore:
Timestamp:
Feb 11, 2015, 5:22:30 PM (10 years ago)
Author:
lfita
Message:

Removiong psfcTendValues printing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/WRFV3/phys/module_lmdz_phys.F

    r248 r256  
    12831283    END IF
    12841284
    1285     PRINT *,'  Lluis psfctendValues ______________ '
    1286     DO ix=1,4*INT(ddimxy/4),4
    1287       PRINT *,(ix+iy,':',psfctendValues(ix+iy), iy=0,3)
    1288     END DO
    1289     PRINT *,(iy,':',psfctendValues(iy), iy=4*INT(ddimxy/4)+1,ddimxy)
     1285!    PRINT *,'  Lluis psfctendValues ______________ '
     1286!    DO ix=1,4*INT(ddimxy/4),4
     1287!      PRINT *,(ix+iy,':',psfctendValues(ix+iy), iy=0,3)
     1288!    END DO
     1289!    PRINT *,(iy,':',psfctendValues(iy), iy=4*INT(ddimxy/4)+1,ddimxy)
    12901290
    12911291! All the tendencies have to be given as decoupled from the dry air mass column! (see dyn_em/module_em.F:rk_update_scalar)
Note: See TracChangeset for help on using the changeset viewer.