Changeset 26674 for issm/trunk-jpl/src/m/classes/stochasticforcing.py
- Timestamp:
- 11/28/21 05:24:15 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/stochasticforcing.py
r26673 r26674 135 135 136 136 # Scaling covariance matrix (scale column-by-column and row-by-row) 137 scaledfields = ['DefaultCalving', 137 scaledfields = ['DefaultCalving','FloatingMeltRate','SMBautoregression'] # list of fields that need scaling * 1/yts 138 138 tempcovariance = np.copy(self.covariance) 139 139 for i in range(num_fields):
Note:
See TracChangeset
for help on using the changeset viewer.