Index: /issm/trunk/src/m/classes/model/model.m
===================================================================
--- /issm/trunk/src/m/classes/model/model.m	(revision 9623)
+++ /issm/trunk/src/m/classes/model/model.m	(revision 9624)
@@ -422,4 +422,12 @@
 			 if isfield(structmd,'riftproperties'), md.rifts.riftproperties=structmd.riftproperties; end
 			 if isfield(structmd,'bamg'), md.private.bamg=structmd.bamg; end
+			 if isfield(structmd,'lowmem'), md.settings.lowmem=structmd.lowmem; end
+			 if isfield(structmd,'io_gather'), md.settings.io_gather=structmd.io_gather; end
+			 if isfield(structmd,'spcwatercolumn'), md.hydrology.spcwatercolumn=structmd.spcwatercolumn; end
+			 if isfield(structmd,'hydro_n'), md.hydrology.n=structmd.hydro_n; end
+			 if isfield(structmd,'hydro_p'), md.hydrology.p=structmd.hydro_p; end
+			 if isfield(structmd,'hydro_q'), md.hydrology.q=structmd.hydro_q; end
+			 if isfield(structmd,'hydro_CR'), md.hydrology.CR=structmd.hydro_CR; end
+			 if isfield(structmd,'hydro_kn'), md.hydrology.kn=structmd.hydro_kn; end
 
 			 %Field changes
