WRF
WRF copied to clipboard
A suggestion for the issue when compiling WRF4.5.1
Describe the bug When compiling WRF4.5.1, I was unable to complete the compilation normally. The issue indicated in the compile.log is in WRF/phys/module_mp_thompson.F
The solution is as below:
Replace "end" in 6062, 6085, 6107, 6145, 6187 row of Function part in module_mp_thompson.F
to "end function function_name".
I hope it will be helpful.
Thanks, which compiler is this problem on?
On Wed, Aug 9, 2023 at 9:55 PM steventom666 @.***> wrote:
Describe the bug When compiling WRF4.5.1, I was unable to complete the compilation normally. The issue indicated in the compile.log is in phys/module_mp_thompson.F
The solution is as below: Replace "end" in 6062, 6085, 6107, 6145, 6187 row of Fonction part to "end function function_name".
I hope it will be helpful.
— Reply to this email directly, view it on GitHub https://github.com/wrf-model/WRF/issues/1908, or unsubscribe https://github.com/notifications/unsubscribe-auth/AEIZ77E2P7MLGD6T2GEYMTDXURLTPANCNFSM6AAAAAA3K4EBO4 . You are receiving this because you are subscribed to this thread.Message ID: @.***>
Hi @dudhia , thanks for your reply.
Here is my compiler information: Compiler choice: 15 intel (ifort/icc) dmpar Nesting option: 1 Intel(R) Fortran Intel(R) 64 Compiler XE for applications running on Intel(R) 64, Version 14.0.0.080 Build 20130728
I did not test the new version of intel because I'm just a beginner using WRF on my university's Linux server. Maybe the problem is related to the syntax difference for the old version? Anyway, I compiled WRF sucessfully with this solution and I hope others with the same problem could see it.