Changeset 27133
- Timestamp:
- 07/01/22 16:11:03 (3 years ago)
- Location:
- issm/trunk-jpl/test/NightlyRun
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk-jpl/test/NightlyRun/test2010.m
r26840 r27133 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 % }}} -
issm/trunk-jpl/test/NightlyRun/test2013.m
r26809 r27133 99 99 latbar=md.results.TransientSolution.SealevelBarystaticIceLatbar; 100 100 101 loads=loads./areas; 101 102 102 103 %Fields and tolerances to track changes
Note:
See TracChangeset
for help on using the changeset viewer.