Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • CSTools CSTools
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 28
    • Issues 28
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 2
    • Merge requests 2
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • External
  • CSToolsCSTools
  • Merge requests
  • !148

Correct time dimensions of saved netCDF

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Eva Rifà requested to merge develop-SaveExp_timedims into master Mar 16, 2023
  • Overview 0
  • Commits 2
  • Pipelines 1
  • Changes 2

From CST_SaveExp: Remaining issues (2).

When saving MD arrays to NetCDF in a single file, since the file has dimensions sdate and ftime, it is not possible to retrieve time values directly. The proposed time units are:

        double sdate(sdate) ;
                sdate:units = "hours since 2017-02-01" ;
                sdate:long_name = "sdate" ;
                sdate:sdates = "2017-02-01, 2018-02-01" ;
        double time(time) ;
                time:units = "months" ;
                time:long_name = "time" ;
                time:calendar = "proleptic_gregorian" ;
Edited Mar 16, 2023 by Eva Rifà
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-SaveExp_timedims