ufs-weather-model
ufs-weather-model copied to clipboard
Remove nowarn Intel compiler flag
Commit Queue Requirements:
- [x] Fill out all sections of this template.
- [ ] All sub component pull requests have been reviewed by their code managers.
- [x] Run the full Intel+GNU RT suite (compared to current baselines) on either Hera/Derecho/Hercules
- [x] Commit 'test_changes.list' from previous step
Description:
Remove -nowarn
compiler flag from cmake/Intel.cmake
Explicitly disable two warnings:
- warning #5462: Global name too long.
- remark #7712: This variable has not been used.
Update stochastic_physics submodule and fv3atm submodule, which in turn updates atmos_cubed_sphere.
Commit Message:
* UFSWM -
* AQM -
* CDEPS -
* CICE -
* CMEPS -
* CMakeModules -
* FV3 -
* ccpp-physics -
* atmos_cubed_sphere -
* GOCART -
* HYCOM -
* MOM6 -
* NOAHMP -
* WW3 -
* stochastic_physics -
Priority:
- Normal
Git Tracking
UFSWM:
- #1984
Sub component Pull Requests:
- AQM:
- CDEPS:
- CICE:
- CMEPS:
- CMakeModules:
- FV3: https://github.com/NOAA-EMC/fv3atm/pull/813
- ccpp-physics:
- atmos_cubed_sphere: https://github.com/NOAA-GFDL/GFDL_atmos_cubed_sphere/pull/324
- GOCART:
- HYCOM:
- MOM6:
- NOAHMP:
- WW3:
- stochastic_physics: https://github.com/NOAA-PSL/stochastic_physics/pull/78
- None
UFSWM Blocking Dependencies:
- None
Changes
Regression Test Changes (Please commit test_changes.list):
- No Baseline Changes.
Input data Changes:
- None.
Library Changes/Upgrades:
- No Updates
Testing Log:
- RDHPCS
- [ ] Hera
- [ ] Orion
- [ ] Hercules
- [ ] Jet
- [ ] Gaea
- [ ] Derecho
- WCOSS2
- [ ] Dogwood/Cactus
- [ ] Acorn
- [ ] CI
- [ ] opnReqTest (complete task if unnecessary)
Regression test passed on Hercules: RegressionTests_hercules.log
Regression test passed on Hera: RegressionTests_hera.log
@DusanJovic-NOAA if you sync up with develop branch I will include this with my PR #2225 . Let me know if you think this is not ready yet.
@DusanJovic-NOAA if you sync up with develop branch I will include this with my PR #2225 . Let me know if you think this is not ready yet.
Done.
merged with #2225