Changeset 6254


Ignore:
Timestamp:
10/12/10 13:12:41 (15 years ago)
Author:
seroussi
Message:

minor directory names

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/test/NightlyRun/test1204.m

    r6250 r6254  
    11%Test on the diagnostic model and the prognostic in 2d
    2 printingflag=false;
     2printingflag=true;
    33
    44%tests 3 and 4: using Glen's flow law
     
    3030        set(gcf,'Color','w')
    3131        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 ']);
    3333end
    3434
     
    3838        set(gcf,'Color','w')
    3939        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 ']);
    4141end
    4242
     
    4646        set(gcf,'Color','w')
    4747        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 ']);
    4949end
    5050
Note: See TracChangeset for help on using the changeset viewer.