Changes between Version 5 and Version 6 of shelf_thickness
- Timestamp:
- 10/18/10 08:59:34 (14 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
shelf_thickness
v5 v6 80 80 %check the computed thickness 81 81 minth=1/(1-md.rho_ice/md.rho_water); 82 pos=find(isnan( md.thickness) | (md.thickness<=0));82 pos=find(isnan(thickness) | (thickness<=0)); 83 83 thickness(pos)=minth; 84 84