| 1 | --> I want the documentation (** strongly advised for any use **) |
|---|
| 2 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/DOC |
|---|
| 3 | |
|---|
| 4 | --> I want the LMD Mars GCM |
|---|
| 5 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.MARS |
|---|
| 6 | |
|---|
| 7 | --> I want the LMD Mars Mesoscale and LES Models |
|---|
| 8 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.MARS http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE |
|---|
| 9 | |
|---|
| 10 | --> I want the LMD Mars Mesoscale and LES Models with old physics only |
|---|
| 11 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE |
|---|
| 12 | |
|---|
| 13 | --> I want the LMD Titan GCM |
|---|
| 14 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.TITAN |
|---|
| 15 | |
|---|
| 16 | --> I want the LMD Venus GCM |
|---|
| 17 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.VENUS |
|---|
| 18 | |
|---|
| 19 | --> I want the LMD Earth GCM |
|---|
| 20 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.EARTH |
|---|
| 21 | |
|---|
| 22 | --> I want the LMD Giant-Planets GCM |
|---|
| 23 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.COMMON http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.GIANT |
|---|
| 24 | |
|---|
| 25 | --> I want the LMD Generic GCM |
|---|
| 26 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.GENERIC |
|---|
| 27 | |
|---|
| 28 | --> I want all models |
|---|
| 29 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk MODELES |
|---|
| 30 | |
|---|
| 31 | --> I already have the Titan GCM but I would also like to have the Venus GCM |
|---|
| 32 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.VENUS |
|---|
| 33 | |
|---|
| 34 | --> I already have the Mars GCM but I would also like to have the Mars Mesoscale Model |
|---|
| 35 | svn co http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE |
|---|
| 36 | |
|---|
| 37 | --> I already downloaded some of the above components with "svn co" and I want the last version for those downloaded components |
|---|
| 38 | svn update * [--> run this command where your LMDZ.* or MESOSCALE components are located] |
|---|
| 39 | |
|---|
| 40 | --> I already downloaded some of the above components with "svn co" and I want the last version only for (say) LMDZ.VENUS |
|---|
| 41 | svn update LMDZ.COMMON LMDZ.VENUS [--> run this command where your LMDZ.* or MESOSCALE components are located] |
|---|
| 42 | |
|---|
| 43 | --> I want to know all folders contained in the SVN LMD PLANETO trunk |
|---|
| 44 | DOC documentation and readme files about SVN |
|---|
| 45 | LMDZ.COMMON common dynamical core |
|---|
| 46 | LMDZ.EARTH terrestrial physics + links to the common dynamical core [LMDZ.COMMON needed] |
|---|
| 47 | LMDZ.GENERIC universal physics + dynamical core |
|---|
| 48 | LMDZ.GIANT giant-planet physics + links to the common dynamical core [LMDZ.COMMON needed] |
|---|
| 49 | LMDZ.MARS martian physics + dynamical core |
|---|
| 50 | LMDZ.TITAN titan physics + links to the common dynamical core [LMDZ.COMMON needed] |
|---|
| 51 | LMDZ.VENUS venus physics + links to the common dynamical core [LMDZ.COMMON needed] |
|---|
| 52 | MESOSCALE martian mesoscale modeling system + (for new martian physics) links to martian physics [LMDZ.MARS needed] |
|---|
| 53 | |
|---|
| 54 | ---------------------------------------------------- |
|---|
| 55 | AS -- 25/05/2011 |
|---|