-
Notifications
You must be signed in to change notification settings - Fork 21
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
AQM Needs to build in UFS debug mode #10
Comments
Files that need work right now: Lots of this: |
More information: With a large number of warnings resulting from the .inc file not having explicit types for its COMMON variables, the compile in debug mode fails. The proper way to handle common blocks today is through modules. rewriting irspia.inc as a module file will take a bit of time. The following files have include statements for irspia.inc that will need to be updated if we re-write with modules:
|
Resolves issue NOAA-EMC#10.
PR which addresses this issue has been merged. Closing. |
Build UFSWM using: CMAKE_FLAGS="-DAPP=ATMAQ -DCCPP_SUITES=FV3_GFS_v15p2 -DDEBUG=ON" ./build.sh
Get warnings resolved where build fails for AQM repo files.
The text was updated successfully, but these errors were encountered: