[ncl-talk] Plot showing No Color

Barry Lynn barry.h.lynn at gmail.com
Wed Jun 24 06:40:41 MDT 2020


Hi:

Did you attach both the command you used and the output from the file?

On Wed, Jun 24, 2020 at 3:27 PM Mohd Noor'Arifin Bin Hj Yussof <
arifin.yussof at met.gov.bn> wrote:

> Dear Barry,
>
>
> Thank you so much for reply.
>
>
> I've attached two files:
>
>
> 1. terminal_output - what I've entered in the terminal and the output
>
>
> 2. script_output - what popped up when I tried to run the script​
>
>
> Please let me know if you need any other information.
>
>
> Kind Regards,
>
> *Arifin Yussof*
> *Meteorological Officer*
> *Officer in Digital Product Support and Numerical Weather Prediction
> (DSNP),*
> *Strategy and **Development **Division,*
> *Brunei Darussalam Meteorological Department, **Ministry of Transport and
> Infocommunications*
>
> *Address: **Block B23, Anggerek Desa Flat , **Simpang 32-37, **Kampung
> Anggerek Desa, **Brunei Darussalam BB3713*
>
> Telephone number: (+673) *2381342 ext 233* - Website:
> http://www.met.gov.bn - Instagram/Facebook: *@bruneiweather *- Mobile
> App: *Brunei WX*
>
> *Helping you understand weather better*
> ------------------------------
> *From:* Barry Lynn <barry.h.lynn at gmail.com>
> *Sent:* 24 June 2020 7:24 PM
> *To:* Mohd Noor'Arifin Bin Hj Yussof
> *Cc:* ncl-talk at ucar.edu
> *Subject:* Re: [ncl-talk] Plot showing No Color
>
> Hello:
>
> Can you please attach the screen output?  Perhaps you are missing a file
> that is needed to set colors.
>
> On Wed, Jun 24, 2020 at 1:26 PM Mohd Noor'Arifin Bin Hj Yussof via
> ncl-talk <ncl-talk at mailman.ucar.edu> wrote:
>
>> Dear NCL,
>>
>>
>> I have a problem where my plots are not showing any fill color at all.
>>
>>
>> Could you please guide me on how I could activate the contour fill
>> colors?
>>
>>
>> I tested using WRF data with the sample script below and yet no colors
>> showed on my plot.
>>
>>
>> ; Example script - plot terrain (using only basic NCL functions)
>> ; Note no map background info is available
>> ; November 2008
>> load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
>> begin
>> a = addfile("./geo_em.d01.nc","r") ; Open a file
>>
>> type = "x11"
>> ; type = "pdf"
>> ; type = "ps"
>> ; type = "ncgm"
>> wks = gsn_open_wks(type,"plt_geo_2") ; Create a plot workstation
>>
>> ter = a->HGT_M(0,:,:) ; Read the variable to memory
>> res = True ; Create some plot resources
>> res at cnFillOn = True ; Create a color fill plot
>> res at gsnSpreadColors = True
>> plot = gsn_contour(wks,ter,res) ; Create plot
>> end
>>
>>>>
>> Output image below:
>>
>>
>>>>
>>
>> Kind Regards,
>>
>> *Arifin Yussof*
>> *Meteorological Officer*
>> *Officer in Digital Product Support and Numerical Weather Prediction
>> (DSNP),*
>> *Strategy and **Development **Division,*
>> *Brunei Darussalam Meteorological Department, **Ministry of Transport
>> and Infocommunications*
>>
>> *Address: **Block B23, Anggerek Desa Flat , **Simpang 32-37, **Kampung
>> Anggerek Desa, **Brunei Darussalam BB3713*
>>
>> Telephone number: (+673) *2381342 ext 233* - Website:
>> http://www.met.gov.bn - Instagram/Facebook: *@bruneiweather *- Mobile
>> App: *Brunei WX*
>>
>> *Helping you understand weather better*
>>
>>
>>
>> ------------------------------
>> *Privileged/Confidential* information may be contained in this message.
>> If you are neither the intended recipient and have received this message in
>> error, please delete this message and notify the sender immediately. *Strict
>> Prohibition: *This message if received in error, whether in part or in
>> whole, should not be reviewed, retained, copied, reused, disclosed,
>> distributed or used for any purpose whatsoever. Such unauthorised use may
>> be unlawful and may contain material protected by the Official Secrets Act
>> (Cap 153) of the Laws of Brunei Darussalam. *Disclaimer* The Government
>> of His Majesty the Sultan and Yang Di-Pertuan of Brunei Darussalam accepts
>> no responsibility for loss or damage arising from the use of this message.
>> This message shall not operate to bind to any order or contract unless
>> pursuant to an explicit written agreement.
>>
>>
>> _______________________________________________
>> ncl-talk mailing list
>> ncl-talk at mailman.ucar.edu
>> List instructions, subscriber options, unsubscribe:
>> https://mailman.ucar.edu/mailman/listinfo/ncl-talk
>
>
>
> --
> Barry H. Lynn, Ph.D
> Senior Associate Scientist, Lecturer,
> The Institute of the Earth Science,
> The Hebrew University of Jerusalem,
> Givat Ram, Jerusalem 91904, Israel
> Tel: 972 547 231 170
> Fax: (972)-25662581
>
> C.E.O, Weather It Is, LTD
> Weather and Climate Focus
> http://weather-it-is.com
> Jerusalem, Israel
> Local: 02 930 9525
> Cell: 054 7 231 170
> Int-IS: x972 2 930 9525
>
>

-- 
Barry H. Lynn, Ph.D
Senior Associate Scientist, Lecturer,
The Institute of the Earth Science,
The Hebrew University of Jerusalem,
Givat Ram, Jerusalem 91904, Israel
Tel: 972 547 231 170
Fax: (972)-25662581

C.E.O, Weather It Is, LTD
Weather and Climate Focus
http://weather-it-is.com
Jerusalem, Israel
Local: 02 930 9525
Cell: 054 7 231 170
Int-IS: x972 2 930 9525
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200624/06160ad5/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: pastedImage.png
Type: image/png
Size: 68979 bytes
Desc: not available
URL: <https://mailman.ucar.edu/pipermail/ncl-talk/attachments/20200624/06160ad5/attachment.png>


More information about the ncl-talk mailing list