Skip to content
Snippets Groups Projects
Commit 2255a5c5 authored by Florian Ziemen's avatar Florian Ziemen
Browse files

Merge branch 'jacamar' into 'main'

first attempt at jacamar runner

See merge request !1
parents d043f4a9 2e87575c
No related branches found
No related tags found
1 merge request!1first attempt at jacamar runner
Pipeline #94921 passed
Showing
with 30 additions and 30000 deletions
include:
- project: 'anw_dienste/ci-templates'
file: '.slurm-ci.yml'
variables:
GIT_DEPTH: 50
QUARTO_VERSION: 1.4.553
......@@ -38,12 +43,36 @@ run_pre_commit_hooks:
variables:
COMPARE_SOURCE: HEAD^1
create_cat:
extends: .default
stage: build
needs: []
variables:
ACCOUNT: "mh0287"
SCHEDULER_PARAMETERS: "--account=$ACCOUNT --partition=interactive --ntasks=4 --mem=20G"
script:
- |
module load python3/unstable
pwd
ls
cd processing
pwd
ls
ipython create_yaml.ipynb
rules:
artifacts:
paths:
- public
.build: &build
stage: build
needs: [create_cat]
tags:
- conda
script:
- cp -a catalog/ public
- ls public
artifacts:
paths:
- public
......
sources:
slo1774:
args:
path: '{{CATALOG_DIR}}/slo1774.yaml'
description: CMIP7 - PICTRL
driver: yaml_file_cat
slo1781:
args:
path: '{{CATALOG_DIR}}/slo1781.yaml'
description: CMIP7 - 4xCO2
driver: yaml_file_cat
slo1782:
args:
path: '{{CATALOG_DIR}}/slo1782.yaml'
description: CMIP7 - 1%CO2
driver: yaml_file_cat
slo1826:
args:
path: '{{CATALOG_DIR}}/slo1826.yaml'
description: CMIP7 - PICTRL
driver: yaml_file_cat
slo1827:
args:
path: '{{CATALOG_DIR}}/slo1827.yaml'
description: CMIP7 - 4xCO2
driver: yaml_file_cat
slo1828:
args:
path: '{{CATALOG_DIR}}/slo1828.yaml'
description: CMIP7 - 1%CO2
driver: yaml_file_cat
tvp1774_001:
args:
path: '{{CATALOG_DIR}}/tvp1774_001.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
tvp1774_002:
args:
path: '{{CATALOG_DIR}}/tvp1774_002.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
tvp1774_003:
args:
path: '{{CATALOG_DIR}}/tvp1774_003.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
tvp1826_001:
args:
path: '{{CATALOG_DIR}}/tvp1826_001.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
tvp1826_002:
args:
path: '{{CATALOG_DIR}}/tvp1826_002.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
tvp1826_003:
args:
path: '{{CATALOG_DIR}}/tvp1826_003.yaml'
description: CMIP7 - historical
driver: yaml_file_cat
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
sources: {}
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
This diff is collapsed.
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment