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/includes/payu.md
-2Lines changed: 0 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -554,6 +554,4 @@ qsub_flags: -W umask=027
554
554
## Edit a model components' configuration
555
555
556
556
To modify the physics used by a model component, the input data or the model variables saved in the output, you will need to modify the model component's configuration files. These are located inside a subfolder of the _control_ directory, named according to the submodel's `name` specified in the `config.yaml` `submodels` section.
557
-
558
-
For more details about these options, please refer to the [configurations documentation]({{configs_docs}}).
Copy file name to clipboardExpand all lines: docs/models/run_a_model/run_access-esm.md
+21-17Lines changed: 21 additions & 17 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -283,26 +283,30 @@ Restart files are typically tiled in the same way and will also be combined toge
283
283
end="<!--end:payu-component-configuration-->"
284
284
%}
285
285
286
-
### Create a custom {{ model }} build
287
-
All the executables needed to run {{ model }} are pre-built into independent configurations using _Spack_.<br>
288
-
To customise {{ model }}'s build (for example to run {{ model }} with changes in the source code of one of its component), refer to [Modify and build an ACCESS model's source code](/models/build_a_model/build_source_code#{{model|lower}}).
286
+
??? info "Create a custom {{ model }} build
289
287
290
-
### Controlling model output
291
-
Selecting the variables to save from a simulation can be a balance between enabling future analysis and minimising storage requirements. The choice and frequency of variables saved by each model can be configured from within each submodel's _control_ directory.
288
+
### Create a custom {{ model }} build
289
+
All the executables needed to run {{ model }} are pre-built into independent configurations using _Spack_.<br>
290
+
To customise {{ model }}'s build (for example to run {{ model }} with changes in the source code of one of its component), refer to [Modify and build an ACCESS model's source code](/models/build_a_model/build_source_code#{{model|lower}}).
292
291
293
-
Each submodel's _control_ directory contains _detailed_ and _standard_ presets for controlling the output, located in the `diagnostic_profiles` subdirectories (e.g. `~/access-esm/preindustrial+concentrations/ice/diagnostic_profiles` for the sea ice submodel). The _detailed_ profiles request a large number of variables at higher frequencies, while the _standard_ profiles restrict the output to variables more regularly used across the community. Details on the variables saved by each preset are available in [this Hive Forum topic](https://forum.access-hive.org.au/t/preset-output-profiles-for-esm1-5/3629).
292
+
??? info "Controlling the diagnostics output by the model"
294
293
295
-
Selecting a preset output profile to use in a simulation can be done by pointing the following symbolic links to the desired profile:
296
-
297
-
* `STASHC` in the atmosphere _control_ directory.
298
-
* `diag_table` in the ocean _control_ directory.
299
-
* `ice_history.nml` in the ice _control_ directory.
300
-
301
-
For example, to select the _detailed_ output profile for the atmosphere:
### Controlling the diagnostics output by the model
295
+
Selecting the variables to save from a simulation can be a balance between enabling future analysis and minimising storage requirements. The choice and frequency of variables saved by each model can be configured from within each submodel's _control_ directory.
296
+
297
+
Each submodel's _control_ directory contains _detailed_ and _standard_ presets for controlling the output, located in the `diagnostic_profiles` subdirectories (e.g. `~/access-esm/preindustrial+concentrations/ice/diagnostic_profiles` for the sea ice submodel). The _detailed_ profiles request a large number of variables at higher frequencies, while the _standard_ profiles restrict the output to variables more regularly used across the community. Details on the variables saved by each preset are available in [this Hive Forum topic](https://forum.access-hive.org.au/t/preset-output-profiles-for-esm1-5/3629).
298
+
299
+
Selecting a preset output profile to use in a simulation can be done by pointing the following symbolic links to the desired profile:
300
+
301
+
* `STASHC` in the atmosphere _control_ directory.
302
+
* `diag_table` in the ocean _control_ directory.
303
+
* `ice_history.nml` in the ice _control_ directory.
304
+
305
+
For example, to select the _detailed_ output profile for the atmosphere:
0 commit comments