Stream: MOM6-dev

Topic: plotting gallery?


view this post on Zulip Kate Hedstrom (Aug 06 2020 at 18:48):

Is there a gallery of MOM6-related plots? Anyone done transport across a strait?

view this post on Zulip Deepak Cherian (Aug 06 2020 at 18:56):

@Gustavo M Marques & @Alper Altuntas are the experts but I remember seeing this file: https://github.com/NCAR/mom6-tools/blob/master/mom6_tools/section_transports.py

view this post on Zulip Gustavo M Marques (Aug 06 2020 at 20:36):

@Kate Hedstrom
Here are some examples:
https://mom6-tools.readthedocs.io/en/latest/examples.html

For transports across straights, we specify the sections and the variables we want (umo, vmo, etc) directly in the diag_table. We then just post-process these netCDF files, e.g.:
https://mom6-tools.readthedocs.io/en/latest/examples/section_transports.html

view this post on Zulip Deepak Cherian (Aug 06 2020 at 21:02):

this website is great!

view this post on Zulip Kate Hedstrom (Aug 07 2020 at 17:53):

Thank you so much! Good stuff.

view this post on Zulip Kate Hedstrom (Aug 07 2020 at 17:59):

Is there an example of setting up the diag_table to get transports?

view this post on Zulip Gustavo M Marques (Aug 07 2020 at 18:42):

I followed the diag_table for GFDL's OM4_05 setup. For non rectangular grids (e.g., tipolar ) the lat/lon values are taken from the "nominal" grid values recorded in the ocean_geometry.nc file generated by MOM6.

view this post on Zulip Kate Hedstrom (Aug 07 2020 at 18:48):

Cool, thanks. I've only ever asked for the whole grid before.

view this post on Zulip Kate Hedstrom (Aug 07 2020 at 19:00):

Does the model interpolate to lat-lon sections or do you pick them along lines of constant i or j?

view this post on Zulip Gustavo M Marques (Aug 07 2020 at 19:33):

Constant i or j, that's one limitation of this approach.

view this post on Zulip Kate Hedstrom (Aug 25 2020 at 18:06):

Did this link break somehow? I can't find it any more.

view this post on Zulip Kate Hedstrom (Aug 25 2020 at 18:08):

https://mom6-tools.readthedocs.io/en/latest/examples/section_transports.html

view this post on Zulip Gustavo M Marques (Aug 25 2020 at 20:34):

Yes, it did. I was trying to fix an issue with the readthedocs and ended up breaking it. Sorry! I will add back the examples right now.

view this post on Zulip Gustavo M Marques (Aug 25 2020 at 21:42):

@Kate Hedstrom , it should be working now.

view this post on Zulip Kate Hedstrom (Aug 25 2020 at 21:51):

Great, thanks!


Last updated: May 16 2025 at 17:14 UTC