<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
Hi,</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
I have been attempting to run an MITgcm simulation for a river case with particle tracking. I have ran the river case before and tested out different parameters, those runs worked. However, I have been trying to implement particle tracking using the float (flt)
 package/s. This is where I have run into trouble:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
The runs continue to complete, and I can extract the same data as before (T, U, V, W), but after initializing particles and adding them to the run, the particles are nowhere to be found in the results when I attempt to read in the particle trajectories.</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<br>
</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
In my setup:</div>
<div style="font-family:Calibri,Arial,Helvetica,sans-serif; font-size:12pt; color:rgb(0,0,0)">
<ul>
<li><span>I have added FLT_OPTIONS.h, and FLT_SIZE.h to /code/, as well as adding "flt" in packages. conf in /code/<br>
</span></li><li>I have used a python script to generate float_init.bin and float_init.csv to put in my run directory (this is where I have initialized the particles)</li><li>In the run directory, I have added data.flt, turned useFLT on in data.pkg</li><li>Had/did everything else that was needed for my run before I attempted to add floats (pre-particle tracking)</li></ul>
<div>The simulations still run to completion but when I run the python script read_flt_traj.py (python script to read in particle trajectories), it indicates that the total number of particles is zero. Another note to add is that this is for a 3-dimensional
 simulation. I am just not sure where the issue is stemming from, or if I perhaps am missing something with respect to my setup or a change in paramters.</div>
<div><br>
</div>
<div>If you have any questions to clarify the issue/s I have been having or if you need any files from me, please let me know!</div>
<div><br>
</div>
<div>Regards,</div>
<div><br>
</div>
<div>Mitchel</div>
</div>
</body>
</html>