Changeset 1275
- Timestamp:
- 07/09/09 11:19:20 (16 years ago)
- Location:
- issm/trunk/src/m/utils/BC
- Files:
-
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/utils/BC/SetIceSheetBC.m
r33 r1275 35 35 end 36 36 37 disp (' boundary conditions for prognostic model initialization ');37 displaystring(md.debug,'%s',[' boundary conditions for prognostic model initialization']); 38 38 md.gridondirichlet_prog=zeros(md.numberofgrids,1); 39 39 md.dirichletvalues_prog=zeros(md.numberofgrids,1); … … 42 42 43 43 if (length(md.observed_temperature)==md.numberofgrids), 44 disp (' boundary conditions for thermal model');44 displaystring(md.debug,'%s',[' boundary conditions for thermal model']); 45 45 md.gridondirichlet_thermal=ones(md.numberofgrids,1); %surface temperature 46 46 md.dirichletvalues_thermal=md.observed_temperature; -
issm/trunk/src/m/utils/BC/SetIceShelfBC.m
r40 r1275 48 48 end 49 49 50 disp (' boundary conditions for prognostic model initialization ');50 displaystring(md.debug,'%s',[' boundary conditions for prognostic model initialization']); 51 51 md.gridondirichlet_prog=zeros(md.numberofgrids,1); 52 52 md.dirichletvalues_prog=zeros(md.numberofgrids,1); … … 55 55 56 56 if (length(md.observed_temperature)==md.numberofgrids), 57 disp (' boundary conditions for thermal model');57 displaystring(md.debug,'%s',[' boundary conditions for thermal model']); 58 58 md.gridondirichlet_thermal=ones(md.numberofgrids,1); %surface temperature 59 59 md.dirichletvalues_thermal=md.observed_temperature; -
issm/trunk/src/m/utils/BC/SetMarineIceSheetBC.m
r435 r1275 60 60 end 61 61 62 disp (' boundary conditions for prognostic model initialization ');62 displaystring(md.debug,'%s',[' boundary conditions for prognostic model initialization']); 63 63 md.gridondirichlet_prog=zeros(md.numberofgrids,1); 64 64 md.dirichletvalues_prog=zeros(md.numberofgrids,1); … … 67 67 68 68 if (length(md.observed_temperature)==md.numberofgrids), 69 disp (' boundary conditions for thermal model');69 displaystring(md.debug,'%s',[' boundary conditions for thermal model']); 70 70 md.gridondirichlet_thermal=ones(md.numberofgrids,1); %surface temperature 71 71 md.dirichletvalues_thermal=md.observed_temperature;
Note:
See TracChangeset
for help on using the changeset viewer.