Skip to content

Commit c24f202

Browse files
committed
More fix
1 parent 6ae1803 commit c24f202

1 file changed

Lines changed: 9 additions & 12 deletions

File tree

docs/models/run_a_model/run_access-esm.md

Lines changed: 9 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -111,7 +111,7 @@ All released {{ model }} configurations are available from the [{{ model }} conf
111111
{%
112112
include-markdown "includes/payu.md"
113113
start="<!--start:payu-test-config-->"
114-
end="<!--end:payu-test_config-->"
114+
end="<!--end:payu-test-config-->"
115115
%}
116116

117117
!!! tip
@@ -256,16 +256,13 @@ For a complete documentation on how to use this framework, check the [Model Diag
256256
end="<!--end:payu-advance-options-->"
257257
%}
258258

259-
### Other configuration options
259+
??? info "Collate"
260260

261-
!!! warning
262-
The following sections in the `config.yaml` file control configuration options that are rarely modified, and often require a deeper understanding of how {{ model }} is structured to be safely changed.
263-
264-
#### Collate {: .no-toc }
265-
266-
Rather than outputting a single diagnostic file over the whole model horizontal grid, the ocean component [MOM](/models/model_components/ocean/#modular-ocean-model-mom) typically generates diagnostic outputs as tiles, each of which spans a portion of model grid.
267-
268-
The `collate` section in the `config.yaml` file controls the process that combines these smaller files into a single output file.
261+
#### Collate {: .no-toc }
262+
263+
Rather than outputting a single diagnostic file over the whole model horizontal grid, the ocean component [MOM](/models/ model_components/ocean/#modular-ocean-model-mom) typically generates diagnostic outputs as tiles, each of which spans a portion of model grid.
264+
265+
The `collate` section in the `config.yaml` file controls the process that combines these smaller files into a single output file.
269266

270267
```yaml
271268
# Collation
@@ -279,11 +276,11 @@ collate:
279276
Restart files are typically tiled in the same way and will also be combined together if the `restart` field is set to `true`.
280277

281278
{% include-markdown "includes/payu.md"
282-
start="<!--start:payu-component-configurat-->"
279+
start="<!--start:payu-component-configuration-->"
283280
end="<!--end:payu-component-configuration-->"
284281
%}
285282

286-
??? info "Create a custom {{ model }} build
283+
??? info "Create a custom {{ model }} build"
287284

288285
### Create a custom {{ model }} build
289286
All the executables needed to run {{ model }} are pre-built into independent configurations using _Spack_.<br>

0 commit comments

Comments
 (0)