Difference between revisions of "WRF/WPS"

From HPC users
Jump to navigationJump to search
(Created page with "The software WRF (''Weather Research and Forecasting Model'') is a numerical mesoscale weather prediction system. == Installation == The get the best performance WRF should be c...")
 
Line 2: Line 2:


== Installation ==
== Installation ==
The get the best performance WRF should be compiled with the Intel compilers and with Intel MPI.  
The get the best performance WRF should be compiled with the Intel compilers and with Intel MPI. For the installation on flow two installation scripts are available:
* .... for the compilation with Intel Compilers and Intel MPI
* .... for the compilation with gcc 4.7.1 and OpenMPI 1.6.2
 
In both scripts ungrib2 is supported.


== SGE script ==
== SGE script ==

Revision as of 18:20, 20 November 2012

The software WRF (Weather Research and Forecasting Model) is a numerical mesoscale weather prediction system.

Installation

The get the best performance WRF should be compiled with the Intel compilers and with Intel MPI. For the installation on flow two installation scripts are available:

  • .... for the compilation with Intel Compilers and Intel MPI
  • .... for the compilation with gcc 4.7.1 and OpenMPI 1.6.2

In both scripts ungrib2 is supported.

SGE script

...

Known issues

The Intel compiler release 12.0.0 produces an bug in the binary ungrib.exe in the WPS-Suite. Due to this bug waves can occurs in the the preprocessed data.


Related links