Changeset 218 for trunk/MESOSCALE_DEV/MANUAL/SRC/installation.tex
- Timestamp:
- Jul 12, 2011, 7:41:55 PM (13 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE_DEV/MANUAL/SRC/installation.tex
r214 r218 110 110 tar xzvf LMD_MM_MARS.tar.gz 111 111 cd $LMDMOD/LMD_MM_MARS 112 ./ prepare112 ./SRC/SCRIPTS/prepare ## or simply ./prepare if the script is in LMD_MM_MARS 113 113 \end{verbatim} 114 114 … … 137 137 \end{verbatim} 138 138 139 \mk140 \section{Structure of the \ttt{LMD\_MM\_MARS} directory}141 142 \sk143 Please check the contents of the \ttt{LMD\_MM\_MARS} and the \ttt{LMD\_MM\_MARS/SRC} directories by the following command line:144 \begin{verbatim}145 ls $MMM146 ls $MMM/SRC147 \end{verbatim}148 149 \sk150 Contents of~\ttt{LMD\_MM\_MARS} directory:151 \begin{citemize}152 \item \ttt{makemeso}: this is the \ttt{bash} script to compile the model.153 \item \ttt{SRC}: this is a directory containing the model sources.154 \item \ttt{SIMU}: this is a directory containing scripts and files for an advanced use.155 \item \ttt{WPS_GEOG}: this is a directory containing static data for the model (topography, soil properties, etc...)156 \end{citemize}157 158 \sk159 Contents of~\ttt{LMD\_MM\_MARS/SRC} directory:160 \begin{citemize}161 \item \ttt{WRFV2}: this is a directory containing main model sources (modified WRF dynamics + LMD physics in \ttt{mars_lmd*}).162 \item \ttt{PREP\_MARS}: this a directory containing sources for the first preprocessing step.163 \item \ttt{WPS}: this a directory containing sources for the second preprocessing step.164 \item \ttt{POSTPROC}: this a directory containing postprocessing sources.165 \item \ttt{LES} and \ttt{LESnophys_}: these are directories containing sources for Large-Eddy Simulations.166 \end{citemize}167 168 \sk169 Contents of~\ttt{LMD\_MM\_MARS} directory:170 \begin{citemize}171 \item172 173 \item the sources directory \ttt{SRC};174 \item the static data directory \ttt{WPS\_GEOG};175 \item the simulation utilities directory \ttt{SIMU}.176 \end{citemize}177 178 179 180 \sk181 Contents of~\ttt{LMD\_MM\_MARS/WPS\_GEOG} directory:182 \begin{citemize}183 \item three directories \ttt{albedo\_GCM}, \ttt{mola\_GCM}, \ttt{thermal\_GCM}, \ttt{res}184 \item one data file \ttt{dust\_tes.nc}185 \end{citemize}186 187 \sk188 The directory~\ttt{LMD\_MM\_MARS/SIMU} contains many files and directories not important at this stage. If you used method~$2$, you will probably notice that other directories than~\ttt{LMD\_MM\_MARS} are present in \ttt{\$LMDMOD}, but those are not important at this stage.189 190 %LMD_MM_MARS/ LMD_MM_MARS_User_Manual.pdf LMDZ.MARS/ LMDZ.MARS.new191 192 139 \clearemptydoublepage
Note: See TracChangeset
for help on using the changeset viewer.