Changeset 2305


Ignore:
Timestamp:
09/24/09 10:43:09 (15 years ago)
Author:
Eric.Larour
Message:

Added parameteroutput field + balanced velocities field.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/@model/model.m

    r2303 r2305  
    152152        md.vx_obs_raw=NaN;
    153153        md.vy_obs_raw=NaN;
     154        md.vx_bal=NaN;
     155        md.vy_bal=NaN;
     156        md.vel_bal=NaN;
    154157        md.vel_obs_raw=NaN;
    155158        md.accumulation=NaN;
     
    195198
    196199        %Output parameters
     200        md.numoutput=0;
    197201        md.parameteroutput={};
    198202        md.viscousheating=NaN;
Note: See TracChangeset for help on using the changeset viewer.