<div dir="ltr"><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">Dear NCL Users<br><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">I want to change a <span style="color:rgb(0,0,255)">daily hodogragh script</span> to a <span style="color:rgb(0,0,255)">monthly hodogragh</span> or <span style="color:rgb(0,0,255)">seasonal hodogragh</span>, but I have a problem how to do it. The script works for daily hodogragh like following: <br><span style="color:rgb(255,0,0)">timeindex = ind(times(:,0).eq.2010 .and. times(:,1) .eq. 2 .and. times(:,2) .eq. 12) <span style="color:rgb(0,0,0)">; 12Z data for February 2010</span></span><br><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">But when I used following timeindex:<br><span style="color:rgb(255,0,0)">timeindex = ind(times(:,0).eq.2010 .and. times(:,1) .eq. 3) </span> ; find indices for March 2010 only<br><br>it will show me the following errors messages: <br>
        
        
        
        
<p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)">fatal:Dimension
sizes of left hand side and right hand side of assignment do not
match
</span></p><span style="color:rgb(255,0,0)">
</span><p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)">fatal:["Execute.c":7743]:Execute:
Error occurred at or near line 5660 in file
$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl
</span></p><span style="color:rgb(255,0,0)">
</span><p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)">fatal:["Execute.c":7743]:Execute:
Error occurred at or near line 163 in file test1.ncl
</span></p><span style="color:rgb(255,0,0)">
</span><p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)">fatal:["Execute.c":7743]:Execute:
Error occurred at or near line 238 in file test1.ncl
</span></p>
<p style="margin-bottom:0in;line-height:100%">The problem is that how to change the daily labels into the monthly labels from:</p><p style="margin-bottom:0in;line-height:100%"> <span style="color:rgb(255,0,0)"> labels = " " + ispan(0,23,1) <span style="color:rgb(0,0,0)">; labels for 24 hours (daily labels)</span><br> nStride = 1 <br> txid = gsn_add_text(wks,plot,labels(::nStride),u(::nStride),v(::nStride),txres)<br> labels(23) = " " </span> ;Don't do the last one.<br></p><p style="margin-bottom:0in;line-height:100%">I tried to use a loop over a month (March for instance) like:</p><p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)">do month=0,30,1</span></p><p style="margin-bottom:0in;line-height:100%"><span style="color:rgb(255,0,0)"> labels(month) = " " + ispan(0,23,1)<br> nStride = 1 <br> txid = gsn_add_text(wks,plot,labels(::nStride),u(::nStride),v(::nStride),txres)<br> labels(23) = " " </span>
</p><span style="color:rgb(255,0,0)">
</span></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small"><span style="color:rgb(255,0,0)">end do</span><br><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">It didn't work. I need your help.<br><br></div><div class="gmail_default" style="font-family:courier new,monospace;font-size:small">Best regards<br></div><br>-- <br><div class="gmail_signature"><div dir="ltr"><b style="font-size:small;font-family:tahoma,sans-serif"><font color="#000066"> </font><font color="#000066">COULIBALY </font><font color="#000066">AMADOU </font></b><br><span style="color:rgb(0,0,102);font-family:tahoma,sans-serif;font-size:small">PhD Student on West African Climate System (WACS)</span><br><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">FUTA</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"> - </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">F</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">ederal </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">U</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">niversity of </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">T</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">echnology of </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066">kure, Nigeria</font><div><font color="#000066" face="tahoma, sans-serif"><br></font><div><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><i style="font-weight:bold">Visiting Student - </i></span><i style="font-weight:bold"><span style="font-family:arial,helvetica,sans-serif"><i><font size="1"><span style="font-size:13px">University of Cologne, Germany</span></font></i></span><br></i><i><span style="font-family:arial,helvetica,sans-serif">Institute of Geophysics and Meteorology</span></i><span style="font-family:arial,helvetica,sans-serif"><br></span></span><div style="letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><font size="1">Pohligstr. 3 / Office 3.102</font></span></span></div><div style="letter-spacing:normal;text-transform:none;white-space:normal;word-spacing:0px"><span style="color:rgb(76,17,48)"><span style="font-family:arial,helvetica,sans-serif"><font size="1">D-50969 Köln</font></span></span></div></div></div><div style="color:rgb(80,0,80)"><i style="color:rgb(34,34,34);font-family:"bookman old style","new york",times,serif"><font size="1"><span style="color:rgb(0,0,127)"><span style="font-size:13px"><br></span></span></font></i></div><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)"><u>Project</u>: </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">WASCAL</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)"> (</span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">W</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">est </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">frican </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">S</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">cience </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">S</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">ervice </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">entre on </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">limate </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">C</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">hange and </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">A</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">dapted </span><font style="font-size:small;font-family:tahoma,sans-serif" color="#0000ff">L</font><span style="font-size:small;font-family:tahoma,sans-serif;color:rgb(0,0,102)">and Use) </span><br><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">Phone:(+234) 810 795 2836 </font><font style="font-family:tahoma,sans-serif;font-size:small" color="#ff0000">/</font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">(+223) 65 67 27 57 </font><font style="font-family:tahoma,sans-serif;font-size:small" color="#ff0000">/</font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">(+226) 64 57 37 27 </font><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"><span style="color:rgb(34,34,34)"></span><font color="#ff0000">/</font></font><font style="font-family:tahoma,sans-serif;font-size:small;color:rgb(0,0,102)" color="#000066">+49 15218352574<br></font><div><p><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"></font></p><div style="text-align:left"><font style="font-size:small;font-family:tahoma,sans-serif" color="#000066"><font color="#000066">E-mail: </font><a href="mailto:mpapin24@gmail.com" style="color:rgb(0,0,255)" target="_blank">mpapin24@gmail.com</a><span style="color:rgb(34,34,34)"> </span><font color="#ff0000">/ </font><span style="color:rgb(0,0,255)"><a href="mailto:coulibalya68@yahoo.com" target="_blank">coulibalya68@yahoo.com</a> </span></font></div><p></p></div><div><font face="verdana,sans-serif"><p><font color="#ff9900">"<i>The time is always right to do right": <b>Nelson Mandela</b></i></font></p><p><i><font color="#ff9900">"Character is like a tree and reputation like a shadow. The shadow is what we think of it; the tree is the real thing" : <b>Abraham Lincoln</b></font></i></p><p><i><font color="#ff9900">"Do what you can, with what you have, where you are" <b>Theodore Roosevelt</b></font></i></p></font><p><b><font color="#000066"><i> </i></font></b></p><p><b><font color="#000066" size="4"> </font></b></p><div> </div></div></div></div>
</div>