You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Currently plotting scripts under ush/Python are standalone scripts run optionally by the user. I believe they should be part
of the workflow.
Solution
Create a new rocoto task plot_allvars to handle this as part of the workflow. This will avoid the need for the job submission scripts sq_job.sh and pbs_job.sh etc
plot_allvars_diff.py plots the difference between two experiments so the experiment would need to know which other experiment it needs to compare to.
Remove the ush/Python folder once the above solution is implemented
Description
Currently plotting scripts under
ush/Python
are standalone scripts run optionally by the user. I believe they should be partof the workflow.
Solution
plot_allvars
to handle this as part of the workflow. This will avoid the need for the job submission scriptssq_job.sh
andpbs_job.sh
etcplot_allvars_diff.py
plots the difference between two experiments so the experiment would need to know which other experiment it needs to compare to.ush/Python
folder once the above solution is implementedRequirements**
pygraf
environement is needed. Cartopy shapefiles are needed but seem to be available on Tier-1 platforms according to the docs: https://srw-ug.readthedocs.io/en/release-public-v2.1.0/Graphics.htmlUpdate::
pygraf
environment seem to be part ofregional_workflow
environment now with the new EPIC modulefiles so no new packages are necessary.Acceptance Criteria (Definition of Done)
The text was updated successfully, but these errors were encountered: