-
Notifications
You must be signed in to change notification settings - Fork 157
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
[production/RRFS.v1] Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospectives (NOT operational!) #812
[production/RRFS.v1] Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospectives (NOT operational!) #812
Conversation
…ctives (NOT operational!)
@jordanschnell Please pull in the latest production/RRFS.v1 code for testing. |
Merge branch 'production/RRFS.v1' into ebb_dcycle_fix
@jordanschnell Please revert the changes to .gitmodules and |
HI @grantfirl , Want to be clear on this process - For revert the changes to .gitmodules, should I make the change to what it was before, add, and recommit? Or should I be using some form of For adding the latest ccpp/physics commit, is this similar to before, i.e., ("ufs-fork" is ufs-community remote, "jordan" is my fork)
|
All we're wanting to do is get the .gitmodules file back to its original state and point to the latest commit of ccpp/physics. So, I would do it like this:
|
Done! Thank you so much for the detailed explanation - will make future commits so much easier. Now, once this is merged, the same thing for ufs-weather-model (i.e, updating FV3 to latest commit and reverting .gitmodules)? |
@jordanschnell Looks good. @MatthewPyle-NOAA @jkbk2004 This should be ready to review/approve/merge. |
Yep |
@MatthewPyle-NOAA Can you merge this pr? |
…cycle==1 for retrospectives (NOT operational!) (NOAA-EMC#812) * Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospectives (NOT operational!) * Move ebu_smoke outside of extended_sd_diag IF block in diagnostics * Update ccpp/physics to relevant commmit, revert .gitmodules back to original state
Description
For ebb_dcycle==1 (retrospective fire emissions), the 3-d emissions were incorrectly assgined assigned at all levels using the surface data.
Issue(s) addressed
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 the ufs-weather-model regression test been run? On what platform?
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