Changeset 5765
- Timestamp:
- 09/13/10 08:54:15 (15 years ago)
- Location:
- issm/trunk/test/NightlyRun
- Files:
-
- 3 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 ={ ... -
issm/trunk/test/NightlyRun/test1206.m
r5117 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; … … 76 78 caxis([0 100]); 77 79 80 if printingflag, 81 set(gcf,'Color','w') 82 printmodel('pattynstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off'); 83 system(['mv pattynstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']); 84 end 85 78 86 %Fields and tolerances to track changes 79 87 field_names ={ ... -
issm/trunk/test/NightlyRun/test1207.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; … … 76 78 caxis([0 100]); 77 79 80 if printingflag, 81 set(gcf,'Color','w') 82 printmodel('stokesstatic','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off'); 83 system(['mv stokesstatic.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT/IceSheet']); 84 end 85 78 86 %Fields and tolerances to track changes 79 87 field_names ={ ...
Note:
See TracChangeset
for help on using the changeset viewer.