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
  • Merge requests
  • !69

Develop merge_across_dims_narm + split_multiselected_dims

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-merge_across_dims-NA into master May 06, 2020
  • Overview 2
  • Commits 23
  • Pipelines 0
  • Changes 9

It is the fix/development for issue #59 (closed).

  1. New parameter 'merge_across_dims_narm' is introduced. It can remove additional/unwanted NAs when merge_across_dims = TRUE. It is helpful when the desired time dimension is continuous, so users don't need to remove NAs manually afterward. Also, it is mandatory when 'split_multiselected_dims' is used along. The extra NAs makes the result incorrect.
  2. Bugfix for the mixed dimension problem when 'split_multiselected_dims' and 'merge_across_dims' are both used.
  3. Write FAQ How-to-#17 for the usage of 'split_multiselected_dims', and amend How-to-#2 for the new feature in merge parameters.
  4. Write a new usecase ex1_7 for the usage of 'split_multiselected_dims', and amend ex1_2 and ex1_3.
  5. Create unit test for this development.
  6. Include the fix in branch 'develop-splitdim-chunking' because it is about 'split_multiselected_dims' also. The error occurred when using Compute().
Edited May 06, 2020 by aho
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-merge_across_dims-NA