Ignore:
Timestamp:
09/13/10 08:54:15 (15 years ago)
Author:
seroussi
Message:

minor validation

File:
1 edited

Legend:

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

    r5606 r5765  
    11%The aim of this program is to compare a model with an analytical solution given in MacAyeal EISMINT : Lessons in Ice-Sheet Modeling
     2printingflag=false;
     3
    24numlayers=10;
    35resolution=30000;
     
    7779caxis([0 100]);
    7880
     81if 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']);
     85end
     86
    7987%Fields and tolerances to track changes
    8088field_names     ={ ...
Note: See TracChangeset for help on using the changeset viewer.