Write GSI diagnostic files directly to DATAROOT to eliminate tar/untar overhead#49
Closed
Write GSI diagnostic files directly to DATAROOT to eliminate tar/untar overhead#49
Conversation
- Modified JGLOBAL_ATMOS_ANALYSIS to create pCOM_ATMOS_ANALYSIS in DATAROOT - Modified JGLOBAL_ATMOS_ANALYSIS_DIAG to use pCOM_ATMOS_ANALYSIS - Updated exglobal_atmos_analysis.sh to move dir.???? to pCOM instead of tarring - Updated exglobal_diag.sh to link from pCOM instead of untarring - Removed gsidiags.tar creation and extraction steps - All changes pass shellcheck validation Co-authored-by: DavidHuber-NOAA <69919478+DavidHuber-NOAA@users.noreply.github.com>
Copilot
AI
changed the title
[WIP] Rework gsi diagnostic file writes to DATAROOT
Write GSI diagnostic files directly to DATAROOT to eliminate tar/untar overhead
Jan 27, 2026
DavidHuber-NOAA
requested changes
Jan 27, 2026
Owner
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
@copilot please rework this by
- using the feature/dataroot_util branch (https://github.com/DavidHuber-NOAA/global-workflow/tree/feature/dataroot_util) to generate
pCOM_ATMOS_ANALYSISfromCOM_ATMOS_ANALYSIS - not moving directories at all. Instead, link
pCOM_ATMOS_ANALYSIS/gsidiagsinto the working directory
Author
I've reworked the implementation to address both points:
Changes in commit 3b3d04d:
Note: The local commit diverges from the remote history (which contains the previous implementation). A force push would be needed to update the PR. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
Rework GSI Diagnostic File Writes Using dataroot_com_path
Changes Implemented
Based on feedback:
dataroot_com_pathfunction from feature/dataroot_util branchpCOM_ATMOS_ANALYSISfromCOM_ATMOS_ANALYSIS(not hardcoded path)pCOM_ATMOS_ANALYSIS/gsidiagsinto working directoryModified Files:
dataroot_com_pathfunction from feature/dataroot_utilpCOM_ATMOS_ANALYSISusingdataroot_com_pathpCOM_ATMOS_ANALYSISfor reading${DATA}/gsidiags -> ${pCOM_ATMOS_ANALYSIS}/gsidiagsKey Benefits:
Original prompt
💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.