Changeset 13635
- Timestamp:
- 10/12/12 10:49:05 (12 years ago)
- 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 58 58 pos=find(md.mesh.vertexonsurface); md.thermal.spctemperature(pos)=md.initialization.temperature(pos); %impose observed temperature on surface 59 59 if (length(md.basalforcings.geothermalflux)~=md.mesh.numberofvertices), 60 md.basalforcings.geothermalflux=50 *10^-3*ones(md.mesh.numberofvertices,1); %50 mW/m^260 md.basalforcings.geothermalflux=50.*10^-3*ones(md.mesh.numberofvertices,1); %50 mW/m^2 61 61 end 62 62 else
Note:
See TracChangeset
for help on using the changeset viewer.