Changeset 6306
- Timestamp:
- 10/14/10 16:29:13 (14 years ago)
- Location:
- issm/trunk/src/m/utils/BC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceSheetBC.m
r5464 r6306 41 41 end 42 42 43 displaystring(md.verbose,'%s',[' boundary conditions for prognostic model initialization']);44 43 md.spcthickness=zeros(md.numberofgrids,2); 45 44 46 45 if (length(md.observed_temperature)==md.numberofgrids), 47 displaystring(md.verbose,'%s',[' boundary conditions for thermal model']);48 46 md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface 49 47 if (length(md.geothermalflux)~=md.numberofgrids), -
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r5464 r6306 72 72 end 73 73 74 displaystring(md.verbose,'%s',[' boundary conditions for prognostic model initialization']);75 74 md.spcthickness=zeros(md.numberofgrids,2); 76 75 77 76 if (length(md.observed_temperature)==md.numberofgrids), 78 displaystring(md.verbose,'%s',[' boundary conditions for thermal model']);79 77 md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface 80 78 if (length(md.geothermalflux)~=md.numberofgrids), -
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r5464 r6306 76 76 end 77 77 78 displaystring(md.verbose,'%s',[' boundary conditions for prognostic model initialization']);79 78 md.spcthickness=zeros(md.numberofgrids,2); 80 79 81 80 if (length(md.observed_temperature)==md.numberofgrids), 82 displaystring(md.verbose,'%s',[' boundary conditions for thermal model']);83 81 md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface 84 82 if (length(md.geothermalflux)~=md.numberofgrids),
Note:
See TracChangeset
for help on using the changeset viewer.