Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

There is a WRF model already installed on TemsAtos. The module is available only for Intel programming environment and Mellanox Open MPI because this combination has given the best performance. Consequently, the module is only available once the following pre-requisite modules are loaded:

...

For more information look: ECMWF WRF Test Data

How to install your own version of WRF on

...

Atos

Intel compilers & Open MPI

...

Code Block
languagebash
titlemodules
$>module load prgenv/intel netcdf4 hpcx-openmpi jasper/2.0.14
$>module list

Currently Loaded Modules:
  1) intel   2) prgenv/intel   3) netcdf4   4) hpcx-openmpi    5) jasper
/2.0.14 

WRF needs to be pointed to NETCDF location manually:

...

In modules such as netcdf4 on TEMSAtos, libraries are linked using environmental variables:

...

Code Block
languagebash
titlemodules
$>module list

Currently Loaded Modules:
  1) intel/19.1.2   2) prgenv/intel   3) netcdf4   4) jasper/2.0.14   5) intel-mpi


  • In configure.wrf and configure.wps make the following settings:

...