Skip to content

Commit

Permalink
make mesh directory path absolute
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyburnett committed Apr 12, 2021
1 parent 48bde9c commit c7075cb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ The following command creates a configuration for coupling `(ATMESH + WW3DATA) -
```bash
initialize_adcirc \
--platform HERA \
--mesh-directory ../../../../models/meshes/shinnecock/v1.0 \
--mesh-directory /scratch2/COASTAL/coastal/save/shared/models/meshes/shinnecock/v1.0 \
--output-directory hera_shinnecock_ike_spinup_tidal_atmesh_ww3data \
--modeled-start-time 20080823 \
--modeled-duration 14:06:00:00 \
Expand Down

0 comments on commit c7075cb

Please sign in to comment.