diff --git a/autosubmit/job/job.py b/autosubmit/job/job.py index edde1e57776dab2628953ba25bb5f5b5a307bf7a..8f80f23d335480242713b8e2822ef636f7dd36c5 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': {