<div dir="ltr"><div><div><div><div><div>Hi all,<br><br></div>Houjun noticed an issue with the latest trunk when running WAM with IAU. After some digging, I&#39;ve determined the issue lies in NEMS/src/atmos/gsm/dyn/wrtout_dynamics.f. A typo, line 436:<br><br>call twrites_hst(filename,ioproc,fh<wbr>our,jdate_iau,<br>should be<br>call twrites_hst(filename,ioproc,fh<wbr>our_iau,jdate_iau,<br><br></div>The output forecast files were having their initialization date changed, but not their forecast hour, and so the prep step was failing for the next timestep when the expected date was off by six hours.<br><br></div>I&#39;ve built a version with this change and Houjun and I have tested that it cycles normally again. I would commit this change myself, but I&#39;m not sure I have subversion write access to WAM-IPE branches yet:<br><br>[Adam.Kubaryk@tfe03 dyn]$ svn commit wrtout_dynamics.f -m &quot;fixed fhour_iau typo&quot;<br>Sending        wrtout_dynamics.f<br>svn: E195023: Commit failed (details follow):<br>svn: E195023: Changing file &#39;/scratch3/NCEPDEV/swpc/save/<wbr>Adam.Kubaryk/nems/iaufix/NEMS/<wbr>src/atmos/gsm/dyn/wrtout_<wbr>dynamics.f&#39; is forbidden by the server<br>svn: E175013: Access to &#39;/projects/!svn/ver/94274/gsm/<wbr>branches/WAM-IPE/quasitrunk/<wbr>dyn/wrtout_dynamics.f&#39; forbidden<br><br></div><div>May just be doing it wrong, though.<br></div><div><br></div>Best,<br></div>Adam<br></div>