Release v4.2.1 Fire compile error#1223
Conversation
|
@MicroTed |
|
Please find result of the WRF regression test cases in the attachment. This build is for Commit ID: 496e5f2, requested by: MicroTed for PR: #1223. For any query please send e-mail to David Gill. |
|
@MicroTed In the "TESTS CONDUCTED" section, would you provide the text-output from the compiler log that failed that highlights this trouble. Also in the "TESTS" section, would you add that the code now compiles with this change. |
|
OK, I was wondering which "comment section" :D |
|
@mlaznar |
|
I perform the compilation again and it was succesful, as a proof look at the attached build.log |
|
@mlaznar |
|
You are welcome Dave!! My name is: Manuel Luis Aznar Thanks Dave |
TYPE: bug fix
KEYWORDS: subroutine, end
SOURCE: Ted Mansell (NSSL), issue reported by Manuel Luis Aznar (University of La Laguna)
DESCRIPTION OF CHANGES:
Compilation error generated by a subroutine which has an "end" statement but does not have an
"end subroutine X" statement.
ISSUE:
Fixes issue #1215 (Error in compiling WRF v4.2)
LIST OF MODIFIED FILES:
phys/module_fr_fire_phys.F
TESTS CONDUCTED:
Addition of "subroutine read_namelist_fire" resolved the error.
RELEASE NOTE: A compiler error was raised by ifort 13 for a fire module routine due to omission of the keyword "SUBROUTINE" in the "END SUBROUTINE" statement. This has been addressed.