Difference between revisions of "WRF/WPS 2016"

From HPC users
Jump to navigationJump to search
Line 26: Line 26:
== Documentation ==
== Documentation ==


More informations about WRF can be found [http://www.wrf-model.org/index.php here].
Further informations about WRF/WPS can be found [http://www.wrf-model.org/index.php here].

Revision as of 09:12, 7 June 2017

Introduction

The WRF Preprocessing System (WPS) is a new software introduced in WRF V2.2, to replace the existing WRF SI. The static fields and grid domains are specified in the first program, geogrid (analagous to the SI gridgen program). The external analysis and forecast data are decoded from the Grib format with the ungrib program in WPS (similar to the grib_prep program in SI). The final program in the WPS suite is the metgrid program, which horizontally interpolates the data from ungrib (similar to the hinterp program in SI). The vertical interpolation has been moved to the real program under WRF.

In Version 3, WPS is the only pre-processing software supported.

Installed version

There are serveral version of WRF and WPS installed on the cluster:

WRF

  • 3.6.1
  • 3.7.1
  • 3.8.0
  • 3.8.1
  • 3.9

WPS

  • 3.6.1
  • 3.7.1
  • 3.8.0
  • 3.9

Using WRF/WPS on the HPC cluster

Documentation

Further informations about WRF/WPS can be found here.