source:
issm/oecreview/Archive/27032-27229/ISSM-27132-27133.diff
Last change on this file was 27230, checked in by , 3 years ago | |
---|---|
File size: 1.4 KB |
-
../trunk-jpl/test/NightlyRun/test2010.m
109 109 110 110 lat=md.results.TransientSolution.SealevelBarystaticIceLatbar*pi/180; 111 111 lon=md.results.TransientSolution.SealevelBarystaticIceLongbar*pi/180; 112 moi_xz = sum(-loadice.* areaice.*rad_e^2.*sin(lat).*cos(lat).*cos(lon));113 moi_yz = sum(-loadice.* areaice.*rad_e^2.*sin(lat).*cos(lat).*sin(lon));114 moi_zz = sum(-loadice.* areaice.*rad_e^2.*(-1.0/3.0+sin(lat).^2));112 moi_xz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*cos(lon)); 113 moi_yz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*sin(lon)); 114 moi_zz = sum(-loadice.*rad_e^2.*(-1.0/3.0+sin(lat).^2)); 115 115 theoretical_value_check=[moixz/moi_xz moiyz/moi_yz moizz/moi_zz]; % should yield [1.0 1.0 1.0] 116 116 % }}} 117 117 -
../trunk-jpl/test/NightlyRun/test2013.m
98 98 longbar=md.results.TransientSolution.SealevelBarystaticIceLongbar; 99 99 latbar=md.results.TransientSolution.SealevelBarystaticIceLatbar; 100 100 101 loads=loads./areas; 101 102 102 103 %Fields and tolerances to track changes 103 104 field_names ={'Mask', 'LoadAreas', 'SurfaceLoad', 'LoadWeights','LatitudeLoadBarycenter', 'LongitudeLoadBarycenter'};
Note:
See TracBrowser
for help on using the repository browser.