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: applications/lfric_atm/optimisation/azngarch-sandbox/transmute/science/ukca/src/science/core/aerosols/glomap/ukca_aero_ctl.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ def trans(psyir):
72
72
# some non-PURE subroutines called within this loop
73
73
"force": True,
74
74
# several WRITE statements used for diagnostics
75
-
"node-type-check": False,
75
+
"node_type_check": False,
76
76
}
77
77
# For the coarse-grained approach, we have *one* loop we want to work on
78
78
# - the loop over segments. This gives almost complete coverage for GLOMAP,
Copy file name to clipboardExpand all lines: applications/lfric_atm/optimisation/meto-ex1a/transmute/science/ukca/src/science/core/aerosols/glomap/ukca_aero_ctl.py
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,7 @@ def trans(psyir):
72
72
# some non-PURE subroutines called within this loop
73
73
"force": True,
74
74
# several WRITE statements used for diagnostics
75
-
"node-type-check": False,
75
+
"node_type_check": False,
76
76
}
77
77
# For the coarse-grained approach, we have *one* loop we want to work on
78
78
# - the loop over segments. This gives almost complete coverage for GLOMAP,
0 commit comments