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