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
  • #157
Closed
Open
Issue created Jun 21, 2022 by aho@ahoMaintainer

Reduce CDO repeated warnings

CDORemapper() uses s2dv::CDORemap, which usually returns several warning messages. For example,

Warning (cdfInqContents): Coordinates variable time can't be assigned!
Warning (cdfInqContents): Coordinates variable height can't be assigned!
5: In (function (data_array = NULL, lons, lats, grid, method, avoid_writes = TRUE,  :
  CDORemap: Using CDO version 1.9.8.

It is bearable when using s2dv::CDORemap standalone since the warnings show once only. However, since Start() calls CDORemapper() several times, and Start() can load numerous files, the warnings are duplicated and overwhelm the screen. It would be more user-friendly to reduce repeated warning messages or provide an option to hide all the warnings.

Assignee
Assign to
Time tracking