RRFS_dev1: add function to process subdomain restart file#263
Merged
Conversation
…ut(2)=10 Add gsi fix files for CONUS 25km grid
guoqing-noaa
approved these changes
Jan 6, 2022
| for ii in $list_iolayout | ||
| do | ||
| iii=`printf %4.4i $ii` | ||
| ncatted -a checksum,,d,, ${file}.${iii} |
Collaborator
There was a problem hiding this comment.
Does the ncatted command take a lot of time to complete? If so, we can make all these ncatted command run in parallel in the future.
Author
There was a problem hiding this comment.
I did not pay attention to run time from this piece of code. The whole prep task takes about 200s now.
guoqing-noaa
pushed a commit
to guoqing-noaa/regional_workflow
that referenced
this pull request
Sep 15, 2024
… feed for smoke (NOAA-GSL#263) 1) Update workflow to run blending in retros 2) Update smoke process to use operational feed RAVE data. Co-authored-by: ming hu <ming.hu@clogin07.cactus.wcoss2.ncep.noaa.gov>
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.
To speed up FV3LAM model initialization time under fms2 framework, NA 3km real-time needs to use io_layout(2)=10.
This PR is to add functions in regional workflow to handle io_layout > 1.
The scripts for prep, gsi, model, post have been updated. The surface cycle functions are also updated.
But cloud analysis for subdomain is not included in this PR.