source: issm/oecreview/Archive/27032-27229/ISSM-27132-27133.diff

Last change on this file was 27230, checked in by Mathieu Morlighem, 3 years ago

CHG: oecreview

File size: 1.4 KB
  • ../trunk-jpl/test/NightlyRun/test2010.m

     
    109109
    110110lat=md.results.TransientSolution.SealevelBarystaticIceLatbar*pi/180;
    111111lon=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));
     112moi_xz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*cos(lon));
     113moi_yz = sum(-loadice.*rad_e^2.*sin(lat).*cos(lat).*sin(lon));
     114moi_zz = sum(-loadice.*rad_e^2.*(-1.0/3.0+sin(lat).^2));
    115115theoretical_value_check=[moixz/moi_xz moiyz/moi_yz moizz/moi_zz]; % should yield [1.0 1.0 1.0]
    116116% }}}
    117117
  • ../trunk-jpl/test/NightlyRun/test2013.m

     
    9898longbar=md.results.TransientSolution.SealevelBarystaticIceLongbar;
    9999latbar=md.results.TransientSolution.SealevelBarystaticIceLatbar;
    100100
     101loads=loads./areas;
    101102
    102103%Fields and tolerances to track changes
    103104field_names     ={'Mask', 'LoadAreas', 'SurfaceLoad', 'LoadWeights','LatitudeLoadBarycenter', 'LongitudeLoadBarycenter'};
Note: See TracBrowser for help on using the repository browser.