<div dir="ltr"><div><div><div>Hi Wenshan,<br></div>You are loading contributed.ncl before gsn_code.ncl and gsn_csm.ncl. contributed.ncl should always get loaded after the gsn*.ncl scripts. Try making that change and see if you continue to get the warning message.<br><br></div>And thanks for letting us know about the Earth System Grid downloading error. I believe it is being looked into...<br></div>Adam<br></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Thu, Sep 4, 2014 at 4:08 PM, Wenshan Wang <span dir="ltr">&lt;<a href="mailto:wenshanw@uci.edu" target="_blank">wenshanw@uci.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><u>Hi NCL group and users~~~</u></div><div><u><br></u></div><div><u>I get this warning recently with all my plots and have no idea what the cause is.</u></div><div><br></div><div><div>warning:TextItemInitialize: Cannot set x,y,width,and height when other text attributes have been specified also, proceding with other text attribute requests</div></div><div><br></div><div><u>Here is a simple script that can produce this msg:</u></div><div><br></div><div><div>; Written by Wang Wenshan 2014-09-04 Thursday 14:37:05</div><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/contributed.ncl&quot;</div><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl&quot;</div><div>load &quot;$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl&quot;</div><div>;*************************************************************</div><div>; warning:TextItemInitialize: Cannot set x,y,width,and height when other text attributes have been specified also, proceding with other text attribute requests</div><div>;************************************************************</div><div>begin</div><div>x = ispan(1,100,1)</div><div>y = 0.1*x</div><div><br></div><div>wks   = gsn_open_wks (&quot;x11&quot;,&quot;xy&quot;)                ; open workstation</div><div><br></div><div>res                  = True                     ; plot mods desired</div><div>;res@tiMainString     = &quot;Basic XY plot&quot;          ; add title</div><div>;res@gsnLeftString  = &quot;left&quot;</div><div>res@gsnRightString = &quot;right&quot;</div><div><br></div><div>plot  = gsn_csm_xy (wks,x,y,res) ; create plot</div><div><br></div><div>print(&quot;done!&quot;)</div><div>end</div></div><div><br></div><div><u>NCL version: 6.2.0</u></div><div><u>System: Linux grele 3.13.0-34-generic #60-Ubuntu SMP Wed Aug 13 15:45:27 UTC 2014 x86_64 x86_64 x86_64 GNU/Linux</u></div><div><u><br></u></div><div><u>Thank you very much!</u></div><div><u><br></u></div><div><u>BTW, there is a 404 Not Found Error when I tried to download NCL 6.2.1 from earthsystemgrid.</u></div><div><br></div><div><div>404 Not Found</div><div><br></div><div>The following file was not found:</div><div><br></div><div>ncl_ncarg-6.2.1.Linux_Debian6.0_i686_nodap_gcc445.tar.gz</div><div>If this file was part of a Archive Storage request, the file might have been removed from our cache. Please consider resubmitting your Archive Storage request.</div></div><div><br></div><div><br></div><br clear="all"><div><div dir="ltr"><div><div><div><div>Best,<br></div>Wenshan<br>------------------------------------------------------------------------------<br></div>Graduate Student Researcher<br></div>Earth System Science<br></div>University of California, Irvine<br></div></div>
</div>
<br>_______________________________________________<br>
ncl-talk mailing list<br>
List instructions, subscriber options, unsubscribe:<br>
<a href="http://mailman.ucar.edu/mailman/listinfo/ncl-talk" target="_blank">http://mailman.ucar.edu/mailman/listinfo/ncl-talk</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br><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 Division, 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>