This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
research:weather_research_and_forecasting_model_wrf [2023/02/10 15:00] msovara |
— (current) | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ====== Compile and Install WRF on the LENGAU super-computer ====== | ||
| - | |||
| - | 1. Connect to the CHPC cluster | ||
| - | |||
| - | < | ||
| - | ssh -X userid@lengau.chpc.ac.za | ||
| - | </ | ||
| - | |||
| - | On the LENGAU cluster you **cannot** manipulate large files or perform calculations using software applications __directly on the login node__. You need to request for an interactive PBS session so that a compute node be reserved for your personal use, see [[howto: | ||
| - | |||
| - | |||
| - | 2. Set up the appropriate system environment for WRF.\\ | ||
| - | |||
| - | Source the setWRF script. Note that this compilation uses the Intel Compiler with OpenMP. | ||
| - | < | ||
| - | . apps/ | ||
| - | </ | ||
| - | |||
| - | |||
| - | 3. Build WRF Libraries\\ | ||
| - | |||
| - | Before getting started, you need to create a directory where the Libraries will be stored | ||
| - | < | ||
| - | mkdir LIBRARIES | ||
| - | </ | ||