-
Notifications
You must be signed in to change notification settings - Fork 251
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 to cellular automaton stochastic convective organization scheme #589
Update to cellular automaton stochastic convective organization scheme #589
Conversation
ed4dee8
to
44728d4
Compare
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.
Please add links/references to the associated PRs in the PR description. Thanks!
tests/rt.sh
Outdated
@@ -240,12 +240,13 @@ elif [[ $MACHINE_ID = hera.* ]]; then | |||
QUEUE=debug | |||
COMPILE_QUEUE=batch | |||
|
|||
#ACCNR=fv3-cpu | |||
ACCNR=ome |
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.
The changes to rt.sh
will need to be reverted.
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.
Yes, I will create new baselines, update rt.sh with a new date and revert these updates.
Machine: gaea |
@lisa-bengtsson I deleted your comment by mistake. Reproduced below with a response.
This should be taken care of once the new baselines for *_ca are moved to the right place. |
Ok, thanks for clarifying! |
This PR is ready for merge once the FV3 and stochastic_physics are merged in their repositories, and then the .gitmodules pointers are updated. |
@junwang-noaa @MinsukJi-NOAA .gitmodules has been reverted. |
@lisa-bengtsson, your FV3 hash should be 0a47bd1, not 453f38e. Also, stochastic_physics should be c142e67, not 2ba2421 |
@MinsukJi-NOAA Ok, I thought I only needed to update .gitmodules, should I fetch upstream to the merged FV3 and stochastic_physics directories? |
Yes |
Apologies that I don't get how this work. I tried to do "git fetch upstream", then:
nothing to commit, working tree clean Do I have to specify a number explicitly? If you could provide me the commands to point to these merged repositories I would greatly appreciate it. |
@MinsukJi-NOAA @junwang-noaa am I pointing to the right place now? |
@lisa-bengtsson , FV3 is still pointing to a different hash. Try this:
git add, commit then push |
FV3 is now correctly pointing to 0a47bd1. |
Ok, thanks, I did this, does it look correct now?
…On Mon, Jun 14, 2021 at 9:50 AM Minsuk Ji ***@***.***> wrote:
@MinsukJi-NOAA <https://github.com/MinsukJi-NOAA> @junwang-noaa
<https://github.com/junwang-noaa> am I pointing to the right place now?
@lisa-bengtsson <https://github.com/lisa-bengtsson> , FV3 is still
pointing to a different hash. Try this:
$ cd FV3
$ git checkout develop
$ cd ..
$ git diff FV3
-Subproject commit 7a57a2bc70cf6777a4eedb415d91e0bd347cc55f
+Subproject commit 0a47bd1
git add, commit then push
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub
<#589 (comment)>,
or unsubscribe
<https://github.com/notifications/unsubscribe-auth/AM7EFLC2FGRCTJT5X2DJK4LTSYQN3ANCNFSM45HYN63Q>
.
|
* Add convective cloud to radiation, Thompson MP only.
PR Checklist
Ths PR is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR. Please consult the ufs-weather-model wiki if you are unsure how to do this.
This PR has been tested using a branch which is up-to-date with the top of all sub-component repositories except for those sub-components which are the subject of this PR
An Issue describing the work contained in this PR has been created either in the subcomponent(s) or in the ufs-weather-model. The Issue should be created in the repository that is most relevant to the changes in contained in the PR. The Issue and the dependent sub-component PR
are specified below.
If new or updated input data is required by this PR, it is clearly stated in the text of the PR.
Instructions: All subsequent sections of text should be filled in as appropriate.
The information provided below allows the code managers to understand the changes relevant to this PR, whether those changes are in the ufs-weather-model repository or in a subcomponent repository. Ufs-weather-model code managers will use the information provided to add any applicable labels, assign reviewers and place it in the Commit Queue. Once the PR is in the Commit Queue, it is the PR owner's responsiblity to keep the PR up-to-date with the develop branch of ufs-weather-model.
Description
Updates include:
Test results with GFSv16 as a baseline (atmosphere only) can be found here for winter and summer: https://www.emc.ncep.noaa.gov/gmb/jhan/vsdbw/v16upcas2/ and https://www.emc.ncep.noaa.gov/gmb/jhan/vsdbw/v16upcaw2
New baselines are needed for the fv3_ca regression tests.
Issue(s) addressed
Link the issues to be closed with this PR, whether in this repository, or in another repository.
(Remember, issues must always be created before starting work on a PR branch!)
Testing
How were these changes tested? What compilers / HPCs was it tested with? Are the changes covered by regression tests? (If not, why? Do new tests need to be added?) Have regression tests and unit tests (utests) been run? On which platforms and with which compilers? (Note that unit tests can only be run on tier-1 platforms)
Dependencies
If testing this branch requires non-default branches in other repositories, list them. Those branches should have matching names (ideally).
Do PRs in upstream repositories need to be merged first?
If so add the "waiting for other repos" label and list the upstream PRs
NOAA-PSL/stochastic_physics#41
NOAA-EMC/fv3atm#305