<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Tahoma
}
--></style></head>
<body class='hmmessage'><div dir='ltr'>
Hi,
<br>
<br>
<br>i'm trying version 6.1 of ncl. I have grafhic output problem so I tried
this little script
<br>
<br>;================================================;
<br>; maponly_1.ncl
<br>;================================================;
<br>;
<br>; Concepts illustrated:
<br>; - Drawing a default cylindrical equidistant map
<br>;
<br>;================================================;
<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_code.ncl"
<br>load "$NCARG_ROOT/lib/ncarg/nclscripts/csm/gsn_csm.ncl"
<br>; ================================================;
<br>begin
<br>
<br> wks = gsn_open_wks("png","maponly") ; open a ps file
<br> plot = gsn_csm_map_ce(wks,False) ; draw global map
<br>
<br> end
<br>
<br>
<br>I get a corruped file (png or pdf)
<br>
<br><a class="moz-txt-link-freetext" href="http://i103.photobucket.com/albums/m136/ugo73/maponly.png">http://i103.photobucket.com/albums/m136/ugo73/maponly.png</a>
<br>
<br>I'm using debian squeeze and and precompiled file
ncl_ncarg-6.1.0.linux_debian_x86_64_gcc445.tar.gz<br><br><br>regards<br><br>Ugo<br>                                            </div></body>
</html>