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 11:53] mcawood |
acelab:wrf [2021/12/09 16:42] (current) |
||
|---|---|---|---|
| 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 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. | ||
| - | |||