Changeset 13529
- Timestamp:
- 10/04/12 09:07:07 (12 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test328.m
r12803 r13529 12 12 md.surfaceforcings.hc=(md.surfaceforcings.a_pos-md.surfaceforcings.a_neg)./(md.surfaceforcings.b_neg-md.surfaceforcings.b_pos); 13 13 md.transient.requested_outputs=TotalSmbEnum(); 14 md.surfaceforcings.href=md.geometry.surface; 15 for i=1:size(md.surfaceforcings.hc), 16 if md.geometry.surface(i)<md.surfaceforcings.hc(i) 17 smbref(i)=md.surfaceforcings.a_neg(i)+md.surfaceforcings.b_neg(i)*md.geometry.surface(i); 18 else 19 smbref(i)=md.surfaceforcings.a_pos(i)+md.surfaceforcings.b_pos(i)*md.geometry.surface(i); 20 end 21 end 22 md.surfaceforcings.smbref=smbref'; 14 23 md.cluster=generic('name',oshostname(),'np',3); 15 24 md=solve(md,TransientSolutionEnum); -
issm/trunk-jpl/test/NightlyRun/test329.m
r12803 r13529 12 12 md.surfaceforcings.b_neg=250. + 0.000051*md.mesh.x - 0.00011*md.mesh.y; 13 13 md.surfaceforcings.hc=(md.surfaceforcings.a_pos-md.surfaceforcings.a_neg)./(md.surfaceforcings.b_neg-md.surfaceforcings.b_pos); 14 md.surfaceforcings.href=md.geometry.surface; 15 for i=1:size(md.surfaceforcings.hc), 16 if md.geometry.surface(i)<md.surfaceforcings.hc(i) 17 smbref(i)=md.surfaceforcings.a_neg(i)+md.surfaceforcings.b_neg(i)*md.geometry.surface(i); 18 else 19 smbref(i)=md.surfaceforcings.a_pos(i)+md.surfaceforcings.b_pos(i)*md.geometry.surface(i); 20 end 21 end 22 md.surfaceforcings.smbref=smbref'; 14 23 md.transient.requested_outputs=TotalSmbEnum(); 15 24 md.cluster=generic('name',oshostname(),'np',3);
Note:
See TracChangeset
for help on using the changeset viewer.