source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUNold/readme @ 1596

Last change on this file since 1596 was 1466, checked in by aslmd, 9 years ago

added a reference folder MESORUN for old physics run

File size: 1.1 KB
Line 
1## WHAT NEEDS TO BE DONE / CHECKED
2
3This folder can be downloaded with
4svn export http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN
5
6-- check all the links are OK, link the code or download it with
7svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk code
8svn update LMDZ.MARS LMDZ.COMMON MESOSCALE
9
10-- check the LMD GCM is compiled
11cd code/LMDZ.COMMON
12check arch (if needed compile IOIPSL) then
13./makelmdz_fcm -cpp MESOINI -j 8 -s 2 -d 64x48x35 -arch CICLADifort -parallel mpi -p mars gcm
14
15-- compile mesoscale
16cd code/MESOSCALE/LMD_MM_MARS
17makemeso -p
18
19-- compile ini stuff (do it once mesoscale is compiled)
20cd code_compiled
21ln -sf ../SRC/SCRIPTS/prepare_ini
22./prepare_ini
23cd PREP_MARS
24compile_ifort
25cd WPS
26configure
27compile
28
29-- get static data in http://data.spiga.fr/mesoscale_model/STATIC_DATA/
30and extract them in code/MESOSCALE/LMD_MM_MARS/WPS_GEOG
31
32## ADVICE
33
34If a GCM diagfi.nc is already available,
35- simply put it in the gcm folder and skip the GCM running part
36- cd to prep and execute
37echo 1 | create_readmeteo.exe
38readmeteo.exe < readmeteo.def
Note: See TracBrowser for help on using the repository browser.