Changeset 27133


Ignore:
Timestamp:
07/01/22 16:11:03 (3 years ago)
Author:
caronlam
Message:

CHG: Keeping up with new unit of measurement of SealevelBarystaticIceLoad ouput

Location:
issm/trunk-jpl/test/NightlyRun
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk-jpl/test/NightlyRun/test2010.m

    r26840 r27133  
    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% }}}
  • issm/trunk-jpl/test/NightlyRun/test2013.m

    r26809 r27133  
    9999latbar=md.results.TransientSolution.SealevelBarystaticIceLatbar;
    100100
     101loads=loads./areas;
    101102
    102103%Fields and tolerances to track changes
Note: See TracChangeset for help on using the changeset viewer.