Changeset 2049
- Timestamp:
- 08/28/09 15:09:32 (15 years ago)
- 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 19 19 packages={[md.name '.bin'],[md.name '.queue']}; 20 20 if md.qmu_analysis, 21 packages{end+1}=[md.name '.qmu.in 21 packages{end+1}=[md.name '.qmu.in']; 22 22 end 23 23 -
issm/trunk/src/m/classes/public/plot/plotdoc.m
r1878 r2049 42 42 disp(' - ''transient_movie_time'': time for each image (default 2 seconds)'); 43 43 disp(' - ''thermaltransient_results'': this will display all the time steps of a thermal transient run'); 44 disp(' - ''importancefactors'': qmu results');45 44 disp(' - ''normplot'': norm plot'); 46 45 disp(' - ''histnorm'': histogram normal distribution'); … … 95 94 disp(' ''icesheet'': ''none'' if ice sheets are to not be plotted'); 96 95 disp(' ''log'': value of log'); 97 disp(' ''designvariable'': name of design variable for importance factors');98 disp(' ''responsefunction'': name of response function for importance factors');99 96 disp(' ''latlon'': ''on'' or {latstep lonstep [resolution [color]]} where latstep,longstep and resolution are in degrees, color is a [r g b] array'); 100 97 disp(' ''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.