Commit 0bda5e0
authored
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.1 parent 8b5bfe5 commit 0bda5e0
1 file changed
+2
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
36 | | - | |
| 36 | + | |
37 | 37 | | |
38 | 38 | | |
39 | 39 | | |
| |||
195 | 195 | | |
196 | 196 | | |
197 | 197 | | |
| 198 | + | |
198 | 199 | | |
0 commit comments