Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • S s2dverification
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 65
    • Issues 65
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 7
    • Merge requests 7
  • 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
  • s2dverification
  • Issues
  • #249
Closed
Open
Issue created Jun 09, 2020 by aho@ahoMaintainer

Ano(): Error when parameter 'clim' has dimensions less than 4

The dimension number of parameter 'clim' is supposed to be from 2 to 7, while the following code returns error.

data <- array(rnorm(72), c(dat = 1,member = 3, sdate = 4, ftime = 6)) 
clim <- array(rnorm(12), c(dat = 1,member = 3, sdate = 4))
res <- Ano(data, clim)

Error in if ((length(dimvar) > length(dim(clim))) & (dim(clim)[4] != dimvar[4])) { : missing value where TRUE/FALSE needed

Assignee
Assign to
Time tracking