Skip to content

Commit

Permalink
(#319) - formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
ccarouge committed Jan 22, 2025
1 parent cec78fd commit fc0732e
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions docs/user_guide/use_cases.md
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ modules: [
]
```

1. Use the same option names and values as implemented in the cable namelist file.
1. Use the option names and values as implemented in the cable namelist file.
2. You need to setup your environment for meorg_client before using this feature.

The evaluation results will be in modelevaluation.org on the Model Output page you've specified
Expand All @@ -77,13 +77,13 @@ realisations:
- repo:
git:
branch: XXXXX
patch: # (1)
patch: # (2)
cable:
cable_user:
existing_feature: YYYY

fluxsite:
meorg_model_output_id: ZZZZ # (2)
meorg_model_output_id: ZZZZ # (3)

modules: [
intel-compiler/2021.1.1,
Expand All @@ -92,8 +92,9 @@ modules: [
]
```

1. Use the same option names and values as implemented in the cable namelist file.
2. You need to setup your environment for meorg_client before using this feature.
1. Use the option names and values as implemented in the cable namelist file.
2. Use the option names and values as implemented in the cable namelist file.
3. You need to setup your environment for meorg_client before using this feature.

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

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

```yaml
realisations: # (1)
realisations:
- repo:
git:
branch: main
Expand All @@ -114,7 +115,7 @@ realisations: # (1)
branch: XXXXX

fluxsite:
meorg_model_output_id: ZZZZ # (2)
meorg_model_output_id: ZZZZ # (1)

modules: [
intel-compiler/2021.1.1,
Expand All @@ -123,8 +124,7 @@ modules: [
]
```

1. Use the same option names and values as implemented in the cable namelist file.
2. You need to setup your environment for meorg_client before using this feature.
1. You need to setup your environment for meorg_client before using this feature.

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

Expand Down Expand Up @@ -171,8 +171,8 @@ modules: [
1. Testing at one flux site only to save time and resources.
2. We are using the same branch twice so we need to name each occurrence differently.
3. Give the full path to your local CABLE repository with your code changes.
4. Use the same option names and values as implemented in the cable namelist file.
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.
4. Use the option names and values as implemented in the cable namelist file.
5. You need to setup your environment for meorg_client before using this feature.
6. You can reduce the requested resources to reduce the cost of the test.

Comparisons of R0 and R1 should show bitwise agreement. R2 and R0 comparison on modelevaluation.org shows the impact of the changes.
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 comments on commit fc0732e

Please sign in to comment.