Skip to content
GitLab
Projects Groups Topics Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • G genetic_algorithm_pisces1d
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributor statistics
    • Graph
    • Compare revisions
  • Issues 6
    • Issues 6
    • 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
  • Climate Prediction
  • genetic_algorithm_pisces1d
  • Wiki
  • Pisces1d Genetic Algorithm Usage

Pisces1d Genetic Algorithm Usage · Changes

Page history
Update Pisces1d Genetic Algorithm Usage authored Jan 19, 2021 by Marcus Falls's avatar Marcus Falls
Hide whitespace changes
Inline Side-by-side
Pisces1d-Genetic-Algorithm-Usage.md
View page @ eb52f1ed
...@@ -52,11 +52,15 @@ Once you have these, edit the variables and paths at the start of each script on ...@@ -52,11 +52,15 @@ Once you have these, edit the variables and paths at the start of each script on
## Running the experiment ## Running the experiment
On the autosubmit terminal, run: On the autosubmit terminal, run:
```autosubmit refresh xxxx``` ```autosubmit refresh xxxx```
```autosubmit create xxxx``` (-np flag recommended for large experiments) ```autosubmit create xxxx``` (-np flag recommended for large experiments)
```nohup autosubmit run xxxx &>log &``` ```nohup autosubmit run xxxx &>log &```
## Postprocessing ## Postprocessing
The postprocessing script can be found [here](https://earth.bsc.es/gitlab/cp/genetic_algorithm_pisces1d/-/tree/master/postproc).
Designed to be run on power9 and nord3 from esarchive, it copies the outputs onto esarchive and creates plots of the evolution of the optimal parameters, stats and cost of the optimal member in each generation.
\ No newline at end of file
Clone repository
  • Pisces1d Genetic Algorithm Usage
  • Home