Skip to content

Commit 1ef2258

Browse files
committed
Fix constituent dimension name
1 parent 2d6fc07 commit 1ef2258

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/data/generate_registry_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1235,7 +1235,7 @@ class File:
12351235
__dim_order = {'horizontal_dimension' : 1,
12361236
'vertical_layer_dimension' : 2,
12371237
'vertical_interface_dimension' : 3,
1238-
'number_of_constituents' : 4}
1238+
'number_of_ccpp_constituents' : 4}
12391239
__min_dim_key = 5 # For sorting unknown dimensions
12401240

12411241
def __init__(self, file_node, known_types, dycore,

0 commit comments

Comments
 (0)