source:
issm/oecreview/Archive/26740-27031/ISSM-26854-26855.diff@
27032
Last change on this file since 27032 was 27032, checked in by , 3 years ago | |
---|---|
File size: 817 bytes |
-
TabularUnified ../trunk-jpl/src/m/classes/stochasticforcing.py
156 156 157 157 def marshall(self, prefix, md, fid): # {{{ 158 158 yts = md.constants.yts 159 num_fields = len(self.fields)160 159 161 160 WriteData(fid, prefix, 'object', self, 'fieldname', 'isstochasticforcing', 'format', 'Boolean') 162 161 if not self.isstochasticforcing: 163 162 return md 163 164 164 else: 165 num_fields = len(self.fields) 165 166 # Retrieve dimensionality of each field 166 167 dimensions = self.defaultdimension * np.ones((num_fields)) 167 168 for ind, field in enumerate(self.fields):
Note:
See TracBrowser
for help on using the repository browser.