<div dir="ltr">Hi all,<div><br><div>I have list of data in folders like this (I have whole year of data) this is just example for one day:</div><div><br></div><div>/mnt/data/hindcast/17110300/data_000</div><div>/mnt/data/hindcast/17110300/data_001</div><div>/mnt/data/hindcast/17110300/data_002</div><div>.</div><div>.</div><div>.</div><div>/mnt/data/hindcast/17110300/data_030<br></div><div><br></div><div><br><div>I want my ctl file reads files from these folders. I am using option template function</div><div>and it look like this:</div><div><br></div><div>dset  /mnt/data/hindcast/%y2%m2%d200/data_%f3</div></div></div><div><br></div><div>this works but only for first 24 hour of forecast (not for all 30 hours), this is because after 23rd hour day is changed to 04</div><div>this is the error that I get:</div><div><div> grib1map:  opening GRIB file: /mnt/data/hindcast/17110300/data_023 </div><div> grib1map:  opening GRIB file: /mnt/data/hindcast/17110400/data_024 </div><div> grib1map warning: could not open GRIB file: /mnt/data/hindcast/17110400/latlon_024</div></div><div><br></div><div>I also tried this </div><div><br></div><div>dset  /mnt/data/hindcast/%y2%m2%ch00/data_%f3<br></div><div><br></div><div>chsub 1 31 03</div><div><br></div><div>And this works for all 30 hours. But not for every day of month and leap year.</div><div><br></div><div>Does someone know how to use option template to solve this?</div><div>Thanks in advance.</div><div>Ivana</div></div>