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
  • #4
Closed
Open
Issue created Jun 09, 2017 by Nicolau Manubens Gil@nmanubensMaintainer

Bug when loading multiple variables by name

> mask_path <- '/esnas/autosubmit/con_files/mask.regions.Ec3.0_O1L46.nc'
> lonlat <- Start(repos = mask_path,
+                 var = c('nav_lon', 'nav_lat'), 
+                 t = 'first',
+                 z = 'first', 
+                 x = 'all', 
+                 y = 'all', 
+                 return_vars = list(var_names = NULL), 
+                 var_var = 'var_names')
* Exploring files... This will take a variable amount of time depending
*   on the issued request and the performance of the file server...
Error in selector_checker(sub_array_of_selectors, sub_array_of_values,  : 
  Selectors do not match values in 'var'.
In addition: Warning messages:
1: ! Warning: Parameter 'pattern_dims' not specified. Taking the first dimension,
!   'repos' as 'pattern_dims'. 
2: ! Warning: Taking the first pattern dim, 'repos', as dimension with pattern
!   specifications (to be fetched in configuration file). 
Assignee
Assign to
Time tracking