Index: /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp
===================================================================
--- /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp	(revision 21753)
+++ /issm/branches/trunk-larour-NatGeoScience2016/src/c/cores/sealevelrise_core.cpp	(revision 21754)
@@ -34,4 +34,5 @@
 	IssmDouble          *zz     = NULL;
 	IssmDouble          dt,steric_rate;
+	int                 frequency;
 
 	/*Recover some parameters: */
@@ -95,7 +96,8 @@
 
 		/*Now deal with steric ocean expansion by just shifting Sg by a constant rate: */
+		femmodel->parameters->FindParam(&frequency,SealevelriseRunFrequencyEnum);
 		femmodel->parameters->FindParam(&dt,TimesteppingTimeStepEnum);
 		femmodel->parameters->FindParam(&steric_rate,SealevelriseStericRateEnum);
-		Sg->Shift(dt*steric_rate);
+		Sg->Shift(dt*steric_rate*frequency);
 		
 		/*get results into elements:*/
