Changeset 13635


Ignore:
Timestamp:
10/12/12 10:49:05 (12 years ago)
Author:
jschierm
Message:

NEW: Python version of SetIceSheetBC.

Location:
issm/trunk-jpl/src/m/boundaryconditions
Files:
1 added
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/src/m/boundaryconditions/SetIceSheetBC.m

    r13076 r13635  
    5858        pos=find(md.mesh.vertexonsurface); md.thermal.spctemperature(pos)=md.initialization.temperature(pos); %impose observed temperature on surface
    5959        if (length(md.basalforcings.geothermalflux)~=md.mesh.numberofvertices),
    60                 md.basalforcings.geothermalflux=50*10^-3*ones(md.mesh.numberofvertices,1); %50 mW/m^2
     60                md.basalforcings.geothermalflux=50.*10^-3*ones(md.mesh.numberofvertices,1); %50 mW/m^2
    6161        end
    6262else
Note: See TracChangeset for help on using the changeset viewer.