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

Bug in make_solo_mosaic #823

Closed
GeorgeGayno-NOAA opened this issue May 10, 2023 · 1 comment · Fixed by #824
Closed

Bug in make_solo_mosaic #823

GeorgeGayno-NOAA opened this issue May 10, 2023 · 1 comment · Fixed by #824
Assignees
Labels
bug Something isn't working

Comments

@GeorgeGayno-NOAA
Copy link
Collaborator

A recent change (#752) to ./sorc/fre-nctools.fd/tools/make_solo_mosaic/make_solo_mosaic.c at line 84 is causing a problem for some users:

char mosaic_name[STRING] = "solo_mosaic"

to:

char mosaic_name[128] = "solo_mosaic"

Changing it back to STRING or to '256' fixes the problem.

@GeorgeGayno-NOAA GeorgeGayno-NOAA added the bug Something isn't working label May 10, 2023
@GeorgeGayno-NOAA GeorgeGayno-NOAA self-assigned this May 10, 2023
GeorgeGayno-NOAA added a commit to GeorgeGayno-NOAA/UFS_UTILS that referenced this issue May 10, 2023
@GeorgeGayno-NOAA
Copy link
Collaborator Author

Tagging @MichaelLueken

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

Successfully merging a pull request may close this issue.

1 participant