Index: /issm/trunk-jpl/test/NightlyRun/test4003.m
===================================================================
--- /issm/trunk-jpl/test/NightlyRun/test4003.m	(revision 24121)
+++ /issm/trunk-jpl/test/NightlyRun/test4003.m	(revision 24122)
@@ -151,4 +151,6 @@
     !\cp ../MITgcm/build/mitgcmuv run
     !\cp ../MITgcm/install_dngoldberg/verification/shelfice_remeshing/input/* run
+    !\cp ../MITgcm/input_4003/* run
+    !\cp ../MITgcm/input_4003/eedata_uncoupled run/eedata
     cd run
     eval(['!mpirun -np ' int2str(nPx*nPy) ' ./mitgcmuv']);
@@ -360,65 +362,6 @@
         !\cp ../MITgcm/build/mitgcmuv run
         !\cp ../MITgcm/install_dngoldberg/verification/shelfice_remeshing/input/* run
+        !\cp ../MITgcm/input_4003/* run
         % }}}
-        % {{{ generate MITgcm parameter file data 
-        fidi=fopen('../MITgcm/input/data','r');
-        fido=fopen('run/data','w');
-        tline = fgetl(fidi);
-        fprintf(fido,'%s\n',tline);
-        while 1
-            tline = fgetl(fidi);
-            if ~ischar(tline), break, end
-            %do the change here: 
-            if strcmpi(tline,' xgOrigin = 0.0,'),
-                fprintf(fido,'%s%i%s\n',' xgOrigin = ',xgOrigin,',');
-                continue;
-            end
-            if strcmpi(tline,' ygOrigin = -80.0,'),
-                fprintf(fido,'%s%i%s\n',' ygOrigin = ',ygOrigin,',');
-                continue;
-            end
-            if strcmpi(tline,' delX = 20*0.25,'),
-                fprintf(fido,'%s%i*%g%s\n',' delX = ',Nx,dLong,',');
-                continue;
-            end
-            if strcmpi(tline,' delY = 20*0.25,'),
-                fprintf(fido,'%s%i*%g%s\n',' delY = ',Ny,dLat,',');
-                continue;
-            end
-            if strcmpi(tline,' delZ = 30*30.0,'),
-                fprintf(fido,'%s%i*%g%s\n',' delZ = ',Nz,delZ,',');
-                continue;
-            end
-            if strcmpi(tline,' endTime=2592000.,'),
-                fprintf(fido,'%s%i%s\n',' endTime= ',endtime,',');
-                continue;
-            end
-            if strcmpi(tline,' deltaT=1200.0,'),
-                fprintf(fido,'%s%i%s\n',' deltaT= ',MITgcmDeltaT,',');
-                continue;
-            end
-            if strcmpi(tline,' pChkptFreq=2592000.,'),
-                fprintf(fido,'%s%i%s\n',' pChkptFreq= ',endtime,',');
-                continue;
-            end
-            if strcmpi(tline,' taveFreq=2592000.,'),
-                fprintf(fido,'%s%i%s\n',' taveFreq= ',outputtime,',');
-                continue;
-            end
-            if strcmpi(tline,' rhoConst=1030.,'),
-                fprintf(fido,'%s%i%s\n',' rhoConst= ',rho_water,',');
-                continue;
-            end
-            if strcmpi(tline,' rhoNil=1030.,'),
-                fprintf(fido,'%s%i%s\n',' rhoNil= ',rho_water,',');
-                continue;
-            end
-            fprintf(fido,'%s\n',tline);
-        end
-        %close  files
-        fclose(fidi);
-        fclose(fido);
-        % }}}
-	        
 		  md.timestepping.coupling_time=time_step;
 		  md.timestepping.time_step=time_step;
