<?
$pre   = '../';
include $pre . "common.php";
$title = 'LTRANS Model Release';
// Since register_globals is on, the $_GET variables override anything
// I set in my scripts so I have this $imenu for initial menu then it
// can be reset by the $_GET['menu'] variable.
$imenu = 'top_stories';
$logo  = true;
include HEAD;
?>
<center>
<img src="media/LTRANS.gif" />

<h2>LTRANS Model Release</h2></center>
<p>A new product that is the result of work by U.S. GLOBEC scientists was
released recently by Elizabeth North of the University of Maryland Center
for Environmental Studies. North, who serves on the U.S. GLOBEC Science
Committee for Synthesis (SCS), has released the Larval TRANSport Lagrangian
model (LTRANS) as open source code with a detailed User's Guide.</p>

<p>The LTRANS is a 3D off-line particle-tracking model that runs with 
the stored simulations of the Regional Ocean Modeling System (ROMS).
North and her colleague Zachary Schlag developed the model but credit
many of the U.S. GLOBEC investigators for the inspiration for this product.</p>

More information, LTRANS code, and associated tools can be found at:<br><br>
<a target="_blank" href="http://northweb.hpl.umces.edu/LTRANS.htm">http://northweb.hpl.umces.edu/LTRANS.htm</a>.

<?
include FOOT;
?>
