<html>
<head>
<meta content="text/html; charset=windows-1252"
http-equiv="Content-Type">
</head>
<body bgcolor="#FFFFFF" text="#000000">
<p>Carlos,</p>
<p>Doesn't look like you commented out the dtype line.</p>
<p>Jim<br>
</p>
<br>
<div class="moz-cite-prefix">On 10/31/16 9:24 AM, Carlos Enciso
Ojeda wrote:<br>
</div>
<blockquote
cite="mid:CAE39umhb+6cqoUiq-Up43heXitQk0QyJdMjn93Dhhq9i1_zCHg@mail.gmail.com"
type="cite">
<div dir="ltr">
<div>
<div>Dear Jeff<br>
<br>
</div>
This is my descriptor.<br>
<br>
dset ^CMC1.r4<span class="gmail-im"><br>
title NMME Monthly Hindcasts; CMC1-CanCM3 Sea Surface
Temperature Initialized 00Z01JAN2012<br>
</span>dtype r4<br>
undef 9.999e+20<br>
xdef 360 linear 0 1.0<br>
ydef 61 linear -30.0 1.0<span class="gmail-im"><br>
zdef 1 linear 0 1<br>
</span>tdef 12 linear 00Z01JAN2015 1mo<span class="gmail-im"><br>
edef 10 names 1 2 3 4 5 6 7 8 9 10<br>
vars 1<br>
sst 0 1,e,t,y,x Sea Surface Temperature [C]<br>
endvars<br>
<br>
<br>
</span></div>
<span class="gmail-im">Thanks a lot!<br>
<br>
</span></div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-31 14:58 GMT-04:00 Jeff Duda <span
dir="ltr"><<a moz-do-not-send="true"
href="mailto:jeffduda319@gmail.com" target="_blank">jeffduda319@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>Carlos,<br>
</div>
<div>Where is the control file?<span class="HOEnZb"><font
color="#888888"><br>
</font></span></div>
<span class="HOEnZb"><font color="#888888">
<div><br>
</div>
Jeff<br>
</font></span></div>
<div class="HOEnZb">
<div class="h5">
<div class="gmail_extra"><br>
<div class="gmail_quote">On Mon, Oct 31, 2016 at 1:43
PM, Carlos Enciso Ojeda <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:20071058@lamolina.edu.pe"
target="_blank">20071058@lamolina.edu.pe</a>></span>
wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0
.8ex;border-left:1px #ccc solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>HI Jeff<br>
<br>
</div>
As you recommended, I commented the dtype, but
the graphic is still with error. Could you
check my CTL, and tell me if you see any wrong
in the code.<br>
<br>
</div>
Thank you<br>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-31 14:01
GMT-04:00 Jeff Duda <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:jeffduda319@gmail.com"
target="_blank">jeffduda319@gmail.com</a>></span>:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0 .8ex;border-left:1px
#ccc solid;padding-left:1ex">
<div dir="ltr">
<div>GrADS does not recognize 'r4' as a
data type. If your data are just
standard Fortran binary, then you do not
need to include a DTYPE entry in your
control file. The file extension does
not always indicate the data format or
type, and the DTYPE entry does not have
to match the file extension.<br>
<br>
</div>
Jeff Duda<br>
</div>
<div class="gmail_extra">
<div>
<div
class="m_-9208582572784594605m_6231831343782934878h5"><br>
<div class="gmail_quote">On Mon, Oct
31, 2016 at 12:44 PM, Carlos Enciso
Ojeda <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:20071058@lamolina.edu.pe"
target="_blank">20071058@lamolina.edu.pe</a>></span>
wrote:<br>
<blockquote class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div dir="ltr">
<div>
<div>Hi everybody<br>
<br>
</div>
I need your help, with the CTL
of SST in format r4, my data
calls "CMC1.r4", and my CTL is
as described below .<br>
<br>
dset ^CMC1.r4<br>
title NMME Monthly Hindcasts;
CMC1-CanCM3 Sea Surface
Temperature Initialized
00Z01JAN2012<br>
dtype r4<br>
undef 9.999e+20<br>
xdef 360 linear 0 1.0<br>
ydef 61 linear -30.0 1.0<br>
zdef 1 linear 0 1<br>
tdef 12 linear 00Z01JAN2015
1mo<br>
edef 10 names 1 2 3 4 5 6 7 8
9 10<br>
vars 1<br>
sst 0 1,e,t,y,x Sea Surface
Temperature [C]<br>
endvars<br>
<br>
</div>
But, something is wrong with
this, the error is as follows<br>
<br>
##############################<wbr>#############<br>
ga-> open car_cmc1.ctl <br>
Scanning description file:
car_cmc1.ctl<br>
Open Error: Data file type
invalid<br>
--> The invalid description
file record is: <br>
--> dtype bin<br>
The data file was not opened. <br>
<div>##############################<wbr>#############<br>
</div>
<div>BUt when I commented
"dtype", the plot of a point,
has no sense.<br>
<img alt="Imágenes integradas
1"
src="cid:part5.64E058DB.3C97E46E@hawaii.edu"
height="405" width="479"><br>
<br>
</div>
<div>I don't know if I must
attach the data, because is
about 12 M. If anyone can help
me with this one, I'll really
appreciate it.<br>
<br>
</div>
<div>Thanks so much!<br>
</div>
</div>
<div class="gmail_extra"><br>
<div class="gmail_quote">2016-10-27
16:54 GMT-04:00 Jennifer M
Adams <span dir="ltr"><<a
moz-do-not-send="true"
href="mailto:jadams21@gmu.edu"
target="_blank">jadams21@gmu.edu</a>></span>:<br>
<blockquote
class="gmail_quote"
style="margin:0 0 0
.8ex;border-left:1px #ccc
solid;padding-left:1ex">
<div
style="word-wrap:break-word">
Perhaps these will help —
they point to the same URL
from IRI’s data server,
but describe two different
ensemble foreasts. The
first is initialized
January 2012, the second
is initialized in February
2012. The only difference
is in the variable
declaration (where
integers are used instead
of letters to specify
which array index to use
for that coordinate). It
might make more sense if
you do an ncdump on the
URL and examine the
metadata.
<div>—Jennifer<br>
<div><br>
</div>
<div><br>
</div>
<div>
<div><font
style="font-size:14px"
face="Courier">>
cat
201201/sst_CMC1-CanCM3.ctl </font></div>
<div><font
style="font-size:14px"
face="Courier">dset
<a
moz-do-not-send="true"
href="http://iridl.ldeo.columbia.edu/SOURCES/.Models/.NMME/.CMC1-CanCM3/.FORECAST/.MONTHLY/.sst/dods"
target="_blank">
http://iridl.ldeo.columbia.edu<wbr>/SOURCES/.Models/.NMME/.CMC1-C<wbr>anCM3/.FORECAST/.MONTHLY/.sst/<wbr>dods</a></font></div>
<div><font
style="font-size:14px"
face="Courier">title
NMME Monthly
Hindcasts;
CMC1-CanCM3 Sea
Surface
Temperature
Initialized
00Z01JAN2012</font></div>
<div><font
style="font-size:14px"
face="Courier">dtype
netcdf</font></div>
<div><font
style="font-size:14px"
face="Courier">undef
9.999e+20</font></div>
<div><font
style="font-size:14px"
face="Courier">xdef
360 linear 0 1</font></div>
<div><font
style="font-size:14px"
face="Courier">ydef
181 linear -90 1</font></div>
<div><font
style="font-size:14px"
face="Courier">zdef
1 linear 0 1</font></div>
<div><font
style="font-size:14px"
face="Courier">tdef
12 linear
00Z01JAN2012 1mo</font></div>
<div><font
style="font-size:14px"
face="Courier">edef
10 names 1 2 3 4 5
6 7 8 9 10</font></div>
<div><font
style="font-size:14px"
face="Courier">vars
1</font></div>
<div><font
style="font-size:14px"
face="Courier">sst
0 1,e,t,y,x Sea
Surface
Temperature [C]</font></div>
<div><font
style="font-size:14px"
face="Courier">endvars</font></div>
<div><font
style="font-size:14px"
face="Courier"><br>
</font></div>
<div><font
style="font-size:14px"
face="Courier"><br>
</font></div>
<div><font
style="font-size:14px"
face="Courier">>
cat
201202/sst_CMC1-CanCM3.ctl</font></div>
<div><font
style="font-size:14px"
face="Courier">dset
<a
moz-do-not-send="true"
href="http://iridl.ldeo.columbia.edu/SOURCES/.Models/.NMME/.CMC1-CanCM3/.FORECAST/.MONTHLY/.sst/dods"
target="_blank">
http://iridl.ldeo.columbia.edu<wbr>/SOURCES/.Models/.NMME/.CMC1-C<wbr>anCM3/.FORECAST/.MONTHLY/.sst/<wbr>dods</a></font></div>
<div><font
style="font-size:14px"
face="Courier">title
NMME Monthly
Hindcasts;
CMC1-CanCM3 Sea
Surface
Temperature
Initialized
00Z01FEB2012</font></div>
<div><font
style="font-size:14px"
face="Courier">dtype
netcdf</font></div>
<div><font
style="font-size:14px"
face="Courier">undef
9.999e+20</font></div>
<div><font
style="font-size:14px"
face="Courier">xdef
360 linear 0 1</font></div>
<div><font
style="font-size:14px"
face="Courier">ydef
181 linear -90 1</font></div>
<div><font
style="font-size:14px"
face="Courier">zdef
1 linear 0 1</font></div>
<div><font
style="font-size:14px"
face="Courier">tdef
12 linear
00Z01FEB2012 1mo</font></div>
<div><font
style="font-size:14px"
face="Courier">edef
10 names 1 2 3 4 5
6 7 8 9 10</font></div>
<div><font
style="font-size:14px"
face="Courier">vars
1</font></div>
<div><font
style="font-size:14px"
face="Courier">sst
0 2,e,t,y,x Sea
Surface
Temperature [C]</font></div>
<div><font
style="font-size:14px"
face="Courier">endvars</font></div>
<div><br>
</div>
<div>
<div>
<div
class="m_-9208582572784594605m_6231831343782934878m_7277606183686905076m_5383097200645608856h5">
<div>On Oct 27,
2016, at 4:33
PM, Carlos
Enciso Ojeda
<<a
moz-do-not-send="true"
href="mailto:20071058@lamolina.edu.pe" target="_blank">20071058@lamolina.edu.pe</a>>
wrote:</div>
<br
class="m_-9208582572784594605m_6231831343782934878m_7277606183686905076m_5383097200645608856m_-7417718577763211942Apple-interchange-newline">
</div>
</div>
<blockquote
type="cite">
<div>
<div
class="m_-9208582572784594605m_6231831343782934878m_7277606183686905076m_5383097200645608856h5">
<div dir="ltr">
<div>
<div>
<div>Hi
everybody<br>
<br>
</div>
I have a set
of data from
the IRI
database, for
a period of 12
months. Each
data has 10
members and 12
leads, so I
need your help
in order to
create the
CTL.<br>
<br>
</div>
I'd appreciate
any help that
you can give
me for this
topic.<br>
<br>
<br>
</div>
Thanks so
much!<br>
</div>
</div>
</div>
______________________________<wbr>_________________<br>
gradsusr mailing
list<br>
<a
moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org" target="_blank">gradsusr@gradsusr.org</a><br>
<a
moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
</blockquote>
</div>
<br>
<div>
<div
style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div
style="color:rgb(0,0,0);letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px;word-wrap:break-word">
<div
style="font-size:12px">--</div>
<div
style="font-size:12px">Jennifer
Miletta Adams<br>
Center for
Ocean-Land-Atmosphere
Studies (COLA)<br>
George Mason
University<br>
<br>
<br>
</div>
</div>
</div>
</div>
<br>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org"
target="_blank">gradsusr@gradsusr.org</a><br>
<a moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer"
target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org"
target="_blank">gradsusr@gradsusr.org</a><br>
<a moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<span
class="m_-9208582572784594605HOEnZb"><font
color="#888888"><br>
-- <br>
</font></span></div>
</div>
<span class="m_-9208582572784594605HOEnZb"><font
color="#888888"><span
class="m_-9208582572784594605m_6231831343782934878HOEnZb"><font
color="#888888">
<div
class="m_-9208582572784594605m_6231831343782934878m_7277606183686905076gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>Jeff Duda<br>
Post-doctoral research
associate<br>
University of Oklahoma
School of Meteorology<br>
</div>
</div>
</div>
</font></span></font></span></div>
<span class="m_-9208582572784594605HOEnZb"><font
color="#888888">
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org"
target="_blank">gradsusr@gradsusr.org</a><br>
<a moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</font></span></blockquote>
</div>
<br>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org"
target="_blank">gradsusr@gradsusr.org</a><br>
<a moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank">http://gradsusr.org/mailman/li<wbr>stinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
<br clear="all">
<br>
-- <br>
<div class="m_-9208582572784594605gmail_signature"
data-smartmail="gmail_signature">
<div dir="ltr">
<div>Jeff Duda<br>
Post-doctoral research associate<br>
University of Oklahoma School of Meteorology<br>
</div>
</div>
</div>
</div>
</div>
</div>
<br>
______________________________<wbr>_________________<br>
gradsusr mailing list<br>
<a moz-do-not-send="true"
href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a><br>
<a moz-do-not-send="true"
href="http://gradsusr.org/mailman/listinfo/gradsusr"
rel="noreferrer" target="_blank">http://gradsusr.org/mailman/<wbr>listinfo/gradsusr</a><br>
<br>
</blockquote>
</div>
<br>
</div>
<br>
<fieldset class="mimeAttachmentHeader"></fieldset>
<br>
<pre wrap="">_______________________________________________
gradsusr mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gradsusr@gradsusr.org">gradsusr@gradsusr.org</a>
<a class="moz-txt-link-freetext" href="http://gradsusr.org/mailman/listinfo/gradsusr">http://gradsusr.org/mailman/listinfo/gradsusr</a>
</pre>
</blockquote>
<br>
</body>
</html>