Ignore:
Timestamp:
04/18/13 10:20:16 (12 years ago)
Author:
Mathieu Morlighem
Message:

CHG: added units to all fields and homogenized python classes

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/classes/initialization.m

    r14577 r14640  
    6969                        disp(sprintf('   initial field values:'));
    7070
    71                         fielddisplay(obj,'vx','x component of velocity');
    72                         fielddisplay(obj,'vy','y component of velocity');
    73                         fielddisplay(obj,'vz','z component of velocity');
    74                         fielddisplay(obj,'vel','velocity norm');
    75                         fielddisplay(obj,'pressure','pressure field');
    76                         fielddisplay(obj,'temperature','temperature in Kelvins');
    77                         fielddisplay(obj,'surfacetemp','surface temperature in Kelvins');
    78                         fielddisplay(obj,'basaltemp','basal temperature in Kelvins');
     71                        fielddisplay(obj,'vx','x component of velocity [m/yr]');
     72                        fielddisplay(obj,'vy','y component of velocity [m/yr]');
     73                        fielddisplay(obj,'vz','z component of velocity [m/yr]');
     74                        fielddisplay(obj,'vel','velocity norm [m/yr]');
     75                        fielddisplay(obj,'pressure','pressure field [Pa]');
     76                        fielddisplay(obj,'temperature','temperature [K]');
     77                        fielddisplay(obj,'surfacetemp','surface temperature [K]');
     78                        fielddisplay(obj,'basaltemp','basal temperature [K]');
    7979                        fielddisplay(obj,'waterfraction','fraction of water in the ice');
    80                         fielddisplay(obj,'sediment_head','sediment water head of subglacial system (meters)');
    81                         fielddisplay(obj,'watercolumn','thickness of subglacial water');
     80                        fielddisplay(obj,'sediment_head','sediment water head of subglacial system [m]');
     81                        fielddisplay(obj,'watercolumn','thickness of subglacial water [m]');
    8282
    8383                end % }}}
Note: See TracChangeset for help on using the changeset viewer.