Difference between revisions of "WRF/WPS"

From HPC users
Jump to navigationJump to search
Line 3: Line 3:
== Installation ==
== 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:
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
* [[install_wrf_intel.sh]] for the compilation with Intel Compilers and Intel MPI
* .... for the compilation with gcc 4.7.1 and OpenMPI 1.6.2
* [[install_wrf_gcc_ompi.sh]] for the compilation with gcc 4.7.1 and OpenMPI 1.6.2


In both scripts ungrib2 is supported.
In both scripts ungrib2 is supported. The usage of the scripts are
 
<nowiki>
    install_wrf_XXXX.sh WRF_RELEASE DIR_TO_TAR_GZ_FILES
</nowiki>
 
 
'''Note:'''
* The final installation of WRF and WPS will be in the directories ''WRFV3_v${WRF_RELEASE}_XXXXX'' and ''WPS_v${WRF_RELEASE]_XXXXX'', respectively
* The orginal folders ''WRFV3'' and ''WPS'' will be removed during the installation process!


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

Revision as of 12:47, 21 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:

In both scripts ungrib2 is supported. The usage of the scripts are

    install_wrf_XXXX.sh WRF_RELEASE DIR_TO_TAR_GZ_FILES


Note:

  • The final installation of WRF and WPS will be in the directories WRFV3_v${WRF_RELEASE}_XXXXX and WPS_v${WRF_RELEASE]_XXXXX, respectively
  • The orginal folders WRFV3 and WPS will be removed during the installation process!

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