add a 'JEIN' choice for the DO_NONVAR_CLDANAL variable#270
Closed
guoqing-noaa wants to merge 1 commit into
Closed
Conversation
JEIN: run cloud analysis, but keep changes local and do NOT affect forecasts
"JEIN" is a German word (portmanteau), meaning "yes(ja) and no(nein)"
|
@guoqing-noaa I do think if someone wants to debug the cloud analysis by turning off the impact to the initial fields, they should do it manually as they should know much more details on the cloud analysis than using the option to make the debug happen. We will have many similar tricks to temporarily change the system for tuning. I think it is better to leave those trick out of the repository. |
guoqing-noaa
pushed a commit
to guoqing-noaa/regional_workflow
that referenced
this pull request
Sep 15, 2024
Adds mention of the --nogtg option in the simple README instructions.
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.
Currently the
DO_NONVAR_CLDANALvariable has two choice:FALSEorTRUE.However, we have had those situations when we want to run all cloud analysis procedures except the final step to write analysis results back to the FV3 background files. This way we can do some kind of cloud analysis "dry" runs to test various code parts without affecting RRFS forecasts.
This PR is to add a "
JEIN" choice for such situations. "JEIN" is a German word, a portmanteau of "yes (ja) and no (nein)". It means something roughly like “yes in some respects but no in others”.Although one can manually modify
exregional_nonvarcldanl.shto achieve the similar functionality, the change history is not committed and will be lost. Sometimes this "JEIN" situation may last a few weeks/months for real-time RRFS runs and it will be good to track all these changes in the repo history.