-
Notifications
You must be signed in to change notification settings - Fork 371
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
Changes the default setting for rof_heat
#6253
Conversation
The heat model in MOSART is not supported by default. Thus, the default value of `rof_heat` is set to `.false.`. [NML]
|
This is also BFB right? Since it was turned off in MOSART. |
I'm testing this pr on next |
edit: going through the diffs as well |
Did you update submodules? This is a coupler flag and should have no impact outside of it. |
@rljacob I believe I did. |
@rljacob Same error message for that test. I removed some submodules and rechecked them out to ensure a clean working tree and same error message. Also, There are many diffs due to missing field lists.
List of tests with DIFFs ( i didn't check them all to see if they're the same yet)
|
Oh yes this will remove fields and so will show a diff for that reason. But there should be no RMS diffs. |
I updated the previous comment with the baseline comparison lines. Only two actual DIFFs are due to the fix budget PR. The FAIL for |
update: the test fail in ERS_D.ne4pg2_oQU480.I20TRELM.chrysalis_intel.elm-disableDynpftCheck is from the pelayout which the Jenkins testing avoids. So there are only removed-field diffs from this PR. |
@rljacob You want this merged to next today? Edit: sorry, just saw the email |
The heat model in MOSART is not supported by default. Thus, the default value of rof_heat is set to .false.. [NML] [BFB] but removes fields from coupler history.
Merged to next |
Looking at the DIFFs, pretty much all look as expected. Here's a list of tests that may be unexpected / due to previous days PRs:
|
Both of those diffs were already there so please bless everything. |
Merged to master and I submitted bless requests except for gcp12. Requested the NML diffs for anvil prod (all run time fails currently). Waiting on mappy_next_gnu, and the tests that failed on pm-cpu |
The heat model in MOSART is not supported by default. Thus, the
default value of
rof_heat
is set to.false.
.[NML]
[BFB] but removes fields from coupler history.