Skip to content

Commit

Permalink
add -A to sbatch command
Browse files Browse the repository at this point in the history
  • Loading branch information
AnnikaLau authored Oct 17, 2023
1 parent d755092 commit 8628cec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions tools/icontools.md
Original file line number Diff line number Diff line change
Expand Up @@ -68,13 +68,13 @@ cat file_for_BC zfile_reftime fi_file_time > complete_file
* Remap IFS data for BC by

```bash
sbatch remap_lbc
sbatch -A <account> icontools/C2SM/remap_lbc
```

* Remap IFS data for analysis

```bash
sbatch remap_ini
sbatch -A <account> icontools/C2SM/remap_ini
```

## Documentation
Expand Down

0 comments on commit 8628cec

Please sign in to comment.