<p><b>dwj07@fsu.edu</b> 2012-04-06 16:04:49 -0600 (Fri, 06 Apr 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding FILE_OFFSET to generated makefile.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh
===================================================================
--- branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2012-04-06 21:43:21 UTC (rev 1756)
+++ branches/ocean_projects/ocean_test_cases_staging/ocean/oceanTestCases.sh        2012-04-06 22:04:49 UTC (rev 1757)
@@ -13,6 +13,7 @@
 # REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas --username user --password pass&quot;
 
 REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/trunk/mpas&quot;
+#REPOSITORY_ADDRESS=&quot;https://svn-mpas-model.cgd.ucar.edu/branches/ocean_projects/monotonic_advection@1670&quot;
 COMPILE_SET=&quot;gfortran&quot;
 MACHINE_NAME=&quot;lobo&quot;
 MACHINE_PPN=&quot;16&quot;
@@ -66,6 +67,9 @@
                  | sed &quot;s/CC_SERIAL/SCC/g&quot; | sed &quot;s/_OPT//g&quot; | grep &quot;SERIAL&quot; -v \
                  | grep &quot;DEBUG&quot; -v | grep &quot;USE_PAPI&quot; -v | tail -n +2`
 
+
+        OFFSET=`grep &quot;FILE_OFFSET = &quot; mpas/Makefile`
+
         ## Create the run_info file, which will be used later to identify what
         ## revision the run was performed from
         echo &quot;Compile flags:&quot; &gt;&gt; .run_info
@@ -78,7 +82,8 @@
         echo &quot;$MACHINE_NAME&quot; &gt;&gt; .run_info
 
         ## Create a header of a Makefile for use in compiling subcode with the same compiler.
-        echo &quot;${COMPILE_SET}:&quot; &gt; .Makefile.front
+        echo &quot;${OFFSET}&quot; &gt; .Makefile.front
+        echo &quot;${COMPILE_SET}:&quot; &gt;&gt; .Makefile.front
         echo -e &quot;\t$MAKE_OPTS&quot; &gt;&gt; .Makefile.front
 
         cp mpas/namelist.input.ocean .mpas_namelist.input

</font>
</pre>