-
Notifications
You must be signed in to change notification settings - Fork 64
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Update master from gsd/develop 2020/11/20 #338
Merged
climbfuji
merged 14 commits into
NCAR:master
from
climbfuji:update_master_from_gsd_develop_20201120
Nov 24, 2020
Merged
Update master from gsd/develop 2020/11/20 #338
climbfuji
merged 14 commits into
NCAR:master
from
climbfuji:update_master_from_gsd_develop_20201120
Nov 24, 2020
Conversation
This file contains 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
…elop_20200630 Update master from gsd/develop 2020/06/30
…_master_20200707 Update gsd/develop from NCAR master 2020/07/07
…_master Update gsd/develop from NCAR master
…update_gsd_develop_from_master_20200903
…i/ccpp-framework into update_gsd_develop_from_master_20200903
…er_20200903 Update gsd/develop from master 2020/10/01
…finalize routines
…without horizontal dimension not supported at this time
…in_init_and_finalize Support "unblocked" variables in init and finalize
…ter_20201118 Update gsd/develop from master 2020/11/18
This was referenced Nov 23, 2020
climbfuji
requested review from
gold2718,
grantfirl and
llpcarson
as code owners
November 23, 2020 16:08
climbfuji
changed the title
DRAFT - Update master from gsd/develop 2020/11/20
Update master from gsd/develop 2020/11/20
Nov 23, 2020
gold2718
approved these changes
Nov 23, 2020
JulieSchramm
approved these changes
Nov 23, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good.
grantfirl
approved these changes
Nov 23, 2020
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks OK to me.
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.
This PR updates
ccpp_prebuild.py
to handle array variables that are independent of the blocking structure in the_init
and_finalize
calls. This is required to perform the physics initialization properly.The restrictions are that such variables that do not contain a horizontal dimension cannot depend on the block number - this makes sense, because it would be a waste of memory.
The test and use case for this block of code is the RUC LSM initialization, which has been verified to work correctly in the gsd/develop branch for several months now.
For regression testing, see ufs-community/ufs-weather-model#297
Associated PRs:
#338
NCAR/ccpp-physics#521
NOAA-EMC/fv3atm#202
ufs-community/ufs-weather-model#297