1 / 7

Computation Time Analysis - Climate Reanalysis Data

Computation Time Analysis - Climate Reanalysis Data. Dipanwita Dasgupta Graduate Operating Systems. Overview. Problem Description Dataset Results Proposed course of work. Problem. Cannot increase the number of parameters Code in R script Code using direct computational techniques

jalia
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 ReanalysisData DipanwitaDasgupta Graduate Operating Systems

  2. Overview • Problem Description • Dataset • Results • Proposed course of work

  3. Problem • Cannot increase the number of parameters • Code in R script • Code using direct computational techniques • Data to be saved in the machine • Data has to be loaded in chunks in terms of longitude to get a better computation time • Very high computation time • No automated technique for computation

  4. Data • NCEP Reanalysis Data • Composed of data at 17 pressure levels • Total of approximately 10000 grid points • Available at ftp://ftp.cdc.noaa.gov/Datasets/ncep.reanalysis.derived/pressure/hgt.mon.mean.nc

  5. Results • Time increases with number oflevels • Represents time per block of data • Only one parameter used • Only one measure of dispersion

  6. Course of Work • Transfer the code to Matlab • Use distributed computing to reduce computation time • Compute for each level separately • Combine the results from each level • Increase the number of parameters

  7. Questions??

More Related