Ignore:
Timestamp:
Aug 7, 2012 4:03:47 PM (12 years ago)
Author:
maronga
Message:

tutorial updates

File:
1 edited

Legend:

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

    r945 r973  
    6969      \item<3-> Mean vertical profiles
    7070      \begin{itemize}
     71         \footnotesize
    7172         \item[-]<3-> horizontally averaged, instantaneous or time-averaged
    7273      \end{itemize}
     
    7475      \item<5-> Two-dimensional cross sections ($xy$, $xz$, $yz$)
    7576      \begin{itemize}
     77         \footnotesize
    7678         \item[-]<5-> instantaneous or time-averaged, + averaged along 3rd dimension
    7779      \end{itemize}
    7880      \item<6-> Complete three-dimensional data arrays
    7981      \begin{itemize}
     82         \footnotesize
    8083         \item[-]<6-> instantaneous or time-averaged
    8184      \end{itemize}
     
    8588   \onslide<8-> First item is pure ASCII-data to give a short overview of the run. All other output is in netCDF format and can be graphically displayed.\\
    8689   \vspace{2mm}
    87    Additionally, power spectra can be output using the spectra-package (use \texttt{mrun}-option \texttt{“-p spectra“}).
     90   Additionally, power spectra can be output using the spectra-package (use \texttt{mrun}-option \grqq \texttt{-p spectra}\grqq).
    8891   
    8992\end{frame}
     
    142145      \texttt{ferret -gui}};
    143146   
    144 
     147      \draw[-] (1.south west) -- (4.south east);   
     148      \draw[-] (13.south west) -- (43.south east);
     149      \draw[-] (1.north east) -- (15.south east);
    145150   \end{tikzpicture}
    146151\end{frame}
     
    153158   \begin{enumerate}
    154159   
    155       \item<2-> Carefully think about, which variables you want to analyze
     160      \item<2-> \textbf{Carefully think about, which variables you want to analyze}
    156161      \begin{itemize}
    157162         \scriptsize
    158163              \item[]<2-> e.g. temperature, wind, etc., resolved- or subgrid-scale?, output interval?, should they be time averaged?
    159164      \end{itemize}
    160      
    161       \item<3-> Find and set the appropriate output parameters in the parameter file
     165      \vspace{1mm}
     166      \item<3-> \textbf{Find and set the appropriate output parameters in the parameter file}
    162167      \begin{itemize}
    163168         \scriptsize
    164               \item[]<3-> \texttt{data\_output\_pr = 'pt', 'u', 'w ''pt'' ',  dt\_dopr = 900.0,}
     169              \item[]<3-> \texttt{data\_output\_pr = 'pt', 'u', 'w \dq pt\dq\, ',  dt\_dopr = 900.0,}
    165170              \item[]<3-> \texttt{averaging\_interval\_pr = 600.0, dt\_averaging\_input\_pr = 10.0}
    166171      \end{itemize}   
    167      
    168       \item<4-> Check, if the necessary file connection statements exist in the .mrun.config file
     172      \vspace{1mm}
     173      \item<4-> \textbf{Check, if the necessary file connection statements exist in the .mrun.config file}\\
    169174      \begin{itemize}
    170175         \scriptsize
    171176              \item[]<4-> \texttt{DATA\_1D\_PR\_NETCDF   out:loc:tr  pr\#      \~{}/palm/current\_version/JOBS/\$fname/OUTPUT  \_pr  nc}
    172177      \end{itemize} 
    173      
    174       \item<5-> Don't forget to activate the file connection statements by setting the correct activation string(s) in \texttt{mrun}-option \texttt{-r}
     178      \vspace{1mm}
     179      \item<5-> \textbf{Don't forget to activate the file connection statements by setting the correct activation string(s) in \texttt{mrun}-option \texttt{-r}}\\
    175180      \begin{itemize}
    176181         \scriptsize
    177               \item[]<5-> \texttt{mrun ... -r ''... pr\# ...'' ...}
     182              \item[]<5-> \texttt{mrun ... -r \dq ... pr\# ...\dq\, ...}
    178183      \end{itemize}   
    179      
    180       \item<6-> After job completion, change to the OUTPUT-directory and call the appropriate graphics software
     184      \vspace{1mm}
     185      \item<6-> \textbf{After job completion, change to the OUTPUT-directory and call the appropriate graphics software}\\
    181186      \begin{itemize}
    182187         \scriptsize
    183               \item[]<6-> \texttt{ncview <filename>} or \texttt{palmplot pr <options>}
     188              \item[]<6-> \texttt{ncview <filename>} \quad \textbf{or} \quad \texttt{palmplot pr <options>}
    184189      \end{itemize} 
    185190   \end{enumerate}   
Note: See TracChangeset for help on using the changeset viewer.