Changeset 112
- Timestamp:
- 04/28/09 16:10:54 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/src/m/solutions/ice/diagnostic_core_nonlinear.m
r71 r112 41 41 if velocity_is_present 42 42 soln(1).u_g=velocity_param; 43 soln(1).u_g(4:6:gridset.gsize)=0; %no pressure in the velocity44 43 else 45 44 soln(1).u_g={}; … … 76 75 if count>1, 77 76 inputs.oldvelocity=soln(count-1).u_g; 77 else 78 inputs.oldvelocity=soln(count).u_g; 78 79 end 79 80
Note:
See TracChangeset
for help on using the changeset viewer.