Ignore:
Timestamp:
Jul 27, 2011, 2:30:11 PM (13 years ago)
Author:
aslmd
Message:

MESOSCALE: corrections to the user manual. started a new chapter about a quick guide to simulation and the runmeso script.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE_DEV/MANUAL/SRC/preproc.tex

    r230 r245  
    1414
    1515\sk
    16 First and foremost, since the preprocessing utilities could generate (or involve) files of quite significant sizes, it is necessary to define a directory where these files would be stored. Such a directory (e.g. \ttt{/bigdisk/user}) must be linked with the name \ttt{\$TMPDIR} as follows. In addition, three directories \ttt{GCMINI}, \ttt{WPSFEED}, \ttt{WRFFEED} have to be defined in \ttt{\$MESO/TMPDIR} as indicated below.
     16First and foremost, since the preprocessing utilities could involve files of quite significant sizes, it is necessary to define a directory where these files would be stored. Such a directory (e.g. \ttt{/bigdisk/user}) must be linked with the name \ttt{\$TMPDIR} as follows. In addition, three directories \ttt{GCMINI}, \ttt{WPSFEED}, \ttt{WRFFEED} have to be defined in \ttt{\$MESO/TMPDIR} as indicated below.
    1717
    1818\begin{verbatim}
     
    4141echo $PWD
    4242cd PREP_MARS/
    43 ./compile [or] ./compile_g95     ## the first script compiles with pgf90
    44                                  ## the second script compiles with g95
    45                                  ## scripts can be easily adapted to, e.g., ifort
     43./compile_pgf [or] ./compile_g95 [or] ./compile_ifort 
    4644ls -lt create_readmeteo.exe readmeteo.exe
    4745cd ..
     
    8280\begin{verbatim}
    8381cd $MESO/LMDZ.MARS
     82[edit $MESO/LMDZ.MARS/libf/phymars/datafile.h & fill absolute link $MMM/WPS_GEOG]
    8483./compile
    8584\end{verbatim}
     
    110109\end{center}
    111110
    112 \sk
    113 \subsection{Step 1: Running the GCM and converting data}
     111%\sk
     112\subsection{Step 1: Running the GCM and converting data}\label{gcmini}
    114113
    115114\sk
     
    143142\end{verbatim}
    144143
    145 %%% compile_and_exec ????
    146 
    147 \sk
    148 \subsection{Step 2: Interpolation on the regional domain}
     144%%% compile_and_exec ???? au moment de runmeso
     145
     146\sk
     147\subsection{Step 2: Interpolation on the regional domain}\label{wps}
    149148
    150149\sk
     
    189188
    190189\sk
    191 \subsection{Step 3: Vertical interpolation on mesoscale levels}
     190\subsection{Step 3: Vertical interpolation on mesoscale levels}\label{real.exe}
    192191
    193192\sk
Note: See TracChangeset for help on using the changeset viewer.