@@ -35,7 +35,7 @@ database_root = /home/xylar/data/polaris/data
3535# The parallel section describes options related to running tests in parallel
3636[parallel]
3737
38- # parallel system of execution: slurm or single_node
38+ # parallel system of execution: slurm, pbs or single_node
3939system = single_node
4040
4141# whether to use mpirun or srun to run the model
@@ -47,7 +47,7 @@ cores_per_node = 8
4747
4848```
4949
50- The comments in this example are hopefully pretty self-explanatory.
50+ The comments in this example are hopefully pretty self-explanatory.
5151You provide the config file to ` polaris setup ` and ` polaris suite ` with
5252the ` -f ` flag:
5353
@@ -81,12 +81,12 @@ sources:
8181 [ extended interpolation] ( https://docs.python.org/3/library/configparser.html#configparser.ExtendedInterpolation )
8282 in the config file to use config options within other config
8383 options, e.g. ` component = ${paths:component_path}/ocean_model ` .
84- - a config file shared with other similar tasks if one is defined. For
85- idealized tests, these often include the size and resolution of the mesh as
84+ - a config file shared with other similar tasks if one is defined. For
85+ idealized tests, these often include the size and resolution of the mesh as
8686 well as (for ocean initial conditions) the number of vertical levels.
8787- any number of config files from the task. There might be different
8888 config options depending on how the task is configured (e.g. only if a
89- certain feature is enabled. For example, {ref}` ocean-global-ocean ` loads
89+ certain feature is enabled. For example, {ref}` ocean-global-ocean ` loads
9090 different sets of config options for different meshes.
9191- a user's config file described above.
9292
@@ -153,7 +153,7 @@ core_path = mpas-ocean
153153# source: /home/xylar/code/polaris/customize_config_parser/polaris/default.cfg
154154partition_executable = gpmetis
155155
156- # parallel system of execution: slurm or single_node
156+ # parallel system of execution: slurm, pbs or single_node
157157# source: /home/xylar/code/polaris/customize_config_parser/inej.cfg
158158system = single_node
159159
@@ -467,6 +467,6 @@ min_layer_thickness = 3.0
467467max_layer_thickness = 500.0
468468```
469469
470- The comments are retained and the config file or python module where they were
471- defined is also included as a a comment for provenance and to make it easier
470+ The comments are retained and the config file or python module where they were
471+ defined is also included as a a comment for provenance and to make it easier
472472for users and developers to understand how the config file is built up.
0 commit comments