WRF 4.1.1 Dependencies

Basic Information

  • Deploy date: June 2020
  • Installed on: Apolo II
  • Compiler: Intel \(\boldsymbol{\ge}\) 19.0.4

Installation

This entry covers the entire process performed for the installation and configuration of all WRF 4.1.1 dependencies on a cluster with an Intel compiler. FOLLOW THE ORDER

  1. Export the following environmental variables.

    export CFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
    export CXXFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
    export FFLAGS='-O3 -xHost -ip -no-prec-div -static-intel'
    export CPP='icc -E'
    export CXXCPP='icpc -E'
    export FC='ifort -E'
    export F77='ifort -E'
    
  2. Follow this guide to install zlib correctly Zlib 1.2.11 - Intel.

  3. Follow this guide to install szip correctly Szip 2.1.1 - Intel.

  4. Follow this guide to install netcdf-c correctly NetCDF 4.7.4.

  5. Follow this guide to install mpich correctly MPICH 3.3.2.

  6. Follow this guide to install netcdf-fortran correctly NetCDF-Fortran 4.5.3.

  7. Follow this guide to install Jasper correctly Jasper 1.900.1.

  8. After you have installed all the dependencies above correctly, you may proceed with the WRF Installation Guide.

Authors: