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
  • #1423
Closed
Open
Issue created Sep 23, 2024 by Francesc Roura Adserias@froura🌍Developer

Split selection starting with 0

( 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

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

create step

  • Full_name: -

  • Log_Path: -

Summary

I don't know if this is a bug or that some documentation is missing. I found that selecting SPLITS_FROM: 1 takes the second split of the chunk instead of the first one. (see example below)

Steps to reproduce

Create with SPLITS_FROM: 1

What is the current bug behavior?

it takes the second split

What is the expected correct behavior?

take the first split

(it order to take the first split I hafe to do SPLITS_FROM: 0, which is not in the documentation, from here my doubts).

Relevant logs and/or screenshots(if applicable)

examples of what I get:

Screenshot_from_2024-09-23_16-45-26

  DN:
    CHECK: on_submission
    DEPENDENCIES:
      APP_ENERGY_ONSHORE-1:
        SPLITS_FROM:
          0:
            SPLITS_TO: '%JOBS.DN.SPLITS%'

Screenshot_from_2024-09-23_16-46-02

  DN:
    CHECK: on_submission
    DEPENDENCIES:
      APP_ENERGY_ONSHORE-1:
        SPLITS_FROM:
          1:
            SPLITS_TO: '%JOBS.DN.SPLITS%'

What I would expect:

Screenshot_from_2024-09-23_16-45-26

  DN:
    CHECK: on_submission
    DEPENDENCIES:
      APP_ENERGY_ONSHORE-1:
        SPLITS_FROM:
          1:
            SPLITS_TO: '%JOBS.DN.SPLITS%'


### Any other relevant information(if applicable)

()
Assignee
Assign to
Time tracking