Skip to content

Commit

Permalink
updtae manual
Browse files Browse the repository at this point in the history
  • Loading branch information
josephzhang8 committed Dec 3, 2024
1 parent e063c0e commit a36ddf8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/getting-started/running-model.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ The model executable needs to be run inside the folder where all the model input
1. hgrid.gr3
2. vgrid.in
3. param.nml
4. [your_choice_of_bottom_friction].gr3
4. [your_choice_of_bottom_friction].gr3 (drag.gr3, rough.gr3, manning.gr3)
5. bctides.in

The model is usually run through a batch script, which in essence executes the code like:
Expand All @@ -27,4 +27,4 @@ Some details for using scribed IO mode are following:
- Users must specify # of scribes on cmd line as `mpirun -np NPROC ./pschism <nscribe>`. The specified number can be >= min required based on `param.nml` and explained above. If not you'll get an error. If you specify more than needed, you waste some cores but otherwise fine.

!!!caution "WWM"
When running with WWM, make sure to remove fort.* in the directory where hgrid.gr3 is; otherwise the code will try to read in fort.* which may result in NaN error. You can add this into your batch script.
When running with WWM, make sure to remove `fort.*` in the directory where hgrid.gr3 is; otherwise the code will try to read in `fort.*` which may result in NaN error. You can add this into your batch script.

0 comments on commit a36ddf8

Please sign in to comment.