Changeset 5423


Ignore:
Timestamp:
08/19/10 11:54:10 (15 years ago)
Author:
seroussi
Message:

move image to the right place

Location:
issm/trunk/test/NightlyRun
Files:
7 edited

Legend:

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

    r5422 r5423  
    6161        set(gcf,'Color','w')
    6262        printmodel('eismintmasscthickness','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
     63        system(['mv eismintmasscthickness.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT ']);
    6364end
    6465
  • issm/trunk/test/NightlyRun/test1202.m

    r5422 r5423  
    2828        set(gcf,'Color','w')
    2929        printmodel('eismintdiag1vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
     30        system(['mv eismintdiag1vy.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT ']);
    3031end
    3132
  • issm/trunk/test/NightlyRun/test1203.m

    r5422 r5423  
    3131        set(gcf,'Color','w')
    3232        printmodel('eismintdiag2vy','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
     33        system(['mv eismintdiag2vy.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT ']);
    3334end
    3435
  • issm/trunk/test/NightlyRun/test1301.m

    r5422 r5423  
    3838        set(gcf,'Color','w')
    3939        printmodel('thermalmelting','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
     40        system(['mv thermalmelting.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/Thermal ']);
    4041end
    4142
  • issm/trunk/test/NightlyRun/test1302.m

    r5422 r5423  
    4040        set(gcf,'Color','w')
    4141        printmodel('thermaladvection','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
     42        system(['mv thermaladvection.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/EISMINT ']);
    4243end
    4344
  • issm/trunk/test/NightlyRun/test1303.m

    r5422 r5423  
    3535        set(gcf,'Color','w')
    3636        printmodel('thermalconduction','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
     37        system(['mv thermalconduction.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/Thermal ']);
    3738end
    3839
  • issm/trunk/test/NightlyRun/test1304.m

    r5422 r5423  
    3636        set(gcf,'Color','w')
    3737        printmodel('thermalgeothermalflux','png','margin','on','marginsize',25,'frame','off','resolution',0.7,'hardcopy','off');
     38        system(['mv thermalgeothermalflux.png ' ISSM_DIR '/../website/doc_pdf/validation/Images/Thermal ']);
    3839end
    3940
Note: See TracChangeset for help on using the changeset viewer.