COSIMA / cosima-recipes

A cookbook of recipes (i.e., examples) for analysing ocean and sea ice model output
https://cosima-recipes.readthedocs.io
Apache License 2.0
44 stars 65 forks source link

Development of ACCESS-ARGO #205

Open navidcy opened 1 year ago

navidcy commented 1 year ago

Developing ACCESS-ARGO, the diagnostic tool that deploys synthetic ARGO floats into the ACCESS-OM2 model.

Or, the lesser version of it, that deploys synthetic ARGO floats into the existing model output that is currently available.

from @kialstewart

cc @ Annie Foppert, @ Helen Phillips, @ChrisC28 to whom it may be of interest?

(@ChrisC28 do you know the GitHub handles of Annie and Helen, if they have?)

navidcy commented 1 year ago

This project sounds a bit more technical as it probably involves creating a python library or adding functionality in the cosima-cookbook. But we can start with a jupyter notebook that will demonstrating the basic functionality of the synthetic ARGO floats.

ChrisC28 commented 1 year ago

This would be extremely useful, but is not a trival task (particularly implementing the module within the model itself). Working with model output is probably a more do-able task - it would require modifying some Lagrangian particle tracking code to correctly take into account dive/resurface cycles, surface drift, etc...

kialstewart commented 1 year ago

Thanks Chris. The idea for this was rather than having a network of “active” passive Lagrangian floats being advected around in the model online (although this would be awesome by the way), we would just use the locations and times of the actual ARGO profile network to develop a database of synthetic hydrographic profiles. Comparing the known 4D “truth” model output with the fields that we can develop from the synthetic ARGO model output will help inform us how we can interpret the actual ARGO data. And deep ARGO.

Using existing (daily?) model output could be ok, as a first go, by taking profiles at the closest grid point and time stamp. Running it online would be great though.

Does this make sense?

Kial

On Tue, 24 Jan 2023 at 09:53, Chris Chapman @.***> wrote:

This would be extremely useful, but is not a trival task (particularly implementing the module within the model itself). Working with model output is probably a more do-able task - it would require modifying some Lagrangian particle tracking code to correctly take into account dive/resurface cycles, surface drift, etc...

— Reply to this email directly, view it on GitHub https://github.com/COSIMA/cosima-recipes/issues/205#issuecomment-1401116332, or unsubscribe https://github.com/notifications/unsubscribe-auth/ABSWJ3XKDAMZUP5BIRYYM4DWT4DX5ANCNFSM6AAAAAAUDTOYAQ . You are receiving this because you were mentioned.Message ID: @.***>

ChrisC28 commented 1 year ago

OK, understood. I'm developing this with @Thomas-Moore-Creative as part of an internal CSIRO project. We are using the profiling float data from the World Ocean Database (which includes, but is not limited to, Argo).