Skip to content
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

remove "mean" coupling fields #738

Open
DeniseWorthen opened this issue Dec 18, 2023 · 0 comments
Open

remove "mean" coupling fields #738

DeniseWorthen opened this issue Dec 18, 2023 · 0 comments
Labels
enhancement New feature or request

Comments

@DeniseWorthen
Copy link
Collaborator

DeniseWorthen commented Dec 18, 2023

Description

Following ufs-community/ufs-weather-model#1942, the coupled configurations no longer use "mean" coupling fields, for example mean_zonal_moment_flx_atm => GFS_data(nb)%coupling%dusfc_cpl. Only "inst" fields are exported by FV3atm and used by CMEPS, for example inst_zonal_moment_flx => GFS_data(nb)%coupling%dusfci_cpl). The un-used fields should be removed in the interest of code simplification and better user understanding of the coupling.

Solution

Remove any un-needed mean %coupling%X_cpl variable.

Alternatives

Allow the code to continue to maintain un-used variables.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant