Last change
on this file since 1704 was
1486,
checked in by aslmd, 9 years ago
|
modified readme and removed a file that does not need to be versioned
|
File size:
1.3 KB
|
Rev | Line | |
---|
[1451] | 1 | ## WHAT NEEDS TO BE DONE / CHECKED |
---|
[1437] | 2 | |
---|
[1451] | 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 |
---|
[1437] | 7 | svn co -N http://svn.lmd.jussieu.fr/Planeto/trunk code |
---|
| 8 | svn update LMDZ.MARS LMDZ.COMMON MESOSCALE |
---|
[1451] | 9 | |
---|
| 10 | -- check the LMD GCM is compiled |
---|
| 11 | cd code/LMDZ.COMMON |
---|
| 12 | check arch (if needed compile IOIPSL) then |
---|
[1437] | 13 | ./makelmdz_fcm -cpp MESOINI -j 8 -s 2 -d 64x48x35 -arch CICLADifort -parallel mpi -p mars gcm |
---|
| 14 | |
---|
[1451] | 15 | -- compile mesoscale |
---|
[1437] | 16 | cd code/MESOSCALE/LMD_MM_MARS |
---|
| 17 | makemeso -p |
---|
| 18 | |
---|
[1451] | 19 | -- compile ini stuff (do it once mesoscale is compiled) |
---|
| 20 | cd code_compiled |
---|
| 21 | ln -sf ../SRC/SCRIPTS/prepare_ini |
---|
| 22 | ./prepare_ini |
---|
[1437] | 23 | cd PREP_MARS |
---|
| 24 | compile_ifort |
---|
| 25 | cd WPS |
---|
| 26 | configure |
---|
| 27 | compile |
---|
| 28 | |
---|
[1451] | 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 |
---|
[1486] | 39 | |
---|
| 40 | ### NOTES |
---|
| 41 | |
---|
| 42 | 1. install folder with meso_install (and change dim in GCM) |
---|
| 43 | 2. modify settings (in run.def) |
---|
| 44 | 3. define domain |
---|
| 45 | 4. prepare starts for gcm or at least ensure vertical levels are compliant |
---|
| 46 | then launch |
---|
| 47 | |
---|
Note: See
TracBrowser
for help on using the repository browser.