Changeset 1868
- Timestamp:
- 08/25/09 10:12:40 (16 years ago)
- Location:
- issm/trunk/src/m/classes/@model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/classes/@model/model.m
r1851 r1868 184 184 md.epsvel=0; 185 185 md.meanvel=0; 186 md. thermalstatic=0;186 md.steadystate=0; 187 187 188 188 %Output parameters -
issm/trunk/src/m/classes/@model/setdefaultparameters.m
r1851 r1868 189 189 md.fit=0*ones(md.nsteps,1); 190 190 191 % thermalstaticsolution in control methods?192 md. thermalstatic=0;191 %steadystate solution in control methods? 192 md.steadystate=0; 193 193 194 194 %minimum velocity to avoid the misfit to be singular
Note:
See TracChangeset
for help on using the changeset viewer.