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/models/run_a_model/run_access-esm.md
+9-12Lines changed: 9 additions & 12 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -111,7 +111,7 @@ All released {{ model }} configurations are available from the [{{ model }} conf
111
111
{%
112
112
include-markdown "includes/payu.md"
113
113
start="<!--start:payu-test-config-->"
114
-
end="<!--end:payu-test_config-->"
114
+
end="<!--end:payu-test-config-->"
115
115
%}
116
116
117
117
!!! tip
@@ -256,16 +256,13 @@ For a complete documentation on how to use this framework, check the [Model Diag
256
256
end="<!--end:payu-advance-options-->"
257
257
%}
258
258
259
-
### Other configuration options
259
+
??? info "Collate"
260
260
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.
269
266
270
267
```yaml
271
268
# Collation
@@ -279,11 +276,11 @@ collate:
279
276
Restart files are typically tiled in the same way and will also be combined together if the `restart` field is set to `true`.
280
277
281
278
{% include-markdown "includes/payu.md"
282
-
start="<!--start:payu-component-configurat-->"
279
+
start="<!--start:payu-component-configuration-->"
283
280
end="<!--end:payu-component-configuration-->"
284
281
%}
285
282
286
-
??? info "Create a custom {{ model }} build
283
+
??? info "Create a custom {{ model }} build"
287
284
288
285
### Create a custom {{ model }} build
289
286
All the executables needed to run {{ model }} are pre-built into independent configurations using _Spack_.<br>
0 commit comments