Changeset 6306


Ignore:
Timestamp:
10/14/10 16:29:13 (14 years ago)
Author:
seroussi
Message:

minor

Location:
issm/trunk/src/m/utils/BC
Files:
3 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/utils/BC/SetIceSheetBC.m

    r5464 r6306  
    4141end
    4242
    43 displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
    4443md.spcthickness=zeros(md.numberofgrids,2);
    4544
    4645if (length(md.observed_temperature)==md.numberofgrids),
    47         displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
    4846        md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
    4947        if (length(md.geothermalflux)~=md.numberofgrids),
  • issm/trunk/src/m/utils/BC/SetIceShelfBC.m

    r5464 r6306  
    7272end
    7373
    74 displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
    7574md.spcthickness=zeros(md.numberofgrids,2);
    7675
    7776if (length(md.observed_temperature)==md.numberofgrids),
    78         displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
    7977        md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
    8078        if (length(md.geothermalflux)~=md.numberofgrids),
  • issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m

    r5464 r6306  
    7676end
    7777
    78 displaystring(md.verbose,'%s',['      boundary conditions for prognostic model initialization']);
    7978md.spcthickness=zeros(md.numberofgrids,2);
    8079
    8180if (length(md.observed_temperature)==md.numberofgrids),
    82         displaystring(md.verbose,'%s',['      boundary conditions for thermal model']);
    8381        md.spctemperature=[md.gridonsurface md.observed_temperature]; %impose observed temperature on surface
    8482        if (length(md.geothermalflux)~=md.numberofgrids),
Note: See TracChangeset for help on using the changeset viewer.