-
Notifications
You must be signed in to change notification settings - Fork 151
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
Redundant surface variable cleanup #717
Conversation
…d/ice_interstitial
…ace_skin_temperature_over_land_interstitial
…10813 Update redund_mzhang to main 2021/08/13
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.
@mzhangw your PR is reverting Xia's recent changes. It seems that you pulled in her PR and then copied over your code. See, for example, GFS_MP_generic
or gfdl_cloud_microphys
or m_micro
. You need to fix all of these, only your code changes should show up in the diff.
ok.
… On Aug 13, 2021, at 9:46 AM, Dom Heinzeller ***@***.***> wrote:
@climbfuji requested changes on this pull request.
@mzhangw <https://github.com/mzhangw> your PR is Xia's recent changes. It seems that you pulled in her PR and then copied over your code. See, for example, GFS_MP_generic or gfdl_cloud_microphys or m_micro. You need to fix all of these, only your code changes should show up in the diff.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#717 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AG7TW2TP3ROR4JBWDPT6L7DT4U47DANCNFSM5BUYKW2Q>.
|
done
… On Aug 13, 2021, at 9:46 AM, Dom Heinzeller ***@***.***> wrote:
@climbfuji requested changes on this pull request.
@mzhangw <https://github.com/mzhangw> your PR is Xia's recent changes. It seems that you pulled in her PR and then copied over your code. See, for example, GFS_MP_generic or gfdl_cloud_microphys or m_micro. You need to fix all of these, only your code changes should show up in the diff.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub <#717 (review)>, or unsubscribe <https://github.com/notifications/unsubscribe-auth/AG7TW2TP3ROR4JBWDPT6L7DT4U47DANCNFSM5BUYKW2Q>.
|
…tial_save to surface_skin_temperature_over_land_save in physics/sfc_noah_wrfv4_interstitial.meta
redund_mzhang update Dom 2021/08/16
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.
Code changes look good, regression tests passed on gaea.intel and hera.intel so far.
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.
Thanks for reducing the interstitial variables.
It includes all redundant variables I found by far, although I believe that there are more that could be done in the future. |
@mzhangw can you please check the list of variables again, I think the PR actually cleans up fewer than those listed here. Thanks!
This PR cleans up the following surface variables:
surface_upwelling_longwave_flux_over_water_interstitial
surface_upwelling_longwave_flux_over_land_interstitial
surface_upwelling_longwave_flux_over_ice_interstitial
sea_ice_temperature_interstitial
surface_skin_temperature_over_water_interstitial
surface_skin_temperature_over_ice_interstitial
surface_longwave_emissivity_over_water_interstitial
surface_skin_temperature_over_land_interstitial
kinematic_surface_upward_sensible_heat_flux_over
The original fv3atm PR is: NOAA-EMC/fv3atm#366
It passed all RTs.
Associated PRs:
#717
NOAA-EMC/fv3atm#368
ufs-community/ufs-weather-model#747
For regression testing, see ufs-community/ufs-weather-model#747.