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 Feb 02, 2021 by Marcus Falls's avatar Marcus Falls
Hide whitespace changes
Inline Side-by-side
Pisces1d-Genetic-Algorithm-Usage.md
View page @ 92bb0725
...@@ -36,7 +36,7 @@ Finally, edit the following configuration files: ...@@ -36,7 +36,7 @@ Finally, edit the following configuration files:
Here is the full list of input files that you need: Here is the full list of input files that you need:
* nemo executable, .xml files and namelists, found in EXP00 * nemo executable, .xml files and namelists, found in EXP00
* The file of observed data that you're comparing to, in netCDF format * The file of observed data that you're comparing to, in netCDF format
* The NEMO netcdf input files. Since the zoom capability doesn't seem to work, the workflow crops the netcdfs according to inputted coordinates. Thus, full global files will work okay here. * The NEMO netcdf input files. Both 3x3 latxlon and full global files will work okay here. See step 1: Crop below
* A file called variables.csv, which contains the information on the parameters that you want to investigate. Any numerical parameter that is found in namelist_pisces_ref can be added here. * A file called variables.csv, which contains the information on the parameters that you want to investigate. Any numerical parameter that is found in namelist_pisces_ref can be added here.
Once you have these, edit the variables and paths at the start of each script on the workflow: Once you have these, edit the variables and paths at the start of each script on the workflow:
...@@ -53,7 +53,7 @@ Once you have these, edit the variables and paths at the start of each script on ...@@ -53,7 +53,7 @@ Once you have these, edit the variables and paths at the start of each script on
On the autosubmit terminal, run: On the autosubmit terminal, run:
```autosubmit refresh xxxx``` ```autosubmit refresh xxxx``` (only for the first time)
```autosubmit create xxxx``` (-np flag recommended for large experiments) ```autosubmit create xxxx``` (-np flag recommended for large experiments)
......
Clone repository
  • Pisces1d Genetic Algorithm Usage
  • Home