Skip to content

Commit

Permalink
Add the last missing SSP
Browse files Browse the repository at this point in the history
  • Loading branch information
ekluzek committed May 3, 2019
1 parent 3576702 commit 730df1b
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions bld/unit_testers/build-namelist_test.pl
Original file line number Diff line number Diff line change
Expand Up @@ -123,9 +123,9 @@ sub make_env_run {
#
# Figure out number of tests that will run
#
my $ntests = 860;
my $ntests = 872;
if ( defined($opts{'compare'}) ) {
$ntests += 531;
$ntests += 540;
}
plan( tests=>$ntests );

Expand Down Expand Up @@ -1292,7 +1292,7 @@ sub make_env_run {
system( "../configure -s $mode" );
my @tran_res = ( "0.9x1.25", "1.9x2.5", "10x15" );
foreach my $usecase ( "1850_control", "1850-2100_SSP5-8.5_transient", "1850-2100_SSP1-2.6_transient", "1850-2100_SSP3-7.0_transient",
"1850-2100_SSP5-3.4_transient", "1850-2100_SSP2-4.5_transient", "1850-2100_SSP1-1.9_transient",
"1850-2100_SSP4-3.4_transient", "1850-2100_SSP5-3.4_transient", "1850-2100_SSP2-4.5_transient", "1850-2100_SSP1-1.9_transient",
"1850-2100_SSP4-6.0_transient" ) {
foreach my $res ( @tran_res ) {
$options = "-res $res -bgc bgc -crop -use_case $usecase -envxml_dir . ";
Expand Down

0 comments on commit 730df1b

Please sign in to comment.