<div dir="ltr">Yes, I understand that.  However, you are subsetting a single time step over the sub set of data.<div><br></div><div>Are you subsetting one time step on purpose?</div><div><br></div><div>What was the results of the printVarSummary of f?</div><div><br></div><div>You need to know what your data is before you can go much further.</div><div><br></div><div>Barry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 8:27 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">And also I need minimum value for subset variable f and not global variable f.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 10:56 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">And also I want the minimum value of subset variable f not from global variable f.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 10:50 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">I am not ploting for only onw timestep. I need a plot of time series.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 10:45 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi Arathy:<div><br></div><div>Are you aware that you (most likely) subsetting one time step of the data?  Don't you need a time series?  I am not sure you are mapping the right parameter (f) -- but that is another issue.</div><div><br></div><div>Instead of that, subset the data over lat/lon you want this way:</div><div><br></div><div>





<p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:20px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">f=data->MSL_GDS0_SFC(:,:,:)(or leave out all (:,:,:).</span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:20px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures"><br></span></p><p style="margin:0px;font-variant-numeric:normal;font-variant-east-asian:normal;font-stretch:normal;font-size:20px;line-height:normal;font-family:"Courier New";color:rgb(0,0,0)"><span style="font-variant-ligatures:no-common-ligatures">Then, </span></p></div><div><br></div><div><br></div><div>use the min command to find the minimum pressure within the subsetted data set.</div><div><br></div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/min.shtml" rel="noreferrer noreferrer noreferrer" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Built-in/min.shtml</a><br></div><div><br></div><div>You can use:</div><div><br></div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/minind.shtml" rel="noreferrer noreferrer noreferrer" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Built-in/minind.shtml</a><br></div><div><br></div><div>to find the location of the minimum pressure within the data set.</div><div><br></div><div>but first use:</div><div><br></div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/onedtond.shtml" rel="noreferrer noreferrer noreferrer" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Built-in/onedtond.shtml</a><br></div><div><br></div><div>Just follow Example 2 or 3 on the minind page above.</div><div><br></div><div>(below)</div><div><br></div><div><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt;font-variant-numeric:normal;font-variant-east-asian:normal"><b style="margin:0px;padding:0px">Example 2</b></p><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt;font-variant-numeric:normal;font-variant-east-asian:normal">Find the index of the minimum value in a multi-dimensional array.</p><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)">;---Create a dummy 2 x 2 x 4 array.
  a = (/(/(/1,2,3,4/), (/5,6,7,8/)/), (/(/9,1,9,8/),(/7,6,1,4/)/)/)

;---Convert to 1D
  a1D      = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/ndtooned.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">ndtooned</strong></a>(a)
  dsizes_a = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/dimsizes.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">dimsizes</strong></a>(a)

;---Resolve the 1D indices back to their original 3D array.
  indices  = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/ind_resolve.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">ind_resolve</strong></a>(<strong style="margin:0px;padding:0px">minind</strong>(a1D),dsizes_a)
  <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/print.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">print</strong></a>(indices)
</pre><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt;font-variant-numeric:normal;font-variant-east-asian:normal"><b style="margin:0px;padding:0px">Example 3</b></p><p style="margin:10px 0px 20px;padding:0px;color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.3333px;line-height:12pt;font-variant-numeric:normal;font-variant-east-asian:normal">Find the latitude and longitude location of the minimum value in a two dimensional array.</p><pre style="margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.3333px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent;color:rgb(0,0,0)">;---X is a two dimensional array dimensioned lat x lon
  dims = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/dimsizes.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">dimsizes</strong></a>(X)
  x1d = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/ndtooned.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">ndtooned</strong></a>(X)      ; convert 2D array to 1D for use in minind
  inds = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/ind_resolve.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">ind_resolve</strong></a>(<strong style="margin:0px;padding:0px">minind</strong> (x1d), dims)    ; convert 1D array back to 2D 
  ilat = inds(0,0)        ; select the latitude index where the X array is at its' minimum  
  ilon = inds(0,1)        ; select the longitude index where the X array is at its' minimum  
  lat_min = X&lat(ilat)   ; insert the latitude index into the lat coordinate variable
  lon_min = X&lon(ilon)   ; insert the longitude index into the lon coordinate variable
  <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/print.shtml" style="margin:0px;padding:0px;text-decoration-line:none;color:rgb(133,45,133);font-family:verdana,sans-serif" rel="noreferrer noreferrer noreferrer" target="_blank"><strong style="margin:0px;padding:0px">print</strong></a>("Minimum value located at "+lat_min+", "+lon_min) </pre></div><div><br></div><div>to convert to a 1 dimensional array for the minind above.</div><div><br></div><div><br></div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 6:17 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto">Yes, your guess is correct .</div><div dir="auto">For getting minimum value I use the command</div><div dir="auto">printMinMax (f_sub,0).</div><div dir="auto">And f_sub is the subset of variable f . Variable f defines MSLP.</div><div dir="auto">I think if possible can you give a look at the whole code for convinence.</div><div dir="auto">I hereby attach the code .</div><div dir="auto"><br></div><div dir="auto"><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 7:21 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi:<div><br></div><div>That doesn't look light the minimum.  What does the 32 indicate?</div><div><br></div><div>I don't see your whole code in the email chain, although I thought it was present.</div><div><br></div><div>the variable f is the data MSL... at time 32 is my guess.</div><div><br></div><div>You can do printVarSummary(f), to see the indices. </div><div><br></div><div>I am not sure what f_sub is.  Is it supposed to be a subset of f?</div><div><br></div><div>Can you just paste in the part where you think you are calculating the minimum pressure, please.</div><div><br></div><div>Barry</div><div><br></div><div>Barry</div><div><br></div><div><br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 3:18 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto">f=data->MSL_GDS0_SFC(32,:,:)</div><div dir="auto">And this part gives the minimum value of mean sea level pressure</div><div dir="auto">printMinMax(f_sub,0)</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 1:44 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">Which part gives you the mslp?</div></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 4 Jun 2020 at 10:16 Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi, <div dir="auto">Actually there is no error showing while running ncl code so i am not able to find which part of code is not working.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 12:36 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div dir="auto">Thank you for clarifying.</div></div><div dir="auto"><br></div><div dir="auto">I’d forgotten that strange way of referring to the level of the sea.</div><div dir="auto"><br></div><div dir="auto">Send me the part of the code you think is not working and I should be able to help in a few hours.</div><div dir="auto"><br></div><div dir="auto">Barry</div><div dir="auto"><br></div><div dir="auto"><br></div><div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, 4 Jun 2020 at 9:55 Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto"><div dir="auto">Hi,</div>Actually mean sea level pressure doesn't make a sense of average of pressure , it simply meant the pressure of mean sea level and not related to averaging.</div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 12:04 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi:<div><br></div><div>You need to reply to all, or they will get lost.</div><div><br></div><div>What do you imply by "mean sea level pressure?"  Do you imply that the pressure is averaged?</div><div><br></div><div>It is not hard to find the minimum in an data field, so please just clarify and I will try to help you.</div><div><br></div><div>It is hard for me to correct other people's code, but I can send you code that should work to identify the minimum sea level pressure, or at least help you to adapt your own.</div><div><br></div><div>Barry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020 at 9:20 AM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="auto">Hi,<div dir="auto">Actually i want to get the minimum value for mean sea level pressure and I didn't understand the purpose for defining area .</div><div dir="auto">Can you please show an example.</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Thu, Jun 4, 2020, 12:45 AM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi:<div><br></div><div>If you are plotting mean sea level pressure, you need to define over what area you calculate the mean. Otherwise, your mean will encompass an area much larger than the storm's center.  </div><div><br></div><div>For instance, you could calculate the mean in areas where the wind speed is greater than some value, using the "where" statement.</div><div><br></div><div>Do you do that?</div><div><br></div><div>Barry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 3, 2020 at 9:50 PM Arathy RP <<a href="mailto:arathyrparathy@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">arathyrparathy@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,<br></div><div>Yes, I will do that. <br></div><div>Actually I am plotting mean sea level pressure of very severe cyclonic storm Phailin.And I want to get the minimum mean sea level pressure as 994.29Pa only. As the cyclone belongs to category 5 storm the pressure level should go beyond 960Pa so that intensified contour plot of Phailin i will get. And the code is written by me by refering ncl sites.</div><div>I hereby attach the variable details and minimum pressure showing when plotted.</div><div>Thanking you<br></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 3, 2020 at 8:31 PM Barry Lynn <<a href="mailto:barry.h.lynn@gmail.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">barry.h.lynn@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr">Hi:<div><br></div><div>Can you show us what you are getting and what pressure you print out as the center pressure.  This would help identify the problem.</div><div><br></div><div>Also, where did you get the code to make the surface pressure maps/tracking? Can you define what you mean by minimum contour plot.</div><div><br></div><div>Barry</div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Wed, Jun 3, 2020 at 4:27 PM Arathy RP via ncl-talk <<a href="mailto:ncl-talk@ucar.edu" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">ncl-talk@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hi,</div><div>I am arz student of MSc finally year . As a part of my project work , i am working with cyclone contour plotting.I am dealing with cyclone phailin and i want to get minimum value contour plot for mean sea level pressure of cyclone.Actually there is no error showing even though i am getting a wrong value. I can't find what wrong with this .can you please help me to clarify it.</div><div>I am dealing with an intensified cyclone plot but not getting a result as expected. Please help me.</div><div>I hereby attaching the data and ncl script used.<br></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">ncl-talk@ucar.edu</a><br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a></blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" rel="noreferrer noreferrer noreferrer" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>
</blockquote></div>
</blockquote></div>
</blockquote></div>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="gmail_signature"><div dir="ltr"><div><div dir="ltr">Barry H. Lynn, Ph.D<div><div>Senior Associate Scientist, Lecturer,</div><div><div><span style="color:rgb(136,136,136)">The Institute of the Earth Science, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">The Hebrew University of Jerusalem, </span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Givat Ram, Jerusalem 91904, Israel </span><br style="color:rgb(136,136,136)"></div><span style="color:rgb(136,136,136)">Tel: 972 547 231 170</span><br style="color:rgb(136,136,136)"><span style="color:rgb(136,136,136)">Fax: (972)-25662581</span></div></div><div><span style="color:rgb(136,136,136)"><br></span></div><div>C.E.O, Weather It Is, LTD<br>Weather and Climate Focus<br><a href="http://weather-it-is.com" target="_blank">http://weather-it-is.com</a><br>Jerusalem, Israel<br>Local: 02 930 9525<br>Cell: 054 7 231 170<br>Int-IS: x972 2 930 9525<br><br></div></div></div></div></div>