Skip to content
Snippets Groups Projects
Verified Commit e92431f5 authored by Adam Caprez's avatar Adam Caprez
Browse files

Make username consistent and fix links.

parent f93bc513
Branches
No related tags found
1 merge request!334Make username consistent and fix links.
......@@ -68,7 +68,7 @@ the WRF source code directory, the patch may be applied by running
{{% panel theme="info" header="Apply patch for WRFv3" %}}
{{< highlight code >}}
[demo01@c0604.crane WRF]$ wget {{< absurl "/attachments/wrfv3_rpc_types.patch" >}}
[demo01@c0604.crane WRF]$ wget https://hcc.unl.edu/docs/attachments/wrfv3_rpc_types.patch
[demo01@c0604.crane WRF]$ patch -b -p0 -i wrfv3_rpc_types.patch
{{< /highlight >}}
{{% /panel %}}
......@@ -580,7 +580,7 @@ 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 {{< absurl "/attachments/wps3_configure.patch" >}}
[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
{{< /highlight >}}
{{% /panel %}}
......@@ -593,11 +593,11 @@ the WRF source code directory, the patch may be applied by running
[demo01@c0604.crane WRF]$ module load compiler/pgi/20 openmpi/4.0 WRF/v3
[acaprez@login.crane WPS]$ ls
[demo01@login.crane WPS]$ ls
arch compile external link_grib.csh namelist.wps namelist.wps.fire README util
clean configure geogrid metgrid namelist.wps.all_options namelist.wps.global ungrib wps4_configure.patch
[acaprez@login.crane WPS]$ ./configure
[demo01@login.crane WPS]$ ./configure
Will use NETCDF in dir: /util/opt/netcdf/4.7/pgi/20
Found what looks like a valid WRF I/O library in ../WRF
Found Jasper environment variables for GRIB2 support...
......@@ -658,7 +658,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
[acaprez@login.crane WPS]$ ./compile
[demo01@login.crane WPS]$ ./compile
==============================================================================================
Version 4.4
......@@ -687,11 +687,11 @@ if [ -e src/int2nc.exe ] ; then \
ln -sf src/int2nc.exe . ; \
fi
[acaprez@login.crane WPS]$ ls
[demo01@login.crane WPS]$ ls
arch compile configure.wps geogrid link_grib.csh metgrid.exe namelist.wps.all_options namelist.wps.global ungrib wps4_configure.patch
clean configure external geogrid.exe metgrid namelist.wps namelist.wps.fire README util
[acaprez@login.crane WPS]$ ls util/
[demo01@login.crane WPS]$ ls util/
avg_tsfc.exe gfs.ncl int2nc.exe plotfmt.ncl plotgrids.ncl rd_intermediate.exe vertical_grid_50_20m_63km.txt
calc_ecmwf_p.exe gfs_old.ncl Makefile plotfmt_nc.ncl plotgrids_new.ncl src vertical_grid_70_20m_80km.txt
g1print.exe height_ukmo.exe mod_levs.exe plotgrids.exe plotgrids_old.ncl vertical_grid_38_20m_G3.txt
......@@ -714,7 +714,7 @@ 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 {{< absurl "/attachments/wps4_configure.patch" >}}
[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
{{< /highlight >}}
{{% /panel %}}
......@@ -786,7 +786,7 @@ This installation NetCDF is 64-bit
C compiler is 64-bit
Fortran compiler is 64-bit
[acaprez@login.crane WPS]$ ./compile
[demo01@login.crane WPS]$ ./compile
==============================================================================================
Version 4.4
......@@ -815,11 +815,11 @@ if [ -e src/int2nc.exe ] ; then \
ln -sf src/int2nc.exe . ; \
fi
[acaprez@login.crane WPS]$ ls
[demo01@login.crane WPS]$ ls
arch compile configure.wps external geogrid.exe metgrid namelist.wps namelist.wps.fire README util
clean configure configure.wps.backup geogrid link_grib.csh metgrid.exe namelist.wps.all_options namelist.wps.global ungrib wps4_configure.patch
[acaprez@login.crane WPS]$ ls util/
[demo01@login.crane WPS]$ ls util/
avg_tsfc.exe gfs.ncl int2nc.exe plotfmt.ncl plotgrids_new.ncl src vertical_grid_70_20m_80km.txt
calc_ecmwf_p.exe gfs_old.ncl Makefile plotfmt_nc.ncl plotgrids_old.ncl vertical_grid_38_20m_G3.txt
g1print.exe height_ukmo.exe mod_levs.exe plotgrids.ncl rd_intermediate.exe vertical_grid_50_20m_63km.txt
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment