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

Generalizing GFS_typedefs for multiple dynamical cores #875

Open
dustinswales opened this issue Oct 9, 2024 · 0 comments
Open

Generalizing GFS_typedefs for multiple dynamical cores #875

dustinswales opened this issue Oct 9, 2024 · 0 comments
Labels
enhancement New feature or request

Comments

@dustinswales
Copy link
Contributor

Description

The GFS_typedefs data container contains data needed by the physics and for coupling to/from the FV3 dynamical core. Data needed by the physics could be shared by dynamical cores, whereas data for coupling back and forth between the physics FV3 is dycore specific. With a new dynamical core in the UFS, this distinction should be clear

Solution

Pull FV3 specific data out of GFS_typedefs and put it in it's own data container. This could illustrate to future dycore implementers where they need to interface their coupling with.

@dustinswales dustinswales added the enhancement New feature or request label Oct 9, 2024
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