1 / 16

Computation Time Analysis - Climate Reanalysis Data

Computation Time Analysis - Climate Reanalysis Data. Dipanwita Dasgupta University of Notre Dame Graduate Operating Systems. Motivation. Climate Analysis : Why it is important?

alexia
Download Presentation

Computation Time Analysis - Climate Reanalysis Data

An Image/Link below is provided (as is) to download presentation Download Policy: Content on the Website is provided to you AS IS for your information and personal use and may not be sold / licensed / shared on other websites without getting consent from its author. Content is provided to you AS IS for your information and personal use only. Download presentation by click this link. While downloading, if for some reason you are not able to download a presentation, the publisher may have deleted the file from their server. During download, if you can't get a presentation, the file might be deleted by the publisher.

E N D

Presentation Transcript


  1. Computation Time Analysis - Climate Reanalysis Data Dipanwita Dasgupta University of Notre Dame Graduate Operating Systems

  2. Motivation • Climate Analysis : Why it is important? • Increase in occurrence of climate hazards • Climate Reanalysis Data • Data Centric Approach • Climate Network

  3. Dataset • National Centre for EnvironementalPrediction / National Centre for Atmospheric Research (NCEP/NCAR) Reanalysis Dataset • Composed of data at 17 pressure levels • Total of approximately 10000 grid points • Factors affecting climate

  4. Background • Climate Network Model • Limited to use 7 factors affecting climate • Affects the predictive modeling • Computation Time

  5. Problem • Computation has 3 steps • Reading the data from file • Calculation at each level • Combining the results • Step 2 – highly computation intensive • The present code can only handle 20 units of data at a time

  6. Actual Work • Analyzed time taken to run on a single machine • Distributed Framework • Steps 1 and 2 mentioned in previous slide for each level are independent of each other • Ran in a distributed fashion • Used the CRC SGE Machine

  7. Assumptions • Used only one parameter • Geopotential Height • Only one measure of dispersion • Euclidean Distance • Processing is similar for other parametersas well as for measures of dispersion

  8. Experimental Set-up • NCEP Reanalysis Dataset • 20 units of longitude • Sequential Execution • Used the school workstation desktop • Distributed Framework • Used opteron.crc.nd.edu

  9. Distributed Framework: Setup • opteron.crc.nd.edu • Submitted Bash script • Ran 10 simulations per level • Took the average

  10. Speedup

  11. Results Analysis • Distributed Framework works better than Sequential Execution • Expected Speed-Up not achieved • Reading data from the file took more time than expected • Reduced time for the other steps

  12. Future Work • Optimization of reading data from file • Use various file systems – NFS/AFS • Include more measures of dispersion • Increase the number of parameters

  13. Questions??

More Related