@@ -39,7 +39,7 @@ specificTransfos="^(./)?progs/:=:
39
39
^(./)?turb/mode_tridiag_w\.F90:=:--empty --simplify
40
40
^(./)?micro/mode_lima:=:
41
41
^(./)?micro/lima:=:
42
- ^(./)?micro/lima_adjust_split\.F90:=:--removeCall sub:LIMA_ADJUST_SPLIT CONDENSATION
42
+ ^(./)?micro/lima_adjust_split\.F90:=:--removeCall CONDENSATION
43
43
^(./)?micro/[_.a-z0-9]*\.h:=:
44
44
^(./)?turb/[_.a-z0-9]*\.h:=:"
45
45
@@ -62,8 +62,8 @@ PYFT_OPTS_MNH="$PYFT_OPTS_MNH --buildACCTypeHelpers"
62
62
PYFT_OPTS_MNH = " $PYFT_OPTS_MNH --addArrayParentheses --expandAllArraysPHYEX --attachArraySpecToEntity --applyCPPifdef %REPRO48 --replaceAutomaticWithAllocatable"
63
63
PYFT_OPTS_MNH = "$PYFT_OPTS_MNH
64
64
$specificTransfos
65
- ^(./)?turb/mode_bl_depth_diag.F90:=:--removeCall module:MODE_BL_DEPTH_DIAG/sub:BL_DEPTH_DIAG_1D BL_DEPTH_DIAG_3D $PYFT_OPTS_MNH
66
- ^(./)?micro/rain_ice.F90:=:--removeCall sub:RAIN_ICE ELEC_TENDENCIES $PYFT_OPTS_MNH"
65
+ ^(./)?turb/mode_bl_depth_diag.F90:=:--removeCall BL_DEPTH_DIAG_3D $PYFT_OPTS_MNH
66
+ ^(./)?micro/rain_ice.F90:=:--removeCall ELEC_TENDENCIES $PYFT_OPTS_MNH"
67
67
68
68
# For IAL, stack transformation is replaced by allocatables
69
69
# source this file, then: "export PYFT_OPTS_IAL; check_commit_ial.sh --prep_code-opts '--pyft_opts_env PYFT_OPTS_IAL' ...."
@@ -80,8 +80,8 @@ PYFT_OPTS_IAL="$PYFT_OPTS_IAL --buildACCTypeHelpers"
80
80
PYFT_OPTS_IAL = " $PYFT_OPTS_IAL --addArrayParentheses --expandAllArraysPHYEX --attachArraySpecToEntity --applyCPPifdef REPRO48 --deleteNonColumnCallsPHYEX --replaceAutomaticWithAllocatable"
81
81
PYFT_OPTS_IAL = "$PYFT_OPTS_IAL
82
82
$specificTransfos
83
- ^(./)?turb/mode_bl_depth_diag.F90:=:--removeCall module:MODE_BL_DEPTH_DIAG/sub:BL_DEPTH_DIAG_1D BL_DEPTH_DIAG_3D $PYFT_OPTS_IAL
84
- ^(./)?micro/rain_ice.F90:=:--removeCall sub:RAIN_ICE ELEC_TENDENCIES $PYFT_OPTS_IAL"
83
+ ^(./)?turb/mode_bl_depth_diag.F90:=:--removeCall BL_DEPTH_DIAG_3D $PYFT_OPTS_IAL
84
+ ^(./)?micro/rain_ice.F90:=:--removeCall ELEC_TENDENCIES $PYFT_OPTS_IAL"
85
85
86
86
# For testprogs
87
87
# check_commit_testprogs.sh -a <this conf>
@@ -100,6 +100,6 @@ PYFT_OPTS="$PYFT_OPTS --applyCPPifdef REPRO48 --deleteNonColumnCallsPHYEX --remo
100
100
PYFT_OPTS = "$PYFT_OPTS --removeACC --addACCRoutineSeq" #remove pre-existing ACC directives, then add 'acc routine seq' directive
101
101
PYFT_OPTS = "$PYFT_OPTS
102
102
$specificTransfos
103
- ^(./)?turb/mode_bl_depth_diag\.F90:=:--removeCall module:MODE_BL_DEPTH_DIAG/sub:BL_DEPTH_DIAG_1D BL_DEPTH_DIAG_3D $PYFT_OPTS
104
- ^(./)?micro/rain_ice\.F90:=:--removeCall sub:RAIN_ICE ELEC_TENDENCIES $PYFT_OPTS"
103
+ ^(./)?turb/mode_bl_depth_diag\.F90:=:--removeCall BL_DEPTH_DIAG_3D $PYFT_OPTS
104
+ ^(./)?micro/rain_ice\.F90:=:--removeCall ELEC_TENDENCIES $PYFT_OPTS"
105
105
0 commit comments