This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
|
acelab:wrf [2015/09/02 10:47] mcawood |
acelab:wrf [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ==General Info== | + | ===General Info=== |
| Weather Research and Forecasting (WRF) is a numerical weather prediction (NWP) system designed to serve both atmospheric research and operational forecasting needs. [[https:// | Weather Research and Forecasting (WRF) is a numerical weather prediction (NWP) system designed to serve both atmospheric research and operational forecasting needs. [[https:// | ||
| - | ==Useful Links== | + | ===Useful Links=== |
| HPCAC Best Practices [[http:// | HPCAC Best Practices [[http:// | ||
| WRF Compile Guide [[http:// | WRF Compile Guide [[http:// | ||
| - | ==Installation Guide== | + | ===Installation Guide=== |
| Setup environment: | Setup environment: | ||
| Line 38: | Line 38: | ||
| export NETCDF=$DIR/ | export NETCDF=$DIR/ | ||
| export LDFLAGS=-L$DIR/ | export LDFLAGS=-L$DIR/ | ||
| + | export LD_LIBRARY_PATH=$DIR/ | ||
| export CPPFLAGS=-I$DIR/ | export CPPFLAGS=-I$DIR/ | ||
| export JASPERLIB=$DIR/ | export JASPERLIB=$DIR/ | ||
| Line 47: | Line 48: | ||
| source bashrc | source bashrc | ||
| - | ===Jasper=== | + | ==Jasper== |
| cd ~/WRF/tars | cd ~/WRF/tars | ||
| Line 57: | Line 58: | ||
| make install | make install | ||
| - | ===NetCDF=== | + | ==NetCDF== |
| cd ~/WRF/tars | cd ~/WRF/tars | ||
| Line 68: | Line 69: | ||
| make install | make install | ||
| - | ===WRF=== | + | ==WRF== |
| cd ~/WRF/tars | cd ~/WRF/tars | ||
| Line 86: | Line 87: | ||
| ./compile em_real | ./compile em_real | ||
| - | ===WPS=== | + | ==WPS== |
| cd ~/WRF/tars | cd ~/WRF/tars | ||
| Line 102: | Line 103: | ||
| ln -sf ungrib/ | ln -sf ungrib/ | ||
| - | ==Benchmark== | + | ===Benchmark=== |
| cd ~/WRF/tars | cd ~/WRF/tars | ||
| Line 112: | Line 113: | ||
| cd ../GEOG | cd ../GEOG | ||
| cp namelists.wps ../WPS | cp namelists.wps ../WPS | ||
| + | cd ~/WRF/tars | ||
| + | | ||
| + | And here : [[http:// | ||
| + | |||
| + | tar -xf DATA.tar.gz | ||
| + | mv DATA .. | ||
| cd ../WPS | cd ../WPS | ||
| + | ./ | ||
| Build the model from the geographical data: | Build the model from the geographical data: | ||
| Line 125: | Line 133: | ||
| cp GEOG/ | cp GEOG/ | ||
| cd WRFV3/run | cd WRFV3/run | ||
| - | ln -sf ../ | + | ln -sf ../ |
| Final setup step: | Final setup step: | ||
| Line 136: | Line 144: | ||
| This benchmark completed in 51 minutes on a Dell C4130 with 24 Haswell cores. | This benchmark completed in 51 minutes on a Dell C4130 with 24 Haswell cores. | ||
| - | |||