<html dir="ltr">
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style id="owaParaStyle" type="text/css">P {margin-top:0;margin-bottom:0;}</style>
</head>
<body ocsi="0" fpstyle="1">
<div style="direction: ltr;font-family: Tahoma;color: #000000;font-size: 10pt;">Good Morning All,<br>
<br>
I'm currently having a bit of an issue where I'm trying to call the &quot;T = 1&quot; section that pops up when querying &quot;Dims.&quot; I'm pulling NOMADS GFS data via the sdfopen command.<br>
<br>
When querying dims, the following pops up:<br>
<br>
Default file number is: 1<br>
X is varying&nbsp; Lon = 0 to 360&nbsp; X = 1 to 73<br>
Y is varying&nbsp; Lat = -90 to 90&nbsp; Y = 1 to 37<br>
Z is fixed&nbsp; Lev = 1000 Z = 1<br>
T is fixed&nbsp; Time = <span style="background-color: rgb(255, 255, 0);">12Z15DEC2013</span>
<span style="background-color: rgb(255, 255, 0);">T = 1</span><br>
<br>
What I'm trying to do is pull the &quot;T = 1&quot; to be displayed on a plot. Currently, I'm able to extract the date portion of Line 5 with:<br>
<br>
ftime = sublin(result,5)<br>
fdate1 = subwrd(ftime,6)<br>
fmonth = substr(<span style="background-color: rgb(255, 255, 0);">fdate1</span>,6,3)<br>
<br>
I've tried moving over to the right by increasing the &quot;6&quot; in the fdate1 = subwrd(ftime,<span style="background-color: rgb(255, 255, 0);">6</span>) line to 7, 8, 9, etc but, it only displays a space and never catches the &quot;T = 1.&quot;
<br>
<br>
I was wondering if anyone has encountered this problem before and if so, possibly knows of a solution.<br>
<br>
<br>
Onward and Upward,<br>
<div>
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px">
<div style="font-family:Tahoma; font-size:13px"><font size="3"><font face="Arial"><font face="Tahoma" size="2"><font size="2"><br>
</font>Aaron Perry<br>
</font><font size="3"><font size="3"><font face="Tahoma" size="2">Boston, MA<br>
Mobile: 617-780-4312</font><br>
</font></font></font></font></div>
</div>
</div>
</div>
</div>
</div>
</div>
</div>
</body>
</html>