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
  • !234

fix condition

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nuria Pérez-Zanón requested to merge develop-Dates into master Oct 28, 2020
  • Overview 1
  • Commits 1
  • Pipelines 0
  • Changes 1

Hi @aho!

My worst nightmares become true. This branch fix the problem created in the previous fix for metadata.

Now, the tests pass and the following code also work:

sdate <- c('20170101')
path <- list(name = 'system4_m1',
                   path = file.path('/esarchive/exp/ecmwf',
                                    '$EXP_NAME$/$STORE_FREQ$_mean',  #month_mean',
                                    '$VAR_NAME$_f6h/$VAR_NAME$_$START_DATE$.nc'))
time_length <- 7
 data_Load <- Load(var = 'tas',
                     exp = list(path),
                     sdates = sdate,
                     storefreq = "monthly",
                     leadtimemax = time_length,
                     output = 'lonlat',
                     nmember = 1, nprocs = 1)

Please, check whatever you consider necessary and go head with the merge or provide me some feedback.

Cheers,

Núria

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