Changeset 1451 for trunk/MESOSCALE/LMD_MM_MARS/SIMU
- Timestamp:
- Jun 12, 2015, 12:37:35 PM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/MESORUN/readme
r1437 r1451 1 svn export http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE/LMD_MM_MARS/SIMU/DEF/MESORUN_newphys_THARSISREF 1 ## WHAT NEEDS TO BE DONE / CHECKED 2 2 3 This folder can be downloaded with 4 svn 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 3 7 svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk code 4 8 svn update LMDZ.MARS LMDZ.COMMON MESOSCALE 5 6 cd code/LMDZ.COMMON 7 modify arch with links 9 10 -- check the LMD GCM is compiled 11 cd code/LMDZ.COMMON 12 check arch (if needed compile IOIPSL) then 8 13 ./makelmdz_fcm -cpp MESOINI -j 8 -s 2 -d 64x48x35 -arch CICLADifort -parallel mpi -p mars gcm 9 14 15 -- compile mesoscale 10 16 cd code/MESOSCALE/LMD_MM_MARS 11 17 makemeso -p 12 18 13 link compiled folder 14 cd co mpiled15 ../SRC/SCRIPTS/prepare_ini16 19 -- compile ini stuff (do it once mesoscale is compiled) 20 cd code_compiled 21 ln -sf ../SRC/SCRIPTS/prepare_ini 22 ./prepare_ini 17 23 cd PREP_MARS 18 24 compile_ifort 19 20 25 cd WPS 21 26 configure 22 27 compile 23 28 24 rename 2024 2029 LMD* 29 -- get static data in http://data.spiga.fr/mesoscale_model/STATIC_DATA/ 30 and extract them in code/MESOSCALE/LMD_MM_MARS/WPS_GEOG 31 32 ## ADVICE 33 34 If 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 37 echo 1 | create_readmeteo.exe 38 readmeteo.exe < readmeteo.def
Note: See TracChangeset
for help on using the changeset viewer.