Changeset 2207 in lmdz_wrf


Ignore:
Timestamp:
Oct 31, 2018, 4:08:32 PM (6 years ago)
Author:
lfita
Message:

Removing printing test

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/diagnostics.py

    r2206 r2207  
    718718        for j in range(var0.shape[2]):
    719719          for i in range(var0.shape[3]):
    720               print var0[:,0,j,i]*var1[:,0]
    721720              diagout[:,j,i] = var0[:,0,j,i]*var1[:,0]
    722721
Note: See TracChangeset for help on using the changeset viewer.