-
Notifications
You must be signed in to change notification settings - Fork 14
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
Feature/moc #11
Feature/moc #11
Conversation
jkrasting
commented
Jun 3, 2020
- Initial commit of MOC script
- fixed leftover calls to defunct 'om4analysis'
- common functions still need to be broken out
warnings.filterwarnings("ignore", message=".*dates out of range.*") | ||
|
||
|
||
def get_z(ds, depth, var_name): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to om4common?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. Also part of #12.
return _vh | ||
|
||
|
||
def generate_basin_masks(basin_code, basin=None): |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
move to om4common ?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Definitely. Also part of #12.
@jkrasting can you pull my changes, add palettable to ci/requirements.txt, re-run black? |