Changeset 6254
- Timestamp:
- 10/12/10 13:12:41 (15 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
issm/trunk/test/NightlyRun/test1204.m
r6250 r6254 1 1 %Test on the diagnostic model and the prognostic in 2d 2 printingflag= false;2 printingflag=true; 3 3 4 4 %tests 3 and 4: using Glen's flow law … … 30 30 set(gcf,'Color','w') 31 31 printmodel('eisminttrans2vx','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off'); 32 system(['mv eisminttrans2vx.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);32 system(['mv eisminttrans2vx.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']); 33 33 end 34 34 … … 38 38 set(gcf,'Color','w') 39 39 printmodel('eisminttrans2vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off'); 40 system(['mv eisminttrans2vy.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);40 system(['mv eisminttrans2vy.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']); 41 41 end 42 42 … … 46 46 set(gcf,'Color','w') 47 47 printmodel('eisminttrans2thickness','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off'); 48 system(['mv eisminttrans2thickness.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT ']);48 system(['mv eisminttrans2thickness.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/Shelf ']); 49 49 end 50 50
Note:
See TracChangeset
for help on using the changeset viewer.