<p><b>dwj07@fsu.edu</b> 2012-03-14 10:51:46 -0600 (Wed, 14 Mar 2012)</p><p><br>
        -- BRANCH COMMIT --<br>
<br>
        Adding reference for deriv_two computation.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/monotonic_advection/src/core_ocean/mpas_ocn_advection.F
===================================================================
--- branches/ocean_projects/monotonic_advection/src/core_ocean/mpas_ocn_advection.F        2012-03-14 15:34:36 UTC (rev 1636)
+++ branches/ocean_projects/monotonic_advection/src/core_ocean/mpas_ocn_advection.F        2012-03-14 16:51:46 UTC (rev 1637)
@@ -16,6 +16,11 @@
 ! this is performed during setup for model integration.
 ! WCS, 31 August 2009
 !
+! Described in:
+! Skamarock, W. C., &amp; Gassmann, A. (2011). 
+! Conservative Transport Schemes for Spherical Geodesic Grids: High-Order Flux Operators for ODE-Based Time Integration. 
+! Monthly Weather Review, 139(9), 2962-2975. doi:10.1175/MWR-D-10-05056.1
+!
       implicit none
 
       type (mesh_type), intent(in) :: grid

</font>
</pre>