-
Notifications
You must be signed in to change notification settings - Fork 110
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
Labels
bug
Something isn't working
Comments
GeorgeGayno-NOAA
added a commit
to GeorgeGayno-NOAA/UFS_UTILS
that referenced
this issue
Feb 14, 2022
routine to its own module. Fixes ufs-community#459.
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
fields it needs. Fixes ufs-community#459.
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
I put
write_data.F90
into a module to squash warnings (and because it's good practice) about undefined functions without theexternal
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
, andsfc_target_data
modules that can be commonly used by write_data, just like input_data.F90.The text was updated successfully, but these errors were encountered: