Index: /issm/branches/trunk-larour-SLPS2022/src/c/cores/transient_core.cpp
===================================================================
--- /issm/branches/trunk-larour-SLPS2022/src/c/cores/transient_core.cpp	(revision 27081)
+++ /issm/branches/trunk-larour-SLPS2022/src/c/cores/transient_core.cpp	(revision 27082)
@@ -255,5 +255,5 @@
 void transient_precore(FemModel* femmodel){/*{{{*/
 
-	bool       isoceancoupling,isslc;
+	bool       isoceancoupling,isslc,isuq;
 	int        amr_frequency,amr_restart;
 
@@ -261,4 +261,5 @@
 	femmodel->parameters->FindParam(&amr_frequency,TransientAmrFrequencyEnum);
 	femmodel->parameters->FindParam(&isslc,TransientIsslcEnum);
+	femmodel->parameters->FindParam(&isuq,QmuIsdakotaEnum);
 
 	#if defined(_HAVE_BAMG_) && !defined(_HAVE_AD_)
@@ -276,4 +277,8 @@
 	if(isslc) sealevelchange_initialgeometry(femmodel);
 	#endif
+	
+	//Resolve Mmes prior to running in transient: 
+	if(!isuq)UpdateMmesx(femmodel);
+
 }/*}}}*/
 
