Skip to content

Commit c0e59c4

Browse files
committed
Update node-type-check option name
1 parent fab808f commit c0e59c4

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

  • applications/lfric_atm/optimisation
    • azngarch-sandbox/transmute/science/ukca/src/science/core/aerosols/glomap
    • meto-ex1a/transmute/science/ukca/src/science/core/aerosols/glomap

applications/lfric_atm/optimisation/azngarch-sandbox/transmute/science/ukca/src/science/core/aerosols/glomap/ukca_aero_ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def trans(psyir):
7272
# some non-PURE subroutines called within this loop
7373
"force": True,
7474
# several WRITE statements used for diagnostics
75-
"node-type-check": False,
75+
"node_type_check": False,
7676
}
7777
# For the coarse-grained approach, we have *one* loop we want to work on
7878
# - the loop over segments. This gives almost complete coverage for GLOMAP,

applications/lfric_atm/optimisation/meto-ex1a/transmute/science/ukca/src/science/core/aerosols/glomap/ukca_aero_ctl.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ def trans(psyir):
7272
# some non-PURE subroutines called within this loop
7373
"force": True,
7474
# several WRITE statements used for diagnostics
75-
"node-type-check": False,
75+
"node_type_check": False,
7676
}
7777
# For the coarse-grained approach, we have *one* loop we want to work on
7878
# - the loop over segments. This gives almost complete coverage for GLOMAP,

0 commit comments

Comments
 (0)