Changeset 9002 for issm/trunk/src/m/utils/BC/SetIceShelfBC.m
- Timestamp:
- 07/15/11 08:49:34 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r8823 r9002 93 93 94 94 if (length(md.observed_temperature)==md.numberofnodes), 95 md.spctemperature=[md.nodeonsurface md.observed_temperature]; %impose observed temperature on surface 95 md.spctemperature=NaN*ones(md.numberofnodes,1); 96 pos=find(md.nodeonsurface); md.spctemperature(pos)=md.observed_temperature(pos); %impose observed temperature on surface 96 97 if (length(md.geothermalflux)~=md.numberofnodes), 97 98 md.geothermalflux=zeros(md.numberofnodes,1);
Note:
See TracChangeset
for help on using the changeset viewer.