Skip to content

Commit 4d5fca8

Browse files
authored
Merge pull request #11 from CABLE-LSM/dev
For benchcab release v3.0.0
2 parents 272455a + 2f3c795 commit 4d5fca8

2 files changed

Lines changed: 8 additions & 8 deletions

File tree

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
11
src/
22
runs/
33
benchmark_cable_qsub.sh*
4+
rev_number-*.log

config.yaml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -19,14 +19,13 @@ project: w97
1919

2020
experiment: five-site-test
2121

22-
realisations: [
23-
{
24-
path: "trunk",
25-
},
26-
{
27-
path: "branches/Users/ccc561/v3.0-YP-changes",
28-
}
29-
]
22+
realisations:
23+
- repo:
24+
svn:
25+
branch_path: trunk
26+
- repo:
27+
git:
28+
branch: main
3029

3130
modules: [
3231
intel-compiler/2021.1.1,

0 commit comments

Comments
 (0)