Changeset 9046
- Timestamp:
- 07/18/11 10:51:57 (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/Par/SquareThermal.par
r8999 r9046 42 42 disp(' boundary conditions for thermal model'); 43 43 md.temperature=md.observed_temperature; 44 md.spctemperature(:,1)=ones(md.numberofnodes,1); %surface temperature 45 md.spctemperature(:,2)=md.observed_temperature; 44 md.spctemperature(:)=md.observed_temperature; 46 45 md.geothermalflux=zeros(md.numberofnodes,1); 47 46 pos=find(md.elementonicesheet);md.geothermalflux(md.elements(pos,:))=1*10^-3; %1 mW/m^2
Note:
See TracChangeset
for help on using the changeset viewer.