Index: ../trunk-jpl/test/Archives/Archive352.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive353.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/test/Archives/Archive354.arch =================================================================== Cannot display: file marked as a binary type. svn:mime-type = application/octet-stream Index: ../trunk-jpl/src/c/classes/Inputs/TransientInput.cpp =================================================================== --- ../trunk-jpl/src/c/classes/Inputs/TransientInput.cpp (revision 26225) +++ ../trunk-jpl/src/c/classes/Inputs/TransientInput.cpp (revision 26226) @@ -431,7 +431,7 @@ if (reCast(nsteps)time1)){ + if(cycle){ /*See by how many intervals we have to offset time*/ IssmDouble deltat = time1-time0; @@ -440,7 +440,7 @@ int num_intervals = reCast(fabs(time-time0)/deltat); /*Uncomment following line if you would like to apply a cycle BEFORE the time series starts*/ - //if(time(num_intervals)){ /*Hack to make sure we always cover the last value of the series (discussion with Nicole)*/