From 31cc3c40ad78e9e6fbd9836583d7e7b2426c5eff Mon Sep 17 00:00:00 2001 From: Lee de Mora Date: Tue, 28 Nov 2023 10:43:43 +0000 Subject: [PATCH] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 37e2b1a6..28ff6d0c 100644 --- a/README.md +++ b/README.md @@ -338,7 +338,7 @@ batch_timeseries - y comparison_recipe.yml This will submit a time-series analysis for each job, using a command which looks like this: ``` -sbatch -J u-aa111 --error=logs/u-aa111.err --output=logs/u-aa111.out lotus_timeseries.sh u-aa111 kmf physics bgc +sbatch -J jobID --error=logs/jobID .err --output=logs/jobID .out lotus_timeseries.sh jobID kmf physics bgc ``` The output and error messages will be in the `logs` directory which the jobID as the file prefix. The job name on slurm will also be the jobID, so it's easy to tell which jobs are running.