source: trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/readme @ 2235

Last change on this file since 2235 was 2235, checked in by aslmd, 5 years ago

meso_install.sh updated readme

File size: 1.9 KB
Line 
1### MESO_INSTALL.sh
2
3svn checkout http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE/LMD_MM_MARS/SIMU meso_install
4chmod +x meso_install/meso_install.sh
5meso_install/meso_install.sh -h
6
7-----------------
8-- set NETCDF and WHERE_MPI variables --
9-- in env file --
10
11module purge
12module load openmpi/1.6.5-ifort
13module load netcdf4/4.3.3.1-ifort
14declare -x WHERE_MPI=/usr/lib64/openmpi/1.6.5-ifort/bin/
15declare -x NETCDF=/opt/netcdf3/ifort
16declare -x NCDFLIB=$NETCDF/lib
17declare -x NCDFINC=$NETCDF/include
18
19-----------------
20
21
22meso_install/meso_install.sh -v HEAD -n 2020_TEST
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37######################## old notes
38
39## WHAT NEEDS TO BE DONE / CHECKED
40
41This folder can be downloaded with
42svn export http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN
43
44-- check all the links are OK, link the code or download it with
45svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk code
46svn update LMDZ.MARS LMDZ.COMMON MESOSCALE
47
48-- check the LMD GCM is compiled
49cd code/LMDZ.COMMON
50check arch (if needed compile IOIPSL) then
51./makelmdz_fcm -cpp MESOINI -j 8 -s 2 -d 64x48x35 -arch CICLADifort -parallel mpi -p mars gcm
52
53-- compile mesoscale
54cd code/MESOSCALE/LMD_MM_MARS
55makemeso -p
56
57-- compile ini stuff (do it once mesoscale is compiled)
58cd code_compiled
59ln -sf ../SRC/SCRIPTS/prepare_ini
60./prepare_ini
61cd PREP_MARS
62compile_ifort
63cd WPS
64configure
65compile
66
67-- get static data in http://data.spiga.fr/mesoscale_model/STATIC_DATA/
68and extract them in code/MESOSCALE/LMD_MM_MARS/WPS_GEOG
69
70## ADVICE
71
72If a GCM diagfi.nc is already available,
73- simply put it in the gcm folder and skip the GCM running part
74- cd to prep and execute
75echo 1 | create_readmeteo.exe
76readmeteo.exe < readmeteo.def
77
78### NOTES
79
801. install folder with meso_install (and change dim in GCM)
812. modify settings (in run.def)
823. define domain
834. prepare starts for gcm or at least ensure vertical levels are compliant
84then launch
85
Note: See TracBrowser for help on using the repository browser.