-
Notifications
You must be signed in to change notification settings - Fork 118
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
Address compiler warnings for FV3 raised in an issue #324
Conversation
…nt from set_regional_BCs in fv_regional_bc.F90
Please remove |
@DusanJovic-NOAA - compiler flag update completed and typo fixed in test_cases.F90 |
I see the commit to solve the same issue in AQM production branch: NOAA-EMC@d334488 |
ufs-weather-model regression test passed, see ufs-community/ufs-weather-model#2218 |
@DusanJovic-NOAA - I just merged the top of the dev/emc trunk to ensure any testing contains the updates from PR #320 |
@bensonr Please sync this branch with dev/emc. |
@DusanJovic-NOAA - should be done, but please check to ensure. |
Thanks, looks good. |
commit 9711488 Author: Rusty Benson <[email protected]> Date: Wed Apr 17 08:41:41 2024 -0400 Address compiler warnings for FV3 raised in an issue (NOAA-GFDL#324) * give istatus a value on exit from hailcast_init * fix issues with declared out variables in test_cases.F90 * fix out of range default integers, eol spaces, and remove delz argument from set_regional_BCs in fv_regional_bc.F90 * removed -nowarn from Intel compiler flags * added suggested ifdef to remove goto warning as per operations commit 0301022 Author: Samuel Trahan (NOAA contractor) <[email protected]> Date: Fri Apr 12 20:02:26 2024 -0400 nesting bug fixes for uninitialized variable in fv3 and incorrect tile number in fv3atm (NOAA-GFDL#331) * pass global tile up to model * bug fix: initialize hailwat variable commit f060e85 Author: Jaymes Kenyon <[email protected]> Date: Fri Mar 1 22:23:31 2024 -0500 Correct a bug in the HAILCAST diagnostic code (units issue) (NOAA-GFDL#320)
* give istatus a value on exit from hailcast_init * fix issues with declared out variables in test_cases.F90 * fix out of range default integers, eol spaces, and remove delz argument from set_regional_BCs in fv_regional_bc.F90 * removed -nowarn from Intel compiler flags * added suggested ifdef to remove goto warning as per operations
Fixes the compiler warnings in fv_regional_bc.F90, test_cases.F90, and module_diag_hailcast.F90 as identified by NCO. Unfortunately the logic in fv_nudge.F90 is too complex to easily address the goto identified herein.
Fixes #307
How Has This Been Tested?
No tests have yet been run. I will ask the relevant EPIC team members to test when ready.
Checklist:
Please check all whether they apply or not