Changeset 5765 for issm/trunk/test/NightlyRun/test1205.m
- Timestamp:
- 09/13/10 08:54:15 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1205.m
r5606 r5765 1 1 %The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling 2 printingflag=false; 3 2 4 numlayers=10; 3 5 resolution=30000; … … 77 79 caxis([0 100]); 78 80 81 if printingflag, 82 set(gcf,'Color','w') 83 printmodel('hutterstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off'); 84 system(['mv hutterstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']); 85 end 86 79 87 %Fields and tolerances to track changes 80 88 field_names ={ ...
Note:
See TracChangeset
for help on using the changeset viewer.