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/source/getting_started.rst
+6-6Lines changed: 6 additions & 6 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -97,7 +97,7 @@ Exploring Variable Mappings
97
97
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:
98
98
99
99
- Variable metadata (CF standard names, units, dimensions)
100
-
- Mapping completeness and validation status
100
+
- Mapping completeness and validation status
101
101
- Model-specific mapping information
102
102
- Easy-to-read tabular format with color coding
103
103
@@ -110,7 +110,7 @@ The variable mapping display shows:
110
110
111
111
- **Variable Name**: The CMIP variable name (e.g., rsds - surface downwelling shortwave flux)
112
112
- **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
114
114
- **Dimensions**: How the data dimensions map between raw and CMIP formats
115
115
- **Model Info**: Shows the ACCESS model version used for this mapping
116
116
@@ -171,7 +171,7 @@ The CMIP7 format follows the pattern: ``realm.variable.operation.frequency.domai
171
171
This provides more explicit information about:
172
172
173
173
- **Realm**: Model component (atmos, ocean, land, etc.)
174
-
- **Variable**: The physical quantity
174
+
- **Variable**: The physical quantity
175
175
- **Operation**: Temporal and spatial processing applied
176
176
- **Frequency**: Data output frequency
177
177
- **Domain**: Spatial domain specification
@@ -187,10 +187,10 @@ Here's how to use CMIP7 compound names with ACCESS-MOPPy:
187
187
cmip7_cmoriser = ACCESS_ESM_CMORiser(
188
188
input_data=files, # Can reuse the same atmospheric files
189
189
compound_name="atmos.tas.tavg-h2m-hxy-u.mon.glb", # CMIP7 full branded name
190
-
experiment_id="piControl-spinup",
190
+
experiment_id="piControl-spinup",
191
191
source_id="pcmdi-test-1-0", # CMIP7 test source identifier
192
192
variant_label="r1i1p1f1",
193
-
grid_label="gn",
193
+
grid_label="gn",
194
194
activity_id="CMIP",
195
195
parent_info=parent_experiment_config,
196
196
cmip_version="CMIP7"# Explicit CMIP7 support
@@ -227,7 +227,7 @@ The table below shows the key differences between CMIP6 and CMIP7 compound name
0 commit comments