Changeset 151 for trunk/DOC/000-MODELS
- Timestamp:
- Jun 8, 2011, 4:46:52 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/DOC/000-MODELS
r142 r151 1 --> I want the documentation (** strongly advised for any use **) 2 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/DOC 1 Welcome. 3 2 4 --> I want the LMD Mars GCM 5 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.MARS 3 ------------------------------------------------------------------------------------- 4 ------------------------------------------------------------------------------------- 5 ------------------------------------------------------------------------------------- 6 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 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... 9 10 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 11 svn co http://svn.lmd.jussieu.fr/Planeto/trunk the_name_of_my_folder 12 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 13 ------------------------------------------------------------------------------------- 14 ------------------------------------------------------------------------------------- 15 ------------------------------------------------------------------------------------- 15 16 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 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 18 20 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 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 21 24 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 25 ---------> OK, great. Now choose the model(s) you'd like to get. 24 26 25 -- > I want the LMD GenericGCM26 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.GENERIC27 ---------> LMD Mars GCM 28 svn update LMDZ.MARS 27 29 28 -- > I want all models29 svn co http://svn.lmd.jussieu.fr/Planeto/trunk MODELES30 ---------> LMD Mars Mesoscale and LES Models 31 svn update LMDZ.MARS MESOSCALE 30 32 31 -- > I already have the Titan GCM but I would also like to have the Venus GCM32 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/LMDZ.VENUS33 ---------> LMD Mars Mesoscale and LES Models with old physics only 34 svn update MESOSCALE 33 35 34 -- > I already have the Mars GCM but I would also like to have the Mars Mesoscale Model35 svn co http://svn.lmd.jussieu.fr/Planeto/trunk/MESOSCALE36 ---------> LMD Titan GCM 37 svn update LMDZ.COMMON LMDZ.TITAN 36 38 37 -- > I already downloaded some of the above components with "svn co" and I want the last version for those downloaded components38 svn update * [--> run this command where your LMDZ.* or MESOSCALE components are located]39 ---------> LMD Venus GCM 40 svn update LMDZ.COMMON LMDZ.VENUS 39 41 40 -- > I already downloaded some of the above components with "svn co" and I want the last version only for (say) LMDZ.VENUS41 svn update LMDZ.COMMON LMDZ. VENUS [--> run this command where your LMDZ.* or MESOSCALE components are located]42 ---------> LMD Earth GCM 43 svn update LMDZ.COMMON LMDZ.EARTH 42 44 43 --> I want to know all folders contained in the SVN LMD PLANETO trunk 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 ******************************* 44 67 DOC documentation and readme files about SVN 45 68 LMDZ.COMMON common dynamical core … … 53 76 54 77 ---------------------------------------------------- 55 AS -- 25/05/2011 78 AS -- 25/05/2011 - 08/06/2011
Note: See TracChangeset
for help on using the changeset viewer.