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

(RESOLVED)Question about compiling WRF-LES

Taro

New member
I'm a student and I'm learning WRF.But i meet some problems at the path of WRF-LES.Could you help me to know how to start compiling WRF-LES?I'm sorry that my English is not good
 
Hi,
To compile WRF for LES simulations, you can either compile for real-data, or for an LES idealized case. If you're planning to use actual real data, you will compile the model the same as any other real-data compile (see the steps here). If you're compiling the em_les case (idealized case), instead of issuing the command to compile the real case (./compile em_real >& compile.log), you will issue (./compile em_les >& compile.log).

You may find some of the documentation listed in this FAQ to be useful.
 
Hi,
To compile WRF for LES simulations, you can either compile for real-data, or for an LES idealized case. If you're planning to use actual real data, you will compile the model the same as any other real-data compile (see the steps here). If you're compiling the em_les case (idealized case), instead of issuing the command to compile the real case (./compile em_real >& compile.log), you will issue (./compile em_les >& compile.log).

You may find some of the documentation listed in this FAQ to be useful.
Thank you for your help!
 
Top