NOAA-EMC / AQM

GNU General Public License v3.0
3 stars 16 forks source link

Code compilation warning issues to support AQMv7 implementation #93

Open JianpingHuang-NOAA opened 10 months ago

JianpingHuang-NOAA commented 10 months ago

@BrianCurtis-NOAA @rmontuoro

The AQMv7 package was returned due to the violation of EE2 compliance. Code compilation warnings are the part of the reasons.

For AQM, we are still seeing the following warnings.

1) ~/sorc/ufs-weather-model/AQM/src/io/ioapi

/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/io/ioapi/m3utilio.F90(198): warning #6843: A dummy argument with an e xplicit INTENT(OUT) declaration is not given an explicit value. [BUFFER]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/io/ioapi/m3utilio.F90(183): warning #6843: A dummy argument with an e xplicit INTENT(OUT) declaration is not given an explicit value.

2) ~/src/model/CMAQ/CCTM/src/STENEX/noop [BUFFER]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(162): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(141): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(129): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(106): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(84): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]/lfs/h2/emc/physics/noscrub/jianping.huang/nwdev/packages/aqm.v7.0.88c/sorc/ufs-weather-model/AQM/src/model/CMAQ/CCTM/src/STENEX/noop/noop_data_copy_module.f(61): warning

6843: A dummy argument with an explicit INTENT(OUT) declaration is not given an explicit value. [DATA2]

=================== The code was checked out from https://github.com/ufs-community/ufs-weather-model hash= 4cf17f7

rmontuoro commented 10 months ago

@JianpingHuang-NOAA and @BrianCurtis-NOAA - PR #94 removes all build warnings and compiler remarks.