Changeset 245 for trunk/MESOSCALE_DEV/MANUAL/SRC/preproc.tex
- Timestamp:
- Jul 27, 2011, 2:30:11 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/MANUAL/SRC/preproc.tex
r230 r245 14 14 15 15 \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.16 First 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. 17 17 18 18 \begin{verbatim} … … 41 41 echo $PWD 42 42 cd 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 46 44 ls -lt create_readmeteo.exe readmeteo.exe 47 45 cd .. … … 82 80 \begin{verbatim} 83 81 cd $MESO/LMDZ.MARS 82 [edit $MESO/LMDZ.MARS/libf/phymars/datafile.h & fill absolute link $MMM/WPS_GEOG] 84 83 ./compile 85 84 \end{verbatim} … … 110 109 \end{center} 111 110 112 \sk113 \subsection{Step 1: Running the GCM and converting data} 111 %\sk 112 \subsection{Step 1: Running the GCM and converting data}\label{gcmini} 114 113 115 114 \sk … … 143 142 \end{verbatim} 144 143 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} 149 148 150 149 \sk … … 189 188 190 189 \sk 191 \subsection{Step 3: Vertical interpolation on mesoscale levels} 190 \subsection{Step 3: Vertical interpolation on mesoscale levels}\label{real.exe} 192 191 193 192 \sk
Note: See TracChangeset
for help on using the changeset viewer.