Changeset 491 in lmdz_wrf
- Timestamp:
- Jun 15, 2015, 12:01:24 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/tools/validation_sim.py
r468 r491 1306 1306 simobstimes = coincident_CFtimes(tsim, obstunits, simtunits) 1307 1307 1308 # Co ncident times1308 # Coincident times 1309 1309 ## 1310 1310 coindtvalues0 = [] … … 1323 1323 Ncoindt = len(coindtvalues[:,0]) 1324 1324 print main + ': found',Ncoindt,'coincident times between simulation and observations' 1325 print ' 'coindtvalues 1326 quit() 1325 1327 1326 1328 if Ncoindt == 0:
Note: See TracChangeset
for help on using the changeset viewer.