Skip to content
Snippets Groups Projects

WRF page fixes.

Merged Adam Caprez requested to merge wrf-fixes into master
1 file
+ 10
10
Compare changes
  • Side-by-side
  • Inline
@@ -22,11 +22,11 @@ WRF is currently in operational use at NCEP and other national meteorological ce
in real-time forecasting configurations at laboratories, universities, and companies. [1](https://www.mmm.ucar.edu/models/wrf)
- [Building WRF](#building-wrf)
- [Building WRF version 3.x](#building-wrf-version-3x)
- [Building WRF version 4.x](#building-wrf-version-4x)
- [Building WRF version 3.x](#building-wrf-version-3-x)
- [Building WRF version 4.x](#building-wrf-version-4-x)
- [Building WPS](#building-wps)
- [Building WPS version 3.x](#building-wps-version-3x)
- [Building WPS version 4.x](#building-wps-version-4x)
- [Building WPS version 3.x](#building-wps-version-3-x)
- [Building WPS version 4.x](#building-wps-version-4-x)
- [Running WRF](#running-wrf)
{{% notice tip %}}
@@ -580,8 +580,8 @@ the WRF source code directory, the patch may be applied by running
{{% panel theme="info" header="Apply patch for WPSv3" %}}
{{< highlight code >}}
[demo01@c0604.crane WRF]$ wget https://hcc.unl.edu/docs/attachments/wps3_configure.patch
[demo01@c0604.crane WRF]$ patch -b -p0 -i wps3_configure.patch
[demo01@c0604.crane WPS]$ wget https://hcc.unl.edu/docs/attachments/wps3_configure.patch
[demo01@c0604.crane WPS]$ patch -b -p0 -i wps3_configure.patch
{{< /highlight >}}
{{% /panel %}}
@@ -589,9 +589,9 @@ the WRF source code directory, the patch may be applied by running
{{% panel theme="info" header="Building WPSv3" %}}
{{< highlight code >}}
[demo01@c0604.crane WRF]$ module purge
[demo01@c0604.crane WPS]$ module purge
[demo01@c0604.crane WRF]$ module load compiler/pgi/20 openmpi/4.0 WRF/v3
[demo01@c0604.crane WPS]$ module load compiler/pgi/20 openmpi/4.0 WRF/v3
[demo01@login.crane WPS]$ ls
arch compile external link_grib.csh namelist.wps namelist.wps.fire README util
@@ -714,8 +714,8 @@ the WRF source code directory, the patch may be applied by running
{{% panel theme="info" header="Apply patch for WPSv4" %}}
{{< highlight code >}}
[demo01@c0604.crane WRF]$ wget https://hcc.unl.edu/docs/attachments/wps4_configure.patch
[demo01@c0604.crane WRF]$ patch -b -p0 -i wps4_configure.patch
[demo01@c0604.crane WPS]$ wget https://hcc.unl.edu/docs/attachments/wps4_configure.patch
[demo01@c0604.crane WPS]$ patch -b -p0 -i wps4_configure.patch
{{< /highlight >}}
{{% /panel %}}
Loading