<div dir="ltr">All,<div><br></div><div>Anyone cloning and building a fresh copy of the global-workflow repository is likely experiencing a checkout error for the NEMS repository under the NEMSfv3gfs app (sorc/fv3gfs.fd/NEMS folder). The various repositories are ok but the checkout commands in checkout.sh need a fix now that the NEMS repo is on GitHub. The &quot;--recursive&quot; flag in the NEMSfv3gfs clone command should not be there and needs to get removed. The &quot;--recursive&quot; flag in the git submodule update command is necessary and correct.</div><div><br></div><div> 10     git clone <b><font color="#ff0000">--recursive</font></b> gerrit:NEMSfv3gfs fv3gfs.fd &gt;&gt; ${topdir}/checkout-fv3gfs.log 2&gt;&amp;1<br> 11     cd fv3gfs.fd<br> 12     git checkout nemsfv3gfs_beta_v1.0.18<br> 13     git submodule update --init <b><font color="#38761d">--recursive</font></b><br><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div><div dir="ltr"><font color="#000000"><br></font></div><div><font color="#000000">Line 10 should be:</font></div><div><font color="#000000"><br></font></div><div>10     git clone gerrit:NEMSfv3gfs fv3gfs.fd &gt;&gt; ${topdir}/checkout-fv3gfs.log 2&gt;&amp;1  <font color="#000000"><br></font></div><div dir="ltr"><font color="#000000"><br></font></div><div><font color="#000000">Anyone cloning the global-workflow is advised to make the small fix themselves in sorc/checkout.sh while I work on committing a hotfix to the needed branches/tags and on-disk copies. Stay tuned for announcements about that. Clones already checked out and built are fine, this is just for new clones.</font></div><div><font color="#000000"><br></font></div><div><font color="#000000">Thank you to Ratko Vasic for his quick help in finding the cause of the error!</font></div><div dir="ltr"><font color="#000000"><br></font></div><div dir="ltr"><font color="#000000">Kate Friedman<br>NOAA/NWS/NCEP/EMC Engineering and Implementation Branch</font><br></div></div></div></div></div></div></div></div></div>