Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

WIP: Adds Arctic transects task to compare against ASTE reanalysis #897

Open
wants to merge 1 commit into
base: develop
Choose a base branch
from

Conversation

milenaveneziani
Copy link
Collaborator

This is to plot vertical cross-sections of T, S, and cross-section velocities for Arctic transects, and compare them with Arctic Subpolar gyre sTate Estimate (ASTE) reanalysis data (https://agupubs.onlinelibrary.wiley.com/doi/full/10.1029/2020MS002398).

@milenaveneziani
Copy link
Collaborator Author

pinging @katsmith133 directly, since I cannot currently add her as reviewer.

@milenaveneziani milenaveneziani changed the title Adds Arctic transects task to compare against ASTE reanalysis WIP: Adds Arctic transects task to compare against ASTE reanalysis Sep 22, 2022
tags = ['climatology', 'transect', 'aste', 'publicObs', 'arctic']

# call the constructor from the base class (AnalysisTask)
super(SoseTransects, self).__init__(

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Should this be AsteTransects?

Suggested change
super(SoseTransects, self).__init__(
super(AsteTransects, self).__init__(

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yes, there are many places where I haven't completed my changes, mostly because I want to wait for when the ASTE processed data is ready and the important changes to the script can be put in.

@xylar xylar added this to In progress in v1.8.0 via automation Oct 13, 2022
@xylar xylar removed this from In progress in v1.8.0 Nov 24, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants