Fix two bugfixes to global_cycle.sh#4327
Conversation
correct the date in the gcycle namelist.
get output from both calls to gcycle.
|
C96C48_hybatmsoilDA experiment ran on USRA. Converting from draft. |
|
Also, note that this bugfix will also avoid the secondary bug described here (liquid soil moisture incorrectly set to 1 along coast lines in layers 2-4), as described here. |
DavidHuber-NOAA
left a comment
There was a problem hiding this comment.
Looks good. Thanks for this bugfix @ClaraDraper-NOAA!
|
Launching tests on Hercules. |
|
C96C48mx500_S2SW_cyc_gfs FAILED on Hercules (pipeline ID: 6388) In directory: Error Log Files: View Error Logs: (enkfgfs_esfc.log) This failure was detected automatically by global-workflow's CI/CD Pipeline |
|
C48mx500_hybAOWCDA FAILED on Hercules (pipeline ID: 6388) In directory: Error Log Files: View Error Logs: (enkfgdas_esfc.log) This failure was detected automatically by global-workflow's CI/CD Pipeline |
|
C96C48_hybatmDA FAILED on Hercules (pipeline ID: 6388) In directory: Error Log Files: View Error Logs: (enkfgdas_esfc.log) This failure was detected automatically by global-workflow's CI/CD Pipeline |
|
@ClaraDraper-NOAA , enkfgdas_esfc fails because |
Thanks Russ. That was me being sloppy with my committing. I'm double checking it's OK now. |
|
@ClaraDraper-NOAA Let me know when this is ready for re-review and testing. |
@DavidHuber-NOAA Thanks for following-up. It's ready to re-review and testing. |
|
Launching tests on C6. |
|
C6 builds are stalling due to a new policy on compute node builds. Cancelling C6 CI and launching on Hercules. |
This comment was marked as resolved.
This comment was marked as resolved.
CatherineThomas-NOAA
left a comment
There was a problem hiding this comment.
Did not test myself, but the fixes look consistent with the identified bugs. Thanks @ClaraDraper-NOAA! Approved pending successful CI tests.
This looks like it's coming from @DavidHuber-NOAA 's aborted c6 runs? |
|
@CatherineThomas-NOAA Yes, I just killed the build jobs that were stuck in the queue. |
|
Sorry, @ClaraDraper-NOAA ^^^ |
This PR corrects the soil relaxation bug in v17 retros, resolving issue [#](#4326) In develop, this fix was included in a PR [#4327](#4327) which included an additional change to correct a long-standing error in the time input to global_cycle. The latter change has not been tested sufficiently for inclusion into v17 retros, so I've created this PR to merge in only the soil relaxation change to v17.
Description
This PR fixes two small bugs in global_cycle.sh:
In sfc_nam namelist used by sfc_sub, set time to match the restart time, rather than the analysis time.
By default in sfc_name namelist, turn off the soil moisture relxation scheme.
resolves #4326
resolves #4325
Type of change
Change characteristics
Is this change expected to change outputs (e.g. value changes to existing outputs, new files stored in COM, files removed from COM, filename changes, additions/subtractions to archives)? YES/NO (If YES, please indicate to which system(s))
Will change values in sfcanl_data
Is this a breaking change (a change in existing functionality)? YES/NO
NO
Does this change require a documentation update? YES/NO
NO
Does this change require an update to any of the following submodules? YES/NO (If YES, please add a link to any PRs that are pending.)
NO
How has this been tested?
Checklist