Skip to content

Commit

Permalink
WRF tutorial eliminates DART template input.nml
Browse files Browse the repository at this point in the history
Eliminating need to transfer DART input.nml to
template directory within tutorial. Support editing
of rundir input.nml only.
  • Loading branch information
braczka committed Apr 4, 2023
1 parent 911dc4e commit 08aba5e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions models/wrf/tutorial/README.rst
Original file line number Diff line number Diff line change
Expand Up @@ -237,14 +237,11 @@ bash ``export BASE_DIR=<path_to_your_working_directory>``
cp $DART_DIR/models/wrf/tutorial/template/namelist.input.meso $BASE_DIR/template/.
cp $DART_DIR/models/wrf/tutorial/template/namelist.wps.template $BASE_DIR/template/.

3. You will also need DART namelists and scripting to run a WRF/DART experiment. Copy
the DART tutorial namelist (``input.nml.template``) to the
``$DART_DIR/models/wrf/tutorial/template`` directory. Also copy the contents of
3. You will also need scripting to run a WRF/DART experiment. Copy the contents of
``$DART_DIR/models/wrf/shell_scripts`` to the ``$BASE_DIR/scripts`` directory.

::

cp $DART_DIR/models/wrf/tutorial/template/input.nml.template $BASE_DIR/template/.
mkdir $BASE_DIR/scripts
cp -R $DART_DIR/models/wrf/shell_scripts/* $BASE_DIR/scripts

Expand Down

0 comments on commit 08aba5e

Please sign in to comment.