WRF v3.9.1.1 installation

Revision as of 00:05, 12 December 2019 by S.wales (talk | contribs)

Foreword

This document is intended to serve as a handy reference for new users in building and running the WRF and WPS on the RAIJIN cluster at NCI without the need of making site-specific modifications to WRF and WPS. This document is only valid for version 3.9.1.1 of WRF and later. Please refer to the older version pages for other instructions.

Source Code

The source code ported to Raijin can be found both under /projects/WRF/WRFV_3.9.1.1 and on Github: [1]

Clone the WRF Github repository (using HTTPS or SSH protocol depending on your setup) to your own space under /short:

cd /short/$PROJECT/$USER/
git clone -b V3.9.1.1_raijin https://github.com/coecms/WRF.git

or

cd /short/$PROJECT/$USER/
git clone -b V3.9.1.1_raijin git@github.com:coecms/WRF.git

Building WRF (ARW)

The building instructions are the same as for WRF V3.9. Please refer to the wiki page for WRF v3.9 or to the github repository .