-
Notifications
You must be signed in to change notification settings - Fork 34
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!) #191
[production/RRFS.v1] Fix improperly assigned fire emissions for ebb_dcycle==1 for retrospectives (NOT operational!) #191
Conversation
…ctives (NOT operational!)
Hi, to make sure I understand the PR process correctly.
Also, I am in the process of running the regressson tests. |
@jordanschnell If this PR is supposed to go into the RRFS release branch code, then, yes, production/RRFS.v1 should have been the starting point. There are similar production/RRFS.v1 branches for fv3atm and ufs-weather-model, so, yes, repeat the same process. Start from the production/RRFS.v1 branches, add any changes (which may just be submodule hash updates and .gitmodules updates), commit, push, and open PRs into those repos. Let me know if you have any other specific questions. IIRC, the regression tests for the RRFS release branch are a subset of all RTs, so that should make it easier/quicker to test. If answers are expected to change (which, given your changes, they should), hopefully there have been discussions with the RRFS release folks that this is OK with them. |
Thanks @grantfirl, to be clear, this will NOT change answers in the operational configuration which uses a different namelist option (ebb_dcycle == 2), here the change only impacts ebb_dcycle==1. And I apologize but I'm not quite clear on the submodule has and .gitmodule update procedure. Is that just something along the lines of: cd ufs-weather-model cd FV3 What files are modified? |
Do you know if any of the regression tests use For the upstream repo PRs, it goes something like this:
Repeat for ufs-weather-model. So, the only files that should be modified (assuming that there are no other changes to the repos) are the .gitmodules file and the submodule hash (ccpp-physics for the FV3 PR and FV3 for the ufs-weather-model PR). |
Thank you so much, @grantfirl ! |
Looks like I was successful for fv3atm, NOAA-EMC/fv3atm#812 |
Tests are done at ufs-community/ufs-weather-model#2214. This PR can be merged. @grantfirl @Qingfu-Liu @dustinswales can you merge? |
For ebb_dcycle==1 (retrospective fire emissions), the 3-d emissions were incorrectly assgined assigned at all levels using the surface data.
This address Issue #188