Commit 7329170
authored
fix WRF-CHEM errors for CCE build (#2253)
TYPE: Bug Fix
KEYWORDS: CCE, compilation errors, Cray
SOURCE: Miroslaw Andrejczuk (HPE)
DESCRIPTION OF CHANGES:
Problem:
There were few errors reported by Cray compiler when building WRF-CHEM
code. In chem/module_optical_averaging.F comma after write statements
triggered error when building, and for chem/module_mosaic_addemiss.F
compiler complained that because subroutine mosaic_dust_gocartemis has
an optional argument an interface to this routine is needed in module
itself.
Solution:
Remove commas after write statements in module_optical_averaging.F. Move
_END MODULE module_mosaic_addemiss_ statement in the file to include
subroutine mosaic_dust_gocartemis in the module definition.
ISSUE: For use when this PR closes an issue.
Fixes #2252
LIST OF MODIFIED FILES:
chem/module_mosaic_addemiss.F
chem/module_optical_averaging.F
TESTS CONDUCTED:
1. With those changes I can build wrf/em_real with CCE
2. The Jenkins tests are all passing.1 parent b791a59 commit 7329170
2 files changed
+10
-9
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1641 | 1641 | | |
1642 | 1642 | | |
1643 | 1643 | | |
1644 | | - | |
1645 | 1644 | | |
1646 | 1645 | | |
1647 | 1646 | | |
| |||
2217 | 2216 | | |
2218 | 2217 | | |
2219 | 2218 | | |
| 2219 | + | |
| 2220 | + | |
2220 | 2221 | | |
2221 | 2222 | | |
2222 | 2223 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4705 | 4705 | | |
4706 | 4706 | | |
4707 | 4707 | | |
4708 | | - | |
| 4708 | + | |
4709 | 4709 | | |
4710 | 4710 | | |
4711 | 4711 | | |
4712 | | - | |
| 4712 | + | |
4713 | 4713 | | |
4714 | 4714 | | |
4715 | 4715 | | |
4716 | | - | |
| 4716 | + | |
4717 | 4717 | | |
4718 | 4718 | | |
4719 | 4719 | | |
4720 | | - | |
| 4720 | + | |
4721 | 4721 | | |
4722 | 4722 | | |
4723 | 4723 | | |
| |||
4980 | 4980 | | |
4981 | 4981 | | |
4982 | 4982 | | |
4983 | | - | |
| 4983 | + | |
4984 | 4984 | | |
4985 | 4985 | | |
4986 | 4986 | | |
4987 | | - | |
| 4987 | + | |
4988 | 4988 | | |
4989 | 4989 | | |
4990 | 4990 | | |
4991 | | - | |
| 4991 | + | |
4992 | 4992 | | |
4993 | 4993 | | |
4994 | 4994 | | |
4995 | | - | |
| 4995 | + | |
4996 | 4996 | | |
4997 | 4997 | | |
4998 | 4998 | | |
| |||
0 commit comments