From fbe70980586cffc745a38830500f5401cbc9ed03 Mon Sep 17 00:00:00 2001 From: Aina Gaya Date: Mon, 12 Jun 2023 14:41:07 +0200 Subject: [PATCH] Applied https://earth.bsc.es/gitlab/es/autosubmit/-/issues/1060 --- autosubmit/job/job.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/autosubmit/job/job.py b/autosubmit/job/job.py index edde1e577..8f80f23d3 100644 --- a/autosubmit/job/job.py +++ b/autosubmit/job/job.py @@ -75,7 +75,7 @@ def threaded(fn): parameters={ 'chunk': { 'day_before': 'Day before the start date.', - 'chunk_end_in_days': 'Chunk length in days.', + 'chunk_end_in_days': 'Days passed from the start of the simulation until the end of the chunk.', 'chunk_start_date': 'Chunk start date.', 'chunk_start_year': 'Chunk start year.', 'chunk_start_month': 'Chunk start month.', @@ -89,6 +89,7 @@ def threaded(fn): 'prev': 'Days since start date at the chunk\'s start.', 'chunk_first': 'True if the current chunk is the first, false otherwise.', 'chunk_last': 'True if the current chunk is the last, false otherwise.', + 'run_days': 'Chunk length in days.', 'notify_on': 'Determine the job statuses you want to be notified.' }, 'config': { -- GitLab