Installing WRF and WPS: Difference between revisions
Jump to navigation
Jump to search
(Created page with "The following setup works for WRF version 4.0! To install WRF download the WRF and WPS source code from http://www2.mmm.ucar.edu/wrf/users/download/get_source.html and untar...") |
No edit summary |
||
Line 1: | Line 1: | ||
The following setup works for WRF version 4.0! | The following setup works for WRF version 4.0! | ||
To install WRF download the WRF and WPS source code from | To install WRF download the WRF and WPS source code from | ||
http://www2.mmm.ucar.edu/wrf/users/download/get_source.html | http://www2.mmm.ucar.edu/wrf/users/download/get_source.html | ||
and untar into your directory | and untar into your directory | ||
load the following modules: | load the following modules: | ||
1) shared | |||
1) shared | |||
2) slurm/16.05.8 | 2) slurm/16.05.8 | ||
3) jasper/gcc/64/1.900.1 | 3) jasper/gcc/64/1.900.1 | ||
4) gcc/6.3.0 | 4) gcc/6.3.0 | ||
5) hdf5/gcc/64/1.10.1 | 5) hdf5/gcc/64/1.10.1 | ||
6) netcdf/gcc/64/4.6.1 | 6) netcdf/gcc/64/4.6.1 | ||
7) openmpi/gcc/64/3.1.1 | 7) openmpi/gcc/64/3.1.1 | ||
In /WRF run ./configure and choose the (dmpar) GNU (gfortran/gcc) option (34?) | In /WRF run ./configure and choose the (dmpar) GNU (gfortran/gcc) option (34?) | ||
Compile WRF as needed | Compile WRF as needed | ||
In /WPS run ./configure and choose the Linux x86_64, gfortran (serial) option (1?) | In /WPS run ./configure and choose the Linux x86_64, gfortran (serial) option (1?) | ||
Compile WPS | Compile WPS | ||
In namelist.wps edit the geog_data_path to | In namelist.wps edit the geog_data_path to | ||
/lustre/backup/WUR/ESG/data/MODEL_DATA/WRF/geog_v4.0 (still needs to be created) | /lustre/backup/WUR/ESG/data/MODEL_DATA/WRF/geog_v4.0 (still needs to be created) |
Revision as of 13:12, 7 August 2018
The following setup works for WRF version 4.0!
To install WRF download the WRF and WPS source code from
http://www2.mmm.ucar.edu/wrf/users/download/get_source.html
and untar into your directory
load the following modules:
1) shared
2) slurm/16.05.8
3) jasper/gcc/64/1.900.1
4) gcc/6.3.0
5) hdf5/gcc/64/1.10.1
6) netcdf/gcc/64/4.6.1
7) openmpi/gcc/64/3.1.1
In /WRF run ./configure and choose the (dmpar) GNU (gfortran/gcc) option (34?)
Compile WRF as needed
In /WPS run ./configure and choose the Linux x86_64, gfortran (serial) option (1?)
Compile WPS
In namelist.wps edit the geog_data_path to
/lustre/backup/WUR/ESG/data/MODEL_DATA/WRF/geog_v4.0 (still needs to be created)