Skip to content

Commit

Permalink
Implement suggestions by @phackstock
Browse files Browse the repository at this point in the history
  • Loading branch information
danielhuppmann committed Jul 3, 2023
1 parent a30564e commit 38cf531
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion docs/user_guide/model-mapping.rst
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ required in a valid model mapping. See :ref:`region` for more information.
These constituent regions must be model native regions.

The names of the constituent regions **must** refer to the **original** model native
region names, i.e., *region_a* and *region_b* and **not** *alternative_name_a*
region names, i.e., *region_a* and *region_b*, **not** *alternative_name_a*
in the example shown above.

* *exclude_regions* optional (list of str): If input data for region processing contains
Expand Down
6 changes: 3 additions & 3 deletions docs/user_guide/model-registration.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ national countries), add a file ``<your-model_vX.X>.yaml`` in the folder
This file should follow the region-naming conventions of :ref:`region`.
The *hierarchy* property should be the model name inluding the version number.

Region-processing mapping
^^^^^^^^^^^^^^^^^^^^^^^^^
Model mapping for region processing
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^

If the scenario-processing workflow should execute a region-aggregation step,
If the scenario-processing workflow should execute a region-processing step,
add a file ``<your-model_vX.X>.yaml`` in the folder ``mappings/``.

This file should follow the region-naming conventions of :ref:`model_mapping`.
Expand Down

0 comments on commit 38cf531

Please sign in to comment.