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

Consider moving cubed_a2d subroutine to fv_grid_utils.F90 #36

Open
spencerkclark opened this issue May 8, 2020 · 0 comments
Open

Consider moving cubed_a2d subroutine to fv_grid_utils.F90 #36

spencerkclark opened this issue May 8, 2020 · 0 comments

Comments

@spencerkclark
Copy link
Member

As part of #34, cubed_a2d from external_ic.F90, needed for restarting the model using A-grid winds, was copied into fv_io.F90 to prevent a circular dependency. It would be nice if it only needed to be defined once in the dynamical core. A logical place for it to live that would not result in a circular dependency would be fv_grid_utils.F90. This is where the cubed_to_latlon subroutine already lives, which does the reverse operation, converting cubed sphere D-grid horizontal winds to lat/lon A-grid horizontal winds.

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

No branches or pull requests

1 participant