Skip to content

Commit fc0732e

Browse files
committed
(#319) - formatting
1 parent cec78fd commit fc0732e

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

docs/user_guide/use_cases.md

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ modules: [
5353
]
5454
```
5555

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.
5757
2. You need to setup your environment for meorg_client before using this feature.
5858

5959
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
@@ -77,13 +77,13 @@ realisations:
7777
- repo:
7878
git:
7979
branch: XXXXX
80-
patch: # (1)
80+
patch: # (2)
8181
cable:
8282
cable_user:
8383
existing_feature: YYYY
8484

8585
fluxsite:
86-
meorg_model_output_id: ZZZZ # (2)
86+
meorg_model_output_id: ZZZZ # (3)
8787

8888
modules: [
8989
intel-compiler/2021.1.1,
@@ -92,8 +92,9 @@ modules: [
9292
]
9393
```
9494

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.
9798

9899
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
99100

@@ -105,7 +106,7 @@ If you have a bug fix that affects all CABLE simulations, you need to run:
105106
- the development branch as is
106107

107108
```yaml
108-
realisations: # (1)
109+
realisations:
109110
- repo:
110111
git:
111112
branch: main
@@ -114,7 +115,7 @@ realisations: # (1)
114115
branch: XXXXX
115116

116117
fluxsite:
117-
meorg_model_output_id: ZZZZ # (2)
118+
meorg_model_output_id: ZZZZ # (1)
118119

119120
modules: [
120121
intel-compiler/2021.1.1,
@@ -123,8 +124,7 @@ modules: [
123124
]
124125
```
125126

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.
128128

129129
The evaluation results will be in modelevaluation.org on the Model Output page you've specified
130130

@@ -171,8 +171,8 @@ modules: [
171171
1. Testing at one flux site only to save time and resources.
172172
2. We are using the same branch twice so we need to name each occurrence differently.
173173
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.
176176
6. You can reduce the requested resources to reduce the cost of the test.
177177

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

Comments
 (0)