[151] | 1 | Welcome. |
---|
[136] | 2 | |
---|
[151] | 3 | ------------------------------------------------------------------------------------- |
---|
| 4 | ------------------------------------------------------------------------------------- |
---|
| 5 | ------------------------------------------------------------------------------------- |
---|
[136] | 6 | |
---|
[151] | 7 | ---------> Choice A: You want to download all models at once. |
---|
| 8 | ---------> This is easy, but requires disk space. |
---|
| 9 | ---------> Plus, not sure you'll be using all models... |
---|
[136] | 10 | |
---|
[151] | 11 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk the_name_of_my_folder |
---|
[137] | 12 | |
---|
[151] | 13 | ------------------------------------------------------------------------------------- |
---|
| 14 | ------------------------------------------------------------------------------------- |
---|
| 15 | ------------------------------------------------------------------------------------- |
---|
[136] | 16 | |
---|
[151] | 17 | ---------> Choice B: You want to download a limited number of models. |
---|
| 18 | ---------> This is quite wise indeed. |
---|
| 19 | ---------> Whatever model you want, type the following commands |
---|
[136] | 20 | |
---|
[151] | 21 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk -N the_name_of_my_folder |
---|
| 22 | cd the_name_of_my_folder |
---|
| 23 | svn update DOC |
---|
[136] | 24 | |
---|
[151] | 25 | ---------> OK, great. Now choose the model(s) you'd like to get. |
---|
[136] | 26 | |
---|
[151] | 27 | ---------> LMD Mars GCM |
---|
| 28 | svn update LMDZ.MARS |
---|
[136] | 29 | |
---|
[151] | 30 | ---------> LMD Mars Mesoscale and LES Models |
---|
| 31 | svn update LMDZ.MARS MESOSCALE |
---|
[136] | 32 | |
---|
[151] | 33 | ---------> LMD Mars Mesoscale and LES Models with old physics only |
---|
| 34 | svn update MESOSCALE |
---|
[136] | 35 | |
---|
[151] | 36 | ---------> LMD Titan GCM |
---|
| 37 | svn update LMDZ.COMMON LMDZ.TITAN |
---|
[136] | 38 | |
---|
[151] | 39 | ---------> LMD Venus GCM |
---|
| 40 | svn update LMDZ.COMMON LMDZ.VENUS |
---|
[136] | 41 | |
---|
[151] | 42 | ---------> LMD Earth GCM |
---|
| 43 | svn update LMDZ.COMMON LMDZ.EARTH |
---|
[136] | 44 | |
---|
[151] | 45 | ---------> LMD Giant-Planets GCM |
---|
| 46 | svn update LMDZ.COMMON LMDZ.GIANT |
---|
| 47 | |
---|
| 48 | ---------> LMD Generic GCM |
---|
| 49 | svn update LMDZ.GENERIC |
---|
| 50 | |
---|
| 51 | ---------> NOTE THAT SUBSEQUENT USE OF 'svn update' or 'svn log' or 'svn commit' ... WILL ONLY ACT ON FOLDERS YOU GOT. |
---|
| 52 | |
---|
| 53 | ------------------------------------------------------------------------------------- |
---|
| 54 | ------------------------------------------------------------------------------------- |
---|
| 55 | ------------------------------------------------------------------------------------- |
---|
| 56 | |
---|
| 57 | ---------> Choice C: You are a developer. You want to download only one folder, |
---|
| 58 | ---------> then make your modifications, commit and erase the working copy. |
---|
| 59 | |
---|
| 60 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/[the_folder_you_d_like_to_download] |
---|
| 61 | |
---|
| 62 | ------------------------------------------------------------------------------------- |
---|
| 63 | ------------------------------------------------------------------------------------- |
---|
| 64 | ------------------------------------------------------------------------------------- |
---|
| 65 | |
---|
| 66 | ************************* LIST of all folders contained in the SVN LMD PLANETO trunk ******************************* |
---|
[137] | 67 | DOC documentation and readme files about SVN |
---|
| 68 | LMDZ.COMMON common dynamical core |
---|
| 69 | LMDZ.EARTH terrestrial physics + links to the common dynamical core [LMDZ.COMMON needed] |
---|
| 70 | LMDZ.GENERIC universal physics + dynamical core |
---|
| 71 | LMDZ.GIANT giant-planet physics + links to the common dynamical core [LMDZ.COMMON needed] |
---|
| 72 | LMDZ.MARS martian physics + dynamical core |
---|
| 73 | LMDZ.TITAN titan physics + links to the common dynamical core [LMDZ.COMMON needed] |
---|
| 74 | LMDZ.VENUS venus physics + links to the common dynamical core [LMDZ.COMMON needed] |
---|
| 75 | MESOSCALE martian mesoscale modeling system + (for new martian physics) links to martian physics [LMDZ.MARS needed] |
---|
| 76 | |
---|
[175] | 77 | ********************************************** |
---|
| 78 | ********************************************** |
---|
| 79 | FIRST STEPS TOWARD COMPILATION |
---|
| 80 | ****************************** |
---|
| 81 | |
---|
| 82 | - install netcdf with the same compiler you plan to use for the GCM and keep in mind where the lib and include directories are located. |
---|
| 83 | |
---|
| 84 | - if needed, install ioipsl: |
---|
| 85 | # ADVICE: copy the [GCMdir]/LMDZ.COMMON/ioipsl directory |
---|
| 86 | # to [GCMdir]/ioipsl to get it out of svn |
---|
| 87 | # then go to [GCMdir]/ioipsl |
---|
| 88 | # Edit the compile_ioipsl.bash script to get the right paths for NCDF_INC and NCDF_LIB, then run it. |
---|
| 89 | |
---|
| 90 | - choose your compilation options and paths in arch files tuned for your machine: |
---|
| 91 | LMDZ.COMMON/arch/arch-<youroptions>.[fcm/path] |
---|
| 92 | |
---|
| 93 | - use makelmdz to compile the GCM (when you are using the common dynamical core): |
---|
| 94 | makelmdz -arch <youroptions> -d <nlon>x<nlat>x<nlev> -p <dirphy> gcm |
---|
| 95 | |
---|
[136] | 96 | ---------------------------------------------------- |
---|
[151] | 97 | AS -- 25/05/2011 - 08/06/2011 |
---|
[175] | 98 | SL -- 24/06/2011 |
---|