SlideShare a Scribd company logo
1 of 7
Download to read offline
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
17
EMPLOYING MULTI CORE ARCHITECTURE TO
OPTIMIZE ON PERFORMANCE, FOR APPROACH IN
METEOROLOGICAL DATA
Swati Jain
Institute of Technology, Nirma University, Faculty Group,
Computer Engineering, Ahmedabad, India, 380025
Somil Gadhwal
Institute of Technology, Nirma University, Research Scholar,
Computer Engineering, Ahmedabad, India, 380025
ABSTRACT
Cloud detection is an important task in meteorological application. Cloud information is
especially important for now-casting purposes [1] and as an input for different satellite based
estimation of atmospheric and surface parameters [2-4]. The solar energy is the principal source of
energy in the solar system. Clouds have high reflectance and absorption property which is used to
distinguish them with land, water or sea area. There is critical demand to develop application, which
can calculate the presence of cloud by using the available satellite image processing data, so that
prediction of radiated solar energy can be optimised and energy budget can be predicted more easily.
Keywords: Absorption; Clouds; MATLAB; Remote Sensing; Reflectance.
1. INTRODUCTION
The importance of capacity and utilizing it for various purposes is realized by human being.
In order to measure the correct amount of solar energy reaching earth, the layers of cloud should be
separated while estimating the solar energy of a particular area. To estimate the amount of sunlight
reaching the earth surface can serve various purposes [5] such as
• Estimating the climate conditions.
• Predicting the weather conditions.
• Predicting the rain, type of crop to suit the above climatic condition.
• Setting up solar panels.
INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING
AND TECHNOLOGY (IJARET)
ISSN 0976 - 6480 (Print)
ISSN 0976 - 6499 (Online)
Volume 6, Issue 4, April (2015), pp. 17-23
© IAEME: www.iaeme.com/ IJARET.asp
Journal Impact Factor (2015): 8.5041 (Calculated by GISI)
www.jifactor.com
IJARET
© I A E M E
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
18
Detection of cloud is important and crucial in weather and climate studies because detection
of cloud over a region is necessary in order to support many atmospheric or weather parameters such
as aerosol optical depth, brightness temperature, fog detection etc. that provides a depth view in
climate and weather process. Any minor change in actual scenario of cloud can result in huge errors.
Researchers have tried to estimate the amount of solar energy reaching the earth surface by detecting
the amount of solar energy reflected through cloud. Using Matlab for satellite image processing, an
application is developed to efficiently and effectively calculate presence of cloud. This can be done
in several methods such as applying thresholds to greyscale images which has been used to detect
clouds since the first satellite images were produced Rossow (1989) [6]. But There are several issues
such as:-
• Threshold is never global for every satellite image; it varies according to the time of day, so
obtaining a global threshold is a huge problem.
• Also size of clouds is irregular which makes them hard to detected or point out.
Another problem are their type , clouds are of different type such as thin cloud which are at higher
height from land surface and have lower temperature , also the thick and dark cloud that are situated
at lower height that have high temperature.
Remote sensing provides an excellent way to employ meteorological studies , however the
data provided by remote sensing is huge in amount so in order to carry out any calculation, we need
an environment that gives us not only accurate results but also time taken to calculate the result
should be minimum.
So all these problems contribute to further image processing that is not only expensive in
terms of time and space but also the results obtained by them are not very satisfactory.
Increase in numbers of satellite launched and in spectrum, radiometric and temporal
resolution has results in piling up a lot of data. This is an advantage as more accurate information can
be obtained but at the cost of increasing computation requirements.
Fig. 1 Use of application in other weather prediction techniques
The paper proposes an approach by which cloud masking application can provide result in
feasible space and time complexity. Though clouds are commonly encountered phenomena, but they
are difficult to simulate because they are complex in shape and interact with light in a complex
fashion. Clouds not only limit the amount of valid land surface information in a scene, but
undetected cloudy pixels effect atmospheric correction procedures, aerosol retrievals and also
compromise the estimation of biophysical parameters [7].
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
19
2. NEED OF CLOUD MASK
As seen in Fig 1 ,Cloud mask is an important application as any error in estimation of cloud
are amplified in further prediction ,even a minor change in prediction of temperature can cause
repeated errors in prediction of weather forecasting and climatic studies. It is considered that even
1K change in temperature can result in predicting the rainfall estimation by double of its present
condition. Since flora and fauna of India is highly dependent on rainfall, weather prediction
calculation should be carried out in a careful manner.
Weather prediction can be done using various measures, satellites are also used to capture
data in the form of multispectral images and these images are used to extract information about the
temperature of the area. Reflectivity for solar energy is more by clouds in comparison to land hence
it is possible to distinguish the cloud from land using thresholding, however it is not always possible
to obtain a global threshold. They vary according to the temperature of the surrounding area and the
also on the time i.e. day or night. If this model is used for energy budget prediction in solar energy
conservation then this error may lead to day to day energy needs. So it is important to calculate the
weather condition correctly and detecting clouds is the first step of every weather prediction
application (as shown in Fig. 1). By doing this we can separate the land surface and cloud and can
make use of reflectance values.
3. APPROACH USED
The dataset contains mask of weather condition related to cloud . In order to provide a
friendly interaction, a GUI has been created using Matlab GUI Development Environment (GUIDE).
Matlab contains worker as their computational unit. Workers are equivalent to number of cores, each
worker has their own computational space and they can communicate with each other. Collection of
worker is called pool. Matlab provides commands to open or close pool.
4. MATLAB
To Matlab provides several toolboxes such as Image processing toolbox that is used to
process images and can perform valuable computation with minimum time overhead. It also provides
Parallel computing environment.
Matlab provide Parallel processing Toolbox [8] to compute data intensive problem in
multicore processor, GPU and computer cluster. Data is parallelized using parallelized algorithms,
dedicated arrays and parallelized for loop, that gives a user freedom to efficiently distribute the data
without the burden on managing it. Parallel application can be executed in interactive or batch mode.
Matlab provides easy and efficient way to for compute image processing task involved in satellite
image processing. Several other toolboxes are GUIDE (GUI Development Environment) that allows
a user to create GUI using drag and drop facility and background function.
5. NEED OF MULTICORE ENVIRONMENT
With the continuous growth of complexity of programming, it has been difficult now to
increase the performance by scaling clock speed further. To meet this demand, modern System-On-
Chip solutions contain multiple processing cores. Reason behind using multicore programming is
• Can make use of various kind of parallelism.
• Decrease power consumption.
• Effectively hide memory latency.
• Resources are utilized more effectively
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
20
6. CLOUD MASKING ALGORITHM
So in order to surpass all the above mention problems in cloud detection, more than one
method is used to calculate cloud mask according to their type. The algorithm is as follow [9].
7. DATASET USED
The data set used is INSAT 3D CMK data that has been provided by MOSDAC. HDF5 data
is extracted in Matlab and satellite images can be viewed by the user.
Fig. 2 Satellite Image showing cloud mask.
8. ALGORITHM
The dataset contains mask data for every half an hour interval. Fig 2 shows a pictorial view
of dataset that contains cloud mask of full disk view of earth. For every dataset belonging to
particular date, flags have been maintained for clear, cloudy, probably clear, probably cloudy. Once
the data has been loaded for binary_mask and for cmk_mask(that contains cmk mask ), a function for
cloud mask is called and it repeat the sequence for every cmk_mask data.
8.1 Data Structure used
• binary_mask - Binary mask for every states of India. That has been stored previously.
• cmk_mask - mask of cloud condition given by INSAT 3D satellite.
• Counter - Contains clear, cloudy, probably clear, probably cloudy count of a particular file.
Initially set to zero.
• day_array- contains the index of counter that is maximum for particular time of day.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
21
Fig. 3 Flow of Application.
9. RESULT
The output summaries the cloud condition for that particular day, weather cloudy or clear or
probably cloudy. The application is executed in both serial and parallel environment and the runtime
of both environment is highly comparative. It can be shown from the table that the gain over serial is
less when size of data is less but it increases as the size of data increases. From the Table 1, we can
conclude that the gain of parallel processing over serial in this application is nearly 83%, which can
provide better time complexity and can increase the accuracy of the estimation as more and more
data can be estimated in the same time. The table shows prediction of cloud at several duration of
time.
Fig. 4 Execution time of serial and Parallel Processing.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
22
Fig. 5 Percentage Gain of Parallel over Serial Processing.
Table 1: Showing comparison of serial and parallel processing
Duration
(Hours)
Serial
(Seconds)
Parallel
(Seconds)
Percentage
Gain %
0.5 1.800 0.546 69.67
2 13.690 2.418 82.38
4 14.5230 1.7220 88.14
6 14.54700 1.6830 88.40
8 15.2390 3.2970 78.36
10 17.0000 4.3520 74.40
12 22.4000 3.5816 84.01
14 25.6370 3.6504 85.76
16 27.0974 4.0092 85.20
18 31.0286 5.6784 81.69
20 32.5262 5.5380 82.97
22 34.5232 5.8320 88.22
24 36.5480 6.3240 82.70
Average 82.45
10. CONCLUSION
The application can be extended to add some more weather prediction application so that it
can provide a unified platform for weather prediction application and also by using this approach,
computation can be saved.
International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 –
6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME
23
REFERENCES
1. Stephens G.L., G. Vane, R.J. Boain, G.G. Mace, K. Sassen, Z. Wang, A.J. Illinworth, E.J.
OConner, W.B. Rossow, S.L.Durden, S.D. Miller, R.T. Austin, A. Benedetti, C. Mitrescu. The
cloud Sat Science Team 2002: The CloudSat mission and the A-Train, Bull. Amer. Meteor.
Soc., 83(12), 1771-1790.
2. A Bendix J., R. Rollenbeck and W.E. Palacios, 2004. “Cloud detection in the Tropics- a
suitable tool for climate-ecological studies in the high mountains of Equador, “. Intl. J. Rem.
Sens., 25 (21), 4521-4540.
3. Albers S.C., J.A. McGinley, D.A.Birkenheuer and J.R. Smart 1996. The local analysis of
prediction system (LAPS): Analysis of clouds, precipitation and temperature. Wea. Forcasting,
11, 273-287.
4. Sandvik A.D., 1998.” Implementation and validation of a condensation scheme in a messoscale
model”. Mon. Sea. Rev., 126, 1882-1905.
5. NCAR’s Contribution To Wind And Solar Energy Prediction, https://www.rap. ucar.edu/
projects/ncars-contribution-to-wind-and-solar-energy-prediction.
6. Izak van Zyl Marais_, Johan Adam du Preez, Willem Herman Steyn.” An optimal image
transform for threshold-based cloud detection using heteroscedastic discriminant analysis”,
Intl. J. Rem. Sens.
7. Fernando Sedano , Pieter Kempeneers, Peter Strobl, Jan Kucera, Peter Vogt, Lucia Seebach,
Jesús San-Miguel-Ayanz,” A cloud mask methodology for high resolution remote sensing data
combining information from high and medium resolution optical sensors “, ELSEVIER.
8. Parallel Computing Toolbox in Matlab by Mathworks, http://www.mathworks.in/
products/parallel-computing/parallel/distarrays.html.
9. INSAT 3D Data Product Catalog by Indian Meteorological Department http://www.imd
.gov.in/section/satmet/dynamic/INSAT3D_Catalog.pdf.
10. Prabhat Kumar Sinha, Vijay Kumar Yadav, Saurabha Kumar and Rajneesh Pandey, “Static
Analysis of Complex Structure of Beams By Interpolation Method Approach To Matlab”
International Journal of Mechanical Engineering & Technology (IJMET), Volume 5, Issue 5,
2014, pp. 28 - 44, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359.
11. Gopichand Allaka, Prasad Raju Kalidindi, Koteswara Rao S, Manibabu Daadi, Abhay Patnala,
“Design of Solid Shafts Using Matlab” International Journal of Mechanical Engineering &
Technology (IJMET), Volume 3, Issue 3, 2012, pp. 645 - 653, ISSN Print: 0976 – 6340, ISSN
Online: 0976 – 6359.
12. Darshana Mistry and Asim Banerjee, “Discrete Wavelet Transform Using Matlab”
International journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2,
2013, pp. 252 - 259, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.

More Related Content

What's hot

How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Eventsinside-BigData.com
 
Estimation of land surface temperature of dindigul district using landsat 8 data
Estimation of land surface temperature of dindigul district using landsat 8 dataEstimation of land surface temperature of dindigul district using landsat 8 data
Estimation of land surface temperature of dindigul district using landsat 8 dataeSAT Publishing House
 
Land Use/Land Cover Detection
Land Use/Land Cover DetectionLand Use/Land Cover Detection
Land Use/Land Cover DetectionWansoo Im
 
Automated change detection in grass gis
Automated change detection in grass gisAutomated change detection in grass gis
Automated change detection in grass gisCOGS Presentations
 
PV Solar Power Forecasting
PV Solar Power ForecastingPV Solar Power Forecasting
PV Solar Power ForecastingMohamed Abuella
 
Adjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsAdjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsMohamed Abuella
 
AHM 2014: The Flow Simulation Tools on VHub
AHM 2014: The Flow Simulation Tools on VHubAHM 2014: The Flow Simulation Tools on VHub
AHM 2014: The Flow Simulation Tools on VHubEarthCube
 
The GIS for the Solar Projects Development
The GIS for the Solar Projects DevelopmentThe GIS for the Solar Projects Development
The GIS for the Solar Projects DevelopmentEsri
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Jean-Claude Meteodyn
 
New features presentation: meteodyn WT 4.8 software - Wind Energy
New features presentation: meteodyn WT 4.8 software - Wind EnergyNew features presentation: meteodyn WT 4.8 software - Wind Energy
New features presentation: meteodyn WT 4.8 software - Wind EnergyJean-Claude Meteodyn
 
Hong Liu CanWEA presentation
Hong Liu CanWEA presentationHong Liu CanWEA presentation
Hong Liu CanWEA presentationmtingle
 
Salt Lake Solar Ignite
Salt Lake Solar IgniteSalt Lake Solar Ignite
Salt Lake Solar IgniteBert Granberg
 
2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt
2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt
2 ShengleiZhang_IGARSS2011_MO3.T04.2.pptgrssieee
 

What's hot (19)

How Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather EventsHow Deep Learning Could Predict Weather Events
How Deep Learning Could Predict Weather Events
 
Estimation of land surface temperature of dindigul district using landsat 8 data
Estimation of land surface temperature of dindigul district using landsat 8 dataEstimation of land surface temperature of dindigul district using landsat 8 data
Estimation of land surface temperature of dindigul district using landsat 8 data
 
Land Use/Land Cover Detection
Land Use/Land Cover DetectionLand Use/Land Cover Detection
Land Use/Land Cover Detection
 
Automated change detection in grass gis
Automated change detection in grass gisAutomated change detection in grass gis
Automated change detection in grass gis
 
Ijcet 06 07_003
Ijcet 06 07_003Ijcet 06 07_003
Ijcet 06 07_003
 
CLIM: Transition Workshop - Optimization Methods in Remote Sensing - Jessica...
CLIM: Transition Workshop - Optimization Methods in Remote Sensing  - Jessica...CLIM: Transition Workshop - Optimization Methods in Remote Sensing  - Jessica...
CLIM: Transition Workshop - Optimization Methods in Remote Sensing - Jessica...
 
PV Solar Power Forecasting
PV Solar Power ForecastingPV Solar Power Forecasting
PV Solar Power Forecasting
 
Adjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecastsAdjusting post processing approach for very short-term solar power forecasts
Adjusting post processing approach for very short-term solar power forecasts
 
AHM 2014: The Flow Simulation Tools on VHub
AHM 2014: The Flow Simulation Tools on VHubAHM 2014: The Flow Simulation Tools on VHub
AHM 2014: The Flow Simulation Tools on VHub
 
The UAE solar Atlas
The UAE solar AtlasThe UAE solar Atlas
The UAE solar Atlas
 
The GIS for the Solar Projects Development
The GIS for the Solar Projects DevelopmentThe GIS for the Solar Projects Development
The GIS for the Solar Projects Development
 
D04722440
D04722440D04722440
D04722440
 
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
Wind meteodyn WT cfd micro scale modeling combined statistical learning for s...
 
EMME project_OQRelease
EMME project_OQReleaseEMME project_OQRelease
EMME project_OQRelease
 
New features presentation: meteodyn WT 4.8 software - Wind Energy
New features presentation: meteodyn WT 4.8 software - Wind EnergyNew features presentation: meteodyn WT 4.8 software - Wind Energy
New features presentation: meteodyn WT 4.8 software - Wind Energy
 
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
CLIM Program: Remote Sensing Workshop, Optimization Methods in Remote Sensing...
 
Hong Liu CanWEA presentation
Hong Liu CanWEA presentationHong Liu CanWEA presentation
Hong Liu CanWEA presentation
 
Salt Lake Solar Ignite
Salt Lake Solar IgniteSalt Lake Solar Ignite
Salt Lake Solar Ignite
 
2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt
2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt
2 ShengleiZhang_IGARSS2011_MO3.T04.2.ppt
 

Viewers also liked (11)

Reference letter to_ Antonio Caruso Giosafat Cavaliere
Reference letter to_ Antonio Caruso Giosafat CavaliereReference letter to_ Antonio Caruso Giosafat Cavaliere
Reference letter to_ Antonio Caruso Giosafat Cavaliere
 
Dsc02525
Dsc02525Dsc02525
Dsc02525
 
Country report latvia
Country report latvia Country report latvia
Country report latvia
 
La web
La webLa web
La web
 
Desarrollo de formatos en excel
Desarrollo de formatos en excelDesarrollo de formatos en excel
Desarrollo de formatos en excel
 
Cerrajeros Baratos Y veinticuatro Horas Barna
Cerrajeros Baratos Y veinticuatro Horas Barna
Cerrajeros Baratos Y veinticuatro Horas Barna
Cerrajeros Baratos Y veinticuatro Horas Barna
 
Presentacion Fany
Presentacion FanyPresentacion Fany
Presentacion Fany
 
Dieta detox
Dieta detoxDieta detox
Dieta detox
 
Converción a decimal
Converción a decimalConverción a decimal
Converción a decimal
 
Traduccion elliot fundiciones
Traduccion elliot fundiciones Traduccion elliot fundiciones
Traduccion elliot fundiciones
 
ĐO lường chất lượng dịch vụ
ĐO lường chất lượng dịch vụĐO lường chất lượng dịch vụ
ĐO lường chất lượng dịch vụ
 

Similar to EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN METEOROLOGICAL DATA

A novel wind power prediction model using graph attention networks and bi-dir...
A novel wind power prediction model using graph attention networks and bi-dir...A novel wind power prediction model using graph attention networks and bi-dir...
A novel wind power prediction model using graph attention networks and bi-dir...IJECEIAES
 
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...IJECEIAES
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF ijcseit
 
A framework for cloud cover prediction using machine learning with data imput...
A framework for cloud cover prediction using machine learning with data imput...A framework for cloud cover prediction using machine learning with data imput...
A framework for cloud cover prediction using machine learning with data imput...IJECEIAES
 
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET Journal
 
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...Shakas Technologies
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning TechniquesIRJET Journal
 
Visibility Enhancement of Hazy Images using Depth Estimation Concept
Visibility Enhancement of Hazy Images using Depth Estimation ConceptVisibility Enhancement of Hazy Images using Depth Estimation Concept
Visibility Enhancement of Hazy Images using Depth Estimation ConceptIRJET Journal
 
IRJET Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...
IRJET  	  Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...IRJET  	  Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...
IRJET Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...IRJET Journal
 
IRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET Journal
 
WindSight Validation (March 2011)
WindSight Validation (March 2011)WindSight Validation (March 2011)
WindSight Validation (March 2011)Carlos Pinto
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecastsinside-BigData.com
 
An interactive approach for solar energy system:design and manufacturing
An interactive approach for solar energy system:design and manufacturing An interactive approach for solar energy system:design and manufacturing
An interactive approach for solar energy system:design and manufacturing IJECEIAES
 
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...journalBEEI
 
Advanced weather forecasting for RES applications: Smart4RES developments tow...
Advanced weather forecasting for RES applications: Smart4RES developments tow...Advanced weather forecasting for RES applications: Smart4RES developments tow...
Advanced weather forecasting for RES applications: Smart4RES developments tow...Leonardo ENERGY
 
An Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesAn Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesDr. Amarjeet Singh
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET Journal
 
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceWind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceIRJET Journal
 

Similar to EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN METEOROLOGICAL DATA (20)

A novel wind power prediction model using graph attention networks and bi-dir...
A novel wind power prediction model using graph attention networks and bi-dir...A novel wind power prediction model using graph attention networks and bi-dir...
A novel wind power prediction model using graph attention networks and bi-dir...
 
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...
Analysis of Time Diversity Gain for Satellite Communication Link based on Ku-...
 
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
AUTOMATIC IDENTIFICATION OF CLOUD COVER REGIONS USING SURF
 
A framework for cloud cover prediction using machine learning with data imput...
A framework for cloud cover prediction using machine learning with data imput...A framework for cloud cover prediction using machine learning with data imput...
A framework for cloud cover prediction using machine learning with data imput...
 
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...IRJET-  	  Rainfall Prediction by using Time-Series Data in Analysis of Artif...
IRJET- Rainfall Prediction by using Time-Series Data in Analysis of Artif...
 
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...
Machine-Learned Cloud Classes From Satellite Data for Process-Oriented Climat...
 
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
IRJET -  	  Intelligent Weather Forecasting using Machine Learning TechniquesIRJET -  	  Intelligent Weather Forecasting using Machine Learning Techniques
IRJET - Intelligent Weather Forecasting using Machine Learning Techniques
 
Visibility Enhancement of Hazy Images using Depth Estimation Concept
Visibility Enhancement of Hazy Images using Depth Estimation ConceptVisibility Enhancement of Hazy Images using Depth Estimation Concept
Visibility Enhancement of Hazy Images using Depth Estimation Concept
 
IRJET Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...
IRJET  	  Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...IRJET  	  Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...
IRJET Wind Data Estimation of Kolhapur District using Improved Hybrid Opt...
 
IRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine LearningIRJET- Wind Energy Storage Prediction using Machine Learning
IRJET- Wind Energy Storage Prediction using Machine Learning
 
11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera11 schroedter homscheidt_satellite_and_camera
11 schroedter homscheidt_satellite_and_camera
 
WindSight Validation (March 2011)
WindSight Validation (March 2011)WindSight Validation (March 2011)
WindSight Validation (March 2011)
 
Machine Learning for Weather Forecasts
Machine Learning for Weather ForecastsMachine Learning for Weather Forecasts
Machine Learning for Weather Forecasts
 
An interactive approach for solar energy system:design and manufacturing
An interactive approach for solar energy system:design and manufacturing An interactive approach for solar energy system:design and manufacturing
An interactive approach for solar energy system:design and manufacturing
 
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...
Comparison of Tropical Thunderstorm Estimation between Multiple Linear Regres...
 
Advanced weather forecasting for RES applications: Smart4RES developments tow...
Advanced weather forecasting for RES applications: Smart4RES developments tow...Advanced weather forecasting for RES applications: Smart4RES developments tow...
Advanced weather forecasting for RES applications: Smart4RES developments tow...
 
An Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning TechniquesAn Investigation of Weather Forecasting using Machine Learning Techniques
An Investigation of Weather Forecasting using Machine Learning Techniques
 
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI TechniqueIRJET- Geological Boundary Detection for Satellite Images using AI Technique
IRJET- Geological Boundary Detection for Satellite Images using AI Technique
 
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial IntelligenceWind power forecasting: A Case Study in Terrain using Artificial Intelligence
Wind power forecasting: A Case Study in Terrain using Artificial Intelligence
 
Big Data For Flight Delay Report
Big Data For Flight Delay ReportBig Data For Flight Delay Report
Big Data For Flight Delay Report
 

More from IAEME Publication

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME Publication
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...IAEME Publication
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSIAEME Publication
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSIAEME Publication
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSIAEME Publication
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSIAEME Publication
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOIAEME Publication
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IAEME Publication
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYIAEME Publication
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...IAEME Publication
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEIAEME Publication
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...IAEME Publication
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...IAEME Publication
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...IAEME Publication
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...IAEME Publication
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...IAEME Publication
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...IAEME Publication
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...IAEME Publication
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...IAEME Publication
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTIAEME Publication
 

More from IAEME Publication (20)

IAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdfIAEME_Publication_Call_for_Paper_September_2022.pdf
IAEME_Publication_Call_for_Paper_September_2022.pdf
 
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
MODELING AND ANALYSIS OF SURFACE ROUGHNESS AND WHITE LATER THICKNESS IN WIRE-...
 
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURSA STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
A STUDY ON THE REASONS FOR TRANSGENDER TO BECOME ENTREPRENEURS
 
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURSBROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
BROAD UNEXPOSED SKILLS OF TRANSGENDER ENTREPRENEURS
 
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONSDETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
DETERMINANTS AFFECTING THE USER'S INTENTION TO USE MOBILE BANKING APPLICATIONS
 
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONSANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
ANALYSE THE USER PREDILECTION ON GPAY AND PHONEPE FOR DIGITAL TRANSACTIONS
 
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINOVOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
VOICE BASED ATM FOR VISUALLY IMPAIRED USING ARDUINO
 
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
IMPACT OF EMOTIONAL INTELLIGENCE ON HUMAN RESOURCE MANAGEMENT PRACTICES AMONG...
 
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMYVISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
VISUALISING AGING PARENTS & THEIR CLOSE CARERS LIFE JOURNEY IN AGING ECONOMY
 
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
A STUDY ON THE IMPACT OF ORGANIZATIONAL CULTURE ON THE EFFECTIVENESS OF PERFO...
 
GANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICEGANDHI ON NON-VIOLENT POLICE
GANDHI ON NON-VIOLENT POLICE
 
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
A STUDY ON TALENT MANAGEMENT AND ITS IMPACT ON EMPLOYEE RETENTION IN SELECTED...
 
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
ATTRITION IN THE IT INDUSTRY DURING COVID-19 PANDEMIC: LINKING EMOTIONAL INTE...
 
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
INFLUENCE OF TALENT MANAGEMENT PRACTICES ON ORGANIZATIONAL PERFORMANCE A STUD...
 
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
A STUDY OF VARIOUS TYPES OF LOANS OF SELECTED PUBLIC AND PRIVATE SECTOR BANKS...
 
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
EXPERIMENTAL STUDY OF MECHANICAL AND TRIBOLOGICAL RELATION OF NYLON/BaSO4 POL...
 
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
ROLE OF SOCIAL ENTREPRENEURSHIP IN RURAL DEVELOPMENT OF INDIA - PROBLEMS AND ...
 
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
OPTIMAL RECONFIGURATION OF POWER DISTRIBUTION RADIAL NETWORK USING HYBRID MET...
 
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
APPLICATION OF FRUGAL APPROACH FOR PRODUCTIVITY IMPROVEMENT - A CASE STUDY OF...
 
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENTA MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
A MULTIPLE – CHANNEL QUEUING MODELS ON FUZZY ENVIRONMENT
 

Recently uploaded

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxDeepakSakkari2
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionDr.Costas Sachpazis
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfAsst.prof M.Gokilavani
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLDeelipZope
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSCAESB
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxvipinkmenon1
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...srsj9000
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCall Girls in Nagpur High Profile
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx959SahilShah
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2RajaP95
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineeringmalavadedarshan25
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZTE
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxPoojaBan
 

Recently uploaded (20)

Biology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptxBiology for Computer Engineers Course Handout.pptx
Biology for Computer Engineers Course Handout.pptx
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective IntroductionSachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
Sachpazis Costas: Geotechnical Engineering: A student's Perspective Introduction
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdfCCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
CCS355 Neural Network & Deep Learning Unit II Notes with Question bank .pdf
 
Current Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCLCurrent Transformer Drawing and GTP for MSETCL
Current Transformer Drawing and GTP for MSETCL
 
GDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentationGDSC ASEB Gen AI study jams presentation
GDSC ASEB Gen AI study jams presentation
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Introduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptxIntroduction to Microprocesso programming and interfacing.pptx
Introduction to Microprocesso programming and interfacing.pptx
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
Gfe Mayur Vihar Call Girls Service WhatsApp -> 9999965857 Available 24x7 ^ De...
 
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service NashikCollege Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
College Call Girls Nashik Nehal 7001305949 Independent Escort Service Nashik
 
Application of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptxApplication of Residue Theorem to evaluate real integrations.pptx
Application of Residue Theorem to evaluate real integrations.pptx
 
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2HARMONY IN THE HUMAN BEING - Unit-II UHV-2
HARMONY IN THE HUMAN BEING - Unit-II UHV-2
 
Internship report on mechanical engineering
Internship report on mechanical engineeringInternship report on mechanical engineering
Internship report on mechanical engineering
 
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Serviceyoung call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
young call girls in Rajiv Chowk🔝 9953056974 🔝 Delhi escort Service
 
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
ZXCTN 5804 / ZTE PTN / ZTE POTN / ZTE 5804 PTN / ZTE POTN 5804 ( 100/200 GE Z...
 
Heart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptxHeart Disease Prediction using machine learning.pptx
Heart Disease Prediction using machine learning.pptx
 

EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN METEOROLOGICAL DATA

  • 1. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 17 EMPLOYING MULTI CORE ARCHITECTURE TO OPTIMIZE ON PERFORMANCE, FOR APPROACH IN METEOROLOGICAL DATA Swati Jain Institute of Technology, Nirma University, Faculty Group, Computer Engineering, Ahmedabad, India, 380025 Somil Gadhwal Institute of Technology, Nirma University, Research Scholar, Computer Engineering, Ahmedabad, India, 380025 ABSTRACT Cloud detection is an important task in meteorological application. Cloud information is especially important for now-casting purposes [1] and as an input for different satellite based estimation of atmospheric and surface parameters [2-4]. The solar energy is the principal source of energy in the solar system. Clouds have high reflectance and absorption property which is used to distinguish them with land, water or sea area. There is critical demand to develop application, which can calculate the presence of cloud by using the available satellite image processing data, so that prediction of radiated solar energy can be optimised and energy budget can be predicted more easily. Keywords: Absorption; Clouds; MATLAB; Remote Sensing; Reflectance. 1. INTRODUCTION The importance of capacity and utilizing it for various purposes is realized by human being. In order to measure the correct amount of solar energy reaching earth, the layers of cloud should be separated while estimating the solar energy of a particular area. To estimate the amount of sunlight reaching the earth surface can serve various purposes [5] such as • Estimating the climate conditions. • Predicting the weather conditions. • Predicting the rain, type of crop to suit the above climatic condition. • Setting up solar panels. INTERNATIONAL JOURNAL OF ADVANCED RESEARCH IN ENGINEERING AND TECHNOLOGY (IJARET) ISSN 0976 - 6480 (Print) ISSN 0976 - 6499 (Online) Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME: www.iaeme.com/ IJARET.asp Journal Impact Factor (2015): 8.5041 (Calculated by GISI) www.jifactor.com IJARET © I A E M E
  • 2. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 18 Detection of cloud is important and crucial in weather and climate studies because detection of cloud over a region is necessary in order to support many atmospheric or weather parameters such as aerosol optical depth, brightness temperature, fog detection etc. that provides a depth view in climate and weather process. Any minor change in actual scenario of cloud can result in huge errors. Researchers have tried to estimate the amount of solar energy reaching the earth surface by detecting the amount of solar energy reflected through cloud. Using Matlab for satellite image processing, an application is developed to efficiently and effectively calculate presence of cloud. This can be done in several methods such as applying thresholds to greyscale images which has been used to detect clouds since the first satellite images were produced Rossow (1989) [6]. But There are several issues such as:- • Threshold is never global for every satellite image; it varies according to the time of day, so obtaining a global threshold is a huge problem. • Also size of clouds is irregular which makes them hard to detected or point out. Another problem are their type , clouds are of different type such as thin cloud which are at higher height from land surface and have lower temperature , also the thick and dark cloud that are situated at lower height that have high temperature. Remote sensing provides an excellent way to employ meteorological studies , however the data provided by remote sensing is huge in amount so in order to carry out any calculation, we need an environment that gives us not only accurate results but also time taken to calculate the result should be minimum. So all these problems contribute to further image processing that is not only expensive in terms of time and space but also the results obtained by them are not very satisfactory. Increase in numbers of satellite launched and in spectrum, radiometric and temporal resolution has results in piling up a lot of data. This is an advantage as more accurate information can be obtained but at the cost of increasing computation requirements. Fig. 1 Use of application in other weather prediction techniques The paper proposes an approach by which cloud masking application can provide result in feasible space and time complexity. Though clouds are commonly encountered phenomena, but they are difficult to simulate because they are complex in shape and interact with light in a complex fashion. Clouds not only limit the amount of valid land surface information in a scene, but undetected cloudy pixels effect atmospheric correction procedures, aerosol retrievals and also compromise the estimation of biophysical parameters [7].
  • 3. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 19 2. NEED OF CLOUD MASK As seen in Fig 1 ,Cloud mask is an important application as any error in estimation of cloud are amplified in further prediction ,even a minor change in prediction of temperature can cause repeated errors in prediction of weather forecasting and climatic studies. It is considered that even 1K change in temperature can result in predicting the rainfall estimation by double of its present condition. Since flora and fauna of India is highly dependent on rainfall, weather prediction calculation should be carried out in a careful manner. Weather prediction can be done using various measures, satellites are also used to capture data in the form of multispectral images and these images are used to extract information about the temperature of the area. Reflectivity for solar energy is more by clouds in comparison to land hence it is possible to distinguish the cloud from land using thresholding, however it is not always possible to obtain a global threshold. They vary according to the temperature of the surrounding area and the also on the time i.e. day or night. If this model is used for energy budget prediction in solar energy conservation then this error may lead to day to day energy needs. So it is important to calculate the weather condition correctly and detecting clouds is the first step of every weather prediction application (as shown in Fig. 1). By doing this we can separate the land surface and cloud and can make use of reflectance values. 3. APPROACH USED The dataset contains mask of weather condition related to cloud . In order to provide a friendly interaction, a GUI has been created using Matlab GUI Development Environment (GUIDE). Matlab contains worker as their computational unit. Workers are equivalent to number of cores, each worker has their own computational space and they can communicate with each other. Collection of worker is called pool. Matlab provides commands to open or close pool. 4. MATLAB To Matlab provides several toolboxes such as Image processing toolbox that is used to process images and can perform valuable computation with minimum time overhead. It also provides Parallel computing environment. Matlab provide Parallel processing Toolbox [8] to compute data intensive problem in multicore processor, GPU and computer cluster. Data is parallelized using parallelized algorithms, dedicated arrays and parallelized for loop, that gives a user freedom to efficiently distribute the data without the burden on managing it. Parallel application can be executed in interactive or batch mode. Matlab provides easy and efficient way to for compute image processing task involved in satellite image processing. Several other toolboxes are GUIDE (GUI Development Environment) that allows a user to create GUI using drag and drop facility and background function. 5. NEED OF MULTICORE ENVIRONMENT With the continuous growth of complexity of programming, it has been difficult now to increase the performance by scaling clock speed further. To meet this demand, modern System-On- Chip solutions contain multiple processing cores. Reason behind using multicore programming is • Can make use of various kind of parallelism. • Decrease power consumption. • Effectively hide memory latency. • Resources are utilized more effectively
  • 4. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 20 6. CLOUD MASKING ALGORITHM So in order to surpass all the above mention problems in cloud detection, more than one method is used to calculate cloud mask according to their type. The algorithm is as follow [9]. 7. DATASET USED The data set used is INSAT 3D CMK data that has been provided by MOSDAC. HDF5 data is extracted in Matlab and satellite images can be viewed by the user. Fig. 2 Satellite Image showing cloud mask. 8. ALGORITHM The dataset contains mask data for every half an hour interval. Fig 2 shows a pictorial view of dataset that contains cloud mask of full disk view of earth. For every dataset belonging to particular date, flags have been maintained for clear, cloudy, probably clear, probably cloudy. Once the data has been loaded for binary_mask and for cmk_mask(that contains cmk mask ), a function for cloud mask is called and it repeat the sequence for every cmk_mask data. 8.1 Data Structure used • binary_mask - Binary mask for every states of India. That has been stored previously. • cmk_mask - mask of cloud condition given by INSAT 3D satellite. • Counter - Contains clear, cloudy, probably clear, probably cloudy count of a particular file. Initially set to zero. • day_array- contains the index of counter that is maximum for particular time of day.
  • 5. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 21 Fig. 3 Flow of Application. 9. RESULT The output summaries the cloud condition for that particular day, weather cloudy or clear or probably cloudy. The application is executed in both serial and parallel environment and the runtime of both environment is highly comparative. It can be shown from the table that the gain over serial is less when size of data is less but it increases as the size of data increases. From the Table 1, we can conclude that the gain of parallel processing over serial in this application is nearly 83%, which can provide better time complexity and can increase the accuracy of the estimation as more and more data can be estimated in the same time. The table shows prediction of cloud at several duration of time. Fig. 4 Execution time of serial and Parallel Processing.
  • 6. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 22 Fig. 5 Percentage Gain of Parallel over Serial Processing. Table 1: Showing comparison of serial and parallel processing Duration (Hours) Serial (Seconds) Parallel (Seconds) Percentage Gain % 0.5 1.800 0.546 69.67 2 13.690 2.418 82.38 4 14.5230 1.7220 88.14 6 14.54700 1.6830 88.40 8 15.2390 3.2970 78.36 10 17.0000 4.3520 74.40 12 22.4000 3.5816 84.01 14 25.6370 3.6504 85.76 16 27.0974 4.0092 85.20 18 31.0286 5.6784 81.69 20 32.5262 5.5380 82.97 22 34.5232 5.8320 88.22 24 36.5480 6.3240 82.70 Average 82.45 10. CONCLUSION The application can be extended to add some more weather prediction application so that it can provide a unified platform for weather prediction application and also by using this approach, computation can be saved.
  • 7. International Journal of Advanced Research in Engineering and Technology (IJARET), ISSN 0976 – 6480(Print), ISSN 0976 – 6499(Online), Volume 6, Issue 4, April (2015), pp. 17-23 © IAEME 23 REFERENCES 1. Stephens G.L., G. Vane, R.J. Boain, G.G. Mace, K. Sassen, Z. Wang, A.J. Illinworth, E.J. OConner, W.B. Rossow, S.L.Durden, S.D. Miller, R.T. Austin, A. Benedetti, C. Mitrescu. The cloud Sat Science Team 2002: The CloudSat mission and the A-Train, Bull. Amer. Meteor. Soc., 83(12), 1771-1790. 2. A Bendix J., R. Rollenbeck and W.E. Palacios, 2004. “Cloud detection in the Tropics- a suitable tool for climate-ecological studies in the high mountains of Equador, “. Intl. J. Rem. Sens., 25 (21), 4521-4540. 3. Albers S.C., J.A. McGinley, D.A.Birkenheuer and J.R. Smart 1996. The local analysis of prediction system (LAPS): Analysis of clouds, precipitation and temperature. Wea. Forcasting, 11, 273-287. 4. Sandvik A.D., 1998.” Implementation and validation of a condensation scheme in a messoscale model”. Mon. Sea. Rev., 126, 1882-1905. 5. NCAR’s Contribution To Wind And Solar Energy Prediction, https://www.rap. ucar.edu/ projects/ncars-contribution-to-wind-and-solar-energy-prediction. 6. Izak van Zyl Marais_, Johan Adam du Preez, Willem Herman Steyn.” An optimal image transform for threshold-based cloud detection using heteroscedastic discriminant analysis”, Intl. J. Rem. Sens. 7. Fernando Sedano , Pieter Kempeneers, Peter Strobl, Jan Kucera, Peter Vogt, Lucia Seebach, Jesús San-Miguel-Ayanz,” A cloud mask methodology for high resolution remote sensing data combining information from high and medium resolution optical sensors “, ELSEVIER. 8. Parallel Computing Toolbox in Matlab by Mathworks, http://www.mathworks.in/ products/parallel-computing/parallel/distarrays.html. 9. INSAT 3D Data Product Catalog by Indian Meteorological Department http://www.imd .gov.in/section/satmet/dynamic/INSAT3D_Catalog.pdf. 10. Prabhat Kumar Sinha, Vijay Kumar Yadav, Saurabha Kumar and Rajneesh Pandey, “Static Analysis of Complex Structure of Beams By Interpolation Method Approach To Matlab” International Journal of Mechanical Engineering & Technology (IJMET), Volume 5, Issue 5, 2014, pp. 28 - 44, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. 11. Gopichand Allaka, Prasad Raju Kalidindi, Koteswara Rao S, Manibabu Daadi, Abhay Patnala, “Design of Solid Shafts Using Matlab” International Journal of Mechanical Engineering & Technology (IJMET), Volume 3, Issue 3, 2012, pp. 645 - 653, ISSN Print: 0976 – 6340, ISSN Online: 0976 – 6359. 12. Darshana Mistry and Asim Banerjee, “Discrete Wavelet Transform Using Matlab” International journal of Computer Engineering & Technology (IJCET), Volume 4, Issue 2, 2013, pp. 252 - 259, ISSN Print: 0976 – 6367, ISSN Online: 0976 – 6375.