Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • M magicCut
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 0
    • Issues 0
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 0
    • Merge requests 0
  • 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
  • Computational Earth SciencesComputational Earth Sciences
  • HPC for ES Team
  • magicCut
  • Wiki
  • Home

Home · Changes

Page history
Update home authored Jan 07, 2021 by sparonuz's avatar sparonuz
Hide whitespace changes
Inline Side-by-side
home.md
View page @ 38310b8f
...@@ -7,7 +7,7 @@ Some assumptions were made for the tool to work: ...@@ -7,7 +7,7 @@ Some assumptions were made for the tool to work:
- It is based on the idea of having a __timestep__ structure in the code. - It is based on the idea of having a __timestep__ structure in the code.
The tool will guess which is the first function called, and using this as a marker for the timesteps length, determines the best of them and cuts it using paramedir. This implies some conditions: The tool will guess which is the first function called, and using this as a marker for the timesteps length, determines the best of them and cuts it using paramedir. This implies some conditions:
- your code is supposed to have even steps - your code is supposed to have more or less equally weighted steps
- the function called are more or less always the same - the function called are more or less always the same
- ... other things that do not occur to me right now. - ... other things that do not occur to me right now.
......
Clone repository
  • Home