Changeset 21024


Ignore:
Timestamp:
07/27/16 15:39:39 (9 years ago)
Author:
glperez
Message:

CHG: Restoring normal sed style newline inserts. Will be using GNU sed from now on.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TabularUnified issm/trunk-jpl/jenkins/jenkins.sh ΒΆ

    r21021 r21024  
    328328
    329329                        # Greenland is missing step 8
    330                         STEP_EIGHT="\"$\"\n     disp('   Step 8: Plotting exercise');\"$\"\n    md = loadmodel('.\/Models\/Greenland.HistoricTransient_200yr');\"$\"\n  figure\"$\"\n   surfmb=[]; for i=2:201; surfmb=[surfmb ...\"$\"\n               md.results.TransientSolution(i).SmbMassBalance]; end\"$\"\n     subplot(3,1,1); plot([1:200],mean(surfmb));\"$\"\n      title('Mean Surface mass balance');\"$\"\n      vel=[]; for i=2:201; vel=[vel md.results.TransientSolution(i).Vel]; end\"$\"\n  subplot(3,1,2); plot([1:200],mean(vel));\"$\"\n title('Mean Velocity');\"$\"\n  volume=[]; for i=2:201; volume=[volume md.results.TransientSolution(i).IceVolume]; end\"$\"\n   subplot(3,1,3); plot([1:200],volume);\"$\"\n    title('Ice Volume'); xlabel('years');"
     330                        STEP_EIGHT="\n  disp('   Step 8: Plotting exercise');\n md = loadmodel('.\/Models\/Greenland.HistoricTransient_200yr');\n       figure\n        surfmb=[]; for i=2:201; surfmb=[surfmb ...\n            md.results.TransientSolution(i).SmbMassBalance]; end\n  subplot(3,1,1); plot([1:200],mean(surfmb));\n   title('Mean Surface mass balance');\n   vel=[]; for i=2:201; vel=[vel md.results.TransientSolution(i).Vel]; end\n       subplot(3,1,2); plot([1:200],mean(vel));\n      title('Mean Velocity');\n       volume=[]; for i=2:201; volume=[volume md.results.TransientSolution(i).IceVolume]; end\n        subplot(3,1,3); plot([1:200],volume);\n title('Ice Volume'); xlabel('years');"
    331331
    332332                        if [ "${dir}" == "./Greenland" ];
Note: See TracChangeset for help on using the changeset viewer.