Changeset 2569 for trunk/LMDZ.MARS/doc
- Timestamp:
- Oct 19, 2021, 10:14:36 AM (3 years ago)
- Location:
- trunk/LMDZ.MARS/doc
- Files:
-
- 4 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/LMDZ.MARS/doc/compilation.tex
r1954 r2569 48 48 \end{verbatim} 49 49 50 50 obtain 51 51 \section{Organization of the model source files} 52 52 \index{Organization of the model source files} -
trunk/LMDZ.MARS/doc/main.tex
r1954 r2569 5 5 \usepackage{pstricks} 6 6 \usepackage[round]{natbib} 7 7 \usepackage{hyperref} 8 8 \usepackage{makeidx} 9 9 \usepackage{a4} … … 39 39 \author{Ehouarn MILLOUR, Fran\c{c}ois FORGET \\ \it{Contributors to earlier versions}: Karine DASSAS, \\ Christophe HOURDIN, Fr\'ed\'eric HOURDIN, \\ and Yann WANHERDRICK} 40 40 %\date{\today} 41 \date{ June 20, 2018}41 \date{October 18, 2021} 42 42 43 43 \maketitle -
trunk/LMDZ.MARS/doc/make_documentation.bash
r1954 r2569 8 8 cd input 9 9 echo '\begin{verbatim}' > z2sig.tex 10 cat ../../deftank/z2sig.def >> z2sig.tex10 cat ../../deftank/z2sig.def.MCD5 >> z2sig.tex 11 11 echo '\end{verbatim}' >> z2sig.tex 12 12 -
trunk/LMDZ.MARS/doc/run.tex
r2206 r2569 39 39 If you are not on the LMD machines, you will also need to download a 40 40 set of files available online at:\\ 41 {\verb+http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir+}\\41 \url{http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir}\\ 42 42 (preserve the file names and subdirectory structure). 43 43 This directory contains input files (topography, dust scenarios, … … 50 50 To run the model, you will also need some initial condition files that 51 51 can be downloaded from:\\ 52 {\verb+http://www.lmd.jussieu.fr/~lmdz/planets/mars/starts+}52 \url{http://www.lmd.jussieu.fr/~lmdz/planets/mars/starts} 53 53 (see section \ref{sc:inputfiles}). 54 54 … … 61 61 compiler suite (e.g. gfortran and gcc, or ifort and icc) that you will use 62 62 to compile the model. The latest version of the NetCDF package is available 63 on the web at the following address: 64 \begin{verbatim} 65 http://www.unidata.ucar.edu/software/netcdf 66 \end{verbatim} 63 on the web at the following address:\\ 64 \url{https://www.unidata.ucar.edu/software/netcdf} \\ 65 67 66 along with instructions for building (or downloading precompiled 68 67 binaries of) the library.\\ … … 73 72 \item Some software to load and display NetCDF files such as 74 73 \begin{itemize} 75 \item Ferret {\tthttp://ferret.wrc.noaa.gov/Ferret}76 \item Panoply {\tthttps://www.giss.nasa.gov/tools/panoply}77 \item GrAdS {\tthttp://grads.iges.org/grads}78 \item ncview {\tt http://meteora.ucsd.edu/\~pierce/ncview\_home\_page.html}74 \item Ferret \url{http://ferret.wrc.noaa.gov/Ferret} 75 \item Panoply \url{https://www.giss.nasa.gov/tools/panoply} 76 \item GrAdS \url{http://grads.iges.org/grads} 77 \item ncview \url{http://meteora.ucsd.edu/~pierce/ncview_home_page.html} 79 78 \end{itemize} 80 79 among others, should be installed on your system. 81 80 \item The {\tt fcm} utility must be installed on your system. 82 If it is not already so, it may be obtained by the following svn command :\\83 {\ tt svn checkout http://forge.ipsl.jussieu.fr/fcm/svn/PATCHED/FCM\_V1.2}\\81 If it is not already so, it may be obtained by the following svn command line:\\ 82 {\verb+ svn checkout http://forge.ipsl.jussieu.fr/fcm/svn/PATCHED/FCM_V1.2+}\\ 84 83 And add its {\tt bin} subdirectory to your {\tt PATH} environment variable 85 84 to make the {\tt fcm} command available from anywhere. … … 168 167 stndard scenarios and which can thus be used 169 168 to check if the model is installed correctly) stored on the LMD website at 170 \ verb+http://www.lmd.jussieu.fr/~lmdz/planets/mars/starts+.169 \url{http://www.lmd.jussieu.fr/~lmdz/planets/mars/starts}. 171 170 See section~\ref{sc:newstart} for a description of how to proceed to 172 171 extract {\bf start} files from {\bf start\_archives}. … … 190 189 Where {\tt /path/to/datafile} is the full path to the directory which 191 190 contains the set of files downloaded from:\\ 192 \verb+http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir+ 191 \url{http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir} \\ 192 To ease downloading, a tar file of this directory can be obtained at: \\ 193 \url{http://www.lmd.jussieu.fr/~lmdz/planets/mars/datadir.tar.gz} 193 194 } 194 195 a simulation: … … 338 339 display and the information about the run. 339 340 340 {\it NOTE:} to restart a series ofsimulations after a first series341 To carry on simulations after a first series 341 342 (for example, starting from {\tt start5 and startfi5}), just write the 342 index of the initial files (e.g. 5) in the file named{\tt num\_run}.343 index of the initial files (e.g. 5) in the file {\tt num\_run}. 343 344 If {\tt num\_run} exists, the model will start from the index written in 344 345 {\tt num\_run}. If not it will start from, {\tt start0 and startfi0}. … … 350 351 {\tt deftank}). 351 352 This script functions with script run0. Just set the number of simulations to 352 1 in run0. Then copy run.def into run.def.refand set nday to 9999 in this353 1 in run0. Then copy {\tt run.def} into {\tt run.def.ref} and set nday to 9999 in this 353 354 file. To start from startN.c, edit the file run\_mcd and comment 354 355 (with a \#) the N months already created and describe N in {\tt num\_run}. 355 356 Then run {\bf \tt run\_mcd}. 356 357 358 Some scripts similar to {\tt run\_mcd}, but including dedicated handling of job schedulers for the Occigen and Ciclad supercomputers can be found in the {\tt ciclad} and {\tt occigen} subdirectories of {\tt deftank}. Check out the {\tt README} files there. 357 359 358 360 \section{Creating and modifying initial states} … … 463 465 \end{itemize} 464 466 465 If you want to create starts files with t arcers for 49 layers using a467 If you want to create starts files with tracers for 49 layers using a 466 468 {\tt start\_archive.nc} obtained for 32 layers, do not forget to use the 467 469 \verb+ ini_q+ option in newstart in order to correctly initialize tracers
Note: See TracChangeset
for help on using the changeset viewer.