<div dir="ltr"><div>Hi Fanglin,<br><br></div> You can continue using existing CDATE definition as it is. This mod also allows you to define starting minute and second in CDATE. Here is the change log:<br><br><div>@@ -1219,12 +1219,16 @@<br>     INI_MONTH=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $2}&#39;)<br>     INI_DAY=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $3}&#39;)<br>     INI_HOUR=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $4}&#39;)<br>+    INI_MINUTE=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $5}&#39;)<br>+    INI_SECOND=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $6}&#39;)<br>   else<br>     INI_YEAR=$(echo $CDATE | cut -c1-4)<br>     echo &quot;cdate=$CDATE, ini_year=${INI_YEAR}&quot;<br>     INI_MONTH=$(echo $CDATE | cut -c5-6)<br>     INI_DAY=$(echo $CDATE | cut -c7-8)<br>     INI_HOUR=$(echo $CDATE | cut -c9-10)<br>+    INI_MINUTE=$(echo $CDATE | cut -c11-12)<br>+    INI_SECOND=$(echo $CDATE | cut -c13-14)<br>   fi<br> else<br>   if [[ $ENS_NUM -le 1 ]] ; then<br>@@ -1257,15 +1261,27 @@<br>     INI_MONTH=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $2}&#39;)<br>     INI_DAY=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $3}&#39;)<br>     INI_HOUR=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $4}&#39;)<br>+    INI_MINUTE=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $5}&#39;)<br>+    INI_SECOND=$(echo $CDATE | awk -F&quot; &quot; &#39;{print $6}&#39;)<br>   else<br>     INI_YEAR=$(echo $CDATE | cut -c1-4)<br>     echo &quot;cdate=$CDATE, ini_year=${INI_YEAR}&quot;<br>     INI_MONTH=$(echo $CDATE | cut -c5-6)<br>     INI_DAY=$(echo $CDATE | cut -c7-8)<br>     INI_HOUR=$(echo $CDATE | cut -c9-10)<br>+    INI_MINUTE=$(echo $CDATE | cut -c11-12)<br>+    INI_SECOND=$(echo $CDATE | cut -c13-14)<br>   fi<br> fi<br> <br>+# For old style CDATE without minute and second, use the same default value 0<br>+if [ -z &quot;$INI_MINUTE&quot; ]; then<br>+  INI_MINUTE=0<br>+fi<br>+if [ -z &quot;$INI_SECOND&quot; ]; then<br>+  INI_SECOND=0<br>+fi<br>+<br><br></div></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 19, 2016 at 10:47 AM, Fanglin Yang - NOAA Affiliate <span dir="ltr">&lt;<a href="mailto:fanglin.yang@noaa.gov" target="_blank">fanglin.yang@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><div> Fei and Jun,<br><br></div>Does this mean we need to update the exglobal_fcst_nems.sh (again) in our parallel system to run experiments with NEMS trunk?  Do we need to make other changes to the parallel script to define CDATE differently?<br><br></div>Fanglin<br></div><div class="gmail_extra"><div><div class="h5"><br><div class="gmail_quote">On Thu, May 19, 2016 at 10:35 AM, Fei Liu <span dir="ltr">&lt;<a href="mailto:fei.liu@gmail.com" target="_blank">fei.liu@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr">It&#39;s used by rt_gfs.sh in the compset 2009_sbys_hycom. This compset is a standalone hycom. At that level, it does not care if hycom is regional or global. But if there is a better script for 2009_sbys_hycom please let me know. Thanks.<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Thu, May 19, 2016 at 10:28 AM, Shrinivas Moorthi <span dir="ltr">&lt;<a href="mailto:shrinivas.moorthi@noaa.gov" target="_blank">shrinivas.moorthi@noaa.gov</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
  
    
  
  <div text="#000000" bgcolor="#FFFFFF">
    <div>Why is regional application using
      global gsm script?<br>
      Moorthi<div><div><br>
      On 05/19/2016 10:16 AM, Fei Liu wrote:<br>
    </div></div></div>
    <blockquote type="cite"><div><div>
      <div dir="ltr">Hi All,
        <div>   There is an upcoming commits to the NEMS trunk involving
          ticket 168:   <br>
          <h2>Enable NEMS to start with
            a start time at certain minutes and seconds. Set up regional
            hycom build and run.<br>
          </h2>
          <br>
           The script tests/exglobal_fcst_nems.sh does not translate the
          minute and<br>
           second in CDATE setting from NEMS compset files. In regional
          hurricane<br>
           applications, we need finer control when the model start time
          should<br>
           be. I have added additional capability to enable finer
          control of NEMS start<br>
           time.<br>
          <br>
           Additional changes are made in NEMSAppBuilder and
          NEMSCompsetRun. <br>
          These changes set up regional dataset for HEP20 testcase on
          theia and yellowstone.<br>
           
          <br>
          NEMSCompsetRun now builds hycom differently depending on if an
          application uses hycom<br>
           as a regional model. By default, hycom will be built with
          global settings.<br>
        </div>
        <div><br>
        </div>
        <div>Jun will announce when these changes will be merged into
          the trunk.<br>
          <br>
        </div>
        <div> Thank you,</div>
        <div><span><br>
          </span></div>
        <div><span>Fei<br>
          </span></div>
      </div>
      <br>
      <fieldset></fieldset>
      <br>
      </div></div><pre>_______________________________________________
Ncep.list.nems.announce mailing list
<a href="mailto:Ncep.list.nems.announce@lstsrv.ncep.noaa.gov" target="_blank">Ncep.list.nems.announce@lstsrv.ncep.noaa.gov</a>
<a href="https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce" target="_blank">https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce</a><span><font color="#888888">
</font></span></pre><span><font color="#888888">
    </font></span></blockquote><span><font color="#888888">
    <br>
    <br>
    <pre cols="72">-- 
Dr. Shrinivas Moorthi
Research Meteorologist
Global Climate and Weather Modeling Branch
Environmental Modeling Center / National Centers for Environmental Prediction
5830 University Research Court - (W/NP23), College Park MD 20740 USA
Tel:<a href="tel:%28301%29683-3718" value="+13016833718" target="_blank">(301)683-3718</a></pre>
  </font></span></div>

<br>_______________________________________________<br>
Ncep.list.nems.announce mailing list<br>
<a href="mailto:Ncep.list.nems.announce@lstsrv.ncep.noaa.gov" target="_blank">Ncep.list.nems.announce@lstsrv.ncep.noaa.gov</a><br>
<a href="https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce" rel="noreferrer" target="_blank">https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce</a><br>
<br></blockquote></div><br></div>
<br>_______________________________________________<br>
Ncep.list.nems.announce mailing list<br>
<a href="mailto:Ncep.list.nems.announce@lstsrv.ncep.noaa.gov" target="_blank">Ncep.list.nems.announce@lstsrv.ncep.noaa.gov</a><br>
<a href="https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce" rel="noreferrer" target="_blank">https://www.lstsrv.ncep.noaa.gov/mailman/listinfo/ncep.list.nems.announce</a><br>
<br></blockquote></div><br><br clear="all"><br>-- <br></div></div><div>Fanglin Yang, Ph.D.<br>Environmental Modeling Center<span class=""><br>National Centers for Environmental Prediction<br></span><a href="tel:301-6833722" value="+13016833722" target="_blank">301-6833722</a>; <a href="mailto:fanglin.yang@noaa.gov" target="_blank">fanglin.yang@noaa.gov</a><br><a href="http://www.emc.ncep.noaa.gov/gmb/wx24fy/fyang/" target="_blank">http://www.emc.ncep.noaa.gov/gmb/wx24fy/fyang/</a><br><a href="http://www.emc.ncep.noaa.gov/gmb/STATS_vsdb/" target="_blank">http://www.emc.ncep.noaa.gov/gmb/STATS_vsdb/</a></div>
</div>
</blockquote></div><br></div>