eguil / Density_bining

Density bining code
2 stars 5 forks source link

Remove i.j loop #1

Closed eguil closed 10 years ago

eguil commented 10 years ago

to optimise speed - use of where and argwhere

eguil commented 10 years ago

almost there Went from 50 sec/month too 2.5 sec/month Still a couple of loops to crack down

eguil commented 10 years ago

down to 1 sec/month (IPSL grid) could improve rhon compute - go parallel ?

durack1 commented 10 years ago

At 1 sec/month I think we're ready to roll this out to the other models and see how it goes.. Dealing with multi-threaded computation will be a pain..