Skip to content

Commit

Permalink
update index page with a note to update submit.sh file with the worki…
Browse files Browse the repository at this point in the history
…ng directory
  • Loading branch information
DininduSenanayake committed Nov 25, 2024
1 parent b0e313c commit 052c9c4
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -134,6 +134,16 @@ Deploy APSIM (Agricultural Production Systems sIMulator - https://www.apsim.info
10 "size_threshold": 1 * 1024 * 1024 # 1MB in bytes
11 }
```

### `submit.sh` on the parent directory

Update line 28 on `submit.sh` file with the path to above working directory with .met, .apsimx,etc

```bash
# assign the workng directory
export working_dir="/path/to/working/directory"
```

<br>
!!! note ""

Expand Down

0 comments on commit 052c9c4

Please sign in to comment.