Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A suggestion for the issue when compiling WRF4.5.1 #1908

Open
steventom666 opened this issue Aug 10, 2023 · 2 comments
Open

A suggestion for the issue when compiling WRF4.5.1 #1908

steventom666 opened this issue Aug 10, 2023 · 2 comments
Assignees

Comments

@steventom666
Copy link

steventom666 commented Aug 10, 2023

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.

@dudhia
Copy link
Collaborator

dudhia commented Aug 10, 2023 via email

@wrf-model wrf-model deleted a comment from alphasue12 Aug 10, 2023
@steventom666
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants