Skip to content

Commit

Permalink
Removing trunk/NDHMS references
Browse files Browse the repository at this point in the history
  • Loading branch information
scrasmussen committed Feb 7, 2025
1 parent fa42e5d commit 08b0888
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 12 deletions.
16 changes: 9 additions & 7 deletions docs/userguide/appendices.rest
Original file line number Diff line number Diff line change
Expand Up @@ -111,27 +111,29 @@ Running a WRF-Hydro Simulation

In this section we will use our compiled WRF-Hydro model and an
example test case to run a WRF-Hydro simulation. This walkthrough is
using the Croton, NY example test case. Details on the domain and
time period of the simulation are provided in the
using the Croton, NY example test case. After extracting the Croton tarball
details on the domain and time period of the simulation are provided in the
:file:`example_case/Readme.txt` file.

1. First we need to copy the TBL and executable files in the
:file:`wrf_hydro_nwm_public*/trunk/NDHMS/Run` directory to the directory
:file:`wrf_hydro_nwm_public*/src/build/Run`
directory to the directory
containing the domain and forcing files. For the WRF-Hydro Gridded
configuration, these files are located in the directory
:file:`example_case/Gridded`.

Copy the :file:`*.TBL` files to the example configuration directory:

| *(from your project directory)*
| :code:`cp wrf_hydro_nwm_public*/trunk/NDHMS/Run/\*.TBL example_case/Gridded`
| :code:`cp wrf_hydro_nwm_public*/build/Run/\*.TBL example_case/Gridded`
Copy the :file:`wrf_hydro.exe` file:

:code:`cp wrf_hydro_nwm_public*/trunk/NDHMS/Run/wrf_hydro.exe example_case/Gridded`
:code:`cp wrf_hydro_nwm_public*/build/Run/wrf_hydro.exe example_case/Gridded`

.. note:: There are other configuration subfolders with the names such as :file:`Gridded`, :file:`nwm`, and
:file:`Reach`. These folders contain prepared files for other configurations of WRF-Hydro. Information
:file:`Reach`. These folders contain prepared files for other configurations of WRF-Hydro. They are found
under the :file:`src/template/` directory. Information
regarding physics options and routing configurations can be found in the main body of the *WRF-Hydro*
v\ |version_short| *Technical Description*. Also, note that there is only one :file:`FORCING/` directory.
The same forcing data can be used for all configurations.
Expand Down Expand Up @@ -288,7 +290,7 @@ project directory.
git clone https://github.com/NCAR/wrf_hydro_nwm_public.git
git clone --recurse-submodule --branch v4.6.1 https://github.com/wrf-model/WRF.git
git clone --branch v4.6.0 https://github.com/wrf-model/WPS.git
wget https://github.com/NCAR/wrf_hydro_nwm_public/releases/download/v5.3.0/croton_NY_training_example_v5.3.tar.gz
wget https://github.com/NCAR/wrf_hydro_nwm_public/releases/download/v5.4.0/croton_NY_training_example_v5.4.tar.gz
4. Copy the uncompressed WPS geographic data into the WPS directory.
5. Copy the uncompressed coupled example case into the project directory.
Expand Down
11 changes: 6 additions & 5 deletions docs/userguide/model-code-config.rest
Original file line number Diff line number Diff line change
Expand Up @@ -130,9 +130,10 @@ required even if running over a single core.
------------------------

The top-level directory structure of the code is provided below as
nested under :file:`trunk/NDHMS` and subdirectory structures are described
thereafter. The tables below provide brief descriptions of the file
contents of each directory where the model code resides.
nested under the :file:`wrf_hydro_nwm_public` root directory and the
subdirectory structures are described thereafter. The tables below provide
brief descriptions of the file contents of each directory where the model code
resides.

.. default-role:: file

Expand All @@ -157,9 +158,9 @@ contents of each directory where the model code resides.
| `docs/` | Pointer to location of full documentation (i.e. |
| | this document). |
+-------------------------+--------------------------------------------------+
| `tests` | Scripts and data used to test the model |
| `tests/` | Scripts and data used to test the model |
+-------------------------+--------------------------------------------------+
| `src` | WRF-Hydro Model source code |
| `src/` | WRF-Hydro Model source code |
+-------------------------+--------------------------------------------------+
| :underline:`Source code directories under \`src/\`:` |
+-------------------------+--------------------------------------------------+
Expand Down

0 comments on commit 08b0888

Please sign in to comment.