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

File:
1 edited

Legend:

Unmodified
Added
Removed
  • 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):
Note: See TracChangeset for help on using the changeset viewer.