Scheduled Downtime
On Friday 21 April 2023 @ 5pm MT, this website will be down for maintenance and expected to return online the morning of 24 April 2023 at the latest

WRF-LES

John Lee

New member
helHello everyone, I am new to WRF. I have now run WRF once and I want to know how to run les in wrf. Hope to get some replies. any of your comments or links may be very helpful to me, thank you very much.
 
If you plan to run ideal LES case in WRF, you can follow the steps below:
(1) in WRF top directory, type
./clean -a
./configure ( and choose correct options, see Chapter 4: WRF Initialization)
./compile em_les
(2) cd WRF/tets/em_les
./ideal.exe
./wrf.exe
Hope this is helpful for you.
 
If you plan to run ideal LES case in WRF, you can follow the steps below:
(1) in WRF top directory, type
./clean -a
./configure ( and choose correct options, see Chapter 4: WRF Initialization)
./compile em_les
(2) cd WRF/tets/em_les
./ideal.exe
./wrf.exe
Hope this is helpful for you.
Thank you for your help.I will try to follow your steps to run les.In addition, I want to run LES based on importing real terrain, Place wind turbine in the real terrain file and observe the effect of les.Have you had similar experience? I am really confused.Thank you very much for your reply and look forward to your next reply.Best wishes to you
 
WRF provides ideal LES simulation, which is what I described in the previous post.
What you intend to do is to run real-time LES case, and this could be more complicated than the ideal LES simulation. It is hard for us to provide instruction how to conduct specific cases one wants to do . I would suggest you refer to the literature to obtain information relevant to your case.
 
WRF provides ideal LES simulation, which is what I described in the previous post.
What you intend to do is to run real-time LES case, and this could be more complicated than the ideal LES simulation. It is hard for us to provide instruction how to conduct specific cases one wants to do . I would suggest you refer to the literature to obtain information relevant to your case.
thank you very much.I really appreciate it.Best wished to you
 
Top