From 8628cec4bb6e0d7cbceb74c9e291dadfde0f4086 Mon Sep 17 00:00:00 2001 From: Annika Lauber Date: Tue, 17 Oct 2023 11:58:19 +0200 Subject: [PATCH] add -A to sbatch command --- tools/icontools.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/icontools.md b/tools/icontools.md index 5090bc17..97d10dd3 100644 --- a/tools/icontools.md +++ b/tools/icontools.md @@ -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 icontools/C2SM/remap_lbc ``` * Remap IFS data for analysis ```bash -sbatch remap_ini +sbatch -A icontools/C2SM/remap_ini ``` ## Documentation