-
Notifications
You must be signed in to change notification settings - Fork 31
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
Enable the manual operation of the marine verification tool #1373
base: develop
Are you sure you want to change the base?
Conversation
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.
Looks good.
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.
Thanks @apchoiCMD .
Let's move the new scripts out of scripts/
, maybe put them inside of utils/soca/fig_gallery
?
Agree! |
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.
looks good and useful
try: | ||
ax.coastlines() # TODO: make this work on hpc | ||
except Exception as e: | ||
print(f"Warning: could not add coastlines. {e}") |
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.
nice
dea796d
This PR enables the Marine Verification Tool to run outside of the g-w CI workflow by submitting an
sbatch
job manually on HeraIncludes,
Moveexgdas_global_marine_analysis_vrfy.py
toscripts/old
directoryMost up-to-date plots can be found at
The wall time is as follows:
Additional plotting work will be added by consolidating vrfy task as follows:
Close #1314 , Close #1345 , Close #1349