Changeset 22403
- Timestamp:
- 02/08/18 08:51:23 (7 years ago)
- File:
-
- 1 edited
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 22 model_string 23 observation 24 observation_string 25 timeinterpolation 26 local 27 weights 28 weights_string 29 cumulated 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.