Changeset 1971
- Timestamp:
- 08/26/09 16:56:38 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/cielo/objectivefunctionC.m
r1860 r1971 8 8 fit=m.parameters.fit(n); 9 9 control_type=m.parameters.control_type; 10 steadystate=m.parameters.steadystate;10 dt=m.parameters.dt; 11 11 12 12 %Update along gradient using scalar supplied by fmincon optimization routine … … 17 17 18 18 %Run diagnostic with updated parameters. 19 if ~steadystate,19 if dt==0, 20 20 %do a simple diagnostic, with the current temperature profile, do not look for steady state. 21 21 u_g=diagnostic_core_nonlinear(m,inputs,analysis_type,sub_analysis_type);
Note:
See TracChangeset
for help on using the changeset viewer.