Skip to content

Commit

Permalink
Correct errors (variable MACHINE_ID to RT_COMPILER)
Browse files Browse the repository at this point in the history
  • Loading branch information
RatkoVasic-NOAA committed Nov 26, 2024
1 parent 6107caa commit 32b8418
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion tests/tests/atmaero_control_p8
Original file line number Diff line number Diff line change
Expand Up @@ -181,6 +181,6 @@ export DOGP_SGS_CNV=.true.

export SATMEDMF=.true.

if [[ $RT_COMPILER = gaeac6 ]]; then
if [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_c192_p8
Original file line number Diff line number Diff line change
Expand Up @@ -140,7 +140,7 @@ export FNABSC="'C192.maximum_snow_albedo.tileX.nc'"

export FV3_RUN=cpld_control_run.IN

if [[ $MACHINE_ID = derecho ]] && [[ $RT_COMPILER = gaeac6 ]]; then
if [[ $MACHINE_ID = derecho ]] && [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi

Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_ciceC_p8
Original file line number Diff line number Diff line change
Expand Up @@ -94,6 +94,6 @@ export N_SPLIT=5
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.

if [[ $RT_COMPILER = gaeac6 ]]; then
if [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_p8.v2.sfc
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export eps_imesh=2.5e-1
export FV3_RUN=cpld_control_run.IN
export V2_SFC_FILE=true

if [[ $MACHINE_ID = derecho ]] && [[ $RT_COMPILER = gaeac6 ]]; then
if [[ $MACHINE_ID = derecho ]] && [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi

Expand Down
2 changes: 1 addition & 1 deletion tests/tests/cpld_control_p8_mixedmode
Original file line number Diff line number Diff line change
Expand Up @@ -93,6 +93,6 @@ export N_SPLIT=5
export DO_GWD_OPT_PSL=.true.
export DO_GSL_DRAG_SS=.false.

if [[ $RT_COMPILER = gaeac6 ]]; then
if [[ $MACHINE_ID = gaeac6 ]]; then
TPN=96
fi

0 comments on commit 32b8418

Please sign in to comment.