Difference between revisions of "WRF v3.9.1.1 installation"

(Imported from Wikispaces)
 
Line 1: Line 1:
=<span style="background-color: #ffffff;">'''Foreword'''</span>=  
+
=Foreword=  
----
+
 
<span style="background-color: #ffffff;">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.</span>
+
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.
 
<span style="background-color: #ffffff;">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.</span>
 
<span style="background-color: #ffffff;">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.</span>
  
=<span style="background-color: #ffffff;"><span id="Source Code"></span><span id="Source Code"></span>Source Code</span>=  
+
=<span id="Source Code"></span><span id="Source Code"></span>Source Code=  
----
+
 
<span style="background-color: #ffffff;">The source code ported to Raijin can be found both under /projects/WRF/WRFV_3.9.1.1 and on Github: </span><span style="background-color: #ffffff; color: #000000;">[[https://github.com/coecms/WRF]]</span>
+
<span style="background-color: #ffffff;">The source code ported to Raijin can be found both under /projects/WRF/WRFV_3.9.1.1 and on Github: </span><span style="background-color: #ffffff; color: #000000;">[https://github.com/coecms/WRF]</span>
  
 
<span style="background-color: #ffffff;">Clone the WRF Github repository (using HTTPS or SSH protocol depending on your setup) to your own space under /short:</span>
 
<span style="background-color: #ffffff;">Clone the WRF Github repository (using HTTPS or SSH protocol depending on your setup) to your own space under /short:</span>
 
<syntaxhighlight>
 
<syntaxhighlight>
 
cd /short/$PROJECT/$USER/
 
cd /short/$PROJECT/$USER/
git clone -b V3.9.1.1 https://github.com/coecms/WRF.git
+
git clone -b V3.9.1.1_raijin https://github.com/coecms/WRF.git
  
 
</syntaxhighlight>
 
</syntaxhighlight>
Line 17: Line 17:
 
<syntaxhighlight>
 
<syntaxhighlight>
 
cd /short/$PROJECT/$USER/
 
cd /short/$PROJECT/$USER/
git clone -b V3.9.1.1 git@github.com:coecms/WRF.git
+
git clone -b V3.9.1.1_raijin git@github.com:coecms/WRF.git
  
 
</syntaxhighlight>
 
</syntaxhighlight>
=<span style="background-color: #ffffff;"><span id="Building WRF (ARW)"></span><span id="Building WRF (ARW)"></span>'''Building WRF (ARW)'''</span>=  
+
=<span style="background-color: #ffffff;"><span id="Building WRF (ARW)"></span><span id="Building WRF (ARW)"></span>Building WRF (ARW)</span>=  
----
+
 
The building instructions are the same as for WRF V3.9. Please refer to the [[WRF v3.9 installation | wiki page for WRF v3.9]] or to the [https://github.com/coecms/WRF | github repository] .
+
The building instructions are the same as for WRF V3.9. Please refer to the [[WRF v3.9 installation | wiki page for WRF v3.9]] or to the [https://github.com/coecms/WRF github repository] .

Revision as of 22:54, 21 November 2019

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 .