Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • autosubmit autosubmit
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 338
    • Issues 338
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 21
    • Merge requests 21
  • Deployments
    • Deployments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • autosubmitautosubmit
  • Issues
  • #1421
Closed
Open
Issue created Sep 23, 2024 by Francesc Roura Adserias@froura🌍Developer

calendar splits issue with chunksize

( This is a template for bug reports. Please fill in the relevant information and delete the rest. )

Hello @dbeltran and @bdepaula,

Autosubmit Version

4.1.10

Expid affected(If applicable)

a1q3 (not much relevant)

Which task has issues? Where is the log(If applicable)

  • Full_name: -

  • Log_Path: -

Summary

Steps to reproduce

Create the experiment with the joblist in the experiment.

What is the current bug behavior?

If the chunksize is changed, it only takes the last month of the chunk to compute the splits 🤔 and only one month is created (not a 2-month-long chunk)

That is:

for chunksize 1 starting on November, I get a month of 30 splits. That is ok.

for chunksize 2 starting on November, I get a single month of 31 splits Instead of a 2 month-long chunk.

What is the expected correct behavior?

I would assume that with chunksize 2 I would get a single chunk of 30 + 31 days.

Relevant logs and/or screenshots(if applicable)

example conf:

EXPERIMENT:
   DATELIST: 20221101 #Startdate
   MEMBERS: fc0
   CHUNKSIZEUNIT: month
   SPLITSIZEUNIT: day
   CHUNKSIZE: 2
   #SPLITSIZE: 1
   SPLITPOLICY: flexible
   NUMCHUNKS: 1
   CALENDAR: standard

Any other relevant information(if applicable)

Source issue in the workflows DestinE repository https://earth.bsc.es/gitlab/digital-twins/de_340-2/workflow/-/merge_requests/322

()

Assignee
Assign to
Time tracking