Skip to content

Commit

Permalink
docs: -r flags for cp command needed
Browse files Browse the repository at this point in the history
Error message:

```
cp: -r not specified; omitting directory
'/p/scratch/cslts/shared_data/rlmod_eCLM/example_cases/nrw_300x300'
```
  • Loading branch information
jjokella committed Aug 18, 2024
1 parent 02df218 commit 18103be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/users_guide/case_examples/NRW.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ The DE-NRW domain extension and dominant land use type. Adapted from <a href="ht
For JSC users, all required namelist and input files to run this case are in the shared directory `/p/scratch/cslts/shared_data/rlmod_eCLM`

```sh
cp /p/scratch/cslts/shared_data/rlmod_eCLM/example_cases/nrw_300x300 test_cases/
cp -r /p/scratch/cslts/shared_data/rlmod_eCLM/example_cases/nrw_300x300 test_cases/
cd test_cases/nrw_300x300
```

Expand Down

0 comments on commit 18103be

Please sign in to comment.