NOAA-EMC / AQM

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

Bug 1280 for AQMv6 needs to be addressed by AQMv7 implmentation #74

Closed JianpingHuang-NOAA closed 1 year ago

JianpingHuang-NOAA commented 1 year ago

@BrianCurtis-NOAA @chan-hoo

This bug is related to AQMv6 implementation but we need to address it and make sure that we do not have a similar issue for AQMv7.

The issue can be found from the following link http://www2.spa.ncep.noaa.gov/bugzilla/show_bug.cgi?id=1280

And I copy it below for your reference

Samy Kamal 2021-07-15 11:00:06 UTC Right now, The makefiles for the model components only have "install" and "clean" targets. Please add debug target to all makefiles. Also please make sure all targets(install, debug, and clean) can be used from the build_cmaq.scr script.

Thanks,

Jianping

BrianCurtis-NOAA commented 1 year ago

We use CMake now and it has -DDEBUG option which is also tested in a regression test. NCO can build with -DDEBUG=ON and get a debug build. I think you can close this.

JianpingHuang-NOAA commented 1 year ago

Thanks !