Dear Will <div>The Same Problem I got 6 months back. It depends on your time step(delta T)  and input boundary files interval .I mean you input gfs files interval is 21600(6hours) then  time step for domain(delta T) should be divisible by your delta T without remainder then it won&#39;t give error </div>
<div>like this . <br><br><div class="gmail_quote">On 7 September 2010 23:30,  <span dir="ltr">&lt;<a href="mailto:wrf-users-request@ucar.edu">wrf-users-request@ucar.edu</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">
Send Wrf-users mailing list submissions to<br>
        <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
<br>
To subscribe or unsubscribe via the World Wide Web, visit<br>
        <a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
or, via email, send a message with subject or body &#39;help&#39; to<br>
        <a href="mailto:wrf-users-request@ucar.edu">wrf-users-request@ucar.edu</a><br>
<br>
You can reach the person managing the list at<br>
        <a href="mailto:wrf-users-owner@ucar.edu">wrf-users-owner@ucar.edu</a><br>
<br>
When replying, please edit your Subject line so it is more specific<br>
than &quot;Re: Contents of Wrf-users digest...&quot;<br>
<br>
<br>
Today&#39;s Topics:<br>
<br>
   1. fdda time problem in WRF V3.2 (Will Thurston)<br>
<br>
<br>
----------------------------------------------------------------------<br>
<br>
Message: 1<br>
Date: Sat, 4 Sep 2010 15:25:21 +1000<br>
From: Will Thurston &lt;<a href="mailto:willthurston@gmail.com">willthurston@gmail.com</a>&gt;<br>
Subject: [Wrf-users] fdda time problem in WRF V3.2<br>
To: <a href="mailto:wrf-users@ucar.edu">wrf-users@ucar.edu</a><br>
Message-ID:<br>
        &lt;<a href="mailto:AANLkTikXKf3WTTTDxDRConYZzXuCo1_dAvsrmKtiy9g_@mail.gmail.com">AANLkTikXKf3WTTTDxDRConYZzXuCo1_dAvsrmKtiy9g_@mail.gmail.com</a>&gt;<br>
Content-Type: text/plain; charset=ISO-8859-1<br>
<br>
Hi,<br>
<br>
I&#39;m running a nested (4 domain) simulation using fdda at 6 hourly<br>
intervals with WRF V3.2 (having downloaded the fixed reg_parse.c and<br>
recompiled). The simulation runs fine until 6 hours of model time,<br>
when it crashes.<br>
<br>
&gt;From looking at rsl.out.0000 the nudging happens correctly on the<br>
three innermost domains, but fails on d01, because multiples of the<br>
timestep on this domain don&#39;t coincide exactly with 6h, whereas they<br>
do on the other domains (timesteps of 81s, 27s, 9s, 3s). The exact<br>
error given is:<br>
<br>
 Time in file: 2010-08-04_06:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-04_12:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-04_18:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-05_00:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-05_06:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-05_12:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-05_18:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-06_00:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-06_06:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-06_12:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
 Time in file: 2010-08-06_18:00:00<br>
 Time on domain: 2010-08-04_06:00:27<br>
 **WARNING** Time in input file not equal to time on domain **WARNING**<br>
 **WARNING** Trying next time in file wrffdda_d01 ...<br>
           2 input_wrf: wrf_get_next_time current_date: 2010-08-06_18:00:00 Sta<br>
 tus =           -4<br>
 -------------- FATAL CALLED ---------------<br>
 FATAL CALLED FROM FILE:  &lt;stdin&gt;  LINE:     715<br>
  ... Could not find matching time in input file wrffdda_d01<br>
 -------------------------------------------<br>
<br>
Is there a way to fix this, other than selecting a timestep that ensures<br>
the fdda times are an integer multiple of the timestep? I have tried<br>
this run with<br>
WRF 3.1.1 previously and didn&#39;t have any problems with the nudging.<br>
<br>
Thanks,<br>
Will.<br>
<br>
<br>
------------------------------<br>
<br>
_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br>
<br>
End of Wrf-users Digest, Vol 73, Issue 4<br>
****************************************<br>
</blockquote></div><br><br clear="all"><br>-- <br>**************************************<br>V  Yesubabu,<br>Project Engineer,CAS-SECG,C-DAC,<br>Main Building,Pune University,<br>Ganeshkhind,Pune-411007.<br>Phone :020-25704226<br>

</div><div><a href="mailto:yesubabu2006@gmail.com">yesubabu2006@gmail.com</a></div>