Changeset 491 in lmdz_wrf for trunk


Ignore:
Timestamp:
Jun 15, 2015, 12:01:24 PM (10 years ago)
Author:
lfita
Message:

Adding some printing to remember where I was...

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/tools/validation_sim.py

    r468 r491  
    13061306simobstimes = coincident_CFtimes(tsim, obstunits, simtunits)
    13071307
    1308 # Concident times
     1308# Coincident times
    13091309##
    13101310coindtvalues0 = []
     
    13231323Ncoindt = len(coindtvalues[:,0])
    13241324print main + ': found',Ncoindt,'coincident times between simulation and observations'
     1325print '  'coindtvalues
     1326quit()
    13251327
    13261328if Ncoindt == 0:
Note: See TracChangeset for help on using the changeset viewer.