User Tools

Site Tools


acelab:wrf

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
acelab:wrf [2015/09/01 15:36]
mcawood created
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.+Weather Research and Forecasting (WRF) is a numerical weather prediction (NWP) system designed to serve both atmospheric research and operational forecasting needs. [[https://en.wikipedia.org/wiki/Weather_Research_and_Forecasting_Model|source]]
  
-==Useful Links==+===Useful Links===
  
-HPCAC Best Practices [http://www.hpcadvisorycouncil.com/pdf/WRF_Best_Practices.pdf] <br> +HPCAC Best Practices [[http://www.hpcadvisorycouncil.com/pdf/WRF_Best_Practices.pdf]] \\ 
-WRF Compile Guide [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php]+WRF Compile Guide [[http://www2.mmm.ucar.edu/wrf/OnLineTutorial/compilation_tutorial.php]]
  
-==Installation Guide==+===Installation Guide===
  
 Setup environment: Setup environment:
Line 38: Line 38:
   export NETCDF=$DIR/netcdf   export NETCDF=$DIR/netcdf
   export LDFLAGS=-L$DIR/grib2/lib   export LDFLAGS=-L$DIR/grib2/lib
 +  export LD_LIBRARY_PATH=$DIR/grib2/lib:$LD_LIBRARY_PATH
   export CPPFLAGS=-I$DIR/grib2/include   export CPPFLAGS=-I$DIR/grib2/include
   export JASPERLIB=$DIR/grib2/lib   export JASPERLIB=$DIR/grib2/lib
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/Variable_Tables/Vtable.GFS Vtable    ln -sf ungrib/Variable_Tables/Vtable.GFS Vtable 
  
-==Benchmark==+===Benchmark===
  
   cd ~/WRF/tars   cd ~/WRF/tars
  
-Download the input data for the benchmark here: http://www.ace.chpc.ac.za/tars/GEOG.tar.gz+Download the input data for the benchmark here: [[http://www.ace.chpc.ac.za/tars/GEOG.tar.gz|GEOG.tar.gz]]
  
   tar -xf GEOG.tar.gz   tar -xf GEOG.tar.gz
Line 112: Line 113:
   cd ../GEOG   cd ../GEOG
   cp namelists.wps ../WPS   cp namelists.wps ../WPS
 +  cd ~/WRF/tars
 +  
 +And here : [[http://www.ace.chpc.ac.za/tars/DATA.tar.gz|DATA.tar.gz]]  
 +
 +  tar -xf DATA.tar.gz
 +  mv DATA ..
   cd ../WPS   cd ../WPS
 +  ./link_grib.csh ../DATA/  
  
 Build the model from the geographical data: Build the model from the geographical data:
Line 125: Line 133:
   cp GEOG/namelist.input WRFV3/run   cp GEOG/namelist.input WRFV3/run
   cd WRFV3/run   cd WRFV3/run
-  ln -sf ../../WPS/met_em.d01.2015-04-20_12* .+  ln -sf ../../WPS/met_em.d01.2015* .
  
 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.
- 
/app/dokuwiki/data/attic/acelab/wrf.1441114565.txt.gz · Last modified: 2021/12/09 16:42 (external edit)