<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
&nbsp;&nbsp;&nbsp; Jennifer,<br>
<br>
I changed my mercator_test.ctl, but no success for the moment.<br>
Please find attached the new configuration.<br>
<br>
<small><font face="Courier New, Courier, monospace">[opendap@las-dev
gds-1.2.9]$ gradsnc<br>
&nbsp;<br>
Grid Analysis and Display System (GrADS) Version 1.9b3<br>
Copyright (c) 1988-2003 by Brian Doty<br>
Center for Ocean-Land-Atmosphere Studies<br>
Institute for Global Environment and Society<br>
All Rights Reserved<br>
&nbsp;<br>
Config: v1.9b3 32-bit little-endian readline sdf/xdf netcdf lats printim<br>
&nbsp;<br>
Issue 'q config' command for more information.<br>
&nbsp;<br>
Landscape mode? (no for portrait):<br>
GX Package Initialization: Size = 11 8.5<br>
ga-&gt; open mercator_test.ctl<br>
Scanning description file:&nbsp; mercator_test.ctl<br>
Data file
/home/opendap/mercator_psy2v1_mersea_grid1o8_med_b20040128_f200402109999.nc
is open as file 1<br>
LON set to -6 36.5<br>
LAT set to 30 46<br>
LEV set to 5 5<br>
Time values set: 1989:1:3:0 1989:1:3:0<br>
ga-&gt; display temperature<br>
Contouring: 8 to 19 interval 1</font></small><br>
<br>
Tony<br>
<br>
Jennifer Adams wrote:<br>
<blockquote type="cite"
 cite="mid8dc05e5e32ab47d1d1fb8dd6145d9db0@cola.iges.org">Tony -- <br>
The dimensions of your grid (as seen in the ncdump output) are the
following: <br>
dimensions:
  <br>
depth = 8 ;
  <br>
latitude = 129 ;
  <br>
longitude = 341 ;
  <br>
  <br>
But in your descriptor file, you've got: <br>
XDEF 340 LINEAR -6 0.125
  <br>
YDEF 128 LINEAR 30 0.125
  <br>
ZDEF 8 LEVELS 5 30 50 100 200 500 1000 2000
  <br>
  <br>
The sizes of the dimensions must match exactly. Change your XDEF to
341 and your YDEF to 129. Also, your variable declarations in your
descriptor file are incorrect. The units field (e.g. "x,y,z,t") must
describe the 'shape' of the variable as given in ncdump -- the order
of the dimensions must match exactly. For example, in the ncdump
output, the variable "u" varies in depth, latitude, and longitude,
whereas the variable "emp" only varies in 2 dimensions: <br>
float u(depth, latitude, longitude) ;
  <br>
float emp(latitude, longitude) ;
  <br>
These should translate to a variable declarations like this (note the
2nd field repeats the number of zlevs): <br>
u 8 z,y,x zonal velocity [m/s]
  <br>
emp 0 y,x water flux [Kg/m2/s]
  <br>
None of the variables in your file are time-dependent, so don't
include "t" in your variable declaraion. <br>
  <br>
These changes should fix your problems. <br>
  <br>
Jennifer
  <br>
  <br>
  <br>
  <br>
On Mar 9, 2005, at 8:43 AM, Tony Jolibois wrote:
  <br>
  <br>
  <blockquote>&lt;config_gds.tar&gt;
    <br>
  </blockquote>
  <font size="-1">--
  <br>
Jennifer Miletta Adams
  <br>
IGES/COLA
  <br>
4041 Powder Mill Rd., Suite 302
  <br>
Calverton, MD 20705
  <br>
  </font><br>
  <br>
</blockquote>
</body>
</html>