Difference between revisions of "WRF/WPS 2016"
Schwietzer (talk | contribs) |
|||
Line 9: | Line 9: | ||
There are serveral version of WRF and WPS installed on the cluster: | There are serveral version of WRF and WPS installed on the cluster: | ||
'''WRF''' | '''WRF''' on envirnoment ''hpc-uniol-env'' | ||
'''WRF/3.6.1''' | |||
'''WRF/3.7.1''' | |||
'''WRF/3.8.0''' | |||
'''WRF/3.8.1''' | |||
'''WRF/3.9''' | |||
'''WRFGeodata/3.8''' | |||
'''WPS''' | '''WRF''' on envirnoment ''hpc-env/6.4'': | ||
'''WRF/1.2.4'''-intel-2018a-solar | |||
'''WRF/3.6.1'''-intel-2018a | |||
'''WRF/4.0'''-intel-2018a | |||
'''WRF/4.0.1'''-intel-2018a | |||
'''WRF/4.0.2'''-intel-2018a | |||
'''WRFGeodata/3.8''' | |||
'''WRFGeodata/4.0''' | |||
'''WPS''' on envirnoment ''hpc-uniol-env'' | |||
'''WPS/3.6.1''' | |||
'''WPS/3.7.1''' | |||
'''WPS3.7.1''' | |||
'''WPS/3.9''' | |||
'''WPS''' on envirnoment ''hpc-env/6.4''' | |||
'''WPS/1.2.1'''-intel-2018a-solar | |||
'''WPS/4.0'''-intel-2018a-dmpar | |||
'''WPS/4.0.1'''-intel-2018a-dmpar | |||
'''WPS/4.0.2'''-intel-2018a-dmpar | |||
== Using WRF/WPS on the HPC cluster == | == Using WRF/WPS on the HPC cluster == |
Revision as of 14:37, 28 June 2019
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 on envirnoment hpc-uniol-env
WRF/3.6.1 WRF/3.7.1 WRF/3.8.0 WRF/3.8.1 WRF/3.9 WRFGeodata/3.8
WRF on envirnoment hpc-env/6.4:
WRF/1.2.4-intel-2018a-solar WRF/3.6.1-intel-2018a WRF/4.0-intel-2018a WRF/4.0.1-intel-2018a WRF/4.0.2-intel-2018a WRFGeodata/3.8 WRFGeodata/4.0
WPS on envirnoment hpc-uniol-env
WPS/3.6.1 WPS/3.7.1 WPS3.7.1 WPS/3.9
'WPS on envirnoment hpc-env/6.4
WPS/1.2.1-intel-2018a-solar WPS/4.0-intel-2018a-dmpar WPS/4.0.1-intel-2018a-dmpar WPS/4.0.2-intel-2018a-dmpar
Using WRF/WPS on the HPC cluster
If you want to use WRF or WPS on the HPC cluster, you will have to load the corresponding modules first. You can do that with the following command:
module load WRF (this will load version 3.9)
or
module load WPS (this will load version 3.9)
If you want to use a different version of WRF/WPS you will have to add the desired version to the module-load-command:
module load WRF/3.7.1
or
module load WPS/3.7.1
Example Usage
will follow
Documentation
Further informations about WRF/WPS can be found here.