Index: /issm/trunk-jpl/src/m/classes/transient.py
===================================================================
--- /issm/trunk-jpl/src/m/classes/transient.py	(revision 26010)
+++ /issm/trunk-jpl/src/m/classes/transient.py	(revision 26011)
@@ -22,4 +22,5 @@
         self.ismovingfront = 0
         self.ishydrology = 0
+        self.issampling = 0
         self.isslc = 0
         self.iscoupler = 0
@@ -43,4 +44,5 @@
         s += '{}\n'.format(fielddisplay(self, 'ismovingfront', 'indicates whether a moving front capability is used in the transient'))
         s += '{}\n'.format(fielddisplay(self, 'ishydrology', 'indicates whether an hydrology model is used'))
+        s += '{}\n'.format(fielddisplay(self, 'issampling', 'indicates whether sampling is used in the transient'))
         s += '{}\n'.format(fielddisplay(self, 'isslc', 'indicates if a sea level change solution is used in the transient'))
         s += '{}\n'.format(fielddisplay(self, 'isoceancoupling', 'indicates whether coupling with an ocean model is used in the transient'))
@@ -69,4 +71,5 @@
         self.ismovingfront = 0
         self.ishydrology = 0
+        self.issampling = 0
         self.isslc = 0
         self.isoceancoupling = 0
@@ -91,4 +94,5 @@
         self.ismovingfront = 0
         self.ishydrology = 0
+        self.issampling = 0
         self.isslc = 0
         self.isoceancoupling = 0
@@ -115,4 +119,5 @@
         md = checkfield(md, 'fieldname', 'transient.isdamageevolution', 'numel', [1], 'values', [0, 1])
         md = checkfield(md, 'fieldname', 'transient.ishydrology', 'numel', [1], 'values', [0, 1])
+        md = checkfield(md, 'fieldname', 'transient.issampling', 'numel', [1], 'values', [0, 1])
         md = checkfield(md, 'fieldname', 'transient.ismovingfront', 'numel', [1], 'values', [0, 1])
         md = checkfield(md, 'fieldname', 'transient.isslc', 'numel', [1], 'values', [0, 1])
@@ -139,4 +144,5 @@
         WriteData(fid, prefix, 'object', self, 'fieldname', 'ishydrology', 'format', 'Boolean')
         WriteData(fid, prefix, 'object', self, 'fieldname', 'ismovingfront', 'format', 'Boolean')
+        WriteData(fid, prefix, 'object', self, 'fieldname', 'issampling', 'format', 'Boolean')
         WriteData(fid, prefix, 'object', self, 'fieldname', 'isslc', 'format', 'Boolean')
         WriteData(fid, prefix, 'object', self, 'fieldname', 'isoceancoupling', 'format', 'Boolean')
