From 0530786e01f352bcf17685b2c4b5d50e9363a630 Mon Sep 17 00:00:00 2001 From: Adam Caprez <acaprez2@unl.edu> Date: Tue, 4 Oct 2022 14:59:57 -0500 Subject: [PATCH] WRF page fixes. --- .../applications/app_specific/building_wrf.md | 20 +++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/content/applications/app_specific/building_wrf.md b/content/applications/app_specific/building_wrf.md index e53847b1..9aca0bef 100644 --- a/content/applications/app_specific/building_wrf.md +++ b/content/applications/app_specific/building_wrf.md @@ -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 %}} -- GitLab