Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Fix 4dvar build failure after commit 8b5bfe5 (wrf-model#1652)
TYPE: bug fix KEYWORDS: WRFDA, 4DVAR, compile SOURCE: Jamie Bresch (NCAR) DESCRIPTION OF CHANGES: Following commit 8b5bfe5, PR wrf-model#1616, a new subroutine name (med_read_qna_emissions) needs to be added in da_name_space.pl to avoid name conflict for 4DVAR build with the error message: ``` duplicate symbol '_med_read_qna_emissions_' in: /Users/hclin/code/WRFPLUS/develop/main/libwrflib.a(mediation_integrate.o) ./libwrfvar.a(mediation_integrate.o) ld: 1 duplicate symbol for architecture x86_64 collect2: error: ld returned 1 exit status ``` LIST OF MODIFIED FILES: M var/build/da_name_space.pl TESTS CONDUCTED: 1. 4DVAR builds after the fix. 2. Jenkins tests now pass again.
- Loading branch information