Changeset 1854


Ignore:
Timestamp:
Dec 13, 2017, 2:27:01 PM (7 years ago)
Author:
aslmd
Message:

moved the testcase to a more convenient and versioned place. updated user manual a bit.

Location:
trunk/MESOSCALE
Files:
7 added
3 edited

Legend:

Unmodified
Added
Removed
  • trunk/MESOSCALE/MANUAL/SRC/compile_exec.tex

    r1182 r1854  
    161161
    162162\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.
     163In 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
     166To 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.
    167167%
    168168\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 
     169cd $MMM/SIMU/DEF/TESTCASE
     170./EXEC_TO_GET_data.sh (only once)
     171ln -sf ../../../LATEST/wrf_x61_y61_z61_d1_t1_p1.exe wrf.exe 
    173172nohup wrf.exe > log_wrf &
    174173\end{verbatim}
  • trunk/MESOSCALE/MANUAL/SRC/installation.tex

    r1182 r1854  
    2222\item G95 free compiler\footnote{Sources and binaries available on \url{http://www.g95.org}} \ttt{g95}
    2323\item Intel commercial compiler \ttt{ifort}
     24\item GNU Fortran compiler \ttt{gfortran}
    2425\end{itemize}
    2526\item your C compiler is \ttt{gcc} and C development libraries are included;
     
    9798svn checkout the_link -N the_name_of_your_local_destination_folder
    9899cd the_name_of_your_local_destination_folder
    99 svn update LMDZ.MARS MESOSCALE
     100svn update MESOSCALE
     101[svn update LMDZ.MARS] ## only if you use the new physics (not recommended for a starter)
    100102cd MESOSCALE
    101103declare -x MESO=$PWD  ## put absolute link in your .bashrc
     
    103105    ## to get latest updates later on
    104106    cd the_name_of_your_local_destination_folder
    105     svn update LMDZ.MARS MESOSCALE
     107    svn update
    106108    svn log | more
    107109\end{verbatim}
Note: See TracChangeset for help on using the changeset viewer.