Skip to content

Commit 37e4489

Browse files
committed
Fix formatting inconsistencies in variable mapping documentation
1 parent b658f65 commit 37e4489

1 file changed

Lines changed: 6 additions & 6 deletions

File tree

docs/source/getting_started.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ Exploring Variable Mappings
9797
ACCESS-MOPPy provides an enhanced variable mapping display that helps you understand how your raw model variables are mapped to CMIP-compliant variables. The `variable_mapping` attribute provides a rich, interactive display in Jupyter notebooks that shows:
9898

9999
- Variable metadata (CF standard names, units, dimensions)
100-
- Mapping completeness and validation status
100+
- Mapping completeness and validation status
101101
- Model-specific mapping information
102102
- Easy-to-read tabular format with color coding
103103

@@ -110,7 +110,7 @@ The variable mapping display shows:
110110

111111
- **Variable Name**: The CMIP variable name (e.g., rsds - surface downwelling shortwave flux)
112112
- **CF Standard Name**: The Climate and Forecast conventions standard name
113-
- **Units**: Expected units for the CMIP-compliant variable
113+
- **Units**: Expected units for the CMIP-compliant variable
114114
- **Dimensions**: How the data dimensions map between raw and CMIP formats
115115
- **Model Info**: Shows the ACCESS model version used for this mapping
116116

@@ -171,7 +171,7 @@ The CMIP7 format follows the pattern: ``realm.variable.operation.frequency.domai
171171
This provides more explicit information about:
172172

173173
- **Realm**: Model component (atmos, ocean, land, etc.)
174-
- **Variable**: The physical quantity
174+
- **Variable**: The physical quantity
175175
- **Operation**: Temporal and spatial processing applied
176176
- **Frequency**: Data output frequency
177177
- **Domain**: Spatial domain specification
@@ -187,10 +187,10 @@ Here's how to use CMIP7 compound names with ACCESS-MOPPy:
187187
cmip7_cmoriser = ACCESS_ESM_CMORiser(
188188
input_data=files, # Can reuse the same atmospheric files
189189
compound_name="atmos.tas.tavg-h2m-hxy-u.mon.glb", # CMIP7 full branded name
190-
experiment_id="piControl-spinup",
190+
experiment_id="piControl-spinup",
191191
source_id="pcmdi-test-1-0", # CMIP7 test source identifier
192192
variant_label="r1i1p1f1",
193-
grid_label="gn",
193+
grid_label="gn",
194194
activity_id="CMIP",
195195
parent_info=parent_experiment_config,
196196
cmip_version="CMIP7" # Explicit CMIP7 support
@@ -227,7 +227,7 @@ The table below shows the key differences between CMIP6 and CMIP7 compound name
227227
**CMIP7 Compound Name Breakdown:**
228228

229229
- ``atmos``: Atmospheric realm
230-
- ``tas``: Near-surface air temperature
230+
- ``tas``: Near-surface air temperature
231231
- ``tavg-h2m-hxy-u``: Time-averaged, 2-meter height, horizontal grid, unstructured
232232
- ``mon``: Monthly frequency
233233
- ``glb``: Global domain

0 commit comments

Comments
 (0)