Changeset 25328
- Timestamp:
- 07/31/20 16:47:46 (5 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/src/m/qmu/preqmu.m
r25223 r25328 101 101 variablepartitions{end+1}=fieldvariable.partition; 102 102 variablepartitions_npart(end+1)=qmupart2npart(fieldvariable.partition); 103 if isfield( fieldvariable,'nsteps'),103 if isfield(struct(fieldvariable),'nsteps'), 104 104 variablepartitions_nt(end+1)=fieldvariable.nsteps; 105 105 else … … 140 140 md.qmu.responsepartitions_npart=responsepartitions_npart; 141 141 142 142 143 %now, we have to provide all the info necessary for the solutions to compute the responses. For ex, if mass_flux 143 144 %is a response, we need a profile of points. For a misfit, we need the observed velocity, etc ...
Note:
See TracChangeset
for help on using the changeset viewer.