Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • startR startR
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 29
    • Issues 29
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • Earth SciencesEarth Sciences
  • startRstartR
  • Issues
  • #38
Closed
Open
Issue created Oct 30, 2019 by Nuria Pérez-Zanón@nperezMaintainer

Start cannot load the headers created by Compute

Thanks to @vtorralba reporting, I have identified a problem in Start.

She was using one experiment and observations with dimensions: sdate = 11, ensemble = 15, lon = 15 and lat = 14. The function (based on .cal from CSTools, works on 'member' and 'sdate' dimensions. Therefore, she was using dimension 'lon' and 'lat' for chunking.

The Compute call works for:

res_fat1 <- Compute(wf,chunks = list(latitude = 1,longitude = 1))

And failed:

res_fat2 <- Compute(wf,chunks = list(latitude = 2,longitude = 2))
Error in sub_array_of_indices[[2]] : subíndice fuera de  los límites

This error comes from Start() function, which at some point doesn't considered the case of a list with one element containing the extreme values of the dimension where the chunking was working.

Vero, do you mind to share the path to your code? Or even better, do you mind I create a example to be added to the guidelines f startR?

Please, let me know if the solution I have proposed in branch 'develop-Startindices' works for you.

Many thanks!!

Núria

Edited Oct 30, 2019 by Nuria Pérez-Zanón
Assignee
Assign to
Time tracking