Changeset 964 for palm/trunk/TUTORIAL


Ignore:
Timestamp:
Jul 26, 2012 9:14:24 AM (12 years ago)
Author:
raasch
Message:

old profil-parameters (cross_xtext, cross_normalized_x, etc. ) and respective code removed
(check_open, check_parameters, close_file, data_output_profiles, data_output_spectra, header, modules, parin)

reformatting (netcdf)

append feature removed from unit 14 (check_open)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • palm/trunk/TUTORIAL/SOURCE/runs_with_mrun.tex

    r954 r964  
    625625    \node [green, below=0.2cm of second] (third) {
    626626       \textbf{if job is running, you may follow its progress by watching the job protocol:} \\
    627        \texttt{cd ~/job\underline{ }queue \\ tail lcmuk\underline{ }example\underline{ }cbl}
     627       \texttt{cd \~/job\underline{ }queue \\ tail lcmuk\underline{ }example\underline{ }cbl}
    628628    };
    629629}
     
    637637    \node [green, below=0.2cm of fourth] (fifth) {
    638638       \textbf{when the job is finished, watch, if the job protocol is transferred to the local host without errors:}\\
    639        \texttt{cd ~/job\underline{ }queue \\ cat last\underline{ }job\underline{ }transfer\underline{ }protocol}
     639       \texttt{cd \~/job\underline{ }queue \\ cat last\underline{ }job\underline{ }transfer\underline{ }protocol}
    640640    };
    641641}
     
    650650    \node [yellow, left=3.5cm of fifth] (sixth) {
    651651       \textbf{check, if the job protocol and all output files have successfully been transferred to the local machine:}\\
    652        \texttt{cd ~/job\underline{ }queue \\ ls -al \\ cd ~/palm/current\underline{ }version/JOBS/example \\ ls -al *}
     652       \texttt{cd \~/job\underline{ }queue \\ ls -al \\ cd ~/palm/current\underline{ }version/JOBS/example \\ ls -al *}
    653653    };
    654654}
Note: See TracChangeset for help on using the changeset viewer.