Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • SUNSET SUNSET
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 43
    • Issues 43
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 12
    • Merge requests 12
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Terraform modules
  • 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
  • SUNSETSUNSET
  • Merge requests
  • !3

Develop workflow

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged Nuria Pérez-Zanón requested to merge develop-workflow into master Aug 27, 2021
  • Overview 4
  • Commits 6
  • Pipelines 0
  • Changes 14

Hi @lpalma

I open the merge request to list the content of the branch:

  • new folder recipe/tests with some recipes to run tests using execute_tests.R
  • The code is able to run multiple modules (only Calibration and Skill templates for now)
  • I found a problem when specifying Skill multiple times in the Workflow. The solution I propose is to include underscore '_' (only once allowed) as follows:
 Workflow:
    Skill_1:
      - {metric: EnsCorr}
      - {metric: Bias}
    Calibration:
      method: SBC
    Skill_2:
      - {metric: EnsCorr}
      - {metric: Bias}
    Indicators:
      index: FALSE

After '_' any string is allowed (e.g.: Skill_Total). This can be useful to save results too.

  • Review of ERROR to add stop("EXECUTION FAILED")

I would like to do a test in case the Variable requested is an indicator. I keep updating the shared docu https://docs.google.com/document/d/1uXoxZB2VyGi4KGcUetz6kiLPq_R2jUw_hf1z_xyYH10/edit

Cheers,

Núria

Edited Aug 30, 2021 by Nuria Pérez-Zanón
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: develop-workflow