Changeset 26666
- Timestamp:
- 11/25/21 12:06:14 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/stochasticforcing.py
r26660 r26666 35 35 s += 'Available fields:\n' 36 36 s += ' DefaultCalving\n' 37 s += ' FloatingMeltRate\n' 37 38 s += ' SMBautoregression\n' 38 39 s += ' FrontalForcingsRignotAutoregression (thermal forcing)\n' … … 58 59 try: 59 60 np.linalg.cholesky(self.covariance) 60 except LinAlgError:61 except: 61 62 error('md.stochasticforcing.covariance is not positive definite') 62 63
Note:
See TracChangeset
for help on using the changeset viewer.