You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/user_guide/use_cases.md
+12-12Lines changed: 12 additions & 12 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ modules: [
53
53
]
54
54
```
55
55
56
-
1. Use the same option names and values as implemented in the cable namelist file.
56
+
1. Use the option names and values as implemented in the cable namelist file.
57
57
2. You need to setup your environment for meorg_client before using this feature.
58
58
59
59
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
@@ -77,13 +77,13 @@ realisations:
77
77
- repo:
78
78
git:
79
79
branch: XXXXX
80
-
patch: # (1)
80
+
patch: # (2)
81
81
cable:
82
82
cable_user:
83
83
existing_feature: YYYY
84
84
85
85
fluxsite:
86
-
meorg_model_output_id: ZZZZ # (2)
86
+
meorg_model_output_id: ZZZZ # (3)
87
87
88
88
modules: [
89
89
intel-compiler/2021.1.1,
@@ -92,8 +92,9 @@ modules: [
92
92
]
93
93
```
94
94
95
-
1. Use the same option names and values as implemented in the cable namelist file.
96
-
2. You need to setup your environment for meorg_client before using this feature.
95
+
1. Use the option names and values as implemented in the cable namelist file.
96
+
2. Use the option names and values as implemented in the cable namelist file.
97
+
3. You need to setup your environment for meorg_client before using this feature.
97
98
98
99
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
99
100
@@ -105,7 +106,7 @@ If you have a bug fix that affects all CABLE simulations, you need to run:
105
106
- the development branch as is
106
107
107
108
```yaml
108
-
realisations:# (1)
109
+
realisations:
109
110
- repo:
110
111
git:
111
112
branch: main
@@ -114,7 +115,7 @@ realisations: # (1)
114
115
branch: XXXXX
115
116
116
117
fluxsite:
117
-
meorg_model_output_id: ZZZZ # (2)
118
+
meorg_model_output_id: ZZZZ # (1)
118
119
119
120
modules: [
120
121
intel-compiler/2021.1.1,
@@ -123,8 +124,7 @@ modules: [
123
124
]
124
125
```
125
126
126
-
1. Use the same option names and values as implemented in the cable namelist file.
127
-
2. You need to setup your environment for meorg_client before using this feature.
127
+
1. You need to setup your environment for meorg_client before using this feature.
128
128
129
129
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
130
130
@@ -171,8 +171,8 @@ modules: [
171
171
1. Testing at one flux site only to save time and resources.
172
172
2. We are using the same branch twice so we need to name each occurrence differently.
173
173
3. Give the full path to your local CABLE repository with your code changes.
174
-
4. Use the same option names and values as implemented in the cable namelist file.
175
-
5. You need to setup your environment for meorg_client before using this feature. This option should only appear with the "my-feature-on" `repo` option.
174
+
4. Use the option names and values as implemented in the cable namelist file.
175
+
5. You need to setup your environment for meorg_client before using this feature.
176
176
6. You can reduce the requested resources to reduce the cost of the test.
177
177
178
-
Comparisons of R0 and R1 should show bitwise agreement. R2 and R0 comparison on modelevaluation.org shows the impact of the changes.
178
+
Comparisons of R0 and R1 should show bitwise agreement. R2 and R0 (and R1) comparison on modelevaluation.org shows the impact of the changes.
0 commit comments