Changeset 22403
- Timestamp:
- 02/08/18 08:51:23 (8 years ago)
- File:
-
- 1 edited
-
issm/trunk-jpl/src/m/classes/misfit.m (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/classes/misfit.m
r21809 r22403 18 18 properties (SetAccess=public) 19 19 %misfit 20 name = '';21 definitionstring = ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]'22 model_string = ''; %string for field that is modeled23 observation = NaN; %observed field that we compare the model against24 observation_string = ''; %string for observed field.25 timeinterpolation = '';26 local = 1;27 weights = NaN; %weight coefficients for every vertex28 weights_string = ''; %string to identify this particular set of weights29 cumulated = NaN; %do we cumulate misfit through time?20 name = ''; 21 definitionstring = ''; %string that identifies this output definition uniquely, from 'Outputdefinition[1-100]' 22 model_string = ''; %string for field that is modeled 23 observation = NaN; %observed field that we compare the model against 24 observation_string = ''; %string for observed field. 25 timeinterpolation = ''; 26 local = 1; 27 weights = NaN; %weight coefficients for every vertex 28 weights_string = ''; %string to identify this particular set of weights 29 cumulated = NaN; %do we cumulate misfit through time? 30 30 end 31 31
Note:
See TracChangeset
for help on using the changeset viewer.
![(please configure the [header_logo] section in trac.ini)](/trac/issm/chrome/common/trac_banner.png)