Skip to content

Commit

Permalink
Wrap lines in create-a-case.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
daianzhuo authored Aug 2, 2023
1 parent 2031fb5 commit 08d33b3
Showing 1 changed file with 6 additions and 1 deletion.
7 changes: 6 additions & 1 deletion doc/source/users_guide/create-a-case.rst
Original file line number Diff line number Diff line change
Expand Up @@ -211,7 +211,12 @@ It is important to note that the file containing the **xmlchange**
commands must be named ``shell_commands`` in order for it to be recognised
and run upon case creation.

The structure of the component directories do not need to be the same as in the component source code. As an example, should the user want to modify the ``src/dynamics/eul/dyncomp.F90`` file within the CAM source code, the modified file should be put into the ``SourceMods/src.cam`` directly. There is no need to mimic the source code structure, such as ``SourceMods/src.cam/dynamics/eul``.
The structure of the component directories do not need to be the
same as in the component source code. As an example, should the user
want to modify the ``src/dynamics/eul/dyncomp.F90`` file within the
CAM source code, the modified file should be put into the directory
``SourceMods/src.cam`` directly. There is no need to mimic the source
code structure, such as ``SourceMods/src.cam/dynamics/eul``.

When the user calls **create_newcase** with the ``--user-mods-dir`` pointing to the
full pathname of the directory containing these changes, then the ``CASEROOT`` will be
Expand Down

0 comments on commit 08d33b3

Please sign in to comment.