Changeset 9229


Ignore:
Timestamp:
08/09/11 15:14:41 (14 years ago)
Author:
seroussi
Message:

fixed test1201 (no smb in this one)

File:
1 edited

Legend:

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

    r9223 r9229  
    11%This test is a test from the EISMINT for Ice shelves Vincent Rommelaere 1996
    2 printingflag=false;
     2printingflag=true;
    33
    44results={};
     
    3535        md.spcthickness(end,:)=times;
    3636        md.spcthickness(pos,:)=repmat(500+100*sin(2*pi*times/200),length(pos),1);
     37        md.surface_mass_balance(:)=0;
    3738
    3839        %solve
    3940        md.isdiagnostic=0;
    4041        md.output_frequency=500; %keep only last step
     42        md.verbose=verbose();
    4143        md=solve(md,TransientSolutionEnum);
    4244        results{stabilization}=PatchToVec(md.results.TransientSolution(end).Thickness);
     
    5355        set(gcf,'Color','w')
    5456        printmodel('eismintmasscthickness','png','margin','on','marginsize',25,'frame','off','resolution',2,'hardcopy','off');
    55         system(['mv eismintmasscthickness.png ' ISSM_DIR '/website/doc_pdf/validation/Images/EISMINT/IceShelf ']);
     57        system(['mv eismintmasscthickness.png $ISSM_DIR/website/doc_pdf/validation/Images/EISMINT/IceShelf ']);
    5658end
    5759
Note: See TracChangeset for help on using the changeset viewer.