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

chgres_cube circular dependency in write_data and atmosphere.F90/surface.F90 #459

Closed
kgerheiser opened this issue Apr 26, 2021 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@kgerheiser
Copy link
Contributor

I put write_data.F90 into a module to squash warnings (and because it's good practice) about undefined functions without the external attribute, and found a circular dependency.

Surface/Atmosphere call write_data routines, and write_data use target grid fields from them.

I propose to move the target fields into sfc_target_data, and sfc_target_data modules that can be commonly used by write_data, just like input_data.F90.

@kgerheiser kgerheiser added the bug Something isn't working label Apr 26, 2021
@GeorgeGayno-NOAA GeorgeGayno-NOAA self-assigned this Feb 14, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 14, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 14, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 14, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
Convert write_data.F90 to a Fortran module.

Fixes ufs-community#459
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 15, 2022
Add doxygen where needed. Do some general clean up.

Fixes ufs-community#459.
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Feb 18, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Mar 23, 2022
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue Mar 23, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants