Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 4fe456a

Browse files
committedFeb 14, 2025·
enable rrtmgp gpu code for regression tests
1 parent 2869346 commit 4fe456a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed
 

‎cime_config/testdefs/testmods_dirs/cam/outfrq9s_gpu_default/shell_commands

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
./xmlchange ROOTPE='0'
44
./xmlchange ROF_NCPL=`./xmlquery --value ATM_NCPL`
55
./xmlchange GLC_NCPL=`./xmlquery --value ATM_NCPL`
6-
./xmlchange CAM_CONFIG_OPTS=' -microphys mg3 -rad rrtmg' --append
6+
./xmlchange CAM_CONFIG_OPTS=' -microphys mg3 -rad rrtmgp_gpu ' --append
77
./xmlchange TIMER_DETAIL='6'
88
./xmlchange TIMER_LEVEL='999'
99
./xmlchange GPU_TYPE=a100

‎cime_config/testdefs/testmods_dirs/cam/outfrq9s_gpu_pcols760/shell_commands

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
./xmlchange ROOTPE='0'
44
./xmlchange ROF_NCPL=`./xmlquery --value ATM_NCPL`
55
./xmlchange GLC_NCPL=`./xmlquery --value ATM_NCPL`
6-
./xmlchange CAM_CONFIG_OPTS=' -microphys mg3 -rad rrtmg -pcols 760 ' --append
6+
./xmlchange CAM_CONFIG_OPTS=' -microphys mg3 -rad rrtmgp_gpu -pcols 760 ' --append
77
./xmlchange TIMER_DETAIL='6'
88
./xmlchange TIMER_LEVEL='999'
99
./xmlchange GPU_TYPE=a100

0 commit comments

Comments
 (0)
Please sign in to comment.