Index: sm/trunk/src/m/classes/public/preparerun.m
===================================================================
--- /issm/trunk/src/m/classes/public/preparerun.m	(revision 2545)
+++ 	(revision )
@@ -1,32 +1,0 @@
-function md=preparerun(md,solutiontype,varargin)
-%PREPARERUN - prepare solution run for a cluster
-%
-%   Usage:
-%      md=preparerun(md,solutiontype,varargin)
-
-%Recover type of package being used: 
-if nargin==2,
-	package='Ice';
-else
-	package=varargin{1};
-end
-
-if ~ischar(package), 
-	error('Package specified in varargin can only be ''ice'', or ''cielo''');
-end
-
-if ~(strcmpi(package,'ice') || strcmpi(package,'cielo') || strcmpi(package,'macayeal'))
-	error('Package specified in varargin can only be ''ice'', ''macayeal'', or ''cielo''');
-end
-
-%Get cluster.rc location
-cluster_rc_location=which('cluster.rc');
-
-%Figure out parameters for this particular cluster
-[codepath,executionpath]=ClusterParameters(md.cluster,cluster_rc_location);
-
-%Marshall model data into a binary file.
-marshall(md,solutiontype,package);
-
-%Now, we need to build the queuing script, used by the cluster to launch the job.
-BuildQueueingScript(md,solutiontype,executionpath,codepath);
