Changeset 26846
- Timestamp:
- 02/01/22 20:28:34 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TabularUnified issm/trunk-jpl/test/NightlyRun/test2011.m ΒΆ
r26809 r26846 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); 118 114 119 %Fields and tolerances to track changes 115 120 field_names={'BarystaticIce','BarystaticIce2','BarystaticIceDiff'}; 116 121 field_tolerances={1e-13,1e-13,1e-13}; 117 field_values={bslc,bslc2,bslc 2-bslc};122 field_values={bslc,bslc2,bslc_diff};
Note:
See TracChangeset
for help on using the changeset viewer.