Running and Verification
Procedure
- Copy wrf.exe in the /path/to/WRF/main directory to the test directory.
cp /path/to/WRF/main/wrf.exe /path/to/WRFTEST/
- Copy the test cases to the test directory.
cp /path/to/TESTCASE /path/to/WRFTEST/
- Run WRF.
mpirun –allow-run-as-root -np 128 ./wrf.exe
Check the generated rsl file.
Parent topic: WPS 3.9 Porting Guide (CentOS 8.2)