Changes between Version 124 and Version 125 of Documentation/UserGuide


Ignore:
Timestamp:
2015-03-26T20:59:52+01:00 (9 years ago)
Author:
jgipsl
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • Documentation/UserGuide

    v124 v125  
    103103 
    104104=== Parallelism === 
    105  * ''' [wiki:Documentation/ParallelCoding Parallelization in ORCHIDEE and how to use OpenMP] '''  (A. Cozic, D.Solyga) 
    106  * ''' [wiki:Documentation/ParallelObelix How to run ORCHIDEE in parallel on Obelix ?] ''' (D.Solyga) 
    107  * ''' [wiki:Documentation/OrchideeVampir How to run ORCHIDEE with Vampir ?] '''  (D.Solyga) 
     105 * ''' [wiki:Documentation/UserGuide/ParallelCoding Parallelization in ORCHIDEE and how to use OpenMP] '''  (A. Cozic, D.Solyga) 
     106 * ''' [wiki:Documentation/UserGuide/ParallelObelix How to run ORCHIDEE in parallel on Obelix ?] ''' (D.Solyga) 
     107 * ''' [wiki:Documentation/UserGuide/OrchideeVampir How to run ORCHIDEE with Vampir ?] '''  (D.Solyga) 
    108108 
    109109=== Environments === 
    110  * ''' [wiki:Documentation/IDRIS Running at Ada/IDRIS] ''' (J. Ghattas) 
     110 * ''' [wiki:Documentation/UserGuide/IDRIS Running at Ada/IDRIS] ''' (J. Ghattas) 
    111111 
    112112=== Code === 
    113  * ''' [wiki:Documentation/NewFlag How to add a new flag in ORCHIDEE ?]''' (S.Luyssaert) 
     113 * ''' [wiki:Documentation/UserGuide/NewFlag How to add a new flag in ORCHIDEE ?]''' (S.Luyssaert) 
    114114 
    115115=== Coupling to LMDz === 
    116116 * ''' [wiki:Documentation/UserGuide/LMDZOR How to install ORCHIDEE in coupled mode : LMDZOR_v5 and LMDZOR_v5.2 ?] '''(J. Ghattas)  
    117  * ''' [wiki:Documentation/CoupledDofoco How to combine the above and install the DOFOCO branch, coupled, with the 11 layer hydrology/new physics/STOMATE ?] ''' (J. Ryder) 
    118  * ''' [wiki:Documentation/SetupZoomEurope How do I set up a zoomed (and nudged) simulation (a.k.a. using a new LMDZOR grid) ?] ''' (M. !McGrath and someone else?) 
    119  * ''' [wiki:Documentation/PreIndSim How to set-up a preindustrial run with LMDZOR (DOFOCO) ?]''' (S.Luyssaert and M. !McGrath) 
    120  * ''' [wiki:Documentation/PresentDay How to set-up a present day run with LMDZOR (DOFOCO) ?]''' (S.Luyssaert and M. !McGrath) 
    121  * ''' [wiki:Documentation/NewGrid What is important to know about using a new LMDZOR grid ?] ''' (M. !McGrath)  
    122  * ''' [wiki:Documentation/VerifyClimate How to verify that the climate produced by your LMDZOR run is not terrible (ATLAS & TOA) ?] ''' (M. !McGrath)  
    123  * ''' [wiki:Documentation/LaunchATLAS How to launch a stand-alone ATLAS run to validate the climate] ''' (M. !McGrath)  
    124  * ''' [wiki:Documentation/SetDiffLevel How to set different output levels for the LMDZ ouput files]''' (Y.Chen) 
     117 * ''' [wiki:Documentation/UserGuide/CoupledDofoco How to combine the above and install the DOFOCO branch, coupled, with the 11 layer hydrology/new physics/STOMATE ?] ''' (J. Ryder) 
     118 * ''' [wiki:Documentation/UserGuide/SetupZoomEurope How do I set up a zoomed (and nudged) simulation (a.k.a. using a new LMDZOR grid) ?] ''' (M. !McGrath and someone else?) 
     119 * ''' [wiki:Documentation/UserGuide/PreIndSim How to set-up a preindustrial run with LMDZOR (DOFOCO) ?]''' (S.Luyssaert and M. !McGrath) 
     120 * ''' [wiki:Documentation/UserGuide/PresentDay How to set-up a present day run with LMDZOR (DOFOCO) ?]''' (S.Luyssaert and M. !McGrath) 
     121 * ''' [wiki:Documentation/UserGuide/NewGrid What is important to know about using a new LMDZOR grid ?] ''' (M. !McGrath)  
     122 * ''' [wiki:Documentation/UserGuide/VerifyClimate How to verify that the climate produced by your LMDZOR run is not terrible (ATLAS & TOA) ?] ''' (M. !McGrath)  
     123 * ''' [wiki:Documentation/UserGuide/LaunchATLAS How to launch a stand-alone ATLAS run to validate the climate] ''' (M. !McGrath)  
     124 * ''' [wiki:Documentation/UserGuide/SetDiffLevel How to set different output levels for the LMDZ ouput files]''' (Y.Chen) 
    125125  
    126126=== Forcing files === 
    127  * ''' [wiki:HowTo/FutureForcing How to run future simulations?]''' (M. !McGrath) 
     127 * ''' [wiki:Documentation/UserGuide/FutureForcing How to run future simulations?]''' (M. !McGrath) 
    128128 
    129129=== Divers === 
    130  * ''' [wiki:HowTo/ShellScript How to write a shell script ?]''' (S.Luyssaert) 
    131  * ''' [wiki:HowTo/Ferret How to use ferret to change the resolution of a file?]''' (J.Otto & S.Luyssaert) 
    132  * ''' [wiki:HowTo/CDO How to use cdo to change the resolution of a file?]''' (J.Barichivich & S.Luyssaert) 
    133  * ''' [wiki:HowTo/ReName How to rename many files at once?]''' (S.Luyssaert) 
    134  * ''' [wiki:HowTo/ShellScriptFind How to write a shell script for searching specific files and combining them together to a single file?]''' (Y.Chen) 
    135  * ''' [wiki:HowTo/RegularExpression Some information about regular expressions]''' 
     130 * ''' [wiki:Documentation/UserGuide/ShellScript How to write a shell script ?]''' (S.Luyssaert) 
     131 * ''' [wiki:Documentation/UserGuide/Ferret How to use ferret to change the resolution of a file?]''' (J.Otto & S.Luyssaert) 
     132 * ''' [wiki:Documentation/UserGuide/CDO How to use cdo to change the resolution of a file?]''' (J.Barichivich & S.Luyssaert) 
     133 * ''' [wiki:Documentation/UserGuide/ReName How to rename many files at once?]''' (S.Luyssaert) 
     134 * ''' [wiki:Documentation/UserGuide/ShellScriptFind How to write a shell script for searching specific files and combining them together to a single file?]''' (Y.Chen) 
     135 * ''' [wiki:Documentation/UserGuide/RegularExpression Some information about regular expressions]''' 
    136136 
    137137== Tutorial list == 
     
    145145  * '''  [wiki:HowTo/FortranStandards Fortran standards and style guide]  ''' (J.Ryder) This is a working document, so feel free to comment or edit 
    146146 
    147 == More about ORCHIDEE configurations using libIGCM == 
    148 see here [Documentation/UserGuide/Config] (old page Scripts) 
     147= More about ORCHIDEE configurations using libIGCM = 
     148[Documentation/UserGuide/Config Read more about configurations using libIGCM] (old page Scripts) 
    149149 
    150150