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 42
    • Issues 42
    • 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
  • !28

Incorporate first version of file logger and rearrange function arguments

  • Review changes

  • Download
  • Patches
  • Plain diff
Merged vagudets requested to merge dev-rearrange-fun-args into master Oct 25, 2022
  • Overview 4
  • Commits 15
  • Pipelines 6
  • Changes 18

Through the function prepare_outputs() an output directory is now created when a recipe is run. Inside this directory, the following outputs are saved:

  • A copy of the recipe (under logs/recipes/)
  • A log.txt file containing the messages displayed during the workflow. (under logs/)
  • The netCDF files and plots (under outputs/)

archive is now an optional parameter in the Saving and Visualization modules. If it is NULL, the default archive for each case (under conf/) is used.

@aho I have changed test_decadal.R, Loading_decadal.R and the unit tests to work with these changes. You can take a look if you want, you'll see that it's nothing too dramatic.

Victòria

Edited Oct 25, 2022 by vagudets
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: dev-rearrange-fun-args