Skip to content

Conversation

@NickSzapiro-NOAA
Copy link

Description of Changes:

In compiling ufs-weather-model cpld_debug_gfsv17 regression test, there are many warnings in ccpp-physics for warning #5194: Source line truncated. These are all "cosmetic" in the sense that the lines are too long in the comments. Following #319 , the preferred long-term solution is to properly wrap the comments.

These are fixed here by:
find . -name "*.f" -exec sed -i '/^.\{73\}/ s/^\( [^ ].*[^ ]\) *\( !.*\)$/\2\n\1/' {} +

Tests Conducted:

Tests are bit-for-bit
TODO: "See ufs-community/ufs-weather-model#<pr_number>"

Dependencies:

TODO:

  • ufs-community/ufs-weather-model/#<pr_number>

Documentation:

N/A

Issue (optional):

#319

Contributors (optional):

If others have contributed to this work aside from the PR author, list them here

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

Successfully merging this pull request may close these issues.

4 participants