<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=us-ascii">
<META NAME="Generator" CONTENT="MS Exchange Server version 6.5.7232.77">
<TITLE>Segmentation fault</TITLE>
</HEAD>
<BODY>
<!-- Converted from text/rtf format -->

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">I'm trying to display netcdf history from wrf. The ncdump -h of this file is attached.<FONT FACE="Arial" SIZE=2 COLOR="#000000"> &lt;&lt;wrfout_d01_0001-01-01_00_00_00.2d.ncdump&gt;&gt; </FONT></FONT></P>

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">I open it with xdfopen using the following ddf file </FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">DSET ./wrfout_d01_0001-01-01_00:00:00.2d</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">TITLE wrf</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">UNDEF 99999.0</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">XDEF west_east 201 LINEAR 0.0 0.25</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">YDEF south_north 2 LINEAR 0.0 0.1</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">ZDEF bottom_top 80 LINEAR .125 .250</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">TDEF Time 13 LINEAR 0Z1JAN01 5mn</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">VARS 4</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">T=&gt;t 80 99 perturbation potential temperature</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">QVAPOR=&gt;qvapor 80 99 water vapor mixing ratio</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">QCLOUD=&gt;qcloud 80 99 cloud water&nbsp; mixing ratio</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">QRAIN=&gt;qrain 80 99 rain water&nbsp; mixing ratio</FONT>

<BR><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">ENDVARS</FONT>
</P>

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">I can display a 1-d slice of any number of fields, but when I try to display in more than one dimension (i.e., a contour plot) I can only display once. The second display always produces a segmentation fault, even if it is for the same field and dimensions. Any ideas what the problem might be?</FONT></P>

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">I am using gradsnc v1.8SL11 on linux redhat 7.3</FONT>
</P>

<P><FONT COLOR="#0000FF" SIZE=2 FACE="Arial">-Steve Ghan</FONT>
</P>

</BODY>
</HTML>