Skip to content

Commit

Permalink
Skip over GEOS-Chem and dependency modules in test/system/TR8.sh
Browse files Browse the repository at this point in the history
Signed-off-by: Lizzie Lundgren <[email protected]>
  • Loading branch information
lizziel committed Aug 9, 2024
1 parent 361e5c2 commit 04fec42
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions test/system/TR8.sh
Original file line number Diff line number Diff line change
Expand Up @@ -58,12 +58,12 @@ fi
#Check Chemistry
if [ -d "${CAM_ROOT}/components/cam" ]; then

ruby $ADDREALKIND_EXE -r r8 -l 1 -d $CAM_ROOT/components/cam/src/chemistry -s geoschem
ruby $ADDREALKIND_EXE -r r8 -l 1 -d $CAM_ROOT/components/cam/src/chemistry -s geoschem/geoschem_src,cloud_j,hetp
rc=`expr $? + $rc`

else

ruby $ADDREALKIND_EXE -r r8 -l 1 -d $CAM_ROOT/src/chemistry -s geoschem
ruby $ADDREALKIND_EXE -r r8 -l 1 -d $CAM_ROOT/src/chemistry -s geoschem/geoschem_src,cloud_j,hetp
rc=`expr $? + $rc`

fi
Expand Down

0 comments on commit 04fec42

Please sign in to comment.