Changeset 1854
- Timestamp:
- Dec 13, 2017, 2:27:01 PM (7 years ago)
- Location:
- trunk/MESOSCALE
- Files:
-
- 7 added
- 3 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/MANUAL/SRC/compile_exec.tex
r1182 r1854 161 161 162 162 \sk 163 In order to test the compiled executables, a ready-to-use test case (with pre-generated initial and boundary conditions) is proposed in the \ttt{LMD\_MM\_MARS \_TESTCASE.tar.gz} archive that you can download in the following FTP site \url{ftp://ftp.lmd.jussieu.fr/pub/aslmd/LMD_MM_MARS_TESTCASE.tar.gz}. This test case simulates the hydrostatic atmospheric flow around Arsia Mons (Figure~\ref{arsia}) during half a sol in springtime with constant thermal inertia, albedo and dust opacity\footnote{Though the simulation reproduces some reasonable features of the mesoscale circulation around Arsia Mons (e.g. slope winds), it should not be used for scientific purpose, for the number of grid points is unsufficient for single-domain simulation and the integration time is below the necessary spin-up time.}.164 165 \sk 166 To launch the test simulation, please type the following commands, replacing the \ttt{g95\_32\_single} directory with its corresponding value on your system. In the end, the model should run and output the computed meteorological fields in netCDF files named \ttt{wrfout*}. Feel free to browse those files with \ttt{ncview} or your favorite graphical tool to check if the simulated fields look reasonable.163 In order to test the compiled executables, a ready-to-use test case (with pre-generated initial and boundary conditions) is proposed in the \ttt{LMD\_MM\_MARS/SIMU/DEF/TESTCASE} folder (use the \ttt{EXEC\_TO\_GET\_data.sh} command to get the initial and boundary condition files). This test case simulates the hydrostatic atmospheric flow around Arsia Mons (Figure~\ref{arsia}) during half a sol in springtime with constant thermal inertia, albedo and dust opacity\footnote{Though the simulation reproduces some reasonable features of the mesoscale circulation around Arsia Mons (e.g. slope winds), it should not be used for scientific purpose, for the number of grid points is unsufficient for single-domain simulation and the integration time is below the necessary spin-up time.}. 164 165 \sk 166 To launch the test simulation, please type the following commands, replacing if needed the \ttt{LATEST} directory with its corresponding value on your system. In the end, the model should run and output the computed meteorological fields in netCDF files named \ttt{wrfout*}. Feel free to browse those files with \ttt{ncview} or your favorite graphical tool to check if the simulated fields look reasonable. 167 167 % 168 168 \begin{verbatim} 169 cp LMD_MM_MARS_TESTCASE.tar.gz $MMM 170 tar xzvf LMD_MM_MARS_TESTCASE.tar.gz 171 cd TESTCASE 172 ln -sf ../g95_32_single/wrf_x61_y61_z61_d1_t1_p1.exe wrf.exe 169 cd $MMM/SIMU/DEF/TESTCASE 170 ./EXEC_TO_GET_data.sh (only once) 171 ln -sf ../../../LATEST/wrf_x61_y61_z61_d1_t1_p1.exe wrf.exe 173 172 nohup wrf.exe > log_wrf & 174 173 \end{verbatim} -
trunk/MESOSCALE/MANUAL/SRC/installation.tex
r1182 r1854 22 22 \item G95 free compiler\footnote{Sources and binaries available on \url{http://www.g95.org}} \ttt{g95} 23 23 \item Intel commercial compiler \ttt{ifort} 24 \item GNU Fortran compiler \ttt{gfortran} 24 25 \end{itemize} 25 26 \item your C compiler is \ttt{gcc} and C development libraries are included; … … 97 98 svn checkout the_link -N the_name_of_your_local_destination_folder 98 99 cd the_name_of_your_local_destination_folder 99 svn update LMDZ.MARS MESOSCALE 100 svn update MESOSCALE 101 [svn update LMDZ.MARS] ## only if you use the new physics (not recommended for a starter) 100 102 cd MESOSCALE 101 103 declare -x MESO=$PWD ## put absolute link in your .bashrc … … 103 105 ## to get latest updates later on 104 106 cd the_name_of_your_local_destination_folder 105 svn update LMDZ.MARS MESOSCALE107 svn update 106 108 svn log | more 107 109 \end{verbatim}
Note: See TracChangeset
for help on using the changeset viewer.