Changeset 6239
- Timestamp:
- 10/11/10 14:32:19 (14 years ago)
- Location:
- issm/trunk/src/m/model
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/model/extrude.m
r5524 r6239 232 232 md.melting_rate=project3d(md,md.melting_rate,'node',1); 233 233 md.observed_temperature=project3d(md,md.observed_temperature,'node'); 234 md.geothermalflux=project3d(md,md.geothermalflux,'node',1); %bedrock only gets geothermal flux 234 if ~isnan(md.geothermalflux) 235 md.geothermalflux=project3d(md,md.geothermalflux,'node',1); %bedrock only gets geothermal flux 236 end 235 237 236 238 %increase connectivity if less than 25: -
issm/trunk/src/m/model/ismodelselfconsistent.m
r6229 r6239 276 276 277 277 %VELOCITIES AND PRESSURE 278 fields={'vx','vy','vz','pressure' };278 fields={'vx','vy','vz','pressure','geothermalflux'}; 279 279 checksize(md,fields,[md.numberofgrids 1]); 280 280 checknan(md,fields);
Note:
See TracChangeset
for help on using the changeset viewer.