How to install WRF on the Derecho?

If you want to compile WRF in derecho, please follow the steps below:
After logging on to derecho,
(1) module load gcc
(2) enter WRF directory
(3) ./clean -a
(4) ./configure (choose option 34)
(5) ./compile em_real
Please let me know if you have any issues.
 
Back
Top