kthyng / tracpy

Fortran core of Tracmass + Python wrapping around the outside.
MIT License
28 stars 19 forks source link

Drifter deployment times & temp-salt #10

Closed dcherian closed 3 years ago

dcherian commented 9 years ago

Hey,

Are you planning to add back the ability to have drifters deployed at different times? What about saving temperature, salinity and density along the float track?

I can help with these but I'll need some guidance on where to start and how to go about it.

Deepak

kthyng commented 9 years ago

I'm planning to get to your recent comments in the next few days — I've just been traveling but I'm back now! I'll be in touch.

On Tue, Oct 28, 2014 at 8:56 AM, Deepak Cherian notifications@github.com wrote:

Hey,

Are you planning to add back the ability to have drifters deployed at different times? What about saving temperature, salinity and density along the float track?

I can help with these but I'll need some guidance on where to start and how to go about it.

Deepak

— Reply to this email directly or view it on GitHub https://github.com/kthyng/tracpy/issues/10.

Kristen M. Thyng Postdoctoral Research Associate Department of Oceanography Texas A&M University http://kristenthyng.com

kthyng commented 9 years ago

I started trying to enable having drifters at different input times, but I don't think I got very far on it.. unless I am forgetting? So far, I still have different simulations for any different start time.

As for finding field values along the track, I do that in post-processing. Basic functionality for that is in tracpy/calcs.py in Var(). Let me know if you can't get it to work.

On Tue, Oct 28, 2014 at 5:14 PM, Kristen Thyng kthyng@gmail.com wrote:

I'm planning to get to your recent comments in the next few days — I've just been traveling but I'm back now! I'll be in touch.

On Tue, Oct 28, 2014 at 8:56 AM, Deepak Cherian notifications@github.com wrote:

Hey,

Are you planning to add back the ability to have drifters deployed at different times? What about saving temperature, salinity and density along the float track?

I can help with these but I'll need some guidance on where to start and how to go about it.

Deepak

— Reply to this email directly or view it on GitHub https://github.com/kthyng/tracpy/issues/10.

Kristen M. Thyng Postdoctoral Research Associate Department of Oceanography Texas A&M University http://kristenthyng.com

Kristen M. Thyng Postdoctoral Research Associate Department of Oceanography Texas A&M University http://kristenthyng.com

dcherian commented 9 years ago

Oh I hadn't seen the calcs thing. I'll take a look.

Thanks!