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

Develop UTC

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged aho requested to merge develop-UTC into master Sep 22, 2020
  • Overview 3
  • Commits 2
  • Pipelines 0
  • Changes 1

Hi @nperez

The time zone has been changed from local to UTC. I used the following scripts to test. Please let me know if you find any problems, thanks!

# Case 1
pobs <- paste0('/esarchive/recon/ecmwf/era5/monthly_mean/',
               '$VAR_NAME$_f1h/$VAR_NAME$_$YEAR$$MONTH$.nc')

data <- Load(var = 'sfcWind',
             obs = list(list(path = pobs)),
             sdates = '20181101',
             leadtimemin = 1, leadtimemax = 1,
             output = 'lonlat',
             grid = 'r360x181',
             method = 'conservative',
             storefreq = 'monthly',
             latmin = 10, latmax = 20,
             lonmin = 0, lonmax = 10)
data$Dates

# Case 2
data <- Load('prlr', exp = 'system5c3s',
                     obs = 'era5',
                     sdates = c('20100501'),# '20110501', '20120501'),
                     #leadtimemin = 121, leadtimemax = 151,
                     latmin = 44, latmax = 47,
                     lonmin = 5, lonmax = 9,
                     nmember = 1,
                     storefreq = "daily", sampleperiod = 1,
                     output = "lonlat")
data$Dates

Cheers,
An-Chi

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-UTC