<div>Hi all,</div><div><br></div><div>I've inserted an passive tracer (using ptracer package) and deployed</div><div>Lagrangian particles (using flt package) simultaneously into a dynamic flow.</div><div>I wanted to sample the tracer value along each Lagrangian float but I only</div><div>found the following five lines of code in flt_traj.F:</div><div><b><br></b></div><div><div>CALL FLT_BILINEAR  (ix,jy,uu,uVel,  kp,1,bi,bj,myThid)</div><div>CALL FLT_BILINEAR  (ix,jy,vv,vVel,  kp,2,bi,bj,myThid)</div><div>CALL FLT_BILINEAR2D(ix,jy,pp,etaN,     0,bi,bj,myThid)</div><div>CALL FLT_BILINEAR  (ix,jy,tt,theta, kp,0,bi,bj,myThid)</div><div>CALL FLT_BILINEAR  (ix,jy,ss,salt,  kp,0,bi,bj,myThid)</div></div><div><br></div><div>which means the flt can only sample the basic flow states (u, v, eta, theta, and salt).</div><div><br></div><div>I wonder if there is an easy way to achieve this by modifying the code slightly as:</div><div><br></div><div>CALL FLT_BILINEAR  (ix,jy,ss, <b>pTracer(, , , , , iTracer)</b>,  kp,0,bi,bj,myThid)</div><div><br></div><div>and using the result to replace the salt which I do not care about?</div><div><br></div><div>If yes, how to modify the #include or variable declarations at the beginning of flt_traj.F?</div><div><br></div><div>Many thanks.</div><div><sign signid="0"><div style="color:#909090;font-family:Arial Narrow;font-size:12px"><br><br>------------------</div><div style="font-size:14px;font-family:Verdana;color:#000;"><div> <font size="2">Best regards <br> <br>Yu-Kun Qian (Ç®îÚÀ¤) <br>Center for Monsoon and Environment Research</font> </div> <font size="2">Department of Atmospheric Sciences<br>School of Environmental Science and Engineering<font size="2"> <br> </font>Sun Yat-sen University <br>No. 135 Xingang West Road, Haizhu District <br>Guangzhou, 510275, P.R. China <br>Tel; 020-84115227 <br>Email: <a href="mailto:qianyk@mail2.sysu.edu.cn">qianyk@mail3.sysu.edu.cn</a> </font> 
<div> <font size="2"> </font> </div></div></sign></div><div> </div><div><includetail><!--<![endif]--></includetail></div>