<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type">
</head>
<body bgcolor="#ffffff" text="#000000">
<font face="Comic Sans MS">Hello All,<br>
<br>
I need suggestions/solutions on dealing with the problem of opening
files with julian day included in the names.<br>
<br>
I have files that named with the following name format:
m6s4_3hYYDDDHH.bin,<br>
where YY represents the last two digits of the years (01 is 2001); DDD
is julian day; HH is the hour of the start of the measurement<br>
<br>
If grads allowed a julian day formats it could have been opened with&nbsp;
"m6s4_3h%y2%jd%h200.bin" in the dset file location as follows.<br>
<br>
dset ^m6s4_3h%y2%jd3%h2.bin<br>
OPTIONS template<br>
OPTIONS big_endian<br>
OPTIONS yrev<br>
UNDEF&nbsp; -9999<br>
TITLE&nbsp; Precipitation estimates<br>
XDEF 1440 LINEAR&nbsp;&nbsp;&nbsp; 0.125&nbsp; 0.25<br>
YDEF 480 LINEAR&nbsp; -59.875&nbsp; 0.25<br>
ZDEF&nbsp; 01 LEVELS 1<br>
TDEF 1 LINEAR&nbsp; 00z01jan2001 3 hr<br>
VARS 1<br>
per&nbsp;&nbsp; 1&nbsp;&nbsp; 99&nbsp; (mm/hr)<br>
ENDVARS<br>
<br>
Since I cannot do that, I know that one of the options is to use<br>
DSET ^m6s4_3h%ch.bin<br>
CHSUB&nbsp;&nbsp; 1&nbsp; 1 m6s4_3h0100100.bin<br>
CHSUB&nbsp;&nbsp; 2&nbsp; 2 m6s4_3h0100100.bin<br>
..................................................<br>
CHSUB&nbsp; 20448 20448 m6s4_3h0736521.bin<br>
OPTIONS template<br>
<br>
but that includes so many lines. Is there a way around this, unless I
physically rename files to be consistent with grads format names?<br>
<br>
Thanks,<br>
-Renu<br>
<br>
<br>
</font><br>
</body>
</html>