Index: ../trunk-jpl/jenkins/ross-debian_linux-codipack =================================================================== --- ../trunk-jpl/jenkins/ross-debian_linux-codipack (revision 25415) +++ ../trunk-jpl/jenkins/ross-debian_linux-codipack (revision 25416) @@ -72,5 +72,5 @@ # # See documentation in test/NightlyRun/runme.* for more information. # -MATLAB_NROPTIONS="'benchmark','all','id',[3015,3119,3480,3201]" +MATLAB_NROPTIONS="'benchmark','all','id',[3015,3119,3480,3201,3202]" PYTHON_NROPTIONS="--benchmark='all' -i 3015 3119 3480" Index: ../trunk-jpl/test/NightlyRun/test3202.m =================================================================== --- ../trunk-jpl/test/NightlyRun/test3202.m (nonexistent) +++ ../trunk-jpl/test/NightlyRun/test3202.m (revision 25416) @@ -0,0 +1,111 @@ +%Test Name: SquareShelfTransientCalibrationNBVcodipack + +%Generate observations +md = model; +md=triangle(model(),'../Exp/Square.exp',100000.); +md = setmask(md,'all',''); +md = parameterize(md,'../Par/SquareShelf.par'); +md = setflowequation(md,'SSA','all'); +md.cluster = generic('np',2); + +%Create real time series for B +md.timestepping.interp_forcings = 0; +md.timestepping.final_time = 2*md.timestepping.time_step; +md.materials.rheology_B = 1.8e8*ones(md.mesh.numberofvertices,2); +md.materials.rheology_B(find(md.mesh.x