Ignore:
Timestamp:
09/02/11 17:10:47 (14 years ago)
Author:
Mathieu Morlighem
Message:

Put yts g and referencetemperature in md.constants

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/model/extrude.m

    r9539 r9597  
    217217%Put lithostatic pressure is there is an existing pressure
    218218if ~isnan(md.pressure),
    219         md.pressure=md.g*md.rho_ice*(md.surface-md.z);
     219        md.pressure=md.constants.g*md.rho_ice*(md.surface-md.z);
    220220end
    221221
Note: See TracChangeset for help on using the changeset viewer.