Changeset 1851
- Timestamp:
- 08/24/09 18:07:54 (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
r1805 r1851 184 184 md.epsvel=0; 185 185 md.meanvel=0; 186 md.thermalstatic=0; 186 187 187 188 %Output parameters -
issm/trunk/src/m/classes/@model/setdefaultparameters.m
r1722 r1851 189 189 md.fit=0*ones(md.nsteps,1); 190 190 191 %thermalstatic solution in control methods? 192 md.thermalstatic=0; 193 191 194 %minimum velocity to avoid the misfit to be singular 192 195 md.epsvel=eps; … … 198 201 %the direction and the updated parameter after each control 199 202 %method iteration (only for cielo serial) 200 md.plot= 1;203 md.plot=0; 201 204 202 205 %Parallelisation parameters
Note:
See TracChangeset
for help on using the changeset viewer.