Changeset 26847
- Timestamp:
- 02/01/22 20:32:53 (3 years ago)
- Location:
- issm/trunk-jpl/test
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2011.m
r26846 r26847 112 112 bslc2=-sum(dHavg.*area)*md.materials.rho_ice/md.materials.rho_water/oceanarea; 113 113 114 %need to round before subtraction because of differences in results at high 115 %precision under macOS versus Linux (print values of bslc and bslc2 to verify 116 %that the difference is negligible) 117 bslc_diff=round(bslc2, 16)-round(bslc, 16); 114 %need to change precision before subtraction because of differences in results 115 %at high precision under macOS versus Linux (print values of bslc and bslc2 to %verify that the difference is negligible) 116 bslc_diff=single(bslc2)-single(bslc); 118 117 119 118 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.