Difference between revisions of "How to run WRF"

(Imported from Wikispaces)
 
m (Fix broken link)
Line 1: Line 1:
NCAR provides a detailed [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/index.htm | tutorial] on how to run WRF, but note:
 
  
* Skip the configure and compile steps of the NCAR tutorial and go straight to the Basics tab. You should have followed the NCI-specific [[WRF | installation instructions]] for building the model at NCI '''before''' attempting to run the model
+
NCAR provides a detailed [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/index.php | tutorial] on how to run WRF, but note:
* Skip the geogrid, ungrib, and metgrid steps as these are included and compiled during the installation step
+
 
* To run the [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/ungrib.htm | January 2000 tutorial case] do not download the metgrid data, is it available at NCI, see below
+
*Skip the configure and compile steps of the NCAR tutorial and go straight to the Basics tab. You should have followed the NCI-specific [[WRF|installation instructions]] for building the model at NCI '''before''' attempting to run the model  
* When the tutorial says to run the model see below for local run scripts
+
*Skip the geogrid, ungrib, and metgrid steps as these are included and compiled during the installation step  
==Data for the tutorial==  
+
*To run the [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/ungrib.htm | January 2000 tutorial case] do not download the metgrid data, is it available at NCI, see below  
 +
*When the tutorial says to run the model see below for local run scripts  
 +
 
 +
== Data for the tutorial ==
 +
 
 
The data needed to run the [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/ungrib.htm | January 2000 tutorial case] is stored under '''/projects/WRF/data/JAN00''' at NCI and the geographical data (needed for all runs) are under '''/projects/WRF/data/WPS_GEOG'''
 
The data needed to run the [http://www2.mmm.ucar.edu/wrf/OnLineTutorial/CASES/JAN00/ungrib.htm | January 2000 tutorial case] is stored under '''/projects/WRF/data/JAN00''' at NCI and the geographical data (needed for all runs) are under '''/projects/WRF/data/WPS_GEOG'''
  
=='''Run scripts for real.exe and wrf.exe'''==  
+
== '''Run scripts for real.exe and wrf.exe''' ==
Example scripts to submit real.exe and wrf.exe to the queues (do not try to run these on the login nodes) are provided under '''WRFV3/run'''. The files are named '''run_real.exe''' and '''run_mpi.exe'''.
+
 
Those files are good to use as is for the tutorial. For other configurations, feel free to configure those to your needs.
+
Example scripts to submit real.exe and wrf.exe to the queues (do not try to run these on the login nodes) are provided under '''WRFV3/run'''. The files are named '''run_real.exe''' and '''run_mpi.exe'''. Those files are good to use as is for the tutorial. For other configurations, feel free to configure those to your needs.

Revision as of 00:41, 24 April 2019

NCAR provides a detailed | tutorial on how to run WRF, but note:

  • Skip the configure and compile steps of the NCAR tutorial and go straight to the Basics tab. You should have followed the NCI-specific installation instructions for building the model at NCI before attempting to run the model
  • Skip the geogrid, ungrib, and metgrid steps as these are included and compiled during the installation step
  • To run the | January 2000 tutorial case do not download the metgrid data, is it available at NCI, see below
  • When the tutorial says to run the model see below for local run scripts

Data for the tutorial

The data needed to run the | January 2000 tutorial case is stored under /projects/WRF/data/JAN00 at NCI and the geographical data (needed for all runs) are under /projects/WRF/data/WPS_GEOG

Run scripts for real.exe and wrf.exe

Example scripts to submit real.exe and wrf.exe to the queues (do not try to run these on the login nodes) are provided under WRFV3/run. The files are named run_real.exe and run_mpi.exe. Those files are good to use as is for the tutorial. For other configurations, feel free to configure those to your needs.