Changeset 1971


Ignore:
Timestamp:
08/26/09 16:56:38 (16 years ago)
Author:
Mathieu Morlighem
Message:

no more steadystate flag

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/solutions/cielo/objectivefunctionC.m

    r1860 r1971  
    88fit=m.parameters.fit(n);
    99control_type=m.parameters.control_type;
    10 steadystate=m.parameters.steadystate;
     10dt=m.parameters.dt;
    1111
    1212%Update along gradient using scalar supplied by fmincon optimization routine
     
    1717
    1818%Run diagnostic with updated parameters.
    19 if ~steadystate,
     19if dt==0,
    2020        %do a simple diagnostic, with the current temperature profile, do not look for steady state.
    2121        u_g=diagnostic_core_nonlinear(m,inputs,analysis_type,sub_analysis_type);
Note: See TracChangeset for help on using the changeset viewer.