Changeset 26674


Ignore:
Timestamp:
11/28/21 05:24:15 (3 years ago)
Author:
vverjans
Message:

CHG: Adding FloatingMeltRate to the list of scaled fields in stochasticforcing.py

Location:
issm/trunk-jpl
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/src/m/classes/stochasticforcing.py

    r26673 r26674  
    135135
    136136            # Scaling covariance matrix (scale column-by-column and row-by-row)
    137             scaledfields = ['DefaultCalving', 'SMBautoregression'] # list of fields that need scaling * 1/yts
     137            scaledfields = ['DefaultCalving','FloatingMeltRate','SMBautoregression'] # list of fields that need scaling * 1/yts
    138138            tempcovariance = np.copy(self.covariance)
    139139            for i in range(num_fields):
  • TabularUnified issm/trunk-jpl/test/NightlyRun/test543.py

    r26670 r26674  
    7676#Hard-coding covariance matrix because python is complaining
    7777covglob = np.array([[1e-4,0.,0.,0.,0.,0.],[0.,1e-4,0.,0.,0.,0.],[0.,0.,1e-2,0.,0.,0.],[0.,0.,0.,1e-1,0.,0.],[0.,0.,0.,0.,0.05,0.],[0.,0.,0.,0.,0.,0.05]])
    78 testchol = np.linalg.cholesky(covglob)
    79 print(testchol)
     78#testchol = np.linalg.cholesky(covglob)
     79#print(testchol)
    8080
    8181# Stochastic forcing
Note: See TracChangeset for help on using the changeset viewer.