<div dir="ltr"><div dir="ltr"><div dir="ltr">Kunal,<div>Please do not respond offline unless asked to do so. That way others can assist. </div><div><br></div><div>You stated that you got your script working but you doubt the results of the plot you sent. There is no way for me to know if the plot is correct either, as it is not my data. Did you check a particular grid point by eye by printing out the values and seeing what time the min/max values shown in the plot correspond to?  This is on <i> </i>you to verify. It is also up to you to check each step in your script, and that you understand what each line is doing.  A simple test here run using your test data and your script looks correct to my eye:</div><div><br></div><div><div>print(arr(:,15,25)+" "+time)</div><div>(0)<span style="white-space:pre-wrap">     </span>59.5347 0<br></div></div><div><div>(1)<span style="white-space:pre-wrap">    </span>59.6354 1</div><div>(2)<span style="white-space:pre-wrap">     </span>59.6364 2</div><div>(3)<span style="white-space:pre-wrap">     </span>59.5533 3</div><div>(4)<span style="white-space:pre-wrap">     </span>59.3888 4</div><div>(5)<span style="white-space:pre-wrap">     </span>59.1312 5</div><div>(6)<span style="white-space:pre-wrap">     </span>60.0777 6</div><div>(7)<span style="white-space:pre-wrap">     </span>59.7301 7</div><div>(8)<span style="white-space:pre-wrap">     </span>59.4031 8</div><div>(9)<span style="white-space:pre-wrap">     </span>58.9967 9</div><div>(10)<span style="white-space:pre-wrap">    </span>58.7585 10</div><div>(11)<span style="white-space:pre-wrap">   </span>58.5871 11</div><div>(12)<span style="white-space:pre-wrap">   </span>58.4265 12</div><div>(13)<span style="white-space:pre-wrap">   </span>58.3271 13</div><div>(14)<span style="white-space:pre-wrap">   </span>58.3062 14</div><div>(15)<span style="white-space:pre-wrap">   </span>58.3219 15</div><div>(16)<span style="white-space:pre-wrap">   </span>58.3644 16</div><div>(17)<span style="white-space:pre-wrap">   </span>58.3926 17</div><div>(18)<span style="white-space:pre-wrap">   </span>58.4276 18</div><div>print(time_min(15,25)+"  "+time_max(15,25))<br></div><div>(0)<span style="white-space:pre-wrap">     </span>14  6</div></div><div><br></div><div>Adam</div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 1, 2018 at 1:30 PM Kunal Bali <<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Dear Phillips Sir,</div><div>Thanks for all the suggestions. </div><div><span style="color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.333333015441895px">I tried </span><font color="#333333" face="verdana, sans-serif" size="2">your suggestion but still not sorted out.</font><br></div><div>and</div><div dir="ltr">according to the given link <a href="https://www.ncl.ucar.edu/Document/Language/error_messages.shtml#AssignMismatch" target="_blank">https://www.ncl.ucar.edu/Document/Language/error_messages.shtml#AssignMismatch</a></div><div dir="ltr"><br></div><div dir="ltr">it's a common error and can be remove using <span style="color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.333333015441895px">reassignment operator, or </span><strong style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif;font-size:13.333333015441895px"><a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/delete.shtml" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif;font-size:13.333333015441895px" target="_blank">delete</a> </strong></div><div dir="ltr"><strong style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif;font-size:13.333333015441895px"> </strong><span style="color:rgb(51,51,51);font-family:verdana,sans-serif;font-size:13.333333015441895px">So, I tried this but still getting the same </span><font color="#333333" face="verdana, sans-serif" size="2"><span>error.</span></font></div><div dir="ltr"><font color="#333333" face="verdana, sans-serif"><span><br clear="all"></span></font><div><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>---<br></div><div><font size="2"><span>Kunal Bali<br></span></font></div><div><br></div><div><b><br></b></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div></div></div></div></div></div><br></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Fri, Nov 2, 2018 at 12:20 AM Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr">Hi Kunal,<div>The error message is telling you what the issue is. </div><div>Assignment type mismatch, right hand side can't be coerced to type of left hand side.</div><div>Looking at the offending line: time_min(gg,hh)  = time(arr_min(gg,hh))</div><div>the error message is saying you are attempting to pass (say) a double value from the right side into an array of type float on the left hand side.  </div><div><br></div><div>To fix this sort of thing you can use the to* functions, so taking my example above:</div><div>time_min(gg,hh)  = (/ tofloat(time(arr_min(gg,hh))) /)<br></div><div><br></div><div>Note though that you will have to look at your own data and verify what the situation is for each array.</div><div>Adam </div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 1, 2018 at 12:06 PM Kunal Bali <<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr">I tried as</div><div dir="ltr"><br></div><div dir="ltr"><div dir="ltr">    arr_min = <b>dim_minind</b> ( arr(time|:, lat|:, lon|:),0 ) </div><div dir="ltr">    printVarSummary(arr_min)</div><div dir="ltr">    printMinMax(arr_min,0)</div><div dir="ltr">    </div><div dir="ltr">    arr_max = <b>dim_minind</b> ( arr(time|:, lat|:, lon|:),0 ) </div><div dir="ltr">    printVarSummary(arr_max)</div><div dir="ltr">    printMinMax(arr_max,0)</div><div dir="ltr"><br></div><div dir="ltr">    time_min = arr_min    ; arr_min contains the indices that were the minimum at each lat/lon point</div><div dir="ltr">    time_max = arr_max</div><div dir="ltr">    printVarSummary(time_max)</div><div dir="ltr">    do gg = 0,dimsizes(arr_min&lat)-1</div><div dir="ltr">     do hh = 0,dimsizes(arr_min&lon)-1</div><div dir="ltr">          <font color="#ff0000">time_min(gg,hh)  = time(arr_min(gg,hh))</font></div><div dir="ltr">          time_max(gg,hh)  = time(arr_max(gg,hh))</div><div dir="ltr">      end do</div><div dir="ltr">    end do</div></div><div dir="ltr"><br></div><div>error comes at red line</div><div><p style="margin:0px;font-stretch:normal;font-size:16px;line-height:normal;font-family:Menlo"><span style="font-variant-ligatures:no-common-ligatures">Assignment type mismatch, right hand side can't be coerced to type of left hand side</span></p></div><div dir="ltr"><br></div><div dir="ltr"><br></div><div dir="ltr"><div><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>---<br></div><div><font size="2"><span>Kunal Bali<br></span></font></div><div><br></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div></div></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 1, 2018 at 9:13 PM Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Kunal,<div>In NCL v6.5.0 you can specify -4 as the 2nd option in cd_calendar. It returns results that are the same as if you specify 0, so try specifying 0. </div><div><br></div><div>Again, you need to use <a href="https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_minind.shtml" target="_blank">dim_minind</a> and <a href="https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_maxind.shtml" target="_blank">dim_maxind</a> to return the index of the minimum (/maximum) value, and not dim_max/dim_min. The latter two functions return the minimum and maximum values. You the indices to plug them into your time array within the double do loop I sent earlier.</div><div>Adam</div></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 1, 2018 at 12:31 AM Kunal Bali <<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><img class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/bc78ee63eefa5cfa405209aad9679137d47067e9.png?u=2827700" width="0" height="0"><div dir="ltr"><div dir="ltr"><div></div><div>I tried this but not working</div><div><br></div><div>    arr    = a->BCSMASS<br>    lat    = a->lat<br>    lon    = a->lon<br>    <br>    printVarSummary(arr)<br>    timeT = cd_calendar(arr&time,-4)   [==> <b><span style="color:rgb(255,0,0)">getting a warning</span></b>:cd_calendar: Unknown option, defaulting to 0.]<br>    time = timeT(:,3)<br>    <br>    ;arr_min = dim_min( arr(lat|:, lon|:, time|:) ) <br>    ;printVarSummary(arr_min)<br>    ;printMinMax(arr_min,0)<br>    <br>    ;arr_max = dim_max( arr(lat|:, lon|:, time|:) ) <br>    ;printVarSummary(arr_max)<br>    ;printMinMax(arr_max,0)<br><br>    ;time_min = arr_min    ; arr_min contains the indices that were the minimum at each lat/lon point<br>    ;time_max = arr_max<br>    ;printVarSummary(time_max)<br>    do gg = 0,dimsizes(arr_min&lat)-1<br>     do hh = 0,dimsizes(arr_min&lon)-1<br>          time_min(gg,hh) = time(arr_min(gg,hh))<br>          time_max(gg,hh) = time(arr_max(gg,hh))<br>      end do<br>    end do<br></div><div><br></div><div><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>---<br></div><div><font size="2"><span>Kunal Bali<br></span></font></div><br><div><b><br></b></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div><br></div></div><br><div class="gmail_quote"><div dir="ltr">On Thu, Nov 1, 2018 at 3:05 AM Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">Hi Kunal,<div>Note that I recommended using dim_minind/dim_maxind, and not minind/maxind. Looking at the file you attached, you would pass your BCSMASS array into those two functions, and operate on the time (0) dimension. As previously stated, that will return a 2D array dimensioned lat x lon containing the desired indices. Then you would apply the double do loop coding I sent to form arrays of the times themselves.  Again, the time array in my example coding needs to be set to something that is easily plotted, say the Hour. You can set up an hour array for your data like this:</div><div><div>a = addfile("<a href="http://hourmean.nc/" target="_blank">hourmean.nc</a>","r")</div><div>arr = a->BCSMASS</div><div>timeT = cd_calendar(arr&time,-4)</div><div>time = timeT(:,3)</div></div><div><br></div><div>Adam</div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 30, 2018 at 12:02 PM Kunal Bali <<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Thanks for this informations. </div><div><br></div><div dir="ltr">I tried to get min mad max by using the link which you mentioned, but the error comes with <span style="font-family:Menlo;font-size:16px">fatal:Argument type mismatch on argument (0) of (maxind) can not coerce</span></div><div dir="ltr"><br></div><div dir="ltr">I also tried the code given below but facing the same error here. (version-NCL 6.4.0) </div><div dir="ltr"><br><div><pre style="color:rgb(0,0,0);margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent">dims = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/dimsizes.shtml" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif" 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:none;color:rgb(133,45,133);font-family:verdana,sans-serif" target="_blank"><strong style="margin:0px;padding:0px">ndtooned</strong></a>(X)      ; convert 2D array to 1D for use in maxind
  inds = <a href="https://www.ncl.ucar.edu/Document/Functions/Built-in/ind_resolve.shtml" style="margin:0px;padding:0px;text-decoration:none;color:rgb(133,45,133);font-family:verdana,sans-serif" target="_blank"><strong style="margin:0px;padding:0px">ind_resolve</strong></a>(<strong style="margin:0px;padding:0px">maxind</strong> (x1d), dims)    ; convert 1D array back to 2D 
  ilat = inds(0,0)        ; select the latitude index where the X array is at its' maximum  
  ilon = inds(0,1)        ; select the longitude index where the X array is at its' maximum
  lat_max = X&lat(ilat)   ; insert the latitude index into the lat coordinate variable
  lon_max = 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:none;color:rgb(133,45,133);font-family:verdana,sans-serif" target="_blank"><strong style="margin:0px;padding:0px">print</strong></a>("Maximum value located at "+lat_max+", "+lon_max) </pre><pre style="color:rgb(0,0,0);margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent"><span style="color:rgb(34,34,34);font-family:Arial,Helvetica,sans-serif;font-size:small;white-space:normal">I also attached one sample file, in case if you need it. </span><br></pre><pre style="color:rgb(0,0,0);margin-top:0px;margin-bottom:0px;padding:0px;font-size:13.333333015441895px;line-height:12pt;font-family:courier;border-style:solid;border-width:0px 0px 15px;border-color:transparent"><br></pre><div><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335m_9043100172357683432m_-516362381720096746gmail_signature"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div dir="ltr"><div>---<br></div><div><font size="2"><span>Kunal Bali<br></span></font></div><div><br></div><div><b><br></b></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div></div></div></div></div></div><br></div></div></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Tue, Oct 30, 2018 at 2:47 AM Adam Phillips <<a href="mailto:asphilli@ucar.edu" target="_blank">asphilli@ucar.edu</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div dir="ltr">Hi Kunal,<div>If I understand correctly what you are after, you'd like to plot the time (at each grid point) where the maximum (or minimum) value occurs. </div><div>This will likely take some trial and error on your part. Here's what I think you need to do:</div><div>1) Use dim_minind and dim_maxind to isolate the index where the grid point value is at its min/max.</div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_maxind.shtml" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_maxind.shtml</a></div><div><div><a href="https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_minind.shtml" target="_blank">https://www.ncl.ucar.edu/Document/Functions/Contributed/dim_minind.shtml</a></div><div><br></div><div>This will result in a 2-D array (dimensioned lat x lon) containing the minimum indices, and the same type of array containing the maximum indices.</div><div><br></div><div>2)  There might be a more elegant way to map the indexes onto the correct times, but the following double do loop over the lat/lon dimensions will work:</div><div><br></div><div>; time is an array of your times</div><div>time_min = arr_min    ; arr_min contains the indices that were the minimum at each lat/lon point</div><div>time_max = arr_max</div><div>do gg = 0,dimsizes(arr_min&lat)-1</div><div>     do hh = 0,dimsizes(arr_min&lon)-1</div>          time_min(gg,hh) = time(arr_min(gg,hh))</div><div>          time_max(gg,hh) = time(arr_max(gg,hh))</div><div>     end do</div><div>end do </div><div><br></div><div>You will want to make sure that your time array is in a format that is conducive to being plotted. (18:30 doesn't work for instance, but 1830 would.)</div><div>I think that's it. Try starting with the above suggestions and see if you can get things to work. If you have further questions about this subject please reply to the ncl-talk email list.</div><div>Adam</div><div><br></div><div><br></div></div></div><br><div class="gmail_quote"><div dir="ltr">On Mon, Oct 29, 2018 at 6:57 AM Kunal Bali <<a href="mailto:kunal.bali9@gmail.com" target="_blank">kunal.bali9@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><img class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335m_9043100172357683432m_-516362381720096746m_-5177609042258427950m_7303927072719506909m_2850111241349097671mailtrack-img" alt="" style="display:flex" src="https://mailtrack.io/trace/mail/0f2b59e0335e8f788bf86f62901c8861f4700f5c.png?u=2827700" width="0" height="0"><div dir="ltr"><div></div><div>Dear NCL users,<br></div><div><br></div><div>I have one file (2000-2017) with time, latitude, longitude and  variable. The time is given in hours(00:30 to 18:30). I need to plot a spatial map of hours values at each grid cells, the contour map of hours values should correspond to the variable values. So that I can see which hour has high and low-value on the map. Some examples are given for time vs latitude and time vs longitude, I don't need that.  I need to plot time vs latitude longitude. <br></div><div><br></div><div>I hope you got my point.<br></div><div>Any information on that?</div><div><br></div><div>Thank You<br></div><div><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335m_9043100172357683432m_-516362381720096746m_-5177609042258427950m_7303927072719506909m_2850111241349097671gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div>---<br></div><div><font size="2"><span>Kunal Bali<br></span></font></div><br><div><b><br></b></div><div><br></div><div><p style="margin:0px;border-collapse:collapse;font-family:Tahoma,Verdana;font-size:12px"><font color="#1F497D"><br></font></p></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div></div><br></div></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" 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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335m_9043100172357683432m_-516362381720096746m_-5177609042258427950m_7303927072719506909gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" 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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885m_562482640651910335m_9043100172357683432gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" 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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113m_4090291836786894301m_-8038271960193435885gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" 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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394m_8674768465072900043m_-7314868021135470113gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>
</blockquote></div>
_______________________________________________<br>
ncl-talk mailing list<br>
<a href="mailto:ncl-talk@ucar.edu" 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" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
</blockquote></div><br clear="all"><div><br></div>-- <br><div dir="ltr" class="m_-5217972644411562822m_5837516952833867394gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><div><div><div><span><font color="#888888">Adam Phillips <br></font></span></div><span><font color="#888888">Associate Scientist,  </font></span><span><font color="#888888">Climate and Global Dynamics Laboratory, NCAR<br></font></span></div></div><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli/" target="_blank">www.cgd.ucar.edu/staff/asphilli/</a>   </font></span><span><font color="#888888">303-497-1726 </font></span></div><span><font color="#888888"></font></span><div><div><span><font color="#888888"><br></font></span><div><span><font color="#888888"><a href="http://www.cgd.ucar.edu/staff/asphilli" target="_blank"></a></font></span></div></div></div></div></div></div></div></div></div></div></div>