Fix and close #540 Update storage paths and module usage in Gadi subm… #547
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This pull request updates the PBS job script example in the
Submitting_analysis_jobs_to_gadi.ipynb
tutorial to reflect changes in storage and module paths. The main changes ensure that users reference the correct storage projects and module directories.Resource and environment updates:
#PBS -l storage
flag to usegdata/xp65
instead ofgdata/hh5
, ensuring the script references the correct storage projects.module use
path from/g/data3/hh5/public/modules
to/g/data3/xp65/public/modules
to match the updated storage project.inSubmitting analysis job...
notebook.climtas
close UpdateSubmitting analysis jobs to gadi
notebook forxp65
analysis env #540