Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • N Nemo modelfactors
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 3
    • Issues 3
    • 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
    • Metrics
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • cpenadep
  • Nemo modelfactors
  • Wiki
  • Home

Home · Changes

Page history
Update Home authored Sep 21, 2022 by cpenadep's avatar cpenadep
Show whitespace changes
Inline Side-by-side
Home.md
View page @ c12432f6
...@@ -62,11 +62,12 @@ Nemo modelfactors requires parameters in order to work properly, those are added ...@@ -62,11 +62,12 @@ Nemo modelfactors requires parameters in order to work properly, those are added
* Jobs_scheduler (string): Available (slurm/lsf/torque). * Jobs_scheduler (string): Available (slurm/lsf/torque).
* Jobs_time (integer): Max duration of the job in min. * Jobs_time (integer): Max duration of the job in min.
* Jobs_queue (string): Queue used. * Jobs_queue (string): Queue used.
* Compilation_compile (string): When false only compiles NEMO if arch file lacks the needed flags, when true always compiles NEMO. * Compilation_compile (boolean): When false only compiles NEMO if arch file lacks the needed flags, when true always compiles NEMO.
* Compilation_ref (string): Reference configuration. * Compilation_ref (string): Reference configuration.
* Compilation_arch (string): Architecture used (without the -arch suffix and the .fcm). * Compilation_arch (string): Architecture used (without the -arch suffix and the .fcm).
* Compilation_name (string): Name of the new configuration (Important to not be an existing one). * Compilation_name (string): Name of the new configuration (Important to not be an existing one).
* Compilation_sub (string): Add or remove sub-components. * Compilation_sub (string): Add or remove sub-components.
* Clean (boolean): If true, at the end of the script, all residual files from NEMO executions (data, outputs, executable, folders) are deleted.
* Modules (string): List of modules loaded. * Modules (string): List of modules loaded.
## Output ## Output
......
Clone repository
  • Home