Changeset 2049


Ignore:
Timestamp:
08/28/09 15:09:32 (15 years ago)
Author:
Eric.Larour
Message:

no more plot_qmuimportancefactors, replaced by importancefactors routine.
fixed bug in LaunchQueueJobGeneric in name of qmu.in file

Location:
issm/trunk/src/m/classes/public
Files:
1 added
1 deleted
2 edited

Legend:

Unmodified
Added
Removed
  • issm/trunk/src/m/classes/public/LaunchQueueJobGeneric.m

    r1591 r2049  
    1919        packages={[md.name '.bin'],[md.name '.queue']};
    2020        if md.qmu_analysis,
    21                 packages{end+1}=[md.name '.qmu.in '];
     21                packages{end+1}=[md.name '.qmu.in'];
    2222        end
    2323
  • issm/trunk/src/m/classes/public/plot/plotdoc.m

    r1878 r2049  
    4242disp('                  - ''transient_movie_time'': time for each image (default 2 seconds)');
    4343disp('                  - ''thermaltransient_results'': this will display all the time steps of a thermal transient run');
    44 disp('                  - ''importancefactors'': qmu results');
    4544disp('                  - ''normplot'': norm plot');
    4645disp('                  - ''histnorm'': histogram normal distribution');
     
    9594disp('       ''icesheet'': ''none'' if ice sheets are to not be plotted');
    9695disp('       ''log'': value of log');
    97 disp('       ''designvariable'': name of design variable for importance factors');
    98 disp('       ''responsefunction'': name of response function for importance factors');
    9996disp('       ''latlon'': ''on'' or {latstep lonstep [resolution [color]]} where latstep,longstep and resolution are in degrees, color is a [r g b] array');
    10097disp('       ''latlonnumbering'': ''on'' or {latgap longap colornumber latangle lonangle} where latgap and longap are pixel gaps for the numbers,');
Note: See TracChangeset for help on using the changeset viewer.