Skip to content

Commit

Permalink
Typos whave been corrected
Browse files Browse the repository at this point in the history
  • Loading branch information
JuanM0412 committed Jul 24, 2024
1 parent f7339e5 commit 65f28b4
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions docs/source/software/applications/wrf/4.2/installation.rst
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ Download libraries
tar -zxvf hdf5-1.12.0.tar.gz
wget https://github.com/Unidata/netcdf-c/archive/refs/tags/v4.7.4.tar.gz
tar -zxvf v4.7.4.tar.gz
https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.5.3.tar.gz
wget https://github.com/Unidata/netcdf-fortran/archive/refs/tags/v4.5.3.tar.gz
tar -zxvf v4.5.3.tar.gz
wget https://www.ece.uvic.ca/~frodo/jasper/software/jasper-1.900.29.tar.gz
tar -zxvf jasper-1.900.29.tar.gz
Expand Down Expand Up @@ -125,7 +125,7 @@ Build Jpeg

.. code-block:: bash
./configure --prefix=/home/wrf/wrf_libs_intel/
./configure --prefix=/home/wrf/wrf_lib_gcc
make
make install
Expand All @@ -136,7 +136,7 @@ Build HDF5
.. code-block:: bash
cd hdf5-1.12.0
./configure --prefix=/home/blopezp/wrf_lib_gcc --with-zlib=/home/blopezp/wrf_lib_gcc/ --enable-fortran
./configure --prefix=/home/blopezp/wrf_lib_gcc --with-zlib=/home/blopezp/wrf_lib_gcc --enable-fortran
make
make install
Expand Down Expand Up @@ -168,7 +168,7 @@ Build JasPer
.. code-block:: bash
cd jasper-1.900.29
./configure --prefix=/home/wrf/wrf_libs_intel/
./configure --prefix=/home/wrf/wrf_lib_gcc
make
make install
Expand Down

0 comments on commit 65f28b4

Please sign in to comment.