source: trunk/DOC/000-MODELS @ 138

Last change on this file since 138 was 137, checked in by aslmd, 14 years ago

ATTENTION COMMIT MAJEUR NON-CONSERVATIF

  • CHANGEMENT ARBORESCENCE POUR SEPARATION CLAIRE DES COMPOSANTES et MODELES
  • UTILISATION DE LIENS SYMBOLIQUES POUR GARDER UNE BASE COMMUNE LMDZ.COMMON
  • VOIR LE FICHIER DOC/000-MODELS POUR EN SAVOIR PLUS !

EN CAS DE PROBLEME AVEC svn update IL EST CONSEILLE DE REVENIR A UN svn co

DERNIERE REVISION AVEC L'ANCIENNE ARBORESCENCE : 132

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