<p><b>mpetersen@lanl.gov</b> 2011-09-15 11:39:20 -0600 (Thu, 15 Sep 2011)</p><p>Add a note to basin to prevent future errors.<br>
</p><hr noshade><pre><font color="gray">Modified: branches/ocean_projects/basin/src/basin.F
===================================================================
--- branches/ocean_projects/basin/src/basin.F        2011-09-15 14:58:23 UTC (rev 999)
+++ branches/ocean_projects/basin/src/basin.F        2011-09-15 17:39:20 UTC (rev 1000)
@@ -27,7 +27,10 @@
 implicit none
 
 integer, parameter :: nx = 50
-real, parameter :: Lx = 2.0e6
+! This needs to be changed for correct periodic boundaries
+! Lx is the TOTAL domain width, and needs to be exact for correct periodic
+! boundaries in x.
+real, parameter :: Lx = 3200.0e3  ! 40x80km=3200km
 
 ! original grid variables
 integer :: time, nCells, nEdges, nVertices

</font>
</pre>