Re: ncl 5.2.0 question

From: Mary Haley <haley_at_nyahnyahspammersnyahnyah>
Date: Wed Jul 09 2014 - 11:33:55 MDT

You have an older version of NCL that doesn't support your request.

In Version 6.0.0, the PNG output was "fixed" go to a file called
"gsnapp.png" instead of "gsnapp.000001.png".

The version you have is four years old, so I recommend upgrading.

--Mary


On Wed, Jul 9, 2014 at 2:51 AM, 王志斌 <wangzb@whihr.c=
om.cn> wrote:

> ncl-talk-owner.
>
>
> When I use ncl5.2.0 generate a file of png format.
>
> Why I generated file is gsnapp.000001.png rather than mapgrid.png .how t=
o
> solve in ncl 5.2.0 .
>
> begin
> wks = gsn_open_wks ("png", "mapgrid") ; open workstation
> res = True ; plot mods desi=
red
> res@gsnMaximize = True
> res@mpGridAndLimbOn = True ; turn on grid li=
nes
> res@pmTickMarkDisplayMode = "Always" ; turn on fancy
> tickmarks
> res@tiMainString = "C.E. map with lat/lon grid lines"
> ;---Create and draw map
> plot = gsn_csm_map(wks,res)
> end
>
>
>
> wangzb@whihr.com.cn
> 2014-07-09
>

Received on Wed Jul 09 05:33:55 2014

This archive was generated by hypermail 2.1.8 : Wed Jul 23 2014 - 15:33:46 MDT