<div dir="ltr"><div dir="ltr"><div dir="ltr"><div>Hi Zilore,</div><div><br></div><div>1. You'll want to read the docs at the following like, especially on Method 1, for a full understanding and examples. But its fairly straigh forward, usually something like</div><div><br></div><div>   out = addfile("...name_of_output_file", "c")   ; open file for "creation"</div><div>   out->newVariableName = <span><span><span>P197903_ym</span></span></span></div><div><span><span><span><br></span></span></span></div><div><span><span><span>Don't worry about Method 1 begin inefficient unless you will be doing this sort of thing many many times. However, you probably want to add some metadata to the file and info about how your variable was created, and that's where you want to look at the examples at this link:<br></span></span></span></div><div><br></div><div>    <a href="http://ncl.ucar.edu/Applications/write_netcdf.shtml">http://ncl.ucar.edu/Applications/write_netcdf.shtml</a></div><div><br></div><div>2. There area a couple of ways to specify colors in a palette.  One is by named palette, such as "rainbow" as you point out. The other is by an array of named individual colors; e.g., (/ "red", "green", "purple", ... /).  The third way is by giving the indices for colors *relative to the workstation's palette*, and that's the case you are asking about.  The workstation always has a palette -- you can explicitly specify, otherwise the default one is this:</div><div><br></div><div>    <a href="http://ncl.ucar.edu/Document/Graphics/ColorTables/ncl_default.shtml">http://ncl.ucar.edu/Document/Graphics/ColorTables/ncl_default.shtml</a></div><div><br></div><div>So, assuming the default palette, the first color in your list is 2, a purple color, the second is 22, a darkish blue, the 3rd is 42 a slightly lighter blue, and so on.  Does that make sense?</div><div><br></div><div>Hope that helps...</div><div>Rick<br></div></div></div></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, Mar 25, 2019 at 5:07 AM zilore mumba <<a href="mailto:zmumba@yahoo.com">zmumba@yahoo.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 class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">Hello,</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">I have two simple questions to which I hope I can get a quick fix</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">1. I have calculated annual means of monthly sea level pressure from the file <a href="http://SLP.1979_2003.nc" target="_blank">SLP.1979_2003.nc</a> found on the ncl dataset list, using the c0de:</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">begin</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">  f=addfile("<a href="http://SLP.1979_2003.nc" target="_blank">SLP.1979_2003.nc</a>","r")</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">  p=f->slp(:,:,:)</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><br></div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">  P197903_ym = month_to_annual(p,1)</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">end</div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><br></div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px">When I run the above code, there is no error, but then nothing happens. I was expecting to see a file named <span>P197903_ym<span>P197903_ym. When I run the code interactively, and print(<span>P197903_ym) I can see the annual means.</span></span></span></div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span><br></span></span></span></div><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span>I have seen efficient and efficient ways of writing data to netcdf file. </span></span></span><div><span><span><span><span><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span><span><span><span><span>Is there a simple line for writing the output to file?</span></span></span></span> Sorry I have not checked the archives</span></span></span></div></span></span></span></span></div><div><span><span><span><span><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span></span></span></span></div></span></span></span></span><br></div><div>2. I am plotting a contour map with colored contours. I am using <br></div><div><span><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span><span><span><span><span>res@cnLineColors ="toint(fspan(2,240,20))"</span></span></span></span></span></span></span></div></span></div><div><span><div class="gmail-m_-6911250689873692882ydpe7837c5cyahoo-style-wrap" style="font-family:Helvetica Neue,Helvetica,Arial,sans-serif;font-size:13px"><span><span><span><span><span><span><span></span></span></span></span></span></span></span></div></span><br></div><div>What do the numbers 2,240,20 mean. I have searched every where I cannot find. I know I can use e.g. "Rainbow"<br></div><div><br></div><div>Thank you very much for any assistance.<br></div><div><br></div><div><br></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>