-
Notifications
You must be signed in to change notification settings - Fork 164
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
Rename Fortran variables and CCPP standard names / long names of surface composites from ocean to water #271
Rename Fortran variables and CCPP standard names / long names of surface composites from ocean to water #271
Conversation
…ove_zorl_interstitial
…ove_zorl_interstitial
…ove_zorl_interstitial
…ace composites from ocean to water
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.
I approve it. Thanks for cleaning up this portion, -Shan
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.
I approve it. Thanks for the cleaning up, -Shan
…ji/fv3atm into rename_surface_composites_ocean_water
…2 threading (#279) * changed .gitmodules to point to merra2 ccpp/physics * remove GFDL_atmos_cubed_sphere and ccpp-framework from .git module * remove IPD gfsphysics * Update .gitmodules and submodule pointer for ccpp-physics for code review and testing * Remove interstitial zorl composites * Update .gitmodules and submodule pointer fpor ccpp-physics for code review and testing * Remove or replace references to IPD in comments in atmos_model.F90 * Initialize Sfcprop%zorlx to clear_val instead of huge * Update submodule pointer for ccpp-physics * Rename Fortran variables and CCPP standard names / long names of surface composites from ocean to water * Rename Sfcprop%zorlw to Sfcprop%zorlwav * Rename Sfcprop%zorlo to Sfcprop%zorlw * update submodule pointer for ccpp-physics * Revert change to .gitmodules and update submodule pointer for ccpp-physics Co-authored-by: anning.cheng <[email protected]>
Merged as part of #279, doesn't get flagged as merged automatically because we are doing squashed merges in fv3atm. |
Description
This PR renames Fortran variables and CCPP standard names / long names of surface composites from "ocean" to "water", since these also contain lake points. For consistency, rename
Sfcprop%zorlo
toSfcprop%zorlw
.Note that this PR contains all the changes in #261. #261 can be merged independently before this PR, or as part of this PR. Note also that #261 renames the previously existing
Sfcprop%zorlw
toSfcprop%zorlwav
so that the change presented here can be made. Doing this renaming in two steps ensures that there is no mixup of variables being used.Issue(s) addressed
Fixes NCAR/ccpp-physics#455.
Testing
For regression testing, see ufs-community/ufs-weather-model#508
Dependencies
NCAR/ccpp-physics#609
#271
ufs-community/ufs-weather-model#508