Changeset 2390


Ignore:
Timestamp:
10/08/09 07:48:09 (15 years ago)
Author:
Mathieu Morlighem
Message:

Added some new command in Matlab history

File:
1 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/scripts/historyISSM.m

    r2387 r2390  
    11%  --  startup --
    2 startup
    3 exit
     2system('ln -s $ISSM_DIR/startup.m .'); startup;
     3startup;
    44%  --  vim --
    55!vim Pig.par
    66!vim Square.par
    7 !vim updatearchive.m
     7!vim Basin.par
     8!vim Antarctica.par
    89!vim runme.m
     10!vim configuration.m
    911%  --  execution --
    1012runme
    11 updatearchive
    1213%  --  tests  --
    13 runme
    1414md=runme('analysis_type',{'diagnostic'});
     15md=runme('analysis_type',{'diagnostic'},'parallel',1);
     16runme('analysis_type',{'diagnostic'});
    1517%  --  tweak parameters --
     18md.eps_res=0.01;
     19md.eps_rel=0.01;
     20md.eps_abs=NaN;
    1621md.connectivity=100;
    17 md.eps_abs=NaN;
    18 md.eps_rel=0.01;
    1922md.numberofelements
    2023md.numberofgrids
     
    2730%  --  plots  --
    2831plotmodel(md,'data',md.results.diagnostic.vel)
     32print -dpng vel.png
Note: See TracChangeset for help on using the changeset viewer.